var/cache/dev/Container0bGEgxS/App_KernelDevDebugContainer.php line 1477

Open in your IDE?
  1. <?php
  2. namespace Container0bGEgxS;
  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.liip_functional_test.validator' => 'get_Container_Private_LiipFunctionalTest_ValidatorService',
  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.state_machine.furniture_instance_step' => 'get_Container_Private_StateMachine_FurnitureInstanceStepService',
  38.             '.container.private.state_machine.furniture_stock_step' => 'get_Container_Private_StateMachine_FurnitureStockStepService',
  39.             '.container.private.state_machine.operation_order_step' => 'get_Container_Private_StateMachine_OperationOrderStepService',
  40.             '.container.private.state_machine.order_furniture_step' => 'get_Container_Private_StateMachine_OrderFurnitureStepService',
  41.             '.container.private.state_machine.order_refrigeratorbin_step' => 'get_Container_Private_StateMachine_OrderRefrigeratorbinStepService',
  42.             '.container.private.state_machine.refrigerator_instance_step' => 'get_Container_Private_StateMachine_RefrigeratorInstanceStepService',
  43.             '.container.private.twig' => 'get_Container_Private_TwigService',
  44.             'cache.app' => 'getCache_AppService',
  45.             'cache.system' => 'getCache_SystemService',
  46.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  47.             'data_collector.dump' => 'getDataCollector_DumpService',
  48.             'doctrine' => 'getDoctrineService',
  49.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  50.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  51.             'event_dispatcher' => 'getEventDispatcherService',
  52.             'http_kernel' => 'getHttpKernelService',
  53.             'liip_functional_test.exception_listener' => 'getLiipFunctionalTest_ExceptionListenerService',
  54.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'translator' => 'getTranslatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'filesystem' => 'getFilesystemService',
  61.             'state_machine.operation_order_step' => 'getStateMachine_OperationOrderStepService',
  62.             'state_machine.order_refrigeratorbin_step' => 'getStateMachine_OrderRefrigeratorbinStepService',
  63.             'state_machine.refrigerator_instance_step' => 'getStateMachine_RefrigeratorInstanceStepService',
  64.             'state_machine.order_furniture_step' => 'getStateMachine_OrderFurnitureStepService',
  65.             'state_machine.furniture_instance_step' => 'getStateMachine_FurnitureInstanceStepService',
  66.             'state_machine.furniture_stock_step' => 'getStateMachine_FurnitureStockStepService',
  67.             'serializer' => 'getSerializerService',
  68.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  69.             'form.factory' => 'getForm_FactoryService',
  70.             'form.type.file' => 'getForm_Type_FileService',
  71.             'profiler' => 'getProfilerService',
  72.             'twig' => 'getTwigService',
  73.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  74.             'security.token_storage' => 'getSecurity_TokenStorageService',
  75.             'liip_functional_test.validator' => 'getLiipFunctionalTest_ValidatorService',
  76.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  77.             'session' => 'getSessionService',
  78.         ];
  79.         $this->fileMap = [
  80.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  81.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  82.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  83.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  84.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  85.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  86.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  87.             '.container.private.session' => 'get_Container_Private_SessionService',
  88.             'App\\Controller\\Advertiser\\Generic\\GenericActionTypeController' => 'getGenericActionTypeControllerService',
  89.             'App\\Controller\\Advertiser\\Generic\\GenericAdvertiserController' => 'getGenericAdvertiserControllerService',
  90.             'App\\Controller\\Advertiser\\Generic\\GenericAdvertiserRightController' => 'getGenericAdvertiserRightControllerService',
  91.             'App\\Controller\\Advertiser\\Generic\\GenericAgencyController' => 'getGenericAgencyControllerService',
  92.             'App\\Controller\\Advertiser\\Generic\\GenericApiController' => 'getGenericApiControllerService',
  93.             'App\\Controller\\Advertiser\\Generic\\GenericAttachmentController' => 'getGenericAttachmentControllerService',
  94.             'App\\Controller\\Advertiser\\Generic\\GenericAutocompleteController' => 'getGenericAutocompleteControllerService',
  95.             'App\\Controller\\Advertiser\\Generic\\GenericBrandController' => 'getGenericBrandControllerService',
  96.             'App\\Controller\\Advertiser\\Generic\\GenericBusinessUnitController' => 'getGenericBusinessUnitControllerService',
  97.             'App\\Controller\\Advertiser\\Generic\\GenericCategoryController' => 'getGenericCategoryControllerService',
  98.             'App\\Controller\\Advertiser\\Generic\\GenericDashboardController' => 'getGenericDashboardControllerService',
  99.             'App\\Controller\\Advertiser\\Generic\\GenericDefaultController' => 'getGenericDefaultControllerService',
  100.             'App\\Controller\\Advertiser\\Generic\\GenericDeficiencyController' => 'getGenericDeficiencyControllerService',
  101.             'App\\Controller\\Advertiser\\Generic\\GenericExceptionController' => 'getGenericExceptionControllerService',
  102.             'App\\Controller\\Advertiser\\Generic\\GenericFurnitureController' => 'getGenericFurnitureControllerService',
  103.             'App\\Controller\\Advertiser\\Generic\\GenericFurnitureRangeController' => 'getGenericFurnitureRangeControllerService',
  104.             'App\\Controller\\Advertiser\\Generic\\GenericFurnitureStockController' => 'getGenericFurnitureStockControllerService',
  105.             'App\\Controller\\Advertiser\\Generic\\GenericHomepageController' => 'getGenericHomepageControllerService',
  106.             'App\\Controller\\Advertiser\\Generic\\GenericLogController' => 'getGenericLogControllerService',
  107.             'App\\Controller\\Advertiser\\Generic\\GenericNewsController' => 'getGenericNewsControllerService',
  108.             'App\\Controller\\Advertiser\\Generic\\GenericObfuscatorController' => 'getGenericObfuscatorControllerService',
  109.             'App\\Controller\\Advertiser\\Generic\\GenericOperationController' => 'getGenericOperationControllerService',
  110.             'App\\Controller\\Advertiser\\Generic\\GenericOperationFamilyController' => 'getGenericOperationFamilyControllerService',
  111.             'App\\Controller\\Advertiser\\Generic\\GenericOperationFormApiController' => 'getGenericOperationFormApiControllerService',
  112.             'App\\Controller\\Advertiser\\Generic\\GenericOperationFurnitureFormApiController' => 'getGenericOperationFurnitureFormApiControllerService',
  113.             'App\\Controller\\Advertiser\\Generic\\GenericOperationOrderCommentController' => 'getGenericOperationOrderCommentControllerService',
  114.             'App\\Controller\\Advertiser\\Generic\\GenericOperationOrderController' => 'getGenericOperationOrderControllerService',
  115.             'App\\Controller\\Advertiser\\Generic\\GenericOperationOrderQuotaVersionController' => 'getGenericOperationOrderQuotaVersionControllerService',
  116.             'App\\Controller\\Advertiser\\Generic\\GenericOperationTypeController' => 'getGenericOperationTypeControllerService',
  117.             'App\\Controller\\Advertiser\\Generic\\GenericOrderFormApiController' => 'getGenericOrderFormApiControllerService',
  118.             'App\\Controller\\Advertiser\\Generic\\GenericPageController' => 'getGenericPageControllerService',
  119.             'App\\Controller\\Advertiser\\Generic\\GenericProductController' => 'getGenericProductControllerService',
  120.             'App\\Controller\\Advertiser\\Generic\\GenericPublicHolidayController' => 'getGenericPublicHolidayControllerService',
  121.             'App\\Controller\\Advertiser\\Generic\\GenericQuotaController' => 'getGenericQuotaControllerService',
  122.             'App\\Controller\\Advertiser\\Generic\\GenericRefrigeratorBinController' => 'getGenericRefrigeratorBinControllerService',
  123.             'App\\Controller\\Advertiser\\Generic\\GenericRegionController' => 'getGenericRegionControllerService',
  124.             'App\\Controller\\Advertiser\\Generic\\GenericRoleController' => 'getGenericRoleControllerService',
  125.             'App\\Controller\\Advertiser\\Generic\\GenericSeasonController' => 'getGenericSeasonControllerService',
  126.             'App\\Controller\\Advertiser\\Generic\\GenericShopApiController' => 'getGenericShopApiControllerService',
  127.             'App\\Controller\\Advertiser\\Generic\\GenericShopClassController' => 'getGenericShopClassControllerService',
  128.             'App\\Controller\\Advertiser\\Generic\\GenericShopController' => 'getGenericShopControllerService',
  129.             'App\\Controller\\Advertiser\\Generic\\GenericShopSignController' => 'getGenericShopSignControllerService',
  130.             'App\\Controller\\Advertiser\\Generic\\GenericShopTypeController' => 'getGenericShopTypeControllerService',
  131.             'App\\Controller\\Advertiser\\Generic\\GenericSpeakerController' => 'getGenericSpeakerControllerService',
  132.             'App\\Controller\\Advertiser\\Generic\\GenericTestController' => 'getGenericTestControllerService',
  133.             'App\\Controller\\Advertiser\\Generic\\GenericTranslationController' => 'getGenericTranslationControllerService',
  134.             'App\\Controller\\Advertiser\\Generic\\GenericUserController' => 'getGenericUserControllerService',
  135.             'App\\Controller\\Endpoint\\ActionTypeController' => 'getActionTypeControllerService',
  136.             'App\\Controller\\Endpoint\\AdvertiserController' => 'getAdvertiserControllerService',
  137.             'App\\Controller\\Endpoint\\AdvertiserRightController' => 'getAdvertiserRightControllerService',
  138.             'App\\Controller\\Endpoint\\AgencyController' => 'getAgencyControllerService',
  139.             'App\\Controller\\Endpoint\\ApiController' => 'getApiControllerService',
  140.             'App\\Controller\\Endpoint\\AttachmentController' => 'getAttachmentControllerService',
  141.             'App\\Controller\\Endpoint\\AutocompleteController' => 'getAutocompleteControllerService',
  142.             'App\\Controller\\Endpoint\\BrandController' => 'getBrandControllerService',
  143.             'App\\Controller\\Endpoint\\BusinessUnitController' => 'getBusinessUnitControllerService',
  144.             'App\\Controller\\Endpoint\\CategoryController' => 'getCategoryControllerService',
  145.             'App\\Controller\\Endpoint\\DashboardController' => 'getDashboardControllerService',
  146.             'App\\Controller\\Endpoint\\DefaultController' => 'getDefaultControllerService',
  147.             'App\\Controller\\Endpoint\\DeficiencyController' => 'getDeficiencyControllerService',
  148.             'App\\Controller\\Endpoint\\ExceptionController' => 'getExceptionControllerService',
  149.             'App\\Controller\\Endpoint\\FurnitureController' => 'getFurnitureControllerService',
  150.             'App\\Controller\\Endpoint\\FurnitureRangeController' => 'getFurnitureRangeControllerService',
  151.             'App\\Controller\\Endpoint\\FurnitureStockController' => 'getFurnitureStockControllerService',
  152.             'App\\Controller\\Endpoint\\HomepageController' => 'getHomepageControllerService',
  153.             'App\\Controller\\Endpoint\\LogController' => 'getLogControllerService',
  154.             'App\\Controller\\Endpoint\\NewsController' => 'getNewsControllerService',
  155.             'App\\Controller\\Endpoint\\ObfuscatorController' => 'getObfuscatorControllerService',
  156.             'App\\Controller\\Endpoint\\OperationController' => 'getOperationControllerService',
  157.             'App\\Controller\\Endpoint\\OperationFamilyController' => 'getOperationFamilyControllerService',
  158.             'App\\Controller\\Endpoint\\OperationFormApiController' => 'getOperationFormApiControllerService',
  159.             'App\\Controller\\Endpoint\\OperationFurnitureFormApiController' => 'getOperationFurnitureFormApiControllerService',
  160.             'App\\Controller\\Endpoint\\OperationOrderCommentController' => 'getOperationOrderCommentControllerService',
  161.             'App\\Controller\\Endpoint\\OperationOrderController' => 'getOperationOrderControllerService',
  162.             'App\\Controller\\Endpoint\\OperationOrderQuotaVersionController' => 'getOperationOrderQuotaVersionControllerService',
  163.             'App\\Controller\\Endpoint\\OperationTypeController' => 'getOperationTypeControllerService',
  164.             'App\\Controller\\Endpoint\\OrderFormApiController' => 'getOrderFormApiControllerService',
  165.             'App\\Controller\\Endpoint\\PageController' => 'getPageControllerService',
  166.             'App\\Controller\\Endpoint\\ProductController' => 'getProductControllerService',
  167.             'App\\Controller\\Endpoint\\PublicHolidayController' => 'getPublicHolidayControllerService',
  168.             'App\\Controller\\Endpoint\\QuotaController' => 'getQuotaControllerService',
  169.             'App\\Controller\\Endpoint\\RefrigeratorBinController' => 'getRefrigeratorBinControllerService',
  170.             'App\\Controller\\Endpoint\\RegionController' => 'getRegionControllerService',
  171.             'App\\Controller\\Endpoint\\RoleController' => 'getRoleControllerService',
  172.             'App\\Controller\\Endpoint\\SeasonController' => 'getSeasonControllerService',
  173.             'App\\Controller\\Endpoint\\ShopApiController' => 'getShopApiControllerService',
  174.             'App\\Controller\\Endpoint\\ShopClassController' => 'getShopClassControllerService',
  175.             'App\\Controller\\Endpoint\\ShopController' => 'getShopControllerService',
  176.             'App\\Controller\\Endpoint\\ShopSignController' => 'getShopSignControllerService',
  177.             'App\\Controller\\Endpoint\\ShopTypeController' => 'getShopTypeControllerService',
  178.             'App\\Controller\\Endpoint\\SpeakerController' => 'getSpeakerControllerService',
  179.             'App\\Controller\\Endpoint\\TestController' => 'getTestControllerService',
  180.             'App\\Controller\\Endpoint\\TranslationController' => 'getTranslationControllerService',
  181.             'App\\Controller\\Endpoint\\UserController' => 'getUserControllerService',
  182.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  183.             'FM\\ElfinderBundle\\Controller\\ElFinderController' => 'getElFinderControllerService',
  184.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  185.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  186.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  187.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  188.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  189.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  190.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  191.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  192.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  193.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  194.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.advertiser_background_connexion' => 'getSmartUniqueNamer_AdvertiserBackgroundConnexionService',
  195.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.advertiser_logo' => 'getSmartUniqueNamer_AdvertiserLogoService',
  196.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.dashboard_header_img' => 'getSmartUniqueNamer_DashboardHeaderImgService',
  197.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.file' => 'getSmartUniqueNamer_FileService',
  198.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.furniture_image' => 'getSmartUniqueNamer_FurnitureImageService',
  199.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.homepage_header_img' => 'getSmartUniqueNamer_HomepageHeaderImgService',
  200.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.news_image' => 'getSmartUniqueNamer_NewsImageService',
  201.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.news_thumb' => 'getSmartUniqueNamer_NewsThumbService',
  202.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.operation_main_illus' => 'getSmartUniqueNamer_OperationMainIllusService',
  203.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.operation_order_attachment' => 'getSmartUniqueNamer_OperationOrderAttachmentService',
  204.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.page_image' => 'getSmartUniqueNamer_PageImageService',
  205.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.page_thumb' => 'getSmartUniqueNamer_PageThumbService',
  206.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.refrigeratorbin_image' => 'getSmartUniqueNamer_RefrigeratorbinImageService',
  207.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  208.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  209.             'cache.app_clearer' => 'getCache_AppClearerService',
  210.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  211.             'cache.system_clearer' => 'getCache_SystemClearerService',
  212.             'cache_warmer' => 'getCacheWarmerService',
  213.             'console.command.public_alias.App\\Command\\AddMailQueueEntryCommand' => 'getAddMailQueueEntryCommandService',
  214.             'console.command.public_alias.App\\Command\\CheckBinInstanceStepTransmitted' => 'getCheckBinInstanceStepTransmittedService',
  215.             'console.command.public_alias.App\\Command\\CheckOrderBinStepTransmitted' => 'getCheckOrderBinStepTransmittedService',
  216.             'console.command.public_alias.App\\Command\\CheckOrderBugCommand' => 'getCheckOrderBugCommandService',
  217.             'console.command.public_alias.App\\Command\\CheckTransmittedOrderCommand' => 'getCheckTransmittedOrderCommandService',
  218.             'console.command.public_alias.App\\Command\\CleanExportCommand' => 'getCleanExportCommandService',
  219.             'console.command.public_alias.App\\Command\\CleanOperationDatasCommand' => 'getCleanOperationDatasCommandService',
  220.             'console.command.public_alias.App\\Command\\CleanShopCommand' => 'getCleanShopCommandService',
  221.             'console.command.public_alias.App\\Command\\CleanUserAdvertiserRoleCommand' => 'getCleanUserAdvertiserRoleCommandService',
  222.             'console.command.public_alias.App\\Command\\CleanUserDatasCommand' => 'getCleanUserDatasCommandService',
  223.             'console.command.public_alias.App\\Command\\DisableImportDatasCommand' => 'getDisableImportDatasCommandService',
  224.             'console.command.public_alias.App\\Command\\ExportCommand' => 'getExportCommandService',
  225.             'console.command.public_alias.App\\Command\\FixOperationQuotaValue' => 'getFixOperationQuotaValueService',
  226.             'console.command.public_alias.App\\Command\\FixPublicHollidayDateTimeCommand' => 'getFixPublicHollidayDateTimeCommandService',
  227.             'console.command.public_alias.App\\Command\\FreeQuotaCommand' => 'getFreeQuotaCommandService',
  228.             'console.command.public_alias.App\\Command\\ImportDatasCommand' => 'getImportDatasCommandService',
  229.             'console.command.public_alias.App\\Command\\OneShoot\\FixFurnitureStockCalendarDuplicate' => 'getFixFurnitureStockCalendarDuplicateService',
  230.             'console.command.public_alias.App\\Command\\OneShoot\\PopulateFurnitureSalon' => 'getPopulateFurnitureSalonService',
  231.             'console.command.public_alias.App\\Command\\OneShoot\\PopulateOperationOrderAnimation' => 'getPopulateOperationOrderAnimationService',
  232.             'console.command.public_alias.App\\Command\\OneShoot\\PopulateRefrigeratorInstanceDate' => 'getPopulateRefrigeratorInstanceDateService',
  233.             'console.command.public_alias.App\\Command\\OneShoot\\PopulateUserAdvertiserAndUserRole' => 'getPopulateUserAdvertiserAndUserRoleService',
  234.             'console.command.public_alias.App\\Command\\OperationAutoDisableCommand' => 'getOperationAutoDisableCommandService',
  235.             'console.command.public_alias.App\\Command\\OperationAutoPublishCommand' => 'getOperationAutoPublishCommandService',
  236.             'console.command.public_alias.App\\Command\\OperationReloadConfigCommand' => 'getOperationReloadConfigCommandService',
  237.             'console.command.public_alias.App\\Command\\Periodic\\PopulateFurnitureCalendarDate' => 'getPopulateFurnitureCalendarDateService',
  238.             'console.command.public_alias.App\\Command\\RemoveOperationCommand' => 'getRemoveOperationCommandService',
  239.             'console.command.public_alias.App\\Command\\SendAllMailsQueue' => 'getSendAllMailsQueueService',
  240.             'console.command.public_alias.App\\Command\\SendFurnitureAgencyNotifMails' => 'getSendFurnitureAgencyNotifMailsService',
  241.             'console.command.public_alias.App\\Command\\SendFurnitureModerationNotifMails' => 'getSendFurnitureModerationNotifMailsService',
  242.             'console.command.public_alias.App\\Command\\TestMailCommand' => 'getTestMailCommandService',
  243.             'console.command.public_alias.App\\Command\\WorkflowFinishOrderCommand' => 'getWorkflowFinishOrderCommandService',
  244.             'console.command.public_alias.App\\Command\\WorkflowFinishProblemOrderCommand' => 'getWorkflowFinishProblemOrderCommandService',
  245.             'console.command.public_alias.App\\Command\\WorkflowRefrigeratorBinDeliveredCommand' => 'getWorkflowRefrigeratorBinDeliveredCommandService',
  246.             'console.command.public_alias.App\\Command\\changeRightSystemCommand' => 'getChangeRightSystemCommandService',
  247.             'console.command_loader' => 'getConsole_CommandLoaderService',
  248.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  249.             'error_controller' => 'getErrorControllerService',
  250.             'fm_elfinder.loader' => 'getFmElfinder_LoaderService',
  251.             'knp_paginator' => 'getKnpPaginatorService',
  252.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  253.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  254.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  255.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  256.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  257.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  258.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  259.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  260.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  261.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  262.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  263.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  264.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  265.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  266.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  267.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  268.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  269.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  270.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  271.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  272.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  273.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  274.             'pugx_autocompleter.autocomplete' => 'getPugxAutocompleter_AutocompleteService',
  275.             'pugx_autocompleter.filter.doctrine_subscriber' => 'getPugxAutocompleter_Filter_DoctrineSubscriberService',
  276.             'pugx_autocompleter.filter_autocomplete' => 'getPugxAutocompleter_FilterAutocompleteService',
  277.             'routing.loader' => 'getRouting_LoaderService',
  278.             'services_resetter' => 'getServicesResetterService',
  279.             'staci_directory_namer' => 'getStaciDirectoryNamerService',
  280.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  281.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  282.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  283.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  284.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  285.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  286.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  287.         ];
  288.         $this->aliases = [
  289.             'App\\Kernel' => 'kernel',
  290.             'database_connection' => 'doctrine.dbal.default_connection',
  291.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  292.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  293.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  294.             'validator' => '.container.private.liip_functional_test.validator',
  295.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  296.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  297.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  298.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  299.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  300.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  301.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  302.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  303.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  304.         ];
  305.         $this->privates['service_container'] = function () {
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  312.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  313.             include_once \dirname(__DIR__4).'/src/Cache/CacheManager.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  315.             include_once \dirname(__DIR__4).'/src/EventListener/LocaleSubscriber.php';
  316.             include_once \dirname(__DIR__4).'/src/EventListener/MaintenanceListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  322.             include_once \dirname(__DIR__4).'/src/Traits/Paginate.php';
  323.             include_once \dirname(__DIR__4).'/src/Repository/AdvertiserRepository.php';
  324.             include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  325.             include_once \dirname(__DIR__4).'/src/Rights/CustomSecurityLoader.php';
  326.             include_once \dirname(__DIR__4).'/src/Service/Access.php';
  327.             include_once \dirname(__DIR__4).'/src/Service/AdvertiserRightService.php';
  328.             include_once \dirname(__DIR__4).'/src/Service/AdvertisingManagement.php';
  329.             include_once \dirname(__DIR__4).'/src/Service/ContentService.php';
  330.             include_once \dirname(__DIR__4).'/src/Service/Language.php';
  331.             include_once \dirname(__DIR__4).'/vendor/iseabloom/obfuscator/src/Service/Obfuscator.php';
  332.             include_once \dirname(__DIR__4).'/src/Service/ObfuscatorService.php';
  333.             include_once \dirname(__DIR__4).'/src/Service/Translation.php';
  334.             include_once \dirname(__DIR__4).'/src/Service/User.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  337.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  374.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  471.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  490.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/MultiGetRegion.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultRegion.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  557.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  559.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  560.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  563.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  570.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  571.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  572.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  590.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  591.             include_once \dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src/EventListener/ExceptionListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  594.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  595.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  596.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  599.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  602.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  603.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  604.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  608.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  609.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php';
  610.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  611.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  612.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  613.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  616.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/PreLoadAssetsEventListener.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  622.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  624.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  626.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  627.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  630.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  632.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  644.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  666.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  672.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  679.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  680.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  681.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  682.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  705.             include_once \dirname(__DIR__4).'/src/Twig/CheckAccess.php';
  706.             include_once \dirname(__DIR__4).'/src/Twig/GetAdvertiserUrl.php';
  707.             include_once \dirname(__DIR__4).'/src/Twig/Trans.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/tiloweb/pagination-bundle/Tiloweb/PaginationBundle/Twig/Extension/PaginationExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  712.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  713.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  715.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  716.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  717.             include_once \dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/Twig/Extension/FMElfinderExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  721.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  725.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  730.             include_once \dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src/Validator/DataCollectingValidator.php';
  731.         };
  732.     }
  733.     public function compile(): void
  734.     {
  735.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  736.     }
  737.     public function isCompiled(): bool
  738.     {
  739.         return true;
  740.     }
  741.     public function getRemovedIds(): array
  742.     {
  743.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  744.     }
  745.     protected function load($file$lazyLoad true)
  746.     {
  747.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  748.             return $class::do($this$lazyLoad);
  749.         }
  750.         if ('.' === $file[-4]) {
  751.             $class substr($class0, -4);
  752.         } else {
  753.             $file .= '.php';
  754.         }
  755.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  756.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  757.     }
  758.     /**
  759.      * Gets the public '.container.private.liip_functional_test.validator' shared service.
  760.      *
  761.      * @return \Liip\FunctionalTestBundle\Validator\DataCollectingValidator
  762.      */
  763.     protected function get_Container_Private_LiipFunctionalTest_ValidatorService()
  764.     {
  765.         return $this->services['.container.private.liip_functional_test.validator'] = new \Liip\FunctionalTestBundle\Validator\DataCollectingValidator(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));
  766.     }
  767.     /**
  768.      * Gets the public '.container.private.profiler' shared service.
  769.      *
  770.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  771.      */
  772.     protected function get_Container_Private_ProfilerService()
  773.     {
  774.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  775.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  776.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  777.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  778.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  779.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  780.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  781.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  782.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  783.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  784.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  785.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  786.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  787.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  788.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  789.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  790.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  791.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  792.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  793.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  794.         $d->addInstance('cache.doctrine.orm.default.second_level.region_driver', ($this->privates['cache.doctrine.orm.default.second_level.region_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_RegionDriverService()));
  795.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  796.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  797.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  798.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  799.         if ($this->has('kernel')) {
  800.             $f->setKernel($b);
  801.         }
  802.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  803.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  804.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  805.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  806.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  807.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  808.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  809.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  810.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  811.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  812.         $instance->add($d);
  813.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  814.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  815.         $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())));
  816.         $instance->add($e);
  817.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  818.         $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()))));
  819.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  820.         $instance->add($f);
  821.         return $instance;
  822.     }
  823.     /**
  824.      * Gets the public '.container.private.security.authorization_checker' shared service.
  825.      *
  826.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  827.      */
  828.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  829.     {
  830.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  831.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  832.             return $this->services['.container.private.security.authorization_checker'];
  833.         }
  834.         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);
  835.     }
  836.     /**
  837.      * Gets the public '.container.private.security.token_storage' shared service.
  838.      *
  839.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  840.      */
  841.     protected function get_Container_Private_Security_TokenStorageService()
  842.     {
  843.         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, [
  844.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  845.         ], [
  846.             'request_stack' => '?',
  847.         ]));
  848.     }
  849.     /**
  850.      * Gets the public '.container.private.state_machine.furniture_instance_step' shared service.
  851.      *
  852.      * @return \Symfony\Component\Workflow\StateMachine
  853.      */
  854.     protected function get_Container_Private_StateMachine_FurnitureInstanceStepService()
  855.     {
  856.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  857.         if (isset($this->services['.container.private.state_machine.furniture_instance_step'])) {
  858.             return $this->services['.container.private.state_machine.furniture_instance_step'];
  859.         }
  860.         return $this->services['.container.private.state_machine.furniture_instance_step'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'awaitingDelivery'=> 'abandonned'=> 'shipped'=> 'delivered'=> 'extendToTransmit'=> 'recoveryToTransmit'=> 'extendTransmited'=> 'recoveryTransmited'=> 'updateRefused'=> 'updateValided'10 => 'recovered'11 => 'recoveredForced'], [=> ($this->privates['.state_machine.furniture_instance_step.transition.0'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.0'] = new \Symfony\Component\Workflow\Transition('toAwaitingDelivery''awaitingDelivery''awaitingDelivery'))), => ($this->privates['.state_machine.furniture_instance_step.transition.1'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.1'] = new \Symfony\Component\Workflow\Transition('toAbandonned''awaitingDelivery''abandonned'))), => ($this->privates['.state_machine.furniture_instance_step.transition.2'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.2'] = new \Symfony\Component\Workflow\Transition('toShipped''awaitingDelivery''shipped'))), => ($this->privates['.state_machine.furniture_instance_step.transition.3'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.3'] = new \Symfony\Component\Workflow\Transition('toShipped''extendToTransmit''shipped'))), => ($this->privates['.state_machine.furniture_instance_step.transition.4'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.4'] = new \Symfony\Component\Workflow\Transition('toShipped''extendTransmited''shipped'))), => ($this->privates['.state_machine.furniture_instance_step.transition.5'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.5'] = new \Symfony\Component\Workflow\Transition('toShipped''recoveryToTransmit''shipped'))), => ($this->privates['.state_machine.furniture_instance_step.transition.6'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.6'] = new \Symfony\Component\Workflow\Transition('toShipped''recoveryTransmited''shipped'))), => ($this->privates['.state_machine.furniture_instance_step.transition.7'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.7'] = new \Symfony\Component\Workflow\Transition('toShipped''updateRefused''shipped'))), => ($this->privates['.state_machine.furniture_instance_step.transition.8'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.8'] = new \Symfony\Component\Workflow\Transition('toDelivered''awaitingDelivery''delivered'))), => ($this->privates['.state_machine.furniture_instance_step.transition.9'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.9'] = new \Symfony\Component\Workflow\Transition('toDelivered''shipped''delivered'))), 10 => ($this->privates['.state_machine.furniture_instance_step.transition.10'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.10'] = new \Symfony\Component\Workflow\Transition('toDelivered''extendToTransmit''delivered'))), 11 => ($this->privates['.state_machine.furniture_instance_step.transition.11'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.11'] = new \Symfony\Component\Workflow\Transition('toDelivered''extendTransmited''delivered'))), 12 => ($this->privates['.state_machine.furniture_instance_step.transition.12'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.12'] = new \Symfony\Component\Workflow\Transition('toDelivered''recoveryToTransmit''delivered'))), 13 => ($this->privates['.state_machine.furniture_instance_step.transition.13'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.13'] = new \Symfony\Component\Workflow\Transition('toDelivered''recoveryTransmited''delivered'))), 14 => ($this->privates['.state_machine.furniture_instance_step.transition.14'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.14'] = new \Symfony\Component\Workflow\Transition('toDelivered''updateRefused''delivered'))), 15 => ($this->privates['.state_machine.furniture_instance_step.transition.15'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.15'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''shipped''extendToTransmit'))), 16 => ($this->privates['.state_machine.furniture_instance_step.transition.16'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.16'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''delivered''extendToTransmit'))), 17 => ($this->privates['.state_machine.furniture_instance_step.transition.17'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.17'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''extendToTransmit''extendToTransmit'))), 18 => ($this->privates['.state_machine.furniture_instance_step.transition.18'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.18'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''extendTransmited''extendToTransmit'))), 19 => ($this->privates['.state_machine.furniture_instance_step.transition.19'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.19'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''recoveryToTransmit''extendToTransmit'))), 20 => ($this->privates['.state_machine.furniture_instance_step.transition.20'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.20'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''recoveryTransmited''extendToTransmit'))), 21 => ($this->privates['.state_machine.furniture_instance_step.transition.21'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.21'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''updateValided''extendToTransmit'))), 22 => ($this->privates['.state_machine.furniture_instance_step.transition.22'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.22'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''updateRefused''extendToTransmit'))), 23 => ($this->privates['.state_machine.furniture_instance_step.transition.23'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.23'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''shipped''recoveryToTransmit'))), 24 => ($this->privates['.state_machine.furniture_instance_step.transition.24'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.24'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''delivered''recoveryToTransmit'))), 25 => ($this->privates['.state_machine.furniture_instance_step.transition.25'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.25'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''extendToTransmit''recoveryToTransmit'))), 26 => ($this->privates['.state_machine.furniture_instance_step.transition.26'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.26'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''extendTransmited''recoveryToTransmit'))), 27 => ($this->privates['.state_machine.furniture_instance_step.transition.27'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.27'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''recoveryToTransmit''recoveryToTransmit'))), 28 => ($this->privates['.state_machine.furniture_instance_step.transition.28'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.28'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''recoveryTransmited''recoveryToTransmit'))), 29 => ($this->privates['.state_machine.furniture_instance_step.transition.29'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.29'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''updateValided''recoveryToTransmit'))), 30 => ($this->privates['.state_machine.furniture_instance_step.transition.30'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.30'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''updateRefused''recoveryToTransmit'))), 31 => ($this->privates['.state_machine.furniture_instance_step.transition.31'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.31'] = new \Symfony\Component\Workflow\Transition('toExtendTransmited''extendToTransmit''extendTransmited'))), 32 => ($this->privates['.state_machine.furniture_instance_step.transition.32'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.32'] = new \Symfony\Component\Workflow\Transition('toExtendTransmited''updateRefused''extendTransmited'))), 33 => ($this->privates['.state_machine.furniture_instance_step.transition.33'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.33'] = new \Symfony\Component\Workflow\Transition('toRecoveryTransmited''recoveryToTransmit''recoveryTransmited'))), 34 => ($this->privates['.state_machine.furniture_instance_step.transition.34'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.34'] = new \Symfony\Component\Workflow\Transition('toRecoveryTransmited''updateRefused''recoveryTransmited'))), 35 => ($this->privates['.state_machine.furniture_instance_step.transition.35'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.35'] = new \Symfony\Component\Workflow\Transition('toUpdateRefused''extendTransmited''updateRefused'))), 36 => ($this->privates['.state_machine.furniture_instance_step.transition.36'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.36'] = new \Symfony\Component\Workflow\Transition('toUpdateRefused''recoveryTransmited''updateRefused'))), 37 => ($this->privates['.state_machine.furniture_instance_step.transition.37'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.37'] = new \Symfony\Component\Workflow\Transition('toUpdateValided''extendTransmited''updateValided'))), 38 => ($this->privates['.state_machine.furniture_instance_step.transition.38'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.38'] = new \Symfony\Component\Workflow\Transition('toUpdateValided''recoveryTransmited''updateValided'))), 39 => ($this->privates['.state_machine.furniture_instance_step.transition.39'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.39'] = new \Symfony\Component\Workflow\Transition('toUpdateValided''updateRefused''updateValided'))), 40 => ($this->privates['.state_machine.furniture_instance_step.transition.40'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.40'] = new \Symfony\Component\Workflow\Transition('toRecovered''shipped''recovered'))), 41 => ($this->privates['.state_machine.furniture_instance_step.transition.41'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.41'] = new \Symfony\Component\Workflow\Transition('toRecovered''delivered''recovered'))), 42 => ($this->privates['.state_machine.furniture_instance_step.transition.42'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.42'] = new \Symfony\Component\Workflow\Transition('toRecovered''extendToTransmit''recovered'))), 43 => ($this->privates['.state_machine.furniture_instance_step.transition.43'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.43'] = new \Symfony\Component\Workflow\Transition('toRecovered''recoveryToTransmit''recovered'))), 44 => ($this->privates['.state_machine.furniture_instance_step.transition.44'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.44'] = new \Symfony\Component\Workflow\Transition('toRecovered''extendTransmited''recovered'))), 45 => ($this->privates['.state_machine.furniture_instance_step.transition.45'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.45'] = new \Symfony\Component\Workflow\Transition('toRecovered''recoveryTransmited''recovered'))), 46 => ($this->privates['.state_machine.furniture_instance_step.transition.46'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.46'] = new \Symfony\Component\Workflow\Transition('toRecovered''updateValided''recovered'))), 47 => ($this->privates['.state_machine.furniture_instance_step.transition.47'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.47'] = new \Symfony\Component\Workflow\Transition('toRecovered''updateRefused''recovered'))), 48 => ($this->privates['.state_machine.furniture_instance_step.transition.48'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.48'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''shipped''recoveredForced'))), 49 => ($this->privates['.state_machine.furniture_instance_step.transition.49'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.49'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''delivered''recoveredForced'))), 50 => ($this->privates['.state_machine.furniture_instance_step.transition.50'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.50'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''extendToTransmit''recoveredForced'))), 51 => ($this->privates['.state_machine.furniture_instance_step.transition.51'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.51'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''recoveryToTransmit''recoveredForced'))), 52 => ($this->privates['.state_machine.furniture_instance_step.transition.52'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.52'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''extendTransmited''recoveredForced'))), 53 => ($this->privates['.state_machine.furniture_instance_step.transition.53'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.53'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''recoveryTransmited''recoveredForced'))), 54 => ($this->privates['.state_machine.furniture_instance_step.transition.54'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.54'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''updateValided''recoveredForced'))), 55 => ($this->privates['.state_machine.furniture_instance_step.transition.55'] ?? ($this->privates['.state_machine.furniture_instance_step.transition.55'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''updateRefused''recoveredForced')))], [=> 'awaitingDelivery'], ($this->privates['state_machine.furniture_instance_step.metadata_store'] ?? $this->getStateMachine_FurnitureInstanceStep_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'step'), $a'furniture_instance_step'NULL);
  861.     }
  862.     /**
  863.      * Gets the public '.container.private.state_machine.furniture_stock_step' shared service.
  864.      *
  865.      * @return \Symfony\Component\Workflow\StateMachine
  866.      */
  867.     protected function get_Container_Private_StateMachine_FurnitureStockStepService()
  868.     {
  869.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  870.         if (isset($this->services['.container.private.state_machine.furniture_stock_step'])) {
  871.             return $this->services['.container.private.state_machine.furniture_stock_step'];
  872.         }
  873.         return $this->services['.container.private.state_machine.furniture_stock_step'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'free'=> 'hs'=> 'inProgress1'=> 'inProgress2'=> 'maintenance'=> 'reserved'], [=> ($this->privates['.state_machine.furniture_stock_step.transition.0'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.0'] = new \Symfony\Component\Workflow\Transition('toFree''free''free'))), => ($this->privates['.state_machine.furniture_stock_step.transition.1'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.1'] = new \Symfony\Component\Workflow\Transition('toFree''hs''free'))), => ($this->privates['.state_machine.furniture_stock_step.transition.2'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.2'] = new \Symfony\Component\Workflow\Transition('toFree''inProgress1''free'))), => ($this->privates['.state_machine.furniture_stock_step.transition.3'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.3'] = new \Symfony\Component\Workflow\Transition('toFree''inProgress2''free'))), => ($this->privates['.state_machine.furniture_stock_step.transition.4'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.4'] = new \Symfony\Component\Workflow\Transition('toFree''maintenance''free'))), => ($this->privates['.state_machine.furniture_stock_step.transition.5'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.5'] = new \Symfony\Component\Workflow\Transition('toFree''reserved''free'))), => ($this->privates['.state_machine.furniture_stock_step.transition.6'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.6'] = new \Symfony\Component\Workflow\Transition('toHs''free''hs'))), => ($this->privates['.state_machine.furniture_stock_step.transition.7'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.7'] = new \Symfony\Component\Workflow\Transition('toHs''hs''hs'))), => ($this->privates['.state_machine.furniture_stock_step.transition.8'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.8'] = new \Symfony\Component\Workflow\Transition('toHs''inProgress1''hs'))), => ($this->privates['.state_machine.furniture_stock_step.transition.9'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.9'] = new \Symfony\Component\Workflow\Transition('toHs''inProgress2''hs'))), 10 => ($this->privates['.state_machine.furniture_stock_step.transition.10'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.10'] = new \Symfony\Component\Workflow\Transition('toHs''maintenance''hs'))), 11 => ($this->privates['.state_machine.furniture_stock_step.transition.11'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.11'] = new \Symfony\Component\Workflow\Transition('toHs''reserved''hs'))), 12 => ($this->privates['.state_machine.furniture_stock_step.transition.12'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.12'] = new \Symfony\Component\Workflow\Transition('toInProgress1''free''inProgress1'))), 13 => ($this->privates['.state_machine.furniture_stock_step.transition.13'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.13'] = new \Symfony\Component\Workflow\Transition('toInProgress1''reserved''inProgress1'))), 14 => ($this->privates['.state_machine.furniture_stock_step.transition.14'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.14'] = new \Symfony\Component\Workflow\Transition('toInProgress2''free''inProgress2'))), 15 => ($this->privates['.state_machine.furniture_stock_step.transition.15'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.15'] = new \Symfony\Component\Workflow\Transition('toInProgress2''maintenance''inProgress2'))), 16 => ($this->privates['.state_machine.furniture_stock_step.transition.16'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.16'] = new \Symfony\Component\Workflow\Transition('toInProgress2''inProgress1''inProgress2'))), 17 => ($this->privates['.state_machine.furniture_stock_step.transition.17'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.17'] = new \Symfony\Component\Workflow\Transition('toMaintenance''free''maintenance'))), 18 => ($this->privates['.state_machine.furniture_stock_step.transition.18'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.18'] = new \Symfony\Component\Workflow\Transition('toMaintenance''hs''maintenance'))), 19 => ($this->privates['.state_machine.furniture_stock_step.transition.19'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.19'] = new \Symfony\Component\Workflow\Transition('toMaintenance''inProgress1''maintenance'))), 20 => ($this->privates['.state_machine.furniture_stock_step.transition.20'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.20'] = new \Symfony\Component\Workflow\Transition('toMaintenance''inProgress2''maintenance'))), 21 => ($this->privates['.state_machine.furniture_stock_step.transition.21'] ?? ($this->privates['.state_machine.furniture_stock_step.transition.21'] = new \Symfony\Component\Workflow\Transition('toReserved''free''reserved')))], [=> 'free'], ($this->privates['state_machine.furniture_stock_step.metadata_store'] ?? $this->getStateMachine_FurnitureStockStep_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'step'), $a'furniture_stock_step'NULL);
  874.     }
  875.     /**
  876.      * Gets the public '.container.private.state_machine.operation_order_step' shared service.
  877.      *
  878.      * @return \Symfony\Component\Workflow\StateMachine
  879.      */
  880.     protected function get_Container_Private_StateMachine_OperationOrderStepService()
  881.     {
  882.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  883.         if (isset($this->services['.container.private.state_machine.operation_order_step'])) {
  884.             return $this->services['.container.private.state_machine.operation_order_step'];
  885.         }
  886.         return $this->services['.container.private.state_machine.operation_order_step'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'start'=> 'draft'=> 'valid'=> 'inAssignment'=> 'abandonned'=> 'canceled'=> 'partiallyAffected'=> 'affected'=> 'finished'=> 'closed'10 => 'finishedProblem'], [=> ($this->privates['.state_machine.operation_order_step.transition.0'] ?? ($this->privates['.state_machine.operation_order_step.transition.0'] = new \Symfony\Component\Workflow\Transition('toDraft''start''draft'))), => ($this->privates['.state_machine.operation_order_step.transition.1'] ?? ($this->privates['.state_machine.operation_order_step.transition.1'] = new \Symfony\Component\Workflow\Transition('toValid''start''valid'))), => ($this->privates['.state_machine.operation_order_step.transition.2'] ?? ($this->privates['.state_machine.operation_order_step.transition.2'] = new \Symfony\Component\Workflow\Transition('toValid''draft''valid'))), => ($this->privates['.state_machine.operation_order_step.transition.3'] ?? ($this->privates['.state_machine.operation_order_step.transition.3'] = new \Symfony\Component\Workflow\Transition('toReValid''inAssignment''valid'))), => ($this->privates['.state_machine.operation_order_step.transition.4'] ?? ($this->privates['.state_machine.operation_order_step.transition.4'] = new \Symfony\Component\Workflow\Transition('toReValid''partiallyAffected''valid'))), => ($this->privates['.state_machine.operation_order_step.transition.5'] ?? ($this->privates['.state_machine.operation_order_step.transition.5'] = new \Symfony\Component\Workflow\Transition('toReValid''affected''valid'))), => ($this->privates['.state_machine.operation_order_step.transition.6'] ?? ($this->privates['.state_machine.operation_order_step.transition.6'] = new \Symfony\Component\Workflow\Transition('toReValid''valid''valid'))), => ($this->privates['.state_machine.operation_order_step.transition.7'] ?? ($this->privates['.state_machine.operation_order_step.transition.7'] = new \Symfony\Component\Workflow\Transition('toInAssignment''valid''inAssignment'))), => ($this->privates['.state_machine.operation_order_step.transition.8'] ?? ($this->privates['.state_machine.operation_order_step.transition.8'] = new \Symfony\Component\Workflow\Transition('toInAssignment''partiallyAffected''inAssignment'))), => ($this->privates['.state_machine.operation_order_step.transition.9'] ?? ($this->privates['.state_machine.operation_order_step.transition.9'] = new \Symfony\Component\Workflow\Transition('toInAssignment''affected''inAssignment'))), 10 => ($this->privates['.state_machine.operation_order_step.transition.10'] ?? ($this->privates['.state_machine.operation_order_step.transition.10'] = new \Symfony\Component\Workflow\Transition('toInAssignment''inAssignment''inAssignment'))), 11 => ($this->privates['.state_machine.operation_order_step.transition.11'] ?? ($this->privates['.state_machine.operation_order_step.transition.11'] = new \Symfony\Component\Workflow\Transition('toAbandonned''valid''abandonned'))), 12 => ($this->privates['.state_machine.operation_order_step.transition.12'] ?? ($this->privates['.state_machine.operation_order_step.transition.12'] = new \Symfony\Component\Workflow\Transition('toAbandonned''inAssignment''abandonned'))), 13 => ($this->privates['.state_machine.operation_order_step.transition.13'] ?? ($this->privates['.state_machine.operation_order_step.transition.13'] = new \Symfony\Component\Workflow\Transition('toAbandonned''partiallyAffected''abandonned'))), 14 => ($this->privates['.state_machine.operation_order_step.transition.14'] ?? ($this->privates['.state_machine.operation_order_step.transition.14'] = new \Symfony\Component\Workflow\Transition('toAbandonned''affected''abandonned'))), 15 => ($this->privates['.state_machine.operation_order_step.transition.15'] ?? ($this->privates['.state_machine.operation_order_step.transition.15'] = new \Symfony\Component\Workflow\Transition('toAbandonned''abandonned''abandonned'))), 16 => ($this->privates['.state_machine.operation_order_step.transition.16'] ?? ($this->privates['.state_machine.operation_order_step.transition.16'] = new \Symfony\Component\Workflow\Transition('toAbandonned''draft''abandonned'))), 17 => ($this->privates['.state_machine.operation_order_step.transition.17'] ?? ($this->privates['.state_machine.operation_order_step.transition.17'] = new \Symfony\Component\Workflow\Transition('toCanceled''valid''canceled'))), 18 => ($this->privates['.state_machine.operation_order_step.transition.18'] ?? ($this->privates['.state_machine.operation_order_step.transition.18'] = new \Symfony\Component\Workflow\Transition('toCanceled''inAssignment''canceled'))), 19 => ($this->privates['.state_machine.operation_order_step.transition.19'] ?? ($this->privates['.state_machine.operation_order_step.transition.19'] = new \Symfony\Component\Workflow\Transition('toCanceled''partiallyAffected''canceled'))), 20 => ($this->privates['.state_machine.operation_order_step.transition.20'] ?? ($this->privates['.state_machine.operation_order_step.transition.20'] = new \Symfony\Component\Workflow\Transition('toCanceled''affected''canceled'))), 21 => ($this->privates['.state_machine.operation_order_step.transition.21'] ?? ($this->privates['.state_machine.operation_order_step.transition.21'] = new \Symfony\Component\Workflow\Transition('toCanceled''draft''canceled'))), 22 => ($this->privates['.state_machine.operation_order_step.transition.22'] ?? ($this->privates['.state_machine.operation_order_step.transition.22'] = new \Symfony\Component\Workflow\Transition('toPartiallyAffected''inAssignment''partiallyAffected'))), 23 => ($this->privates['.state_machine.operation_order_step.transition.23'] ?? ($this->privates['.state_machine.operation_order_step.transition.23'] = new \Symfony\Component\Workflow\Transition('toPartiallyAffected''affected''partiallyAffected'))), 24 => ($this->privates['.state_machine.operation_order_step.transition.24'] ?? ($this->privates['.state_machine.operation_order_step.transition.24'] = new \Symfony\Component\Workflow\Transition('toPartiallyAffected''partiallyAffected''partiallyAffected'))), 25 => ($this->privates['.state_machine.operation_order_step.transition.25'] ?? ($this->privates['.state_machine.operation_order_step.transition.25'] = new \Symfony\Component\Workflow\Transition('toAffected''inAssignment''affected'))), 26 => ($this->privates['.state_machine.operation_order_step.transition.26'] ?? ($this->privates['.state_machine.operation_order_step.transition.26'] = new \Symfony\Component\Workflow\Transition('toAffected''partiallyAffected''affected'))), 27 => ($this->privates['.state_machine.operation_order_step.transition.27'] ?? ($this->privates['.state_machine.operation_order_step.transition.27'] = new \Symfony\Component\Workflow\Transition('toAffected''affected''affected'))), 28 => ($this->privates['.state_machine.operation_order_step.transition.28'] ?? ($this->privates['.state_machine.operation_order_step.transition.28'] = new \Symfony\Component\Workflow\Transition('toFinished''affected''finished'))), 29 => ($this->privates['.state_machine.operation_order_step.transition.29'] ?? ($this->privates['.state_machine.operation_order_step.transition.29'] = new \Symfony\Component\Workflow\Transition('toFinished''finished''finished'))), 30 => ($this->privates['.state_machine.operation_order_step.transition.30'] ?? ($this->privates['.state_machine.operation_order_step.transition.30'] = new \Symfony\Component\Workflow\Transition('toFinishedProblem''finished''finishedProblem'))), 31 => ($this->privates['.state_machine.operation_order_step.transition.31'] ?? ($this->privates['.state_machine.operation_order_step.transition.31'] = new \Symfony\Component\Workflow\Transition('toFinishedProblem''finishedProblem''finishedProblem'))), 32 => ($this->privates['.state_machine.operation_order_step.transition.32'] ?? ($this->privates['.state_machine.operation_order_step.transition.32'] = new \Symfony\Component\Workflow\Transition('toClosed''finished''closed'))), 33 => ($this->privates['.state_machine.operation_order_step.transition.33'] ?? ($this->privates['.state_machine.operation_order_step.transition.33'] = new \Symfony\Component\Workflow\Transition('toClosed''finishedProblem''closed'))), 34 => ($this->privates['.state_machine.operation_order_step.transition.34'] ?? ($this->privates['.state_machine.operation_order_step.transition.34'] = new \Symfony\Component\Workflow\Transition('toClosed''closed''closed')))], [=> 'start'], ($this->privates['state_machine.operation_order_step.metadata_store'] ?? $this->getStateMachine_OperationOrderStep_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'step'), $a'operation_order_step'NULL);
  887.     }
  888.     /**
  889.      * Gets the public '.container.private.state_machine.order_furniture_step' shared service.
  890.      *
  891.      * @return \Symfony\Component\Workflow\StateMachine
  892.      */
  893.     protected function get_Container_Private_StateMachine_OrderFurnitureStepService()
  894.     {
  895.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  896.         if (isset($this->services['.container.private.state_machine.order_furniture_step'])) {
  897.             return $this->services['.container.private.state_machine.order_furniture_step'];
  898.         }
  899.         return $this->services['.container.private.state_machine.order_furniture_step'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'start'=> 'draft'=> 'toModerate'=> 'moderateValided'=> 'moderateRefused'=> 'toTransmit'=> 'abandonned'=> 'abandonnedNoTransmited'=> 'abandonnedToTransmit'=> 'abandonnedTransmited'10 => 'canceled'11 => 'qteKo'12 => 'requestSend'13 => 'requestValided'14 => 'updateToModerate'15 => 'updateModerateValided'16 => 'updateModerateRefused'17 => 'updateToTransmit'18 => 'updateTransmited'19 => 'shipped'20 => 'delivered'21 => 'recoveredForced'22 => 'finishedClosed'], [=> ($this->privates['.state_machine.order_furniture_step.transition.0'] ?? ($this->privates['.state_machine.order_furniture_step.transition.0'] = new \Symfony\Component\Workflow\Transition('toDraft''start''draft'))), => ($this->privates['.state_machine.order_furniture_step.transition.1'] ?? ($this->privates['.state_machine.order_furniture_step.transition.1'] = new \Symfony\Component\Workflow\Transition('toToModerate''start''toModerate'))), => ($this->privates['.state_machine.order_furniture_step.transition.2'] ?? ($this->privates['.state_machine.order_furniture_step.transition.2'] = new \Symfony\Component\Workflow\Transition('toToModerate''draft''toModerate'))), => ($this->privates['.state_machine.order_furniture_step.transition.3'] ?? ($this->privates['.state_machine.order_furniture_step.transition.3'] = new \Symfony\Component\Workflow\Transition('toModerateValided''toModerate''moderateValided'))), => ($this->privates['.state_machine.order_furniture_step.transition.4'] ?? ($this->privates['.state_machine.order_furniture_step.transition.4'] = new \Symfony\Component\Workflow\Transition('toModerateRefused''toModerate''moderateRefused'))), => ($this->privates['.state_machine.order_furniture_step.transition.5'] ?? ($this->privates['.state_machine.order_furniture_step.transition.5'] = new \Symfony\Component\Workflow\Transition('toToTransmit''moderateValided''toTransmit'))), => ($this->privates['.state_machine.order_furniture_step.transition.6'] ?? ($this->privates['.state_machine.order_furniture_step.transition.6'] = new \Symfony\Component\Workflow\Transition('toToTransmit''updateModerateValided''toTransmit'))), => ($this->privates['.state_machine.order_furniture_step.transition.7'] ?? ($this->privates['.state_machine.order_furniture_step.transition.7'] = new \Symfony\Component\Workflow\Transition('toReToTransmit''toTransmit''toTransmit'))), => ($this->privates['.state_machine.order_furniture_step.transition.8'] ?? ($this->privates['.state_machine.order_furniture_step.transition.8'] = new \Symfony\Component\Workflow\Transition('toAbandonned''abandonnedNoTransmited''abandonned'))), => ($this->privates['.state_machine.order_furniture_step.transition.9'] ?? ($this->privates['.state_machine.order_furniture_step.transition.9'] = new \Symfony\Component\Workflow\Transition('toAbandonned''abandonnedToTransmit''abandonned'))), 10 => ($this->privates['.state_machine.order_furniture_step.transition.10'] ?? ($this->privates['.state_machine.order_furniture_step.transition.10'] = new \Symfony\Component\Workflow\Transition('toAbandonned''abandonnedTransmited''abandonned'))), 11 => ($this->privates['.state_machine.order_furniture_step.transition.11'] ?? ($this->privates['.state_machine.order_furniture_step.transition.11'] = new \Symfony\Component\Workflow\Transition('toAbandonned''toModerate''abandonned'))), 12 => ($this->privates['.state_machine.order_furniture_step.transition.12'] ?? ($this->privates['.state_machine.order_furniture_step.transition.12'] = new \Symfony\Component\Workflow\Transition('toAbandonned''updateToModerate''abandonned'))), 13 => ($this->privates['.state_machine.order_furniture_step.transition.13'] ?? ($this->privates['.state_machine.order_furniture_step.transition.13'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''start''abandonnedNoTransmited'))), 14 => ($this->privates['.state_machine.order_furniture_step.transition.14'] ?? ($this->privates['.state_machine.order_furniture_step.transition.14'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''draft''abandonnedNoTransmited'))), 15 => ($this->privates['.state_machine.order_furniture_step.transition.15'] ?? ($this->privates['.state_machine.order_furniture_step.transition.15'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''toModerate''abandonnedNoTransmited'))), 16 => ($this->privates['.state_machine.order_furniture_step.transition.16'] ?? ($this->privates['.state_machine.order_furniture_step.transition.16'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''moderateValided''abandonnedNoTransmited'))), 17 => ($this->privates['.state_machine.order_furniture_step.transition.17'] ?? ($this->privates['.state_machine.order_furniture_step.transition.17'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''moderateRefused''abandonnedNoTransmited'))), 18 => ($this->privates['.state_machine.order_furniture_step.transition.18'] ?? ($this->privates['.state_machine.order_furniture_step.transition.18'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''toTransmit''abandonnedNoTransmited'))), 19 => ($this->privates['.state_machine.order_furniture_step.transition.19'] ?? ($this->privates['.state_machine.order_furniture_step.transition.19'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''updateToModerate''abandonnedNoTransmited'))), 20 => ($this->privates['.state_machine.order_furniture_step.transition.20'] ?? ($this->privates['.state_machine.order_furniture_step.transition.20'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''updateModerateValided''abandonnedNoTransmited'))), 21 => ($this->privates['.state_machine.order_furniture_step.transition.21'] ?? ($this->privates['.state_machine.order_furniture_step.transition.21'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''updateModerateRefused''abandonnedNoTransmited'))), 22 => ($this->privates['.state_machine.order_furniture_step.transition.22'] ?? ($this->privates['.state_machine.order_furniture_step.transition.22'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''qteKo''abandonnedNoTransmited'))), 23 => ($this->privates['.state_machine.order_furniture_step.transition.23'] ?? ($this->privates['.state_machine.order_furniture_step.transition.23'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''requestSend''abandonnedToTransmit'))), 24 => ($this->privates['.state_machine.order_furniture_step.transition.24'] ?? ($this->privates['.state_machine.order_furniture_step.transition.24'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''requestValided''abandonnedToTransmit'))), 25 => ($this->privates['.state_machine.order_furniture_step.transition.25'] ?? ($this->privates['.state_machine.order_furniture_step.transition.25'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''updateToModerate''abandonnedToTransmit'))), 26 => ($this->privates['.state_machine.order_furniture_step.transition.26'] ?? ($this->privates['.state_machine.order_furniture_step.transition.26'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''updateModerateValided''abandonnedToTransmit'))), 27 => ($this->privates['.state_machine.order_furniture_step.transition.27'] ?? ($this->privates['.state_machine.order_furniture_step.transition.27'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''updateToTransmit''abandonnedToTransmit'))), 28 => ($this->privates['.state_machine.order_furniture_step.transition.28'] ?? ($this->privates['.state_machine.order_furniture_step.transition.28'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''updateTransmited''abandonnedToTransmit'))), 29 => ($this->privates['.state_machine.order_furniture_step.transition.29'] ?? ($this->privates['.state_machine.order_furniture_step.transition.29'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''updateModerateRefused''abandonnedToTransmit'))), 30 => ($this->privates['.state_machine.order_furniture_step.transition.30'] ?? ($this->privates['.state_machine.order_furniture_step.transition.30'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''qteKo''abandonnedToTransmit'))), 31 => ($this->privates['.state_machine.order_furniture_step.transition.31'] ?? ($this->privates['.state_machine.order_furniture_step.transition.31'] = new \Symfony\Component\Workflow\Transition('toAbandonnedTransmited''abandonnedToTransmit''abandonnedTransmited'))), 32 => ($this->privates['.state_machine.order_furniture_step.transition.32'] ?? ($this->privates['.state_machine.order_furniture_step.transition.32'] = new \Symfony\Component\Workflow\Transition('toRequestSend''toTransmit''requestSend'))), 33 => ($this->privates['.state_machine.order_furniture_step.transition.33'] ?? ($this->privates['.state_machine.order_furniture_step.transition.33'] = new \Symfony\Component\Workflow\Transition('toRequestValided''requestSend''requestValided'))), 34 => ($this->privates['.state_machine.order_furniture_step.transition.34'] ?? ($this->privates['.state_machine.order_furniture_step.transition.34'] = new \Symfony\Component\Workflow\Transition('toRequestValided''updateTransmited''requestValided'))), 35 => ($this->privates['.state_machine.order_furniture_step.transition.35'] ?? ($this->privates['.state_machine.order_furniture_step.transition.35'] = new \Symfony\Component\Workflow\Transition('toUpdateToModerate''requestSend''updateToModerate'))), 36 => ($this->privates['.state_machine.order_furniture_step.transition.36'] ?? ($this->privates['.state_machine.order_furniture_step.transition.36'] = new \Symfony\Component\Workflow\Transition('toUpdateToModerate''requestValided''updateToModerate'))), 37 => ($this->privates['.state_machine.order_furniture_step.transition.37'] ?? ($this->privates['.state_machine.order_furniture_step.transition.37'] = new \Symfony\Component\Workflow\Transition('toUpdateToModerate''toModerate''updateToModerate'))), 38 => ($this->privates['.state_machine.order_furniture_step.transition.38'] ?? ($this->privates['.state_machine.order_furniture_step.transition.38'] = new \Symfony\Component\Workflow\Transition('toUpdateToModerate''moderateValided''updateToModerate'))), 39 => ($this->privates['.state_machine.order_furniture_step.transition.39'] ?? ($this->privates['.state_machine.order_furniture_step.transition.39'] = new \Symfony\Component\Workflow\Transition('toUpdateToModerate''toTransmit''updateToModerate'))), 40 => ($this->privates['.state_machine.order_furniture_step.transition.40'] ?? ($this->privates['.state_machine.order_furniture_step.transition.40'] = new \Symfony\Component\Workflow\Transition('toUpdateToModerate''updateToModerate''updateToModerate'))), 41 => ($this->privates['.state_machine.order_furniture_step.transition.41'] ?? ($this->privates['.state_machine.order_furniture_step.transition.41'] = new \Symfony\Component\Workflow\Transition('toUpdateToModerate''updateModerateValided''updateToModerate'))), 42 => ($this->privates['.state_machine.order_furniture_step.transition.42'] ?? ($this->privates['.state_machine.order_furniture_step.transition.42'] = new \Symfony\Component\Workflow\Transition('toUpdateToModerate''updateTransmited''updateToModerate'))), 43 => ($this->privates['.state_machine.order_furniture_step.transition.43'] ?? ($this->privates['.state_machine.order_furniture_step.transition.43'] = new \Symfony\Component\Workflow\Transition('toUpdateModerateValided''updateToModerate''updateModerateValided'))), 44 => ($this->privates['.state_machine.order_furniture_step.transition.44'] ?? ($this->privates['.state_machine.order_furniture_step.transition.44'] = new \Symfony\Component\Workflow\Transition('toUpdateModerateRefused''updateToModerate''updateModerateRefused'))), 45 => ($this->privates['.state_machine.order_furniture_step.transition.45'] ?? ($this->privates['.state_machine.order_furniture_step.transition.45'] = new \Symfony\Component\Workflow\Transition('toUpdateToTransmit''updateModerateValided''updateToTransmit'))), 46 => ($this->privates['.state_machine.order_furniture_step.transition.46'] ?? ($this->privates['.state_machine.order_furniture_step.transition.46'] = new \Symfony\Component\Workflow\Transition('toUpdateTransmited''updateToTransmit''updateTransmited'))), 47 => ($this->privates['.state_machine.order_furniture_step.transition.47'] ?? ($this->privates['.state_machine.order_furniture_step.transition.47'] = new \Symfony\Component\Workflow\Transition('toCanceled''toTransmit''canceled'))), 48 => ($this->privates['.state_machine.order_furniture_step.transition.48'] ?? ($this->privates['.state_machine.order_furniture_step.transition.48'] = new \Symfony\Component\Workflow\Transition('toCanceled''requestSend''canceled'))), 49 => ($this->privates['.state_machine.order_furniture_step.transition.49'] ?? ($this->privates['.state_machine.order_furniture_step.transition.49'] = new \Symfony\Component\Workflow\Transition('toCanceled''requestValided''canceled'))), 50 => ($this->privates['.state_machine.order_furniture_step.transition.50'] ?? ($this->privates['.state_machine.order_furniture_step.transition.50'] = new \Symfony\Component\Workflow\Transition('toCanceled''toModerate''canceled'))), 51 => ($this->privates['.state_machine.order_furniture_step.transition.51'] ?? ($this->privates['.state_machine.order_furniture_step.transition.51'] = new \Symfony\Component\Workflow\Transition('toCanceled''moderateValided''canceled'))), 52 => ($this->privates['.state_machine.order_furniture_step.transition.52'] ?? ($this->privates['.state_machine.order_furniture_step.transition.52'] = new \Symfony\Component\Workflow\Transition('toCanceled''updateToModerate''canceled'))), 53 => ($this->privates['.state_machine.order_furniture_step.transition.53'] ?? ($this->privates['.state_machine.order_furniture_step.transition.53'] = new \Symfony\Component\Workflow\Transition('toCanceled''updateModerateValided''canceled'))), 54 => ($this->privates['.state_machine.order_furniture_step.transition.54'] ?? ($this->privates['.state_machine.order_furniture_step.transition.54'] = new \Symfony\Component\Workflow\Transition('toCanceled''updateToTransmit''canceled'))), 55 => ($this->privates['.state_machine.order_furniture_step.transition.55'] ?? ($this->privates['.state_machine.order_furniture_step.transition.55'] = new \Symfony\Component\Workflow\Transition('toCanceled''updateTransmited''canceled'))), 56 => ($this->privates['.state_machine.order_furniture_step.transition.56'] ?? ($this->privates['.state_machine.order_furniture_step.transition.56'] = new \Symfony\Component\Workflow\Transition('toQteKo''toTransmit''qteKo'))), 57 => ($this->privates['.state_machine.order_furniture_step.transition.57'] ?? ($this->privates['.state_machine.order_furniture_step.transition.57'] = new \Symfony\Component\Workflow\Transition('toQteKo''requestSend''qteKo'))), 58 => ($this->privates['.state_machine.order_furniture_step.transition.58'] ?? ($this->privates['.state_machine.order_furniture_step.transition.58'] = new \Symfony\Component\Workflow\Transition('toQteKo''requestValided''qteKo'))), 59 => ($this->privates['.state_machine.order_furniture_step.transition.59'] ?? ($this->privates['.state_machine.order_furniture_step.transition.59'] = new \Symfony\Component\Workflow\Transition('toQteKo''toModerate''qteKo'))), 60 => ($this->privates['.state_machine.order_furniture_step.transition.60'] ?? ($this->privates['.state_machine.order_furniture_step.transition.60'] = new \Symfony\Component\Workflow\Transition('toQteKo''moderateValided''qteKo'))), 61 => ($this->privates['.state_machine.order_furniture_step.transition.61'] ?? ($this->privates['.state_machine.order_furniture_step.transition.61'] = new \Symfony\Component\Workflow\Transition('toQteKo''updateToModerate''qteKo'))), 62 => ($this->privates['.state_machine.order_furniture_step.transition.62'] ?? ($this->privates['.state_machine.order_furniture_step.transition.62'] = new \Symfony\Component\Workflow\Transition('toQteKo''updateModerateValided''qteKo'))), 63 => ($this->privates['.state_machine.order_furniture_step.transition.63'] ?? ($this->privates['.state_machine.order_furniture_step.transition.63'] = new \Symfony\Component\Workflow\Transition('toQteKo''updateToTransmit''qteKo'))), 64 => ($this->privates['.state_machine.order_furniture_step.transition.64'] ?? ($this->privates['.state_machine.order_furniture_step.transition.64'] = new \Symfony\Component\Workflow\Transition('toQteKo''updateTransmited''qteKo'))), 65 => ($this->privates['.state_machine.order_furniture_step.transition.65'] ?? ($this->privates['.state_machine.order_furniture_step.transition.65'] = new \Symfony\Component\Workflow\Transition('toShipped''requestSend''shipped'))), 66 => ($this->privates['.state_machine.order_furniture_step.transition.66'] ?? ($this->privates['.state_machine.order_furniture_step.transition.66'] = new \Symfony\Component\Workflow\Transition('toShipped''requestValided''shipped'))), 67 => ($this->privates['.state_machine.order_furniture_step.transition.67'] ?? ($this->privates['.state_machine.order_furniture_step.transition.67'] = new \Symfony\Component\Workflow\Transition('toShipped''updateTransmited''shipped'))), 68 => ($this->privates['.state_machine.order_furniture_step.transition.68'] ?? ($this->privates['.state_machine.order_furniture_step.transition.68'] = new \Symfony\Component\Workflow\Transition('toDelivered''shipped''delivered'))), 69 => ($this->privates['.state_machine.order_furniture_step.transition.69'] ?? ($this->privates['.state_machine.order_furniture_step.transition.69'] = new \Symfony\Component\Workflow\Transition('toDelivered''requestSend''delivered'))), 70 => ($this->privates['.state_machine.order_furniture_step.transition.70'] ?? ($this->privates['.state_machine.order_furniture_step.transition.70'] = new \Symfony\Component\Workflow\Transition('toDelivered''requestValided''delivered'))), 71 => ($this->privates['.state_machine.order_furniture_step.transition.71'] ?? ($this->privates['.state_machine.order_furniture_step.transition.71'] = new \Symfony\Component\Workflow\Transition('toDelivered''updateTransmited''delivered'))), 72 => ($this->privates['.state_machine.order_furniture_step.transition.72'] ?? ($this->privates['.state_machine.order_furniture_step.transition.72'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''requestSend''recoveredForced'))), 73 => ($this->privates['.state_machine.order_furniture_step.transition.73'] ?? ($this->privates['.state_machine.order_furniture_step.transition.73'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''requestValided''recoveredForced'))), 74 => ($this->privates['.state_machine.order_furniture_step.transition.74'] ?? ($this->privates['.state_machine.order_furniture_step.transition.74'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''updateToTransmit''recoveredForced'))), 75 => ($this->privates['.state_machine.order_furniture_step.transition.75'] ?? ($this->privates['.state_machine.order_furniture_step.transition.75'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''updateTransmited''recoveredForced'))), 76 => ($this->privates['.state_machine.order_furniture_step.transition.76'] ?? ($this->privates['.state_machine.order_furniture_step.transition.76'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''shipped''recoveredForced'))), 77 => ($this->privates['.state_machine.order_furniture_step.transition.77'] ?? ($this->privates['.state_machine.order_furniture_step.transition.77'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''delivered''recoveredForced'))), 78 => ($this->privates['.state_machine.order_furniture_step.transition.78'] ?? ($this->privates['.state_machine.order_furniture_step.transition.78'] = new \Symfony\Component\Workflow\Transition('toFinishedClosed''shipped''finishedClosed'))), 79 => ($this->privates['.state_machine.order_furniture_step.transition.79'] ?? ($this->privates['.state_machine.order_furniture_step.transition.79'] = new \Symfony\Component\Workflow\Transition('toFinishedClosed''delivered''finishedClosed')))], [=> 'start'], ($this->privates['state_machine.order_furniture_step.metadata_store'] ?? $this->getStateMachine_OrderFurnitureStep_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'step'), $a'order_furniture_step'NULL);
  900.     }
  901.     /**
  902.      * Gets the public '.container.private.state_machine.order_refrigeratorbin_step' shared service.
  903.      *
  904.      * @return \Symfony\Component\Workflow\StateMachine
  905.      */
  906.     protected function get_Container_Private_StateMachine_OrderRefrigeratorbinStepService()
  907.     {
  908.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  909.         if (isset($this->services['.container.private.state_machine.order_refrigeratorbin_step'])) {
  910.             return $this->services['.container.private.state_machine.order_refrigeratorbin_step'];
  911.         }
  912.         return $this->services['.container.private.state_machine.order_refrigeratorbin_step'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'start'=> 'draft'=> 'toTransmit'=> 'abandonned'=> 'abandonnedNoTransmited'=> 'abandonnedToTransmit'=> 'abandonnedTransmited'=> 'canceled'=> 'requestSend'=> 'requestValided'10 => 'updateToTransmit'11 => 'updateTransmited'12 => 'shipped'13 => 'delivered'14 => 'recoveredForced'15 => 'finishedClosed'], [=> ($this->privates['.state_machine.order_refrigeratorbin_step.transition.0'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.0'] = new \Symfony\Component\Workflow\Transition('toDraft''start''draft'))), => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.1'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.1'] = new \Symfony\Component\Workflow\Transition('toToTransmit''start''toTransmit'))), => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.2'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.2'] = new \Symfony\Component\Workflow\Transition('toToTransmit''draft''toTransmit'))), => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.3'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.3'] = new \Symfony\Component\Workflow\Transition('toReToTransmit''toTransmit''toTransmit'))), => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.4'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.4'] = new \Symfony\Component\Workflow\Transition('toAbandonned''abandonnedNoTransmited''abandonned'))), => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.5'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.5'] = new \Symfony\Component\Workflow\Transition('toAbandonned''abandonnedToTransmit''abandonned'))), => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.6'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.6'] = new \Symfony\Component\Workflow\Transition('toAbandonned''abandonnedTransmited''abandonned'))), => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.7'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.7'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''start''abandonnedNoTransmited'))), => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.8'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.8'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''draft''abandonnedNoTransmited'))), => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.9'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.9'] = new \Symfony\Component\Workflow\Transition('toAbandonnedNoTransmited''toTransmit''abandonnedNoTransmited'))), 10 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.10'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.10'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''requestSend''abandonnedToTransmit'))), 11 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.11'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.11'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''updateToTransmit''abandonnedToTransmit'))), 12 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.12'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.12'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''updateTransmited''abandonnedToTransmit'))), 13 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.13'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.13'] = new \Symfony\Component\Workflow\Transition('toAbandonnedToTransmit''requestValided''abandonnedToTransmit'))), 14 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.14'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.14'] = new \Symfony\Component\Workflow\Transition('toAbandonnedTransmited''abandonnedToTransmit''abandonnedTransmited'))), 15 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.15'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.15'] = new \Symfony\Component\Workflow\Transition('toRequestSend''toTransmit''requestSend'))), 16 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.16'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.16'] = new \Symfony\Component\Workflow\Transition('toRequestValided''requestSend''requestValided'))), 17 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.17'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.17'] = new \Symfony\Component\Workflow\Transition('toRequestValided''updateTransmited''requestValided'))), 18 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.18'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.18'] = new \Symfony\Component\Workflow\Transition('toUpdateToTransmit''requestSend''updateToTransmit'))), 19 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.19'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.19'] = new \Symfony\Component\Workflow\Transition('toUpdateToTransmit''updateTransmited''updateToTransmit'))), 20 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.20'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.20'] = new \Symfony\Component\Workflow\Transition('toUpdateToTransmit''requestValided''updateToTransmit'))), 21 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.21'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.21'] = new \Symfony\Component\Workflow\Transition('toUpdateTransmited''updateToTransmit''updateTransmited'))), 22 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.22'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.22'] = new \Symfony\Component\Workflow\Transition('toCanceled''toTransmit''canceled'))), 23 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.23'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.23'] = new \Symfony\Component\Workflow\Transition('toCanceled''requestSend''canceled'))), 24 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.24'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.24'] = new \Symfony\Component\Workflow\Transition('toCanceled''requestValided''canceled'))), 25 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.25'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.25'] = new \Symfony\Component\Workflow\Transition('toCanceled''updateToTransmit''canceled'))), 26 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.26'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.26'] = new \Symfony\Component\Workflow\Transition('toCanceled''updateTransmited''canceled'))), 27 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.27'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.27'] = new \Symfony\Component\Workflow\Transition('toShipped''requestSend''shipped'))), 28 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.28'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.28'] = new \Symfony\Component\Workflow\Transition('toShipped''requestValided''shipped'))), 29 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.29'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.29'] = new \Symfony\Component\Workflow\Transition('toShipped''updateTransmited''shipped'))), 30 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.30'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.30'] = new \Symfony\Component\Workflow\Transition('toDelivered''shipped''delivered'))), 31 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.31'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.31'] = new \Symfony\Component\Workflow\Transition('toDelivered''requestSend''delivered'))), 32 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.32'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.32'] = new \Symfony\Component\Workflow\Transition('toDelivered''requestValided''delivered'))), 33 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.33'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.33'] = new \Symfony\Component\Workflow\Transition('toDelivered''updateTransmited''delivered'))), 34 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.34'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.34'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''requestSend''recoveredForced'))), 35 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.35'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.35'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''updateToTransmit''recoveredForced'))), 36 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.36'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.36'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''updateTransmited''recoveredForced'))), 37 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.37'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.37'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''requestValided''recoveredForced'))), 38 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.38'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.38'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''shipped''recoveredForced'))), 39 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.39'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.39'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''delivered''recoveredForced'))), 40 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.40'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.40'] = new \Symfony\Component\Workflow\Transition('toFinishedClosed''shipped''finishedClosed'))), 41 => ($this->privates['.state_machine.order_refrigeratorbin_step.transition.41'] ?? ($this->privates['.state_machine.order_refrigeratorbin_step.transition.41'] = new \Symfony\Component\Workflow\Transition('toFinishedClosed''delivered''finishedClosed')))], [=> 'start'], ($this->privates['state_machine.order_refrigeratorbin_step.metadata_store'] ?? $this->getStateMachine_OrderRefrigeratorbinStep_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'step'), $a'order_refrigeratorbin_step'NULL);
  913.     }
  914.     /**
  915.      * Gets the public '.container.private.state_machine.refrigerator_instance_step' shared service.
  916.      *
  917.      * @return \Symfony\Component\Workflow\StateMachine
  918.      */
  919.     protected function get_Container_Private_StateMachine_RefrigeratorInstanceStepService()
  920.     {
  921.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  922.         if (isset($this->services['.container.private.state_machine.refrigerator_instance_step'])) {
  923.             return $this->services['.container.private.state_machine.refrigerator_instance_step'];
  924.         }
  925.         return $this->services['.container.private.state_machine.refrigerator_instance_step'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'awaitingDelivery'=> 'shipped'=> 'delivered'=> 'extendToTransmit'=> 'recoveryToTransmit'=> 'extendTransmited'=> 'recoveryTransmited'=> 'updateRefused'=> 'updateValided'=> 'recovered'10 => 'recoveredForced'], [=> ($this->privates['.state_machine.refrigerator_instance_step.transition.0'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.0'] = new \Symfony\Component\Workflow\Transition('toAwaitingDelivery''awaitingDelivery''awaitingDelivery'))), => ($this->privates['.state_machine.refrigerator_instance_step.transition.1'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.1'] = new \Symfony\Component\Workflow\Transition('toShipped''awaitingDelivery''shipped'))), => ($this->privates['.state_machine.refrigerator_instance_step.transition.2'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.2'] = new \Symfony\Component\Workflow\Transition('toShipped''extendToTransmit''shipped'))), => ($this->privates['.state_machine.refrigerator_instance_step.transition.3'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.3'] = new \Symfony\Component\Workflow\Transition('toShipped''extendTransmited''shipped'))), => ($this->privates['.state_machine.refrigerator_instance_step.transition.4'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.4'] = new \Symfony\Component\Workflow\Transition('toShipped''recoveryToTransmit''shipped'))), => ($this->privates['.state_machine.refrigerator_instance_step.transition.5'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.5'] = new \Symfony\Component\Workflow\Transition('toShipped''recoveryTransmited''shipped'))), => ($this->privates['.state_machine.refrigerator_instance_step.transition.6'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.6'] = new \Symfony\Component\Workflow\Transition('toShipped''updateRefused''shipped'))), => ($this->privates['.state_machine.refrigerator_instance_step.transition.7'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.7'] = new \Symfony\Component\Workflow\Transition('toDelivered''awaitingDelivery''delivered'))), => ($this->privates['.state_machine.refrigerator_instance_step.transition.8'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.8'] = new \Symfony\Component\Workflow\Transition('toDelivered''shipped''delivered'))), => ($this->privates['.state_machine.refrigerator_instance_step.transition.9'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.9'] = new \Symfony\Component\Workflow\Transition('toDelivered''extendToTransmit''delivered'))), 10 => ($this->privates['.state_machine.refrigerator_instance_step.transition.10'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.10'] = new \Symfony\Component\Workflow\Transition('toDelivered''extendTransmited''delivered'))), 11 => ($this->privates['.state_machine.refrigerator_instance_step.transition.11'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.11'] = new \Symfony\Component\Workflow\Transition('toDelivered''recoveryToTransmit''delivered'))), 12 => ($this->privates['.state_machine.refrigerator_instance_step.transition.12'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.12'] = new \Symfony\Component\Workflow\Transition('toDelivered''recoveryTransmited''delivered'))), 13 => ($this->privates['.state_machine.refrigerator_instance_step.transition.13'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.13'] = new \Symfony\Component\Workflow\Transition('toDelivered''updateRefused''delivered'))), 14 => ($this->privates['.state_machine.refrigerator_instance_step.transition.14'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.14'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''shipped''extendToTransmit'))), 15 => ($this->privates['.state_machine.refrigerator_instance_step.transition.15'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.15'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''delivered''extendToTransmit'))), 16 => ($this->privates['.state_machine.refrigerator_instance_step.transition.16'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.16'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''extendToTransmit''extendToTransmit'))), 17 => ($this->privates['.state_machine.refrigerator_instance_step.transition.17'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.17'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''extendTransmited''extendToTransmit'))), 18 => ($this->privates['.state_machine.refrigerator_instance_step.transition.18'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.18'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''recoveryToTransmit''extendToTransmit'))), 19 => ($this->privates['.state_machine.refrigerator_instance_step.transition.19'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.19'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''recoveryTransmited''extendToTransmit'))), 20 => ($this->privates['.state_machine.refrigerator_instance_step.transition.20'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.20'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''updateValided''extendToTransmit'))), 21 => ($this->privates['.state_machine.refrigerator_instance_step.transition.21'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.21'] = new \Symfony\Component\Workflow\Transition('toExtendToTransmit''updateRefused''extendToTransmit'))), 22 => ($this->privates['.state_machine.refrigerator_instance_step.transition.22'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.22'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''shipped''recoveryToTransmit'))), 23 => ($this->privates['.state_machine.refrigerator_instance_step.transition.23'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.23'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''delivered''recoveryToTransmit'))), 24 => ($this->privates['.state_machine.refrigerator_instance_step.transition.24'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.24'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''extendToTransmit''recoveryToTransmit'))), 25 => ($this->privates['.state_machine.refrigerator_instance_step.transition.25'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.25'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''extendTransmited''recoveryToTransmit'))), 26 => ($this->privates['.state_machine.refrigerator_instance_step.transition.26'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.26'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''recoveryToTransmit''recoveryToTransmit'))), 27 => ($this->privates['.state_machine.refrigerator_instance_step.transition.27'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.27'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''recoveryTransmited''recoveryToTransmit'))), 28 => ($this->privates['.state_machine.refrigerator_instance_step.transition.28'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.28'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''updateValided''recoveryToTransmit'))), 29 => ($this->privates['.state_machine.refrigerator_instance_step.transition.29'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.29'] = new \Symfony\Component\Workflow\Transition('toRecoveryToTransmit''updateRefused''recoveryToTransmit'))), 30 => ($this->privates['.state_machine.refrigerator_instance_step.transition.30'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.30'] = new \Symfony\Component\Workflow\Transition('toExtendTransmited''extendToTransmit''extendTransmited'))), 31 => ($this->privates['.state_machine.refrigerator_instance_step.transition.31'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.31'] = new \Symfony\Component\Workflow\Transition('toExtendTransmited''updateRefused''extendTransmited'))), 32 => ($this->privates['.state_machine.refrigerator_instance_step.transition.32'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.32'] = new \Symfony\Component\Workflow\Transition('toRecoveryTransmited''recoveryToTransmit''recoveryTransmited'))), 33 => ($this->privates['.state_machine.refrigerator_instance_step.transition.33'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.33'] = new \Symfony\Component\Workflow\Transition('toRecoveryTransmited''updateRefused''recoveryTransmited'))), 34 => ($this->privates['.state_machine.refrigerator_instance_step.transition.34'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.34'] = new \Symfony\Component\Workflow\Transition('toUpdateRefused''extendTransmited''updateRefused'))), 35 => ($this->privates['.state_machine.refrigerator_instance_step.transition.35'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.35'] = new \Symfony\Component\Workflow\Transition('toUpdateRefused''recoveryTransmited''updateRefused'))), 36 => ($this->privates['.state_machine.refrigerator_instance_step.transition.36'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.36'] = new \Symfony\Component\Workflow\Transition('toUpdateValided''extendTransmited''updateValided'))), 37 => ($this->privates['.state_machine.refrigerator_instance_step.transition.37'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.37'] = new \Symfony\Component\Workflow\Transition('toUpdateValided''recoveryTransmited''updateValided'))), 38 => ($this->privates['.state_machine.refrigerator_instance_step.transition.38'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.38'] = new \Symfony\Component\Workflow\Transition('toUpdateValided''updateRefused''updateValided'))), 39 => ($this->privates['.state_machine.refrigerator_instance_step.transition.39'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.39'] = new \Symfony\Component\Workflow\Transition('toRecovered''shipped''recovered'))), 40 => ($this->privates['.state_machine.refrigerator_instance_step.transition.40'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.40'] = new \Symfony\Component\Workflow\Transition('toRecovered''delivered''recovered'))), 41 => ($this->privates['.state_machine.refrigerator_instance_step.transition.41'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.41'] = new \Symfony\Component\Workflow\Transition('toRecovered''extendToTransmit''recovered'))), 42 => ($this->privates['.state_machine.refrigerator_instance_step.transition.42'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.42'] = new \Symfony\Component\Workflow\Transition('toRecovered''recoveryToTransmit''recovered'))), 43 => ($this->privates['.state_machine.refrigerator_instance_step.transition.43'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.43'] = new \Symfony\Component\Workflow\Transition('toRecovered''extendTransmited''recovered'))), 44 => ($this->privates['.state_machine.refrigerator_instance_step.transition.44'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.44'] = new \Symfony\Component\Workflow\Transition('toRecovered''recoveryTransmited''recovered'))), 45 => ($this->privates['.state_machine.refrigerator_instance_step.transition.45'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.45'] = new \Symfony\Component\Workflow\Transition('toRecovered''updateValided''recovered'))), 46 => ($this->privates['.state_machine.refrigerator_instance_step.transition.46'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.46'] = new \Symfony\Component\Workflow\Transition('toRecovered''updateRefused''recovered'))), 47 => ($this->privates['.state_machine.refrigerator_instance_step.transition.47'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.47'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''shipped''recoveredForced'))), 48 => ($this->privates['.state_machine.refrigerator_instance_step.transition.48'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.48'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''delivered''recoveredForced'))), 49 => ($this->privates['.state_machine.refrigerator_instance_step.transition.49'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.49'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''extendToTransmit''recoveredForced'))), 50 => ($this->privates['.state_machine.refrigerator_instance_step.transition.50'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.50'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''recoveryToTransmit''recoveredForced'))), 51 => ($this->privates['.state_machine.refrigerator_instance_step.transition.51'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.51'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''extendTransmited''recoveredForced'))), 52 => ($this->privates['.state_machine.refrigerator_instance_step.transition.52'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.52'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''recoveryTransmited''recoveredForced'))), 53 => ($this->privates['.state_machine.refrigerator_instance_step.transition.53'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.53'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''updateValided''recoveredForced'))), 54 => ($this->privates['.state_machine.refrigerator_instance_step.transition.54'] ?? ($this->privates['.state_machine.refrigerator_instance_step.transition.54'] = new \Symfony\Component\Workflow\Transition('toRecoveredForced''updateRefused''recoveredForced')))], [=> 'awaitingDelivery'], ($this->privates['state_machine.refrigerator_instance_step.metadata_store'] ?? $this->getStateMachine_RefrigeratorInstanceStep_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'step'), $a'refrigerator_instance_step'NULL);
  926.     }
  927.     /**
  928.      * Gets the public '.container.private.twig' shared service.
  929.      *
  930.      * @return \Twig\Environment
  931.      */
  932.     protected function get_Container_Private_TwigService()
  933.     {
  934.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  935.         $a->addPath((\dirname(__DIR__4).'/templates'));
  936.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  937.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  938.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  939.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  940.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  941.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  942.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  943.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  944.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  945.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  946.         $a->addPath((\dirname(__DIR__4).'/vendor/tiloweb/pagination-bundle/Tiloweb/PaginationBundle/Resources/views'), 'TilowebPagination');
  947.         $a->addPath((\dirname(__DIR__4).'/vendor/tiloweb/pagination-bundle/Tiloweb/PaginationBundle/Resources/views'), '!TilowebPagination');
  948.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  949.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  950.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  951.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  952.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  953.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  954.         $a->addPath((\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), 'FMElfinder');
  955.         $a->addPath((\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), '!FMElfinder');
  956.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  957.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  958.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  959.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  960.         $a->addPath((\dirname(__DIR__4).'/templates'));
  961.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  962.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  963.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  964.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'cache' => false'strict_variables' => true'autoescape' => 'name''charset' => 'UTF-8']);
  965.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  966.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  967.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  968.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  969.         $f = ($this->services['router'] ?? $this->getRouterService());
  970.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  971.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  972.         $i = ($this->privates['App\\Service\\Access'] ?? $this->getAccessService());
  973.         $j = ($this->privates['App\\Service\\AdvertisingManagement'] ?? $this->getAdvertisingManagementService());
  974.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  975.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  976.         $l = new \Symfony\Bridge\Twig\AppVariable();
  977.         $l->setEnvironment('dev');
  978.         $l->setDebug(true);
  979.         if ($this->has('.container.private.security.token_storage')) {
  980.             $l->setTokenStorage($h);
  981.         }
  982.         if ($this->has('request_stack')) {
  983.             $l->setRequestStack($g);
  984.         }
  985.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  986.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  987.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  988.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  989.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  990.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  991.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  992.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  993.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  994.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  995.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  996.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  997.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension(($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService())));
  998.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  999.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1000.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1001.         $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()), $h)));
  1002.         $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())));
  1003.         $instance->addExtension(new \App\Twig\CheckAccess($i));
  1004.         $instance->addExtension(new \App\Twig\GetAdvertiserUrl($j));
  1005.         $instance->addExtension(new \App\Twig\Trans(($this->privates['App\\Service\\Translation'] ?? $this->getTranslationService())));
  1006.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1007.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1008.         $instance->addExtension(new \Tiloweb\PaginationBundle\Twig\Extension\PaginationExtension($instance'@TilowebPagination/pagination.html.twig'$g));
  1009.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1010.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$g$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1011.         $instance->addExtension(new \FM\ElfinderBundle\Twig\Extension\FMElfinderExtension($instance));
  1012.         $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()))));
  1013.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1014.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1015.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1016.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1017.         ], [
  1018.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1019.             'webpack_encore.tag_renderer' => '?',
  1020.         ])));
  1021.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  1022.         $instance->addGlobal('app'$l);
  1023.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1024.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1025.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1026.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1027.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1028.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  1029.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  1030.         ], [
  1031.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1032.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1033.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1034.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1035.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1036.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1037.         ])));
  1038.         $instance->addGlobal('advertiser_management'$j);
  1039.         $instance->addGlobal('access_management'$i);
  1040.         $instance->addGlobal('user_management', ($this->privates['App\\Service\\User'] ?? $this->getUserService()));
  1041.         $instance->addGlobal('content_management', ($this->privates['App\\Service\\ContentService'] ?? $this->getContentServiceService()));
  1042.         $instance->addGlobal('obfuscator', ($this->privates['App\\Service\\ObfuscatorService'] ?? $this->getObfuscatorServiceService()));
  1043.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1044.         return $instance;
  1045.     }
  1046.     /**
  1047.      * Gets the public 'cache.app' shared service.
  1048.      *
  1049.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1050.      */
  1051.     protected function getCache_AppService()
  1052.     {
  1053.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['redis'] ?? $this->getRedis2Service()), 'Bl9rFHQ4hF'0, new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1054.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1055.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1056.     }
  1057.     /**
  1058.      * Gets the public 'cache.system' shared service.
  1059.      *
  1060.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1061.      */
  1062.     protected function getCache_SystemService()
  1063.     {
  1064.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WY3hSRWs3g'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1065.     }
  1066.     /**
  1067.      * Gets the public 'cache.validator_expression_language' shared service.
  1068.      *
  1069.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1070.      */
  1071.     protected function getCache_ValidatorExpressionLanguageService()
  1072.     {
  1073.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hyGNNaFNkD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1074.     }
  1075.     /**
  1076.      * Gets the public 'data_collector.dump' shared service.
  1077.      *
  1078.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1079.      */
  1080.     protected function getDataCollector_DumpService()
  1081.     {
  1082.         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()));
  1083.     }
  1084.     /**
  1085.      * Gets the public 'doctrine' shared service.
  1086.      *
  1087.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1088.      */
  1089.     protected function getDoctrineService()
  1090.     {
  1091.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1092.     }
  1093.     /**
  1094.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1095.      *
  1096.      * @return \Doctrine\DBAL\Connection
  1097.      */
  1098.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1099.     {
  1100.         $a = new \Doctrine\DBAL\Configuration();
  1101.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1102.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1103.         $b->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1104.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1105.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1106.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1107.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => 'mariadb-10.3.22''defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1108.             'App\\EventListener\\AdvertiserSubscriber' => ['privates''App\\EventListener\\AdvertiserSubscriber''getAdvertiserSubscriberService'true],
  1109.             'App\\EventListener\\FurnitureListener' => ['privates''App\\EventListener\\FurnitureListener''getFurnitureListenerService'true],
  1110.             'App\\EventListener\\OperationOrderRefrigeratorBinListener' => ['privates''App\\EventListener\\OperationOrderRefrigeratorBinListener''getOperationOrderRefrigeratorBinListenerService'true],
  1111.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1112.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1113.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1114.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1115.             'gedmo.listener.softdeleteable' => ['privates''gedmo.listener.softdeleteable''getGedmo_Listener_SoftdeleteableService'true],
  1116.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  1117.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1118.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1119.             'vich_uploader.listener.clean.advertiser_background_connexion' => ['privates''vich_uploader.listener.clean.advertiser_background_connexion''getVichUploader_Listener_Clean_AdvertiserBackgroundConnexionService'true],
  1120.             'vich_uploader.listener.clean.advertiser_logo' => ['privates''vich_uploader.listener.clean.advertiser_logo''getVichUploader_Listener_Clean_AdvertiserLogoService'true],
  1121.             'vich_uploader.listener.clean.dashboard_header_img' => ['privates''vich_uploader.listener.clean.dashboard_header_img''getVichUploader_Listener_Clean_DashboardHeaderImgService'true],
  1122.             'vich_uploader.listener.clean.file' => ['privates''vich_uploader.listener.clean.file''getVichUploader_Listener_Clean_FileService'true],
  1123.             'vich_uploader.listener.clean.furniture_image' => ['privates''vich_uploader.listener.clean.furniture_image''getVichUploader_Listener_Clean_FurnitureImageService'true],
  1124.             'vich_uploader.listener.clean.homepage_header_img' => ['privates''vich_uploader.listener.clean.homepage_header_img''getVichUploader_Listener_Clean_HomepageHeaderImgService'true],
  1125.             'vich_uploader.listener.clean.news_image' => ['privates''vich_uploader.listener.clean.news_image''getVichUploader_Listener_Clean_NewsImageService'true],
  1126.             'vich_uploader.listener.clean.news_thumb' => ['privates''vich_uploader.listener.clean.news_thumb''getVichUploader_Listener_Clean_NewsThumbService'true],
  1127.             'vich_uploader.listener.clean.operation_main_illus' => ['privates''vich_uploader.listener.clean.operation_main_illus''getVichUploader_Listener_Clean_OperationMainIllusService'true],
  1128.             'vich_uploader.listener.clean.operation_order_attachment' => ['privates''vich_uploader.listener.clean.operation_order_attachment''getVichUploader_Listener_Clean_OperationOrderAttachmentService'true],
  1129.             'vich_uploader.listener.clean.page_image' => ['privates''vich_uploader.listener.clean.page_image''getVichUploader_Listener_Clean_PageImageService'true],
  1130.             'vich_uploader.listener.clean.page_thumb' => ['privates''vich_uploader.listener.clean.page_thumb''getVichUploader_Listener_Clean_PageThumbService'true],
  1131.             'vich_uploader.listener.clean.refrigeratorbin_image' => ['privates''vich_uploader.listener.clean.refrigeratorbin_image''getVichUploader_Listener_Clean_RefrigeratorbinImageService'true],
  1132.             'vich_uploader.listener.remove.advertiser_background_connexion' => ['privates''vich_uploader.listener.remove.advertiser_background_connexion''getVichUploader_Listener_Remove_AdvertiserBackgroundConnexionService'true],
  1133.             'vich_uploader.listener.remove.advertiser_logo' => ['privates''vich_uploader.listener.remove.advertiser_logo''getVichUploader_Listener_Remove_AdvertiserLogoService'true],
  1134.             'vich_uploader.listener.remove.dashboard_header_img' => ['privates''vich_uploader.listener.remove.dashboard_header_img''getVichUploader_Listener_Remove_DashboardHeaderImgService'true],
  1135.             'vich_uploader.listener.remove.file' => ['privates''vich_uploader.listener.remove.file''getVichUploader_Listener_Remove_FileService'true],
  1136.             'vich_uploader.listener.remove.furniture_image' => ['privates''vich_uploader.listener.remove.furniture_image''getVichUploader_Listener_Remove_FurnitureImageService'true],
  1137.             'vich_uploader.listener.remove.homepage_header_img' => ['privates''vich_uploader.listener.remove.homepage_header_img''getVichUploader_Listener_Remove_HomepageHeaderImgService'true],
  1138.             'vich_uploader.listener.remove.news_image' => ['privates''vich_uploader.listener.remove.news_image''getVichUploader_Listener_Remove_NewsImageService'true],
  1139.             'vich_uploader.listener.remove.news_thumb' => ['privates''vich_uploader.listener.remove.news_thumb''getVichUploader_Listener_Remove_NewsThumbService'true],
  1140.             'vich_uploader.listener.remove.operation_main_illus' => ['privates''vich_uploader.listener.remove.operation_main_illus''getVichUploader_Listener_Remove_OperationMainIllusService'true],
  1141.             'vich_uploader.listener.remove.operation_order_attachment' => ['privates''vich_uploader.listener.remove.operation_order_attachment''getVichUploader_Listener_Remove_OperationOrderAttachmentService'true],
  1142.             'vich_uploader.listener.remove.page_image' => ['privates''vich_uploader.listener.remove.page_image''getVichUploader_Listener_Remove_PageImageService'true],
  1143.             'vich_uploader.listener.remove.page_thumb' => ['privates''vich_uploader.listener.remove.page_thumb''getVichUploader_Listener_Remove_PageThumbService'true],
  1144.             'vich_uploader.listener.remove.refrigeratorbin_image' => ['privates''vich_uploader.listener.remove.refrigeratorbin_image''getVichUploader_Listener_Remove_RefrigeratorbinImageService'true],
  1145.             'vich_uploader.listener.upload.advertiser_background_connexion' => ['privates''vich_uploader.listener.upload.advertiser_background_connexion''getVichUploader_Listener_Upload_AdvertiserBackgroundConnexionService'true],
  1146.             'vich_uploader.listener.upload.advertiser_logo' => ['privates''vich_uploader.listener.upload.advertiser_logo''getVichUploader_Listener_Upload_AdvertiserLogoService'true],
  1147.             'vich_uploader.listener.upload.dashboard_header_img' => ['privates''vich_uploader.listener.upload.dashboard_header_img''getVichUploader_Listener_Upload_DashboardHeaderImgService'true],
  1148.             'vich_uploader.listener.upload.file' => ['privates''vich_uploader.listener.upload.file''getVichUploader_Listener_Upload_FileService'true],
  1149.             'vich_uploader.listener.upload.furniture_image' => ['privates''vich_uploader.listener.upload.furniture_image''getVichUploader_Listener_Upload_FurnitureImageService'true],
  1150.             'vich_uploader.listener.upload.homepage_header_img' => ['privates''vich_uploader.listener.upload.homepage_header_img''getVichUploader_Listener_Upload_HomepageHeaderImgService'true],
  1151.             'vich_uploader.listener.upload.news_image' => ['privates''vich_uploader.listener.upload.news_image''getVichUploader_Listener_Upload_NewsImageService'true],
  1152.             'vich_uploader.listener.upload.news_thumb' => ['privates''vich_uploader.listener.upload.news_thumb''getVichUploader_Listener_Upload_NewsThumbService'true],
  1153.             'vich_uploader.listener.upload.operation_main_illus' => ['privates''vich_uploader.listener.upload.operation_main_illus''getVichUploader_Listener_Upload_OperationMainIllusService'true],
  1154.             'vich_uploader.listener.upload.operation_order_attachment' => ['privates''vich_uploader.listener.upload.operation_order_attachment''getVichUploader_Listener_Upload_OperationOrderAttachmentService'true],
  1155.             'vich_uploader.listener.upload.page_image' => ['privates''vich_uploader.listener.upload.page_image''getVichUploader_Listener_Upload_PageImageService'true],
  1156.             'vich_uploader.listener.upload.page_thumb' => ['privates''vich_uploader.listener.upload.page_thumb''getVichUploader_Listener_Upload_PageThumbService'true],
  1157.             'vich_uploader.listener.upload.refrigeratorbin_image' => ['privates''vich_uploader.listener.upload.refrigeratorbin_image''getVichUploader_Listener_Upload_RefrigeratorbinImageService'true],
  1158.         ], [
  1159.             'App\\EventListener\\AdvertiserSubscriber' => '?',
  1160.             'App\\EventListener\\FurnitureListener' => '?',
  1161.             'App\\EventListener\\OperationOrderRefrigeratorBinListener' => '?',
  1162.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1163.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1164.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1165.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1166.             'gedmo.listener.softdeleteable' => '?',
  1167.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  1168.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1169.             'stof_doctrine_extensions.listener.tree' => '?',
  1170.             'vich_uploader.listener.clean.advertiser_background_connexion' => '?',
  1171.             'vich_uploader.listener.clean.advertiser_logo' => '?',
  1172.             'vich_uploader.listener.clean.dashboard_header_img' => '?',
  1173.             'vich_uploader.listener.clean.file' => '?',
  1174.             'vich_uploader.listener.clean.furniture_image' => '?',
  1175.             'vich_uploader.listener.clean.homepage_header_img' => '?',
  1176.             'vich_uploader.listener.clean.news_image' => '?',
  1177.             'vich_uploader.listener.clean.news_thumb' => '?',
  1178.             'vich_uploader.listener.clean.operation_main_illus' => '?',
  1179.             'vich_uploader.listener.clean.operation_order_attachment' => '?',
  1180.             'vich_uploader.listener.clean.page_image' => '?',
  1181.             'vich_uploader.listener.clean.page_thumb' => '?',
  1182.             'vich_uploader.listener.clean.refrigeratorbin_image' => '?',
  1183.             'vich_uploader.listener.remove.advertiser_background_connexion' => '?',
  1184.             'vich_uploader.listener.remove.advertiser_logo' => '?',
  1185.             'vich_uploader.listener.remove.dashboard_header_img' => '?',
  1186.             'vich_uploader.listener.remove.file' => '?',
  1187.             'vich_uploader.listener.remove.furniture_image' => '?',
  1188.             'vich_uploader.listener.remove.homepage_header_img' => '?',
  1189.             'vich_uploader.listener.remove.news_image' => '?',
  1190.             'vich_uploader.listener.remove.news_thumb' => '?',
  1191.             'vich_uploader.listener.remove.operation_main_illus' => '?',
  1192.             'vich_uploader.listener.remove.operation_order_attachment' => '?',
  1193.             'vich_uploader.listener.remove.page_image' => '?',
  1194.             'vich_uploader.listener.remove.page_thumb' => '?',
  1195.             'vich_uploader.listener.remove.refrigeratorbin_image' => '?',
  1196.             'vich_uploader.listener.upload.advertiser_background_connexion' => '?',
  1197.             'vich_uploader.listener.upload.advertiser_logo' => '?',
  1198.             'vich_uploader.listener.upload.dashboard_header_img' => '?',
  1199.             'vich_uploader.listener.upload.file' => '?',
  1200.             'vich_uploader.listener.upload.furniture_image' => '?',
  1201.             'vich_uploader.listener.upload.homepage_header_img' => '?',
  1202.             'vich_uploader.listener.upload.news_image' => '?',
  1203.             'vich_uploader.listener.upload.news_thumb' => '?',
  1204.             'vich_uploader.listener.upload.operation_main_illus' => '?',
  1205.             'vich_uploader.listener.upload.operation_order_attachment' => '?',
  1206.             'vich_uploader.listener.upload.page_image' => '?',
  1207.             'vich_uploader.listener.upload.page_thumb' => '?',
  1208.             'vich_uploader.listener.upload.refrigeratorbin_image' => '?',
  1209.         ]), [=> 'vich_uploader.listener.clean.page_image'=> 'vich_uploader.listener.clean.page_thumb'=> 'vich_uploader.listener.clean.news_image'=> 'vich_uploader.listener.clean.refrigeratorbin_image'=> 'vich_uploader.listener.clean.furniture_image'=> 'vich_uploader.listener.clean.news_thumb'=> 'vich_uploader.listener.clean.file'=> 'vich_uploader.listener.clean.advertiser_logo'=> 'vich_uploader.listener.clean.advertiser_background_connexion'=> 'vich_uploader.listener.clean.dashboard_header_img'10 => 'vich_uploader.listener.clean.homepage_header_img'11 => 'vich_uploader.listener.clean.operation_main_illus'12 => 'vich_uploader.listener.clean.operation_order_attachment'13 => [=> [=> 'onFlush'], => 'App\\EventListener\\FurnitureListener'], 14 => 'App\\EventListener\\AdvertiserSubscriber'15 => 'gedmo.listener.softdeleteable'16 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'17 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'18 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'19 => 'stof_doctrine_extensions.listener.tree'20 => 'stof_doctrine_extensions.listener.timestampable'21 => 'stof_doctrine_extensions.listener.softdeleteable'22 => 'vich_uploader.listener.remove.page_image'23 => 'vich_uploader.listener.upload.page_image'24 => 'vich_uploader.listener.remove.page_thumb'25 => 'vich_uploader.listener.upload.page_thumb'26 => 'vich_uploader.listener.remove.news_image'27 => 'vich_uploader.listener.upload.news_image'28 => 'vich_uploader.listener.remove.refrigeratorbin_image'29 => 'vich_uploader.listener.upload.refrigeratorbin_image'30 => 'vich_uploader.listener.remove.furniture_image'31 => 'vich_uploader.listener.upload.furniture_image'32 => 'vich_uploader.listener.remove.news_thumb'33 => 'vich_uploader.listener.upload.news_thumb'34 => 'vich_uploader.listener.remove.file'35 => 'vich_uploader.listener.upload.file'36 => 'vich_uploader.listener.remove.advertiser_logo'37 => 'vich_uploader.listener.upload.advertiser_logo'38 => 'vich_uploader.listener.remove.advertiser_background_connexion'39 => 'vich_uploader.listener.upload.advertiser_background_connexion'40 => 'vich_uploader.listener.remove.dashboard_header_img'41 => 'vich_uploader.listener.upload.dashboard_header_img'42 => 'vich_uploader.listener.remove.homepage_header_img'43 => 'vich_uploader.listener.upload.homepage_header_img'44 => 'vich_uploader.listener.remove.operation_main_illus'45 => 'vich_uploader.listener.upload.operation_main_illus'46 => 'vich_uploader.listener.remove.operation_order_attachment'47 => 'vich_uploader.listener.upload.operation_order_attachment'48 => [=> [=> 'preUpdate'], => 'App\\EventListener\\OperationOrderRefrigeratorBinListener'], 49 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1210.     }
  1211.     /**
  1212.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1213.      *
  1214.      * @return \Doctrine\ORM\EntityManager
  1215.      */
  1216.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1217.     {
  1218.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1219.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1220.             return $this->services['doctrine.orm.default_entity_manager'];
  1221.         }
  1222.         $b = new \Doctrine\ORM\Configuration();
  1223.         $c = new \Doctrine\ORM\Cache\CacheConfiguration();
  1224.         $d = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1225.         $d->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1226.         $e = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1227.         $e->setLifetime('one_day_cache'3600);
  1228.         $e->setLifetime('ten_day_cache'864000);
  1229.         $e->setLifetime('hundred_day_cache'8640000);
  1230.         $f = new \Doctrine\ORM\Cache\DefaultCacheFactory($e\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.default.second_level.region_driver'] ?? $this->getCache_Doctrine_Orm_Default_SecondLevel_RegionDriverService())));
  1231.         $g \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->services['cache.app'] ?? $this->getCache_AppService()));
  1232.         $f->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('one_day_cache'$g3600));
  1233.         $f->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('ten_day_cache'$g864000));
  1234.         $f->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('hundred_day_cache'$g8640000));
  1235.         $c->setCacheLogger($d);
  1236.         $c->setCacheFactory($f);
  1237.         $c->setRegionsConfiguration($e);
  1238.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1239.         $i = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Tree/Entity')])));
  1240.         $h->addDriver($i'App\\Entity');
  1241.         $h->addDriver($i'Gedmo\\Tree\\Entity');
  1242.         $h->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1243.         $b->setEntityNamespaces(['App' => 'App\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1244.         $b->setSecondLevelCacheEnabled(true);
  1245.         $b->setSecondLevelCacheConfiguration($c);
  1246.         $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1247.         $b->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1248.         $b->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1249.         $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1250.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1251.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1252.         ], [
  1253.             'doctrine.ulid_generator' => '?',
  1254.             'doctrine.uuid_generator' => '?',
  1255.         ])));
  1256.         $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1257.         $b->setProxyNamespace('Proxies');
  1258.         $b->setAutoGenerateProxyClasses(true);
  1259.         $b->setSchemaIgnoreClasses([]);
  1260.         $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1261.         $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1262.         $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1263.         $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1264.         $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1265.         $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1266.             'App\\Repository\\ActionTypeRepository' => ['privates''App\\Repository\\ActionTypeRepository''getActionTypeRepositoryService'true],
  1267.             'App\\Repository\\AdvertiserRepository' => ['privates''App\\Repository\\AdvertiserRepository''getAdvertiserRepositoryService'false],
  1268.             'App\\Repository\\AdvertiserRightRepository' => ['privates''App\\Repository\\AdvertiserRightRepository''getAdvertiserRightRepositoryService'true],
  1269.             'App\\Repository\\AgencyRepository' => ['privates''App\\Repository\\AgencyRepository''getAgencyRepositoryService'true],
  1270.             'App\\Repository\\AttachmentRepository' => ['privates''App\\Repository\\AttachmentRepository''getAttachmentRepositoryService'true],
  1271.             'App\\Repository\\BrandRepository' => ['privates''App\\Repository\\BrandRepository''getBrandRepositoryService'true],
  1272.             'App\\Repository\\BusinessUnitRepository' => ['privates''App\\Repository\\BusinessUnitRepository''getBusinessUnitRepositoryService'true],
  1273.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1274.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'true],
  1275.             'App\\Repository\\DashboardRepository' => ['privates''App\\Repository\\DashboardRepository''getDashboardRepositoryService'true],
  1276.             'App\\Repository\\DateRepository' => ['privates''App\\Repository\\DateRepository''getDateRepositoryService'true],
  1277.             'App\\Repository\\DeficiencyRepository' => ['privates''App\\Repository\\DeficiencyRepository''getDeficiencyRepositoryService'true],
  1278.             'App\\Repository\\ExportRepository' => ['privates''App\\Repository\\ExportRepository''getExportRepositoryService'true],
  1279.             'App\\Repository\\FurnitureCalendarDateRepository' => ['privates''App\\Repository\\FurnitureCalendarDateRepository''getFurnitureCalendarDateRepositoryService'true],
  1280.             'App\\Repository\\FurnitureInstanceRepository' => ['privates''App\\Repository\\FurnitureInstanceRepository''getFurnitureInstanceRepositoryService'true],
  1281.             'App\\Repository\\FurnitureInstanceStepVersionRepository' => ['privates''App\\Repository\\FurnitureInstanceStepVersionRepository''getFurnitureInstanceStepVersionRepositoryService'true],
  1282.             'App\\Repository\\FurnitureOrderMailQueueRepository' => ['privates''App\\Repository\\FurnitureOrderMailQueueRepository''getFurnitureOrderMailQueueRepositoryService'true],
  1283.             'App\\Repository\\FurnitureRangeRepository' => ['privates''App\\Repository\\FurnitureRangeRepository''getFurnitureRangeRepositoryService'true],
  1284.             'App\\Repository\\FurnitureRepository' => ['privates''App\\Repository\\FurnitureRepository''getFurnitureRepositoryService'true],
  1285.             'App\\Repository\\FurnitureStockDateStepRepository' => ['privates''App\\Repository\\FurnitureStockDateStepRepository''getFurnitureStockDateStepRepositoryService'true],
  1286.             'App\\Repository\\FurnitureStockRepository' => ['privates''App\\Repository\\FurnitureStockRepository''getFurnitureStockRepositoryService'true],
  1287.             'App\\Repository\\FurnitureStockStepVersionRepository' => ['privates''App\\Repository\\FurnitureStockStepVersionRepository''getFurnitureStockStepVersionRepositoryService'true],
  1288.             'App\\Repository\\HomepageRepository' => ['privates''App\\Repository\\HomepageRepository''getHomepageRepositoryService'true],
  1289.             'App\\Repository\\NewsRepository' => ['privates''App\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1290.             'App\\Repository\\OperationFamilyRepository' => ['privates''App\\Repository\\OperationFamilyRepository''getOperationFamilyRepositoryService'true],
  1291.             'App\\Repository\\OperationOrderCommentRepository' => ['privates''App\\Repository\\OperationOrderCommentRepository''getOperationOrderCommentRepositoryService'true],
  1292.             'App\\Repository\\OperationOrderDateRepository' => ['privates''App\\Repository\\OperationOrderDateRepository''getOperationOrderDateRepositoryService'true],
  1293.             'App\\Repository\\OperationOrderFurnitureLineRepository' => ['privates''App\\Repository\\OperationOrderFurnitureLineRepository''getOperationOrderFurnitureLineRepositoryService'true],
  1294.             'App\\Repository\\OperationOrderQuotaVersionRepository' => ['privates''App\\Repository\\OperationOrderQuotaVersionRepository''getOperationOrderQuotaVersionRepositoryService'true],
  1295.             'App\\Repository\\OperationOrderRefrigeratorLineRepository' => ['privates''App\\Repository\\OperationOrderRefrigeratorLineRepository''getOperationOrderRefrigeratorLineRepositoryService'true],
  1296.             'App\\Repository\\OperationOrderRepository' => ['privates''App\\Repository\\OperationOrderRepository''getOperationOrderRepositoryService'true],
  1297.             'App\\Repository\\OperationOrderSpeakerRepository' => ['privates''App\\Repository\\OperationOrderSpeakerRepository''getOperationOrderSpeakerRepositoryService'true],
  1298.             'App\\Repository\\OperationOrderStepVersionRepository' => ['privates''App\\Repository\\OperationOrderStepVersionRepository''getOperationOrderStepVersionRepositoryService'true],
  1299.             'App\\Repository\\OperationRepository' => ['privates''App\\Repository\\OperationRepository''getOperationRepositoryService'true],
  1300.             'App\\Repository\\OperationTypeRepository' => ['privates''App\\Repository\\OperationTypeRepository''getOperationTypeRepositoryService'true],
  1301.             'App\\Repository\\PageRepository' => ['privates''App\\Repository\\PageRepository''getPageRepositoryService'true],
  1302.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderAnimationRepository' => ['privates''App\\Repository\\PolymorphicOperationOrder\\OperationOrderAnimationRepository''getOperationOrderAnimationRepositoryService'true],
  1303.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderFurnitureRepository' => ['privates''App\\Repository\\PolymorphicOperationOrder\\OperationOrderFurnitureRepository''getOperationOrderFurnitureRepositoryService'true],
  1304.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderRefrigeratorBinRepository' => ['privates''App\\Repository\\PolymorphicOperationOrder\\OperationOrderRefrigeratorBinRepository''getOperationOrderRefrigeratorBinRepositoryService'true],
  1305.             'App\\Repository\\PolymorphicOperation\\OperationAnimationRepository' => ['privates''App\\Repository\\PolymorphicOperation\\OperationAnimationRepository''getOperationAnimationRepositoryService'true],
  1306.             'App\\Repository\\PolymorphicOperation\\OperationFurnitureRepository' => ['privates''App\\Repository\\PolymorphicOperation\\OperationFurnitureRepository''getOperationFurnitureRepositoryService'true],
  1307.             'App\\Repository\\PolymorphicOperation\\OperationRefrigeratorBinRepository' => ['privates''App\\Repository\\PolymorphicOperation\\OperationRefrigeratorBinRepository''getOperationRefrigeratorBinRepositoryService'true],
  1308.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1309.             'App\\Repository\\PublicHolidayRepository' => ['privates''App\\Repository\\PublicHolidayRepository''getPublicHolidayRepositoryService'true],
  1310.             'App\\Repository\\QuotaItemRepository' => ['privates''App\\Repository\\QuotaItemRepository''getQuotaItemRepositoryService'true],
  1311.             'App\\Repository\\QuotaRepository' => ['privates''App\\Repository\\QuotaRepository''getQuotaRepositoryService'true],
  1312.             'App\\Repository\\RefrigeratorBinOrderMailQueueRepository' => ['privates''App\\Repository\\RefrigeratorBinOrderMailQueueRepository''getRefrigeratorBinOrderMailQueueRepositoryService'true],
  1313.             'App\\Repository\\RefrigeratorBinRepository' => ['privates''App\\Repository\\RefrigeratorBinRepository''getRefrigeratorBinRepositoryService'true],
  1314.             'App\\Repository\\RefrigeratorInstanceRepository' => ['privates''App\\Repository\\RefrigeratorInstanceRepository''getRefrigeratorInstanceRepositoryService'true],
  1315.             'App\\Repository\\RefrigeratorInstanceStepVersionRepository' => ['privates''App\\Repository\\RefrigeratorInstanceStepVersionRepository''getRefrigeratorInstanceStepVersionRepositoryService'true],
  1316.             'App\\Repository\\RoleRepository' => ['privates''App\\Repository\\RoleRepository''getRoleRepositoryService'true],
  1317.             'App\\Repository\\SeasonRepository' => ['privates''App\\Repository\\SeasonRepository''getSeasonRepositoryService'true],
  1318.             'App\\Repository\\ShopClassRepository' => ['privates''App\\Repository\\ShopClassRepository''getShopClassRepositoryService'true],
  1319.             'App\\Repository\\ShopRepository' => ['privates''App\\Repository\\ShopRepository''getShopRepositoryService'true],
  1320.             'App\\Repository\\ShopSignRepository' => ['privates''App\\Repository\\ShopSignRepository''getShopSignRepositoryService'true],
  1321.             'App\\Repository\\ShopTypeRepository' => ['privates''App\\Repository\\ShopTypeRepository''getShopTypeRepositoryService'true],
  1322.             'App\\Repository\\SpeakerRepository' => ['privates''App\\Repository\\SpeakerRepository''getSpeakerRepositoryService'true],
  1323.             'App\\Repository\\UserAdvertiserRoleRepository' => ['privates''App\\Repository\\UserAdvertiserRoleRepository''getUserAdvertiserRoleRepositoryService'true],
  1324.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1325.         ], [
  1326.             'App\\Repository\\ActionTypeRepository' => '?',
  1327.             'App\\Repository\\AdvertiserRepository' => '?',
  1328.             'App\\Repository\\AdvertiserRightRepository' => '?',
  1329.             'App\\Repository\\AgencyRepository' => '?',
  1330.             'App\\Repository\\AttachmentRepository' => '?',
  1331.             'App\\Repository\\BrandRepository' => '?',
  1332.             'App\\Repository\\BusinessUnitRepository' => '?',
  1333.             'App\\Repository\\CategoryRepository' => '?',
  1334.             'App\\Repository\\ContactRepository' => '?',
  1335.             'App\\Repository\\DashboardRepository' => '?',
  1336.             'App\\Repository\\DateRepository' => '?',
  1337.             'App\\Repository\\DeficiencyRepository' => '?',
  1338.             'App\\Repository\\ExportRepository' => '?',
  1339.             'App\\Repository\\FurnitureCalendarDateRepository' => '?',
  1340.             'App\\Repository\\FurnitureInstanceRepository' => '?',
  1341.             'App\\Repository\\FurnitureInstanceStepVersionRepository' => '?',
  1342.             'App\\Repository\\FurnitureOrderMailQueueRepository' => '?',
  1343.             'App\\Repository\\FurnitureRangeRepository' => '?',
  1344.             'App\\Repository\\FurnitureRepository' => '?',
  1345.             'App\\Repository\\FurnitureStockDateStepRepository' => '?',
  1346.             'App\\Repository\\FurnitureStockRepository' => '?',
  1347.             'App\\Repository\\FurnitureStockStepVersionRepository' => '?',
  1348.             'App\\Repository\\HomepageRepository' => '?',
  1349.             'App\\Repository\\NewsRepository' => '?',
  1350.             'App\\Repository\\OperationFamilyRepository' => '?',
  1351.             'App\\Repository\\OperationOrderCommentRepository' => '?',
  1352.             'App\\Repository\\OperationOrderDateRepository' => '?',
  1353.             'App\\Repository\\OperationOrderFurnitureLineRepository' => '?',
  1354.             'App\\Repository\\OperationOrderQuotaVersionRepository' => '?',
  1355.             'App\\Repository\\OperationOrderRefrigeratorLineRepository' => '?',
  1356.             'App\\Repository\\OperationOrderRepository' => '?',
  1357.             'App\\Repository\\OperationOrderSpeakerRepository' => '?',
  1358.             'App\\Repository\\OperationOrderStepVersionRepository' => '?',
  1359.             'App\\Repository\\OperationRepository' => '?',
  1360.             'App\\Repository\\OperationTypeRepository' => '?',
  1361.             'App\\Repository\\PageRepository' => '?',
  1362.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderAnimationRepository' => '?',
  1363.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderFurnitureRepository' => '?',
  1364.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderRefrigeratorBinRepository' => '?',
  1365.             'App\\Repository\\PolymorphicOperation\\OperationAnimationRepository' => '?',
  1366.             'App\\Repository\\PolymorphicOperation\\OperationFurnitureRepository' => '?',
  1367.             'App\\Repository\\PolymorphicOperation\\OperationRefrigeratorBinRepository' => '?',
  1368.             'App\\Repository\\ProductRepository' => '?',
  1369.             'App\\Repository\\PublicHolidayRepository' => '?',
  1370.             'App\\Repository\\QuotaItemRepository' => '?',
  1371.             'App\\Repository\\QuotaRepository' => '?',
  1372.             'App\\Repository\\RefrigeratorBinOrderMailQueueRepository' => '?',
  1373.             'App\\Repository\\RefrigeratorBinRepository' => '?',
  1374.             'App\\Repository\\RefrigeratorInstanceRepository' => '?',
  1375.             'App\\Repository\\RefrigeratorInstanceStepVersionRepository' => '?',
  1376.             'App\\Repository\\RoleRepository' => '?',
  1377.             'App\\Repository\\SeasonRepository' => '?',
  1378.             'App\\Repository\\ShopClassRepository' => '?',
  1379.             'App\\Repository\\ShopRepository' => '?',
  1380.             'App\\Repository\\ShopSignRepository' => '?',
  1381.             'App\\Repository\\ShopTypeRepository' => '?',
  1382.             'App\\Repository\\SpeakerRepository' => '?',
  1383.             'App\\Repository\\UserAdvertiserRoleRepository' => '?',
  1384.             'App\\Repository\\UserRepository' => '?',
  1385.         ])));
  1386.         $b->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1387.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$b);
  1388.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1389.         return $instance;
  1390.     }
  1391.     /**
  1392.      * Gets the public 'event_dispatcher' shared service.
  1393.      *
  1394.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1395.      */
  1396.     protected function getEventDispatcherService()
  1397.     {
  1398.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1399.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1400.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1401.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1402.         $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())));
  1403.         $instance->addListener('kernel.request', [=> function () {
  1404.             return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1405.         }, => 'onKernelRequest'], 0);
  1406.         $instance->addListener('workflow.operation_order_step.leave', [=> function () {
  1407.             return ($this->privates['.state_machine.operation_order_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OperationOrderStep_Listener_AuditTrailService'));
  1408.         }, => 'onLeave'], 0);
  1409.         $instance->addListener('workflow.operation_order_step.transition', [=> function () {
  1410.             return ($this->privates['.state_machine.operation_order_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OperationOrderStep_Listener_AuditTrailService'));
  1411.         }, => 'onTransition'], 0);
  1412.         $instance->addListener('workflow.operation_order_step.enter', [=> function () {
  1413.             return ($this->privates['.state_machine.operation_order_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OperationOrderStep_Listener_AuditTrailService'));
  1414.         }, => 'onEnter'], 0);
  1415.         $instance->addListener('workflow.order_refrigeratorbin_step.leave', [=> function () {
  1416.             return ($this->privates['.state_machine.order_refrigeratorbin_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderRefrigeratorbinStep_Listener_AuditTrailService'));
  1417.         }, => 'onLeave'], 0);
  1418.         $instance->addListener('workflow.order_refrigeratorbin_step.transition', [=> function () {
  1419.             return ($this->privates['.state_machine.order_refrigeratorbin_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderRefrigeratorbinStep_Listener_AuditTrailService'));
  1420.         }, => 'onTransition'], 0);
  1421.         $instance->addListener('workflow.order_refrigeratorbin_step.enter', [=> function () {
  1422.             return ($this->privates['.state_machine.order_refrigeratorbin_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderRefrigeratorbinStep_Listener_AuditTrailService'));
  1423.         }, => 'onEnter'], 0);
  1424.         $instance->addListener('workflow.refrigerator_instance_step.leave', [=> function () {
  1425.             return ($this->privates['.state_machine.refrigerator_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_RefrigeratorInstanceStep_Listener_AuditTrailService'));
  1426.         }, => 'onLeave'], 0);
  1427.         $instance->addListener('workflow.refrigerator_instance_step.transition', [=> function () {
  1428.             return ($this->privates['.state_machine.refrigerator_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_RefrigeratorInstanceStep_Listener_AuditTrailService'));
  1429.         }, => 'onTransition'], 0);
  1430.         $instance->addListener('workflow.refrigerator_instance_step.enter', [=> function () {
  1431.             return ($this->privates['.state_machine.refrigerator_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_RefrigeratorInstanceStep_Listener_AuditTrailService'));
  1432.         }, => 'onEnter'], 0);
  1433.         $instance->addListener('workflow.order_furniture_step.leave', [=> function () {
  1434.             return ($this->privates['.state_machine.order_furniture_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderFurnitureStep_Listener_AuditTrailService'));
  1435.         }, => 'onLeave'], 0);
  1436.         $instance->addListener('workflow.order_furniture_step.transition', [=> function () {
  1437.             return ($this->privates['.state_machine.order_furniture_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderFurnitureStep_Listener_AuditTrailService'));
  1438.         }, => 'onTransition'], 0);
  1439.         $instance->addListener('workflow.order_furniture_step.enter', [=> function () {
  1440.             return ($this->privates['.state_machine.order_furniture_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderFurnitureStep_Listener_AuditTrailService'));
  1441.         }, => 'onEnter'], 0);
  1442.         $instance->addListener('workflow.furniture_instance_step.leave', [=> function () {
  1443.             return ($this->privates['.state_machine.furniture_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureInstanceStep_Listener_AuditTrailService'));
  1444.         }, => 'onLeave'], 0);
  1445.         $instance->addListener('workflow.furniture_instance_step.transition', [=> function () {
  1446.             return ($this->privates['.state_machine.furniture_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureInstanceStep_Listener_AuditTrailService'));
  1447.         }, => 'onTransition'], 0);
  1448.         $instance->addListener('workflow.furniture_instance_step.enter', [=> function () {
  1449.             return ($this->privates['.state_machine.furniture_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureInstanceStep_Listener_AuditTrailService'));
  1450.         }, => 'onEnter'], 0);
  1451.         $instance->addListener('workflow.furniture_stock_step.leave', [=> function () {
  1452.             return ($this->privates['.state_machine.furniture_stock_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureStockStep_Listener_AuditTrailService'));
  1453.         }, => 'onLeave'], 0);
  1454.         $instance->addListener('workflow.furniture_stock_step.transition', [=> function () {
  1455.             return ($this->privates['.state_machine.furniture_stock_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureStockStep_Listener_AuditTrailService'));
  1456.         }, => 'onTransition'], 0);
  1457.         $instance->addListener('workflow.furniture_stock_step.enter', [=> function () {
  1458.             return ($this->privates['.state_machine.furniture_stock_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureStockStep_Listener_AuditTrailService'));
  1459.         }, => 'onEnter'], 0);
  1460.         $instance->addListener('kernel.controller', [=> function () {
  1461.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1462.         }, => 'onKernelController'], 0);
  1463.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1464.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1465.         }, => 'checkPassport'], 1024);
  1466.         $instance->addListener('kernel.response', [=> function () {
  1467.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1468.         }, => 'onKernelResponse'], 0);
  1469.         $instance->addListener('kernel.request', [=> function () {
  1470.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1471.         }, => 'onKernelRequest'], 0);
  1472.         $instance->addListener('kernel.exception', [=> function () {
  1473.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1474.         }, => 'onKernelException'], 0);
  1475.         $instance->addListener('workflow.furniture_instance_step.leave', [=> function () {
  1476.             return ($this->privates['App\\EventListener\\FurnitureInstanceWorkflowListener'] ?? $this->load('getFurnitureInstanceWorkflowListenerService'));
  1477.         }, => 'onLeave'], 0);
  1478.         $instance->addListener('workflow.furniture_instance_step.transition', [=> function () {
  1479.             return ($this->privates['App\\EventListener\\FurnitureInstanceWorkflowListener'] ?? $this->load('getFurnitureInstanceWorkflowListenerService'));
  1480.         }, => 'onTransition'], 0);
  1481.         $instance->addListener('workflow.furniture_instance_step.enter', [=> function () {
  1482.             return ($this->privates['App\\EventListener\\FurnitureInstanceWorkflowListener'] ?? $this->load('getFurnitureInstanceWorkflowListenerService'));
  1483.         }, => 'onEnter'], 0);
  1484.         $instance->addListener('workflow.furniture_instance_step.entered', [=> function () {
  1485.             return ($this->privates['App\\EventListener\\FurnitureInstanceWorkflowListener'] ?? $this->load('getFurnitureInstanceWorkflowListenerService'));
  1486.         }, => 'onEntered'], 0);
  1487.         $instance->addListener('workflow.furniture_instance_step.completed', [=> function () {
  1488.             return ($this->privates['App\\EventListener\\FurnitureInstanceWorkflowListener'] ?? $this->load('getFurnitureInstanceWorkflowListenerService'));
  1489.         }, => 'onCompleted'], 0);
  1490.         $instance->addListener('workflow.furniture_stock_step.leave', [=> function () {
  1491.             return ($this->privates['App\\EventListener\\FurnitureStockWorkflowListener'] ?? $this->load('getFurnitureStockWorkflowListenerService'));
  1492.         }, => 'onLeave'], 0);
  1493.         $instance->addListener('workflow.furniture_stock_step.transition', [=> function () {
  1494.             return ($this->privates['App\\EventListener\\FurnitureStockWorkflowListener'] ?? $this->load('getFurnitureStockWorkflowListenerService'));
  1495.         }, => 'onTransition'], 0);
  1496.         $instance->addListener('workflow.furniture_stock_step.enter', [=> function () {
  1497.             return ($this->privates['App\\EventListener\\FurnitureStockWorkflowListener'] ?? $this->load('getFurnitureStockWorkflowListenerService'));
  1498.         }, => 'onEnter'], 0);
  1499.         $instance->addListener('workflow.furniture_stock_step.entered', [=> function () {
  1500.             return ($this->privates['App\\EventListener\\FurnitureStockWorkflowListener'] ?? $this->load('getFurnitureStockWorkflowListenerService'));
  1501.         }, => 'onEntered'], 0);
  1502.         $instance->addListener('workflow.furniture_stock_step.completed', [=> function () {
  1503.             return ($this->privates['App\\EventListener\\FurnitureStockWorkflowListener'] ?? $this->load('getFurnitureStockWorkflowListenerService'));
  1504.         }, => 'onCompleted'], 0);
  1505.         $instance->addListener('kernel.request', [=> function () {
  1506.             return ($this->privates['App\\EventListener\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  1507.         }, => 'onKernelRequest'], 20);
  1508.         $instance->addListener('workflow.order_furniture_step.leave', [=> function () {
  1509.             return ($this->privates['App\\EventListener\\OpeOrderFurnitureWorkflowListener'] ?? $this->load('getOpeOrderFurnitureWorkflowListenerService'));
  1510.         }, => 'onLeave'], 0);
  1511.         $instance->addListener('workflow.order_furniture_step.enter', [=> function () {
  1512.             return ($this->privates['App\\EventListener\\OpeOrderFurnitureWorkflowListener'] ?? $this->load('getOpeOrderFurnitureWorkflowListenerService'));
  1513.         }, => 'onEnter'], 0);
  1514.         $instance->addListener('workflow.order_furniture_step.completed', [=> function () {
  1515.             return ($this->privates['App\\EventListener\\OpeOrderFurnitureWorkflowListener'] ?? $this->load('getOpeOrderFurnitureWorkflowListenerService'));
  1516.         }, => 'onCompleted'], 0);
  1517.         $instance->addListener('workflow.order_furniture_step.entered', [=> function () {
  1518.             return ($this->privates['App\\EventListener\\OpeOrderFurnitureWorkflowListener'] ?? $this->load('getOpeOrderFurnitureWorkflowListenerService'));
  1519.         }, => 'onEntered'], 0);
  1520.         $instance->addListener('workflow.order_refrigeratorbin_step.leave', [=> function () {
  1521.             return ($this->privates['App\\EventListener\\OpeOrderRefrigeratorbinWorkflowListener'] ?? $this->load('getOpeOrderRefrigeratorbinWorkflowListenerService'));
  1522.         }, => 'onLeave'], 0);
  1523.         $instance->addListener('workflow.order_refrigeratorbin_step.enter', [=> function () {
  1524.             return ($this->privates['App\\EventListener\\OpeOrderRefrigeratorbinWorkflowListener'] ?? $this->load('getOpeOrderRefrigeratorbinWorkflowListenerService'));
  1525.         }, => 'onEnter'], 0);
  1526.         $instance->addListener('workflow.order_refrigeratorbin_step.completed', [=> function () {
  1527.             return ($this->privates['App\\EventListener\\OpeOrderRefrigeratorbinWorkflowListener'] ?? $this->load('getOpeOrderRefrigeratorbinWorkflowListenerService'));
  1528.         }, => 'onCompleted'], 0);
  1529.         $instance->addListener('workflow.order_refrigeratorbin_step.entered', [=> function () {
  1530.             return ($this->privates['App\\EventListener\\OpeOrderRefrigeratorbinWorkflowListener'] ?? $this->load('getOpeOrderRefrigeratorbinWorkflowListenerService'));
  1531.         }, => 'onEntered'], 0);
  1532.         $instance->addListener('workflow.operation_order_step.leave', [=> function () {
  1533.             return ($this->privates['App\\EventListener\\OperationOrderWorkflowListener'] ?? $this->load('getOperationOrderWorkflowListenerService'));
  1534.         }, => 'onLeave'], 0);
  1535.         $instance->addListener('workflow.operation_order_step.enter', [=> function () {
  1536.             return ($this->privates['App\\EventListener\\OperationOrderWorkflowListener'] ?? $this->load('getOperationOrderWorkflowListenerService'));
  1537.         }, => 'onEnter'], 0);
  1538.         $instance->addListener('workflow.operation_order_step.completed', [=> function () {
  1539.             return ($this->privates['App\\EventListener\\OperationOrderWorkflowListener'] ?? $this->load('getOperationOrderWorkflowListenerService'));
  1540.         }, => 'onCompleted'], 0);
  1541.         $instance->addListener('workflow.operation_order_step.entered', [=> function () {
  1542.             return ($this->privates['App\\EventListener\\OperationOrderWorkflowListener'] ?? $this->load('getOperationOrderWorkflowListenerService'));
  1543.         }, => 'onEntered'], 0);
  1544.         $instance->addListener('workflow.refrigerator_instance_step.leave', [=> function () {
  1545.             return ($this->privates['App\\EventListener\\RefrigeratorInstanceWorkflowListener'] ?? $this->load('getRefrigeratorInstanceWorkflowListenerService'));
  1546.         }, => 'onLeave'], 0);
  1547.         $instance->addListener('workflow.refrigerator_instance_step.transition', [=> function () {
  1548.             return ($this->privates['App\\EventListener\\RefrigeratorInstanceWorkflowListener'] ?? $this->load('getRefrigeratorInstanceWorkflowListenerService'));
  1549.         }, => 'onTransition'], 0);
  1550.         $instance->addListener('workflow.refrigerator_instance_step.enter', [=> function () {
  1551.             return ($this->privates['App\\EventListener\\RefrigeratorInstanceWorkflowListener'] ?? $this->load('getRefrigeratorInstanceWorkflowListenerService'));
  1552.         }, => 'onEnter'], 0);
  1553.         $instance->addListener('workflow.refrigerator_instance_step.entered', [=> function () {
  1554.             return ($this->privates['App\\EventListener\\RefrigeratorInstanceWorkflowListener'] ?? $this->load('getRefrigeratorInstanceWorkflowListenerService'));
  1555.         }, => 'onEntered'], 0);
  1556.         $instance->addListener('workflow.refrigerator_instance_step.completed', [=> function () {
  1557.             return ($this->privates['App\\EventListener\\RefrigeratorInstanceWorkflowListener'] ?? $this->load('getRefrigeratorInstanceWorkflowListenerService'));
  1558.         }, => 'onCompleted'], 0);
  1559.         $instance->addListener('kernel.response', [=> function () {
  1560.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1561.         }, => 'onKernelResponse'], 0);
  1562.         $instance->addListener('kernel.response', [=> function () {
  1563.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1564.         }, => 'onKernelResponse'], -1024);
  1565.         $instance->addListener('kernel.request', [=> function () {
  1566.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1567.         }, => 'setDefaultLocale'], 100);
  1568.         $instance->addListener('kernel.request', [=> function () {
  1569.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1570.         }, => 'onKernelRequest'], 16);
  1571.         $instance->addListener('kernel.finish_request', [=> function () {
  1572.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1573.         }, => 'onKernelFinishRequest'], 0);
  1574.         $instance->addListener('kernel.request', [=> function () {
  1575.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1576.         }, => 'onKernelRequest'], 256);
  1577.         $instance->addListener('kernel.response', [=> function () {
  1578.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1579.         }, => 'onResponse'], -255);
  1580.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1581.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1582.         }, => 'onControllerArguments'], 0);
  1583.         $instance->addListener('kernel.exception', [=> function () {
  1584.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1585.         }, => 'logKernelException'], 0);
  1586.         $instance->addListener('kernel.exception', [=> function () {
  1587.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1588.         }, => 'onKernelException'], -128);
  1589.         $instance->addListener('kernel.response', [=> function () {
  1590.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1591.         }, => 'removeCspHeader'], -128);
  1592.         $instance->addListener('kernel.request', [=> function () {
  1593.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1594.         }, => 'onKernelRequest'], 15);
  1595.         $instance->addListener('kernel.finish_request', [=> function () {
  1596.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1597.         }, => 'onKernelFinishRequest'], -15);
  1598.         $instance->addListener('console.error', [=> function () {
  1599.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1600.         }, => 'onConsoleError'], -128);
  1601.         $instance->addListener('console.terminate', [=> function () {
  1602.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1603.         }, => 'onConsoleTerminate'], -128);
  1604.         $instance->addListener('console.error', [=> function () {
  1605.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1606.         }, => 'onConsoleError'], 0);
  1607.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1608.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1609.         }, => 'onMessage'], -255);
  1610.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1611.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1612.         }, => 'onMessage'], -255);
  1613.         $instance->addListener('kernel.request', [=> function () {
  1614.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1615.         }, => 'configure'], 2048);
  1616.         $instance->addListener('console.command', [=> function () {
  1617.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1618.         }, => 'configure'], 2048);
  1619.         $instance->addListener('kernel.request', [=> function () {
  1620.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1621.         }, => 'onKernelRequest'], 32);
  1622.         $instance->addListener('kernel.finish_request', [=> function () {
  1623.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1624.         }, => 'onKernelFinishRequest'], 0);
  1625.         $instance->addListener('kernel.exception', [=> function () {
  1626.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1627.         }, => 'onKernelException'], -64);
  1628.         $instance->addListener('kernel.response', [=> function () {
  1629.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1630.         }, => 'onKernelResponse'], 0);
  1631.         $instance->addListener('kernel.request', [=> function () {
  1632.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1633.         }, => 'onKernelRequest'], 128);
  1634.         $instance->addListener('kernel.response', [=> function () {
  1635.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1636.         }, => 'onKernelResponse'], -1000);
  1637.         $instance->addListener('kernel.finish_request', [=> function () {
  1638.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1639.         }, => 'onFinishRequest'], 0);
  1640.         $instance->addListener('kernel.response', [=> function () {
  1641.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1642.         }, => 'onKernelResponse'], -100);
  1643.         $instance->addListener('kernel.exception', [=> function () {
  1644.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1645.         }, => 'onKernelException'], 0);
  1646.         $instance->addListener('kernel.terminate', [=> function () {
  1647.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1648.         }, => 'onKernelTerminate'], -1024);
  1649.         $instance->addListener('kernel.controller', [=> function () {
  1650.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1651.         }, => 'onKernelController'], 0);
  1652.         $instance->addListener('kernel.response', [=> function () {
  1653.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1654.         }, => 'onKernelResponse'], 0);
  1655.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1656.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1657.         }, => 'onMessage'], 0);
  1658.         $instance->addListener('kernel.response', [=> function () {
  1659.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1660.         }, => 'onKernelResponse'], 0);
  1661.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1662.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1663.         }, => 'checkPassport'], 0);
  1664.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1665.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1666.         }, => 'onLoginSuccess'], 0);
  1667.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1668.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1669.         }, => 'onVoterVote'], 0);
  1670.         $instance->addListener('kernel.request', [=> function () {
  1671.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1672.         }, => 'configureLogoutUrlGenerator'], 8);
  1673.         $instance->addListener('kernel.request', [=> function () {
  1674.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1675.         }, => 'onKernelRequest'], 8);
  1676.         $instance->addListener('kernel.finish_request', [=> function () {
  1677.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1678.         }, => 'onKernelFinishRequest'], 0);
  1679.         $instance->addListener('kernel.controller', [=> function () {
  1680.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1681.         }, => 'onKernelController'], 0);
  1682.         $instance->addListener('kernel.controller', [=> function () {
  1683.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1684.         }, => 'onKernelController'], 0);
  1685.         $instance->addListener('kernel.controller', [=> function () {
  1686.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1687.         }, => 'onKernelController'], -128);
  1688.         $instance->addListener('kernel.view', [=> function () {
  1689.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1690.         }, => 'onKernelView'], 0);
  1691.         $instance->addListener('kernel.controller', [=> function () {
  1692.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1693.         }, => 'onKernelController'], 0);
  1694.         $instance->addListener('kernel.response', [=> function () {
  1695.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1696.         }, => 'onKernelResponse'], 0);
  1697.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1698.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1699.         }, => 'onKernelControllerArguments'], 0);
  1700.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1701.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1702.         }, => 'onKernelControllerArguments'], 0);
  1703.         $instance->addListener('kernel.response', [=> function () {
  1704.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1705.         }, => 'onKernelResponse'], -128);
  1706.         $instance->addListener('console.command', [=> function () {
  1707.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1708.         }, => 'configure'], 1024);
  1709.         $instance->addListener('console.error', [=> function () {
  1710.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1711.         }, => 'onConsoleError'], 0);
  1712.         $instance->addListener('console.terminate', [=> function () {
  1713.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1714.         }, => 'onConsoleTerminate'], 0);
  1715.         $instance->addListener('knp_pager.before', [=> function () {
  1716.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1717.         }, => 'before'], 0);
  1718.         $instance->addListener('knp_pager.pagination', [=> function () {
  1719.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1720.         }, => 'pagination'], 0);
  1721.         $instance->addListener('knp_pager.before', [=> function () {
  1722.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1723.         }, => 'before'], 1);
  1724.         $instance->addListener('knp_pager.before', [=> function () {
  1725.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1726.         }, => 'before'], 1);
  1727.         $instance->addListener('knp_pager.pagination', [=> function () {
  1728.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1729.         }, => 'pagination'], 1);
  1730.         $instance->addListener('kernel.exception', [=> function () {
  1731.             return ($this->services['liip_functional_test.exception_listener'] ?? ($this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener()));
  1732.         }, => 'setException'], 99999);
  1733.         $instance->addListener('kernel.request', [=> function () {
  1734.             return ($this->services['liip_functional_test.exception_listener'] ?? ($this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener()));
  1735.         }, => 'clearLastException'], 99999);
  1736.         $instance->addListener('kernel.request', [=> function () {
  1737.             return ($this->services['.container.private.liip_functional_test.validator'] ?? $this->get_Container_Private_LiipFunctionalTest_ValidatorService());
  1738.         }, => 'onKernelRequest'], 99999);
  1739.         $instance->addListener('kernel.response', [=> function () {
  1740.             return ($this->privates['webpack_encore.preload_assets_event_listener'] ?? $this->getWebpackEncore_PreloadAssetsEventListenerService());
  1741.         }, => 'onKernelResponse'], 50);
  1742.         $instance->addListener('kernel.finish_request', [=> function () {
  1743.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1744.         }, => 'resetAssets'], 0);
  1745.         $instance->addListener('console.command', [=> function () {
  1746.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1747.         }, => 'onCommand'], 255);
  1748.         $instance->addListener('console.terminate', [=> function () {
  1749.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1750.         }, => 'onTerminate'], -255);
  1751.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1752.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1753.         }, => 'checkPassport'], 512);
  1754.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1755.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1756.         }, => 'onLogout'], 0);
  1757.         return $instance;
  1758.     }
  1759.     /**
  1760.      * Gets the public 'http_kernel' shared service.
  1761.      *
  1762.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1763.      */
  1764.     protected function getHttpKernelService()
  1765.     {
  1766.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1767.         if (isset($this->services['http_kernel'])) {
  1768.             return $this->services['http_kernel'];
  1769.         }
  1770.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1771.         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 () {
  1772.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1773.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1774.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1775.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1776.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1777.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1778.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1779.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1780.         }, 8)), $b));
  1781.     }
  1782.     /**
  1783.      * Gets the public 'liip_functional_test.exception_listener' shared service.
  1784.      *
  1785.      * @return \Liip\FunctionalTestBundle\EventListener\ExceptionListener
  1786.      */
  1787.     protected function getLiipFunctionalTest_ExceptionListenerService()
  1788.     {
  1789.         return $this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener();
  1790.     }
  1791.     /**
  1792.      * Gets the public 'monolog.logger.deprecation' shared service.
  1793.      *
  1794.      * @return \Symfony\Bridge\Monolog\Logger
  1795.      */
  1796.     protected function getMonolog_Logger_DeprecationService()
  1797.     {
  1798.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1799.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1800.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1801.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1802.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1803.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1804.         return $instance;
  1805.     }
  1806.     /**
  1807.      * Gets the public 'request_stack' shared service.
  1808.      *
  1809.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1810.      */
  1811.     protected function getRequestStackService()
  1812.     {
  1813.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1814.     }
  1815.     /**
  1816.      * Gets the public 'router' shared service.
  1817.      *
  1818.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1819.      */
  1820.     protected function getRouterService()
  1821.     {
  1822.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1823.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1824.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1825.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1826.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1827.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1828.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1829.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1830.         ], [
  1831.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1832.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1833.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1834.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1835.         return $instance;
  1836.     }
  1837.     /**
  1838.      * Gets the public 'translator' shared service.
  1839.      *
  1840.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1841.      */
  1842.     protected function getTranslatorService()
  1843.     {
  1844.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1845.     }
  1846.     /**
  1847.      * Gets the public 'var_dumper.cloner' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1850.      */
  1851.     protected function getVarDumper_ClonerService()
  1852.     {
  1853.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1854.         $instance->setMaxItems(2500);
  1855.         $instance->setMinDepth(1);
  1856.         $instance->setMaxString(-1);
  1857.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1858.         return $instance;
  1859.     }
  1860.     /**
  1861.      * Gets the private '.service_locator.fPFDSMP' shared service.
  1862.      *
  1863.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1864.      */
  1865.     protected function get_ServiceLocator_FPFDSMPService()
  1866.     {
  1867.         return $this->privates['.service_locator.fPFDSMP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1868.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1869.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1870.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'true],
  1871.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1872.         ], [
  1873.             'security.firewall.map.context.api' => '?',
  1874.             'security.firewall.map.context.dev' => '?',
  1875.             'security.firewall.map.context.login' => '?',
  1876.             'security.firewall.map.context.main' => '?',
  1877.         ]);
  1878.     }
  1879.     /**
  1880.      * Gets the private 'App\EventListener\LocaleSubscriber' shared autowired service.
  1881.      *
  1882.      * @return \App\EventListener\LocaleSubscriber
  1883.      */
  1884.     protected function getLocaleSubscriberService()
  1885.     {
  1886.         return $this->privates['App\\EventListener\\LocaleSubscriber'] = new \App\EventListener\LocaleSubscriber(($this->privates['App\\Service\\Language'] ?? $this->getLanguageService()));
  1887.     }
  1888.     /**
  1889.      * Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
  1890.      *
  1891.      * @return \App\EventListener\MaintenanceListener
  1892.      */
  1893.     protected function getMaintenanceListenerService()
  1894.     {
  1895.         $a = ($this->privates['App\\Service\\Access'] ?? $this->getAccessService());
  1896.         if (isset($this->privates['App\\EventListener\\MaintenanceListener'])) {
  1897.             return $this->privates['App\\EventListener\\MaintenanceListener'];
  1898.         }
  1899.         return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener($this->getParameter('maintenance'), $a);
  1900.     }
  1901.     /**
  1902.      * Gets the private 'App\Repository\AdvertiserRepository' shared autowired service.
  1903.      *
  1904.      * @return \App\Repository\AdvertiserRepository
  1905.      */
  1906.     protected function getAdvertiserRepositoryService()
  1907.     {
  1908.         return $this->privates['App\\Repository\\AdvertiserRepository'] = new \App\Repository\AdvertiserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1909.     }
  1910.     /**
  1911.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  1912.      *
  1913.      * @return \App\Repository\UserRepository
  1914.      */
  1915.     protected function getUserRepositoryService()
  1916.     {
  1917.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1918.     }
  1919.     /**
  1920.      * Gets the private 'App\Service\Access' shared autowired service.
  1921.      *
  1922.      * @return \App\Service\Access
  1923.      */
  1924.     protected function getAccessService()
  1925.     {
  1926.         $a = ($this->privates['App\\Service\\AdvertiserRightService'] ?? $this->getAdvertiserRightServiceService());
  1927.         if (isset($this->privates['App\\Service\\Access'])) {
  1928.             return $this->privates['App\\Service\\Access'];
  1929.         }
  1930.         $b = ($this->privates['App\\Service\\User'] ?? $this->getUserService());
  1931.         if (isset($this->privates['App\\Service\\Access'])) {
  1932.             return $this->privates['App\\Service\\Access'];
  1933.         }
  1934.         $c = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1935.         if (isset($this->privates['App\\Service\\Access'])) {
  1936.             return $this->privates['App\\Service\\Access'];
  1937.         }
  1938.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1939.         if (isset($this->privates['App\\Service\\Access'])) {
  1940.             return $this->privates['App\\Service\\Access'];
  1941.         }
  1942.         return $this->privates['App\\Service\\Access'] = new \App\Service\Access($a$b, ($this->privates['App\\Service\\AdvertisingManagement'] ?? $this->getAdvertisingManagementService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $c$d, ($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Rights\\CustomSecurityLoader'] ?? ($this->privates['App\\Rights\\CustomSecurityLoader'] = new \App\Rights\CustomSecurityLoader(\dirname(__DIR__4)))), $this->getEnv('string:DEFAULT_SUBDOMAIN'));
  1943.     }
  1944.     /**
  1945.      * Gets the private 'App\Service\AdvertiserRightService' shared autowired service.
  1946.      *
  1947.      * @return \App\Service\AdvertiserRightService
  1948.      */
  1949.     protected function getAdvertiserRightServiceService()
  1950.     {
  1951.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1952.         if (isset($this->privates['App\\Service\\AdvertiserRightService'])) {
  1953.             return $this->privates['App\\Service\\AdvertiserRightService'];
  1954.         }
  1955.         return $this->privates['App\\Service\\AdvertiserRightService'] = new \App\Service\AdvertiserRightService($a);
  1956.     }
  1957.     /**
  1958.      * Gets the private 'App\Service\AdvertisingManagement' shared autowired service.
  1959.      *
  1960.      * @return \App\Service\AdvertisingManagement
  1961.      */
  1962.     protected function getAdvertisingManagementService()
  1963.     {
  1964.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1965.         if (isset($this->privates['App\\Service\\AdvertisingManagement'])) {
  1966.             return $this->privates['App\\Service\\AdvertisingManagement'];
  1967.         }
  1968.         return $this->privates['App\\Service\\AdvertisingManagement'] = new \App\Service\AdvertisingManagement(($this->privates['App\\Repository\\AdvertiserRepository'] ?? $this->getAdvertiserRepositoryService()), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('string:DEFAULT_SUBDOMAIN'), $this->getEnv('string:COOKIE_DOMAIN'));
  1969.     }
  1970.     /**
  1971.      * Gets the private 'App\Service\ContentService' shared autowired service.
  1972.      *
  1973.      * @return \App\Service\ContentService
  1974.      */
  1975.     protected function getContentServiceService()
  1976.     {
  1977.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1978.         if (isset($this->privates['App\\Service\\ContentService'])) {
  1979.             return $this->privates['App\\Service\\ContentService'];
  1980.         }
  1981.         $b = ($this->privates['App\\Service\\User'] ?? $this->getUserService());
  1982.         if (isset($this->privates['App\\Service\\ContentService'])) {
  1983.             return $this->privates['App\\Service\\ContentService'];
  1984.         }
  1985.         return $this->privates['App\\Service\\ContentService'] = new \App\Service\ContentService($a, ($this->privates['App\\Service\\AdvertisingManagement'] ?? $this->getAdvertisingManagementService()), ($this->privates['App\\Service\\AdvertiserRightService'] ?? $this->getAdvertiserRightServiceService()), $b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1986.     }
  1987.     /**
  1988.      * Gets the private 'App\Service\Language' shared autowired service.
  1989.      *
  1990.      * @return \App\Service\Language
  1991.      */
  1992.     protected function getLanguageService()
  1993.     {
  1994.         return $this->privates['App\\Service\\Language'] = new \App\Service\Language(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1995.     }
  1996.     /**
  1997.      * Gets the private 'App\Service\ObfuscatorService' shared autowired service.
  1998.      *
  1999.      * @return \App\Service\ObfuscatorService
  2000.      */
  2001.     protected function getObfuscatorServiceService()
  2002.     {
  2003.         return $this->privates['App\\Service\\ObfuscatorService'] = new \App\Service\ObfuscatorService(($this->privates['App\\Cache\\CacheManager'] ?? ($this->privates['App\\Cache\\CacheManager'] = new \App\Cache\CacheManager('redis://'.$this->getEnv('string:string:REDIS_HOST').':'.$this->getEnv('string:string:REDIS_PORT').'/13'$this->getEnv('int:REDIS_KEEPALIVE')))));
  2004.     }
  2005.     /**
  2006.      * Gets the private 'App\Service\Translation' shared autowired service.
  2007.      *
  2008.      * @return \App\Service\Translation
  2009.      */
  2010.     protected function getTranslationService()
  2011.     {
  2012.         return $this->privates['App\\Service\\Translation'] = new \App\Service\Translation(($this->privates['App\\Service\\Language'] ?? $this->getLanguageService()), ($this->privates['App\\Service\\AdvertisingManagement'] ?? $this->getAdvertisingManagementService()));
  2013.     }
  2014.     /**
  2015.      * Gets the private 'App\Service\User' shared autowired service.
  2016.      *
  2017.      * @return \App\Service\User
  2018.      */
  2019.     protected function getUserService()
  2020.     {
  2021.         $a = ($this->privates['App\\Service\\AdvertisingManagement'] ?? $this->getAdvertisingManagementService());
  2022.         if (isset($this->privates['App\\Service\\User'])) {
  2023.             return $this->privates['App\\Service\\User'];
  2024.         }
  2025.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2026.         if (isset($this->privates['App\\Service\\User'])) {
  2027.             return $this->privates['App\\Service\\User'];
  2028.         }
  2029.         return $this->privates['App\\Service\\User'] = new \App\Service\User($a$b, new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2030.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2031.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2032.         ], [
  2033.             'security.authorization_checker' => '?',
  2034.             'security.token_storage' => '?',
  2035.         ])), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  2036.     }
  2037.     /**
  2038.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2039.      *
  2040.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2041.      */
  2042.     protected function getResetAssetsEventListenerService()
  2043.     {
  2044.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2045.     }
  2046.     /**
  2047.      * Gets the private 'annotations.cache_adapter' shared service.
  2048.      *
  2049.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2050.      */
  2051.     protected function getAnnotations_CacheAdapterService()
  2052.     {
  2053.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2054.     }
  2055.     /**
  2056.      * Gets the private 'annotations.cached_reader' shared service.
  2057.      *
  2058.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2059.      */
  2060.     protected function getAnnotations_CachedReaderService()
  2061.     {
  2062.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2063.     }
  2064.     /**
  2065.      * Gets the private 'annotations.reader' shared service.
  2066.      *
  2067.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2068.      */
  2069.     protected function getAnnotations_ReaderService()
  2070.     {
  2071.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2072.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2073.         $a->registerUniqueLoader('class_exists');
  2074.         $instance->addGlobalIgnoredName('required'$a);
  2075.         return $instance;
  2076.     }
  2077.     /**
  2078.      * Gets the private 'assets.packages' shared service.
  2079.      *
  2080.      * @return \Symfony\Component\Asset\Packages
  2081.      */
  2082.     protected function getAssets_PackagesService()
  2083.     {
  2084.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2085.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  2086.             return new \EmptyIterator();
  2087.         }, 0));
  2088.     }
  2089.     /**
  2090.      * Gets the private 'cache.annotations' shared service.
  2091.      *
  2092.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2093.      */
  2094.     protected function getCache_AnnotationsService()
  2095.     {
  2096.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('q+-oFxa9PN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2097.     }
  2098.     /**
  2099.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2100.      *
  2101.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2102.      */
  2103.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2104.     {
  2105.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2106.     }
  2107.     /**
  2108.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2109.      *
  2110.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2111.      */
  2112.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2113.     {
  2114.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2115.     }
  2116.     /**
  2117.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver' shared service.
  2118.      *
  2119.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2120.      */
  2121.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriverService()
  2122.     {
  2123.         return $this->privates['cache.doctrine.orm.default.second_level.region_driver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2124.     }
  2125.     /**
  2126.      * Gets the private 'cache.property_info' shared service.
  2127.      *
  2128.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2129.      */
  2130.     protected function getCache_PropertyInfoService()
  2131.     {
  2132.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ymqjDqiy-x'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2133.     }
  2134.     /**
  2135.      * Gets the private 'cache.security_expression_language' shared service.
  2136.      *
  2137.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2138.      */
  2139.     protected function getCache_SecurityExpressionLanguageService()
  2140.     {
  2141.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('EMrxqZbHvD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2142.     }
  2143.     /**
  2144.      * Gets the private 'cache.serializer' shared service.
  2145.      *
  2146.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2147.      */
  2148.     protected function getCache_SerializerService()
  2149.     {
  2150.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vlo9dUDDpL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'cache.validator' shared service.
  2154.      *
  2155.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2156.      */
  2157.     protected function getCache_ValidatorService()
  2158.     {
  2159.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZqIX1k8V93'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2160.     }
  2161.     /**
  2162.      * Gets the private 'cache.webpack_encore' shared service.
  2163.      *
  2164.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2165.      */
  2166.     protected function getCache_WebpackEncoreService()
  2167.     {
  2168.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Fhhyo5GfGp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2169.     }
  2170.     /**
  2171.      * Gets the private 'config_cache_factory' shared service.
  2172.      *
  2173.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2174.      */
  2175.     protected function getConfigCacheFactoryService()
  2176.     {
  2177.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2178.             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)));
  2179.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2180.         }, 2));
  2181.     }
  2182.     /**
  2183.      * Gets the private 'data_collector.form' shared service.
  2184.      *
  2185.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2186.      */
  2187.     protected function getDataCollector_FormService()
  2188.     {
  2189.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2190.     }
  2191.     /**
  2192.      * Gets the private 'data_collector.request' shared service.
  2193.      *
  2194.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2195.      */
  2196.     protected function getDataCollector_RequestService()
  2197.     {
  2198.         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())));
  2199.     }
  2200.     /**
  2201.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2202.      *
  2203.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2204.      */
  2205.     protected function getDebug_DebugHandlersListenerService()
  2206.     {
  2207.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2208.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2209.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2210.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2211.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2212.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2213.         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()));
  2214.     }
  2215.     /**
  2216.      * Gets the private 'debug.file_link_formatter' shared service.
  2217.      *
  2218.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2219.      */
  2220.     protected function getDebug_FileLinkFormatterService()
  2221.     {
  2222.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  2223.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2224.         });
  2225.     }
  2226.     /**
  2227.      * Gets the private 'debug.log_processor' shared service.
  2228.      *
  2229.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2230.      */
  2231.     protected function getDebug_LogProcessorService()
  2232.     {
  2233.         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())));
  2234.     }
  2235.     /**
  2236.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2237.      *
  2238.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2239.      */
  2240.     protected function getDebug_Security_Access_DecisionManagerService()
  2241.     {
  2242.         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 () {
  2243.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2244.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2245.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2246.             yield => ($this->privates['debug.security.voter.App\\Security\\ContentVoters'] ?? $this->load('getContentVotersService'));
  2247.             yield => ($this->privates['debug.security.voter.App\\Security\\UrlVoters'] ?? $this->load('getUrlVotersService'));
  2248.         }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'debug.security.firewall' shared service.
  2252.      *
  2253.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2254.      */
  2255.     protected function getDebug_Security_FirewallService()
  2256.     {
  2257.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2258.         if (isset($this->privates['debug.security.firewall'])) {
  2259.             return $this->privates['debug.security.firewall'];
  2260.         }
  2261.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2262.         if (isset($this->privates['debug.security.firewall'])) {
  2263.             return $this->privates['debug.security.firewall'];
  2264.         }
  2265.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2266.     }
  2267.     /**
  2268.      * Gets the private 'debug.validator' shared service.
  2269.      *
  2270.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2271.      */
  2272.     protected function getDebug_ValidatorService()
  2273.     {
  2274.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  2275.         if (isset($this->privates['debug.validator'])) {
  2276.             return $this->privates['debug.validator'];
  2277.         }
  2278.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  2279.     }
  2280.     /**
  2281.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2282.      *
  2283.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2284.      */
  2285.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2286.     {
  2287.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  2288.         $instance->setGlobalBasename('mapping');
  2289.         return $instance;
  2290.     }
  2291.     /**
  2292.      * Gets the private 'exception_listener' shared service.
  2293.      *
  2294.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2295.      */
  2296.     protected function getExceptionListenerService()
  2297.     {
  2298.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('App\\Controller\\Advertiser\\Generic\\GenericExceptionController::showException', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2299.     }
  2300.     /**
  2301.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2302.      *
  2303.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2304.      */
  2305.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2306.     {
  2307.         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())));
  2308.     }
  2309.     /**
  2310.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2311.      *
  2312.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2313.      */
  2314.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2315.     {
  2316.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2317.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2318.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2319.         }
  2320.         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);
  2321.     }
  2322.     /**
  2323.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2324.      *
  2325.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2326.      */
  2327.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2328.     {
  2329.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  2330.     }
  2331.     /**
  2332.      * Gets the private 'locale_aware_listener' shared service.
  2333.      *
  2334.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2335.      */
  2336.     protected function getLocaleAwareListenerService()
  2337.     {
  2338.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2339.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2340.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2341.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2342.     }
  2343.     /**
  2344.      * Gets the private 'locale_listener' shared service.
  2345.      *
  2346.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2347.      */
  2348.     protected function getLocaleListenerService()
  2349.     {
  2350.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()), false, []);
  2351.     }
  2352.     /**
  2353.      * Gets the private 'monolog.handler.console' shared service.
  2354.      *
  2355.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2356.      */
  2357.     protected function getMonolog_Handler_ConsoleService()
  2358.     {
  2359.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2360.     }
  2361.     /**
  2362.      * Gets the private 'monolog.handler.main' shared service.
  2363.      *
  2364.      * @return \Monolog\Handler\StreamHandler
  2365.      */
  2366.     protected function getMonolog_Handler_MainService()
  2367.     {
  2368.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2369.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2370.         return $instance;
  2371.     }
  2372.     /**
  2373.      * Gets the private 'monolog.handler.main_error' shared service.
  2374.      *
  2375.      * @return \Monolog\Handler\StreamHandler
  2376.      */
  2377.     protected function getMonolog_Handler_MainErrorService()
  2378.     {
  2379.         $this->privates['monolog.handler.main_error'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2380.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2381.         return $instance;
  2382.     }
  2383.     /**
  2384.      * Gets the private 'monolog.logger' shared service.
  2385.      *
  2386.      * @return \Symfony\Bridge\Monolog\Logger
  2387.      */
  2388.     protected function getMonolog_LoggerService()
  2389.     {
  2390.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2391.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2392.         $instance->useMicrosecondTimestamps(true);
  2393.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2394.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2395.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2396.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2397.         return $instance;
  2398.     }
  2399.     /**
  2400.      * Gets the private 'monolog.logger.cache' shared service.
  2401.      *
  2402.      * @return \Symfony\Bridge\Monolog\Logger
  2403.      */
  2404.     protected function getMonolog_Logger_CacheService()
  2405.     {
  2406.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2407.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2408.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2409.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2410.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2411.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2412.         return $instance;
  2413.     }
  2414.     /**
  2415.      * Gets the private 'monolog.logger.request' shared service.
  2416.      *
  2417.      * @return \Symfony\Bridge\Monolog\Logger
  2418.      */
  2419.     protected function getMonolog_Logger_RequestService()
  2420.     {
  2421.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2422.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2423.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2424.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2425.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2426.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2427.         return $instance;
  2428.     }
  2429.     /**
  2430.      * Gets the private 'monolog.logger.security' shared service.
  2431.      *
  2432.      * @return \Symfony\Bridge\Monolog\Logger
  2433.      */
  2434.     protected function getMonolog_Logger_SecurityService()
  2435.     {
  2436.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2437.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2438.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2439.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2440.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2441.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2442.         return $instance;
  2443.     }
  2444.     /**
  2445.      * Gets the private 'parameter_bag' shared service.
  2446.      *
  2447.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2448.      */
  2449.     protected function getParameterBagService()
  2450.     {
  2451.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2452.     }
  2453.     /**
  2454.      * Gets the private 'profiler_listener' shared service.
  2455.      *
  2456.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2457.      */
  2458.     protected function getProfilerListenerService()
  2459.     {
  2460.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2461.         if (isset($this->privates['profiler_listener'])) {
  2462.             return $this->privates['profiler_listener'];
  2463.         }
  2464.         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);
  2465.     }
  2466.     /**
  2467.      * Gets the private 'property_accessor' shared service.
  2468.      *
  2469.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2470.      */
  2471.     protected function getPropertyAccessorService()
  2472.     {
  2473.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2474.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2475.     }
  2476.     /**
  2477.      * Gets the private 'property_info' shared service.
  2478.      *
  2479.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2480.      */
  2481.     protected function getPropertyInfoService()
  2482.     {
  2483.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2484.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2485.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2486.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2487.         }, 3), new RewindableGenerator(function () {
  2488.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2489.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2490.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2491.         }, 3), new RewindableGenerator(function () {
  2492.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2493.         }, 1), new RewindableGenerator(function () {
  2494.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2495.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2496.         }, 2), new RewindableGenerator(function () {
  2497.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2498.         }, 1));
  2499.     }
  2500.     /**
  2501.      * Gets the private 'redis' shared autowired service.
  2502.      *
  2503.      * @return \Redis
  2504.      */
  2505.     protected function getRedis2Service()
  2506.     {
  2507.         $this->privates['redis'] = $instance = new \Redis();
  2508.         $instance->connect($this->getEnv('string:REDIS_HOST'), $this->getEnv('string:REDIS_PORT'));
  2509.         $instance->select($this->getEnv('string:REDIS_DB'));
  2510.         return $instance;
  2511.     }
  2512.     /**
  2513.      * Gets the private 'router.expression_language_provider' shared service.
  2514.      *
  2515.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2516.      */
  2517.     protected function getRouter_ExpressionLanguageProviderService()
  2518.     {
  2519.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2520.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2521.         ], [
  2522.             'env' => 'Closure',
  2523.         ]));
  2524.     }
  2525.     /**
  2526.      * Gets the private 'router.request_context' shared service.
  2527.      *
  2528.      * @return \Symfony\Component\Routing\RequestContext
  2529.      */
  2530.     protected function getRouter_RequestContextService()
  2531.     {
  2532.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2533.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2534.         return $instance;
  2535.     }
  2536.     /**
  2537.      * Gets the private 'router_listener' shared service.
  2538.      *
  2539.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2540.      */
  2541.     protected function getRouterListenerService()
  2542.     {
  2543.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2544.     }
  2545.     /**
  2546.      * Gets the private 'security.context_listener.0' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2549.      */
  2550.     protected function getSecurity_ContextListener_0Service()
  2551.     {
  2552.         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 () {
  2553.             yield => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ChainProviderService'));
  2554.             yield => ($this->privates['security.user.provider.concrete.db_username'] ?? $this->load('getSecurity_User_Provider_Concrete_DbUsernameService'));
  2555.             yield => ($this->privates['security.user.provider.concrete.db_email'] ?? $this->load('getSecurity_User_Provider_Concrete_DbEmailService'));
  2556.             yield => ($this->privates['security.user.provider.concrete.jwt'] ?? ($this->privates['security.user.provider.concrete.jwt'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\User\JWTUserProvider('Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\User\\JWTUser')));
  2557.         }, 4), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  2558.     }
  2559.     /**
  2560.      * Gets the private 'security.event_dispatcher.main' shared service.
  2561.      *
  2562.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2563.      */
  2564.     protected function getSecurity_EventDispatcher_MainService()
  2565.     {
  2566.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2567.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2568.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2569.         }, => 'checkPassport'], 2048);
  2570.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2571.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2572.         }, => 'onSuccessfulLogin'], 0);
  2573.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2574.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2575.         }, => 'onLogout'], 64);
  2576.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2577.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2578.         }, => 'onLogout'], 0);
  2579.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2580.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2581.         }, => 'preCheckCredentials'], 256);
  2582.         $instance->addListener('security.authentication.success', [=> function () {
  2583.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2584.         }, => 'postCheckCredentials'], 256);
  2585.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2586.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2587.         }, => 'checkPassport'], 1024);
  2588.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2589.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2590.         }, => 'checkPassport'], 0);
  2591.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2592.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2593.         }, => 'onLoginSuccess'], 0);
  2594.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2595.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2596.         }, => 'checkPassport'], 512);
  2597.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2598.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2599.         }, => 'onLogout'], 0);
  2600.         return $instance;
  2601.     }
  2602.     /**
  2603.      * Gets the private 'security.firewall.map' shared service.
  2604.      *
  2605.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2606.      */
  2607.     protected function getSecurity_Firewall_MapService()
  2608.     {
  2609.         $a = ($this->privates['.service_locator.fPFDSMP'] ?? $this->get_ServiceLocator_FPFDSMPService());
  2610.         if (isset($this->privates['security.firewall.map'])) {
  2611.             return $this->privates['security.firewall.map'];
  2612.         }
  2613.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2614.             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)/')));
  2615.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  2616.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2617.             yield 'security.firewall.map.context.main' => NULL;
  2618.         }, 4));
  2619.     }
  2620.     /**
  2621.      * Gets the private 'security.logout_url_generator' shared service.
  2622.      *
  2623.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2624.      */
  2625.     protected function getSecurity_LogoutUrlGeneratorService()
  2626.     {
  2627.         $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()));
  2628.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  2629.         return $instance;
  2630.     }
  2631.     /**
  2632.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2633.      *
  2634.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2635.      */
  2636.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2637.     {
  2638.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2639.     }
  2640.     /**
  2641.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2642.      *
  2643.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2644.      */
  2645.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2646.     {
  2647.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2648.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2649.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2650.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2651.     }
  2652.     /**
  2653.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2654.      *
  2655.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2656.      */
  2657.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2658.     {
  2659.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2660.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2661.             return $this->privates['sensio_framework_extra.security.listener'];
  2662.         }
  2663.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2664.     }
  2665.     /**
  2666.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2667.      *
  2668.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2669.      */
  2670.     protected function getSensioFrameworkExtra_View_ListenerService()
  2671.     {
  2672.         $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))));
  2673.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2674.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2675.         ], [
  2676.             'twig' => '?',
  2677.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2678.         return $instance;
  2679.     }
  2680.     /**
  2681.      * Gets the private 'session_listener' shared service.
  2682.      *
  2683.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2684.      */
  2685.     protected function getSessionListenerService()
  2686.     {
  2687.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2688.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2689.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2690.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2691.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2692.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2693.         ], [
  2694.             'initialized_session' => '?',
  2695.             'logger' => '?',
  2696.             'session' => '?',
  2697.             'session_collector' => '?',
  2698.             'session_factory' => '?',
  2699.         ]), true$this->getParameter('session.storage.options'));
  2700.     }
  2701.     /**
  2702.      * Gets the private 'state_machine.furniture_instance_step.metadata_store' shared service.
  2703.      *
  2704.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2705.      */
  2706.     protected function getStateMachine_FurnitureInstanceStep_MetadataStoreService()
  2707.     {
  2708.         return $this->privates['state_machine.furniture_instance_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2709.     }
  2710.     /**
  2711.      * Gets the private 'state_machine.furniture_stock_step.metadata_store' shared service.
  2712.      *
  2713.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2714.      */
  2715.     protected function getStateMachine_FurnitureStockStep_MetadataStoreService()
  2716.     {
  2717.         return $this->privates['state_machine.furniture_stock_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2718.     }
  2719.     /**
  2720.      * Gets the private 'state_machine.operation_order_step.metadata_store' shared service.
  2721.      *
  2722.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2723.      */
  2724.     protected function getStateMachine_OperationOrderStep_MetadataStoreService()
  2725.     {
  2726.         return $this->privates['state_machine.operation_order_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2727.     }
  2728.     /**
  2729.      * Gets the private 'state_machine.order_furniture_step.metadata_store' shared service.
  2730.      *
  2731.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2732.      */
  2733.     protected function getStateMachine_OrderFurnitureStep_MetadataStoreService()
  2734.     {
  2735.         return $this->privates['state_machine.order_furniture_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2736.     }
  2737.     /**
  2738.      * Gets the private 'state_machine.order_refrigeratorbin_step.metadata_store' shared service.
  2739.      *
  2740.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2741.      */
  2742.     protected function getStateMachine_OrderRefrigeratorbinStep_MetadataStoreService()
  2743.     {
  2744.         return $this->privates['state_machine.order_refrigeratorbin_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2745.     }
  2746.     /**
  2747.      * Gets the private 'state_machine.refrigerator_instance_step.metadata_store' shared service.
  2748.      *
  2749.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2750.      */
  2751.     protected function getStateMachine_RefrigeratorInstanceStep_MetadataStoreService()
  2752.     {
  2753.         return $this->privates['state_machine.refrigerator_instance_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2754.     }
  2755.     /**
  2756.      * Gets the private 'translator.default' shared service.
  2757.      *
  2758.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2759.      */
  2760.     protected function getTranslator_DefaultService()
  2761.     {
  2762.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2763.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2764.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2765.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2766.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2767.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2768.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2769.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2770.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2771.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2772.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2773.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2774.         ], [
  2775.             'translation.loader.csv' => '?',
  2776.             'translation.loader.dat' => '?',
  2777.             'translation.loader.ini' => '?',
  2778.             'translation.loader.json' => '?',
  2779.             'translation.loader.mo' => '?',
  2780.             'translation.loader.php' => '?',
  2781.             'translation.loader.po' => '?',
  2782.             'translation.loader.qt' => '?',
  2783.             'translation.loader.res' => '?',
  2784.             'translation.loader.xliff' => '?',
  2785.             'translation.loader.yml' => '?',
  2786.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['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__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.de.yaml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/translations/1.en.yml'), => (\dirname(__DIR__4).'/translations/10.en.yml'), => (\dirname(__DIR__4).'/translations/11.en.yml'), => (\dirname(__DIR__4).'/translations/12.en.yml'), => (\dirname(__DIR__4).'/translations/13.en.yml'), 10 => (\dirname(__DIR__4).'/translations/14.en.yml'), 11 => (\dirname(__DIR__4).'/translations/15.en.yml'), 12 => (\dirname(__DIR__4).'/translations/16.en.yml'), 13 => (\dirname(__DIR__4).'/translations/17.en.yml'), 14 => (\dirname(__DIR__4).'/translations/2.en.yml'), 15 => (\dirname(__DIR__4).'/translations/3.en.yml'), 16 => (\dirname(__DIR__4).'/translations/4.en.yml'), 17 => (\dirname(__DIR__4).'/translations/6.en.yml'), 18 => (\dirname(__DIR__4).'/translations/9.en.yml'), 19 => (\dirname(__DIR__4).'/translations/messages.en.yml'), 20 => (\dirname(__DIR__4).'/translations/shopsign.en.yml'), 21 => (\dirname(__DIR__4).'/translations/validators.en.yaml'), 22 => (\dirname(__DIR__4).'/translations/1.en.yml'), 23 => (\dirname(__DIR__4).'/translations/10.en.yml'), 24 => (\dirname(__DIR__4).'/translations/11.en.yml'), 25 => (\dirname(__DIR__4).'/translations/12.en.yml'), 26 => (\dirname(__DIR__4).'/translations/13.en.yml'), 27 => (\dirname(__DIR__4).'/translations/14.en.yml'), 28 => (\dirname(__DIR__4).'/translations/15.en.yml'), 29 => (\dirname(__DIR__4).'/translations/16.en.yml'), 30 => (\dirname(__DIR__4).'/translations/17.en.yml'), 31 => (\dirname(__DIR__4).'/translations/2.en.yml'), 32 => (\dirname(__DIR__4).'/translations/3.en.yml'), 33 => (\dirname(__DIR__4).'/translations/4.en.yml'), 34 => (\dirname(__DIR__4).'/translations/6.en.yml'), 35 => (\dirname(__DIR__4).'/translations/9.en.yml'), 36 => (\dirname(__DIR__4).'/translations/messages.en.yml'), 37 => (\dirname(__DIR__4).'/translations/shopsign.en.yml'), 38 => (\dirname(__DIR__4).'/translations/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/1.fr.yml'), => (\dirname(__DIR__4).'/translations/10.fr.yml'), => (\dirname(__DIR__4).'/translations/11.fr.yml'), => (\dirname(__DIR__4).'/translations/12.fr.yml'), => (\dirname(__DIR__4).'/translations/13.fr.yml'), 10 => (\dirname(__DIR__4).'/translations/14.fr.yml'), 11 => (\dirname(__DIR__4).'/translations/15.fr.yml'), 12 => (\dirname(__DIR__4).'/translations/16.fr.yml'), 13 => (\dirname(__DIR__4).'/translations/17.fr.yml'), 14 => (\dirname(__DIR__4).'/translations/2.fr.yml'), 15 => (\dirname(__DIR__4).'/translations/3.fr.yml'), 16 => (\dirname(__DIR__4).'/translations/4.fr.yml'), 17 => (\dirname(__DIR__4).'/translations/6.fr.yml'), 18 => (\dirname(__DIR__4).'/translations/9.fr.yml'), 19 => (\dirname(__DIR__4).'/translations/messages.fr.yml'), 20 => (\dirname(__DIR__4).'/translations/shopsign.fr.yml'), 21 => (\dirname(__DIR__4).'/translations/validators.fr.yaml'), 22 => (\dirname(__DIR__4).'/translations/1.fr.yml'), 23 => (\dirname(__DIR__4).'/translations/10.fr.yml'), 24 => (\dirname(__DIR__4).'/translations/11.fr.yml'), 25 => (\dirname(__DIR__4).'/translations/12.fr.yml'), 26 => (\dirname(__DIR__4).'/translations/13.fr.yml'), 27 => (\dirname(__DIR__4).'/translations/14.fr.yml'), 28 => (\dirname(__DIR__4).'/translations/15.fr.yml'), 29 => (\dirname(__DIR__4).'/translations/16.fr.yml'), 30 => (\dirname(__DIR__4).'/translations/17.fr.yml'), 31 => (\dirname(__DIR__4).'/translations/2.fr.yml'), 32 => (\dirname(__DIR__4).'/translations/3.fr.yml'), 33 => (\dirname(__DIR__4).'/translations/4.fr.yml'), 34 => (\dirname(__DIR__4).'/translations/6.fr.yml'), 35 => (\dirname(__DIR__4).'/translations/9.fr.yml'), 36 => (\dirname(__DIR__4).'/translations/messages.fr.yml'), 37 => (\dirname(__DIR__4).'/translations/shopsign.fr.yml'), 38 => (\dirname(__DIR__4).'/translations/validators.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/tiloweb/pagination-bundle/Tiloweb/PaginationBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/pugx/autocompleter-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/doctrine/doctrine-migrations-bundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/symfony/web-profiler-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/maker-bundle/src/translations'16 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'17 => 'vendor/tiloweb/pagination-bundle/Tiloweb/PaginationBundle/translations'18 => 'vendor/liip/functional-test-bundle/src/translations'19 => 'vendor/stof/doctrine-extensions-bundle/src/translations'20 => 'vendor/pugx/autocompleter-bundle/translations'21 => 'vendor/lexik/jwt-authentication-bundle/translations'22 => 'vendor/nelmio/api-doc-bundle/translations'23 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'24 => 'vendor/helios-ag/fm-elfinder-bundle/src/translations'25 => 'vendor/liip/imagine-bundle/translations'26 => 'vendor/symfony/webpack-encore-bundle/src/translations'27 => 'vendor/symfony/monolog-bundle/translations'28 => 'vendor/exercise/htmlpurifier-bundle/src/translations']]], []);
  2787.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2788.         $instance->setFallbackLocales([=> 'en']);
  2789.         return $instance;
  2790.     }
  2791.     /**
  2792.      * Gets the private 'validator.builder' shared service.
  2793.      *
  2794.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2795.      */
  2796.     protected function getValidator_BuilderService()
  2797.     {
  2798.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2799.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2800.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2801.             'App\\Validator\\IsValidFileValidator' => ['privates''App\\Validator\\IsValidFileValidator''getIsValidFileValidatorService'true],
  2802.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2803.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2804.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2805.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2806.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2807.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2808.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2809.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2810.         ], [
  2811.             'App\\Validator\\IsValidFileValidator' => '?',
  2812.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2813.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2814.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2815.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2816.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2817.             'doctrine.orm.validator.unique' => '?',
  2818.             'security.validator.user_password' => '?',
  2819.             'validator.expression' => '?',
  2820.         ])));
  2821.         if ($this->has('translator')) {
  2822.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2823.         }
  2824.         $instance->setTranslationDomain('validators');
  2825.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2826.         $instance->enableAnnotationMapping(true);
  2827.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2828.         $instance->addMethodMapping('loadValidatorMetadata');
  2829.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2830.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2831.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2832.         return $instance;
  2833.     }
  2834.     /**
  2835.      * Gets the private 'var_dumper.html_dumper' shared service.
  2836.      *
  2837.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2838.      */
  2839.     protected function getVarDumper_HtmlDumperService()
  2840.     {
  2841.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2842.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2843.         return $instance;
  2844.     }
  2845.     /**
  2846.      * Gets the private 'var_dumper.server_connection' shared service.
  2847.      *
  2848.      * @return \Symfony\Component\VarDumper\Server\Connection
  2849.      */
  2850.     protected function getVarDumper_ServerConnectionService()
  2851.     {
  2852.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2853.     }
  2854.     /**
  2855.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2856.      *
  2857.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2858.      */
  2859.     protected function getVichUploader_MetadataReaderService()
  2860.     {
  2861.         $a = new \Metadata\Driver\FileLocator([]);
  2862.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Vich\UploaderBundle\Metadata\Driver\AttributeReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2863.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2864.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2865.     }
  2866.     /**
  2867.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2868.      *
  2869.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2870.      */
  2871.     protected function getVichUploader_PropertyMappingFactoryService()
  2872.     {
  2873.         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');
  2874.     }
  2875.     /**
  2876.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  2877.      *
  2878.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2879.      */
  2880.     protected function getVichUploader_Storage_FileSystemService()
  2881.     {
  2882.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2883.     }
  2884.     /**
  2885.      * Gets the private 'web_profiler.csp.handler' shared service.
  2886.      *
  2887.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2888.      */
  2889.     protected function getWebProfiler_Csp_HandlerService()
  2890.     {
  2891.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2892.     }
  2893.     /**
  2894.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2895.      *
  2896.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2897.      */
  2898.     protected function getWebProfiler_DebugToolbarService()
  2899.     {
  2900.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2901.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2902.             return $this->privates['web_profiler.debug_toolbar'];
  2903.         }
  2904.         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()));
  2905.     }
  2906.     /**
  2907.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2908.      *
  2909.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2910.      */
  2911.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2912.     {
  2913.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2914.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2915.         ], [
  2916.             '_default' => '?',
  2917.         ]), '_default');
  2918.     }
  2919.     /**
  2920.      * Gets the private 'webpack_encore.preload_assets_event_listener' shared service.
  2921.      *
  2922.      * @return \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener
  2923.      */
  2924.     protected function getWebpackEncore_PreloadAssetsEventListenerService()
  2925.     {
  2926.         $a = ($this->privates['webpack_encore.tag_renderer'] ?? $this->getWebpackEncore_TagRendererService());
  2927.         if (isset($this->privates['webpack_encore.preload_assets_event_listener'])) {
  2928.             return $this->privates['webpack_encore.preload_assets_event_listener'];
  2929.         }
  2930.         return $this->privates['webpack_encore.preload_assets_event_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener($a);
  2931.     }
  2932.     /**
  2933.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  2934.      *
  2935.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  2936.      */
  2937.     protected function getWebpackEncore_TagRendererService()
  2938.     {
  2939.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2940.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2941.             return $this->privates['webpack_encore.tag_renderer'];
  2942.         }
  2943.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], [], [], $a);
  2944.     }
  2945.     /**
  2946.      * Gets the private 'workflow.registry' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Workflow\Registry
  2949.      */
  2950.     protected function getWorkflow_RegistryService()
  2951.     {
  2952.         $this->privates['workflow.registry'] = $instance = new \Symfony\Component\Workflow\Registry();
  2953.         $instance->addWorkflow(($this->services['.container.private.state_machine.operation_order_step'] ?? $this->get_Container_Private_StateMachine_OperationOrderStepService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\OperationOrder'));
  2954.         $instance->addWorkflow(($this->services['.container.private.state_machine.order_refrigeratorbin_step'] ?? $this->get_Container_Private_StateMachine_OrderRefrigeratorbinStepService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\OperationOrder'));
  2955.         $instance->addWorkflow(($this->services['.container.private.state_machine.refrigerator_instance_step'] ?? $this->get_Container_Private_StateMachine_RefrigeratorInstanceStepService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\RefrigeratorInstance'));
  2956.         $instance->addWorkflow(($this->services['.container.private.state_machine.order_furniture_step'] ?? $this->get_Container_Private_StateMachine_OrderFurnitureStepService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\OperationOrder'));
  2957.         $instance->addWorkflow(($this->services['.container.private.state_machine.furniture_instance_step'] ?? $this->get_Container_Private_StateMachine_FurnitureInstanceStepService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\FurnitureInstance'));
  2958.         $instance->addWorkflow(($this->services['.container.private.state_machine.furniture_stock_step'] ?? $this->get_Container_Private_StateMachine_FurnitureStockStepService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\FurnitureStock'));
  2959.         return $instance;
  2960.     }
  2961.     /**
  2962.      * Gets the public 'cache_clearer' alias.
  2963.      *
  2964.      * @return object The ".container.private.cache_clearer" service.
  2965.      */
  2966.     protected function getCacheClearerService()
  2967.     {
  2968.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2969.         return $this->get('.container.private.cache_clearer');
  2970.     }
  2971.     /**
  2972.      * Gets the public 'filesystem' alias.
  2973.      *
  2974.      * @return object The ".container.private.filesystem" service.
  2975.      */
  2976.     protected function getFilesystemService()
  2977.     {
  2978.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2979.         return $this->get('.container.private.filesystem');
  2980.     }
  2981.     /**
  2982.      * Gets the public 'state_machine.operation_order_step' alias.
  2983.      *
  2984.      * @return object The ".container.private.state_machine.operation_order_step" service.
  2985.      */
  2986.     protected function getStateMachine_OperationOrderStepService()
  2987.     {
  2988.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.operation_order_step" service directly from the container is deprecated, use dependency injection instead.');
  2989.         return $this->get('.container.private.state_machine.operation_order_step');
  2990.     }
  2991.     /**
  2992.      * Gets the public 'state_machine.order_refrigeratorbin_step' alias.
  2993.      *
  2994.      * @return object The ".container.private.state_machine.order_refrigeratorbin_step" service.
  2995.      */
  2996.     protected function getStateMachine_OrderRefrigeratorbinStepService()
  2997.     {
  2998.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order_refrigeratorbin_step" service directly from the container is deprecated, use dependency injection instead.');
  2999.         return $this->get('.container.private.state_machine.order_refrigeratorbin_step');
  3000.     }
  3001.     /**
  3002.      * Gets the public 'state_machine.refrigerator_instance_step' alias.
  3003.      *
  3004.      * @return object The ".container.private.state_machine.refrigerator_instance_step" service.
  3005.      */
  3006.     protected function getStateMachine_RefrigeratorInstanceStepService()
  3007.     {
  3008.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.refrigerator_instance_step" service directly from the container is deprecated, use dependency injection instead.');
  3009.         return $this->get('.container.private.state_machine.refrigerator_instance_step');
  3010.     }
  3011.     /**
  3012.      * Gets the public 'state_machine.order_furniture_step' alias.
  3013.      *
  3014.      * @return object The ".container.private.state_machine.order_furniture_step" service.
  3015.      */
  3016.     protected function getStateMachine_OrderFurnitureStepService()
  3017.     {
  3018.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order_furniture_step" service directly from the container is deprecated, use dependency injection instead.');
  3019.         return $this->get('.container.private.state_machine.order_furniture_step');
  3020.     }
  3021.     /**
  3022.      * Gets the public 'state_machine.furniture_instance_step' alias.
  3023.      *
  3024.      * @return object The ".container.private.state_machine.furniture_instance_step" service.
  3025.      */
  3026.     protected function getStateMachine_FurnitureInstanceStepService()
  3027.     {
  3028.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.furniture_instance_step" service directly from the container is deprecated, use dependency injection instead.');
  3029.         return $this->get('.container.private.state_machine.furniture_instance_step');
  3030.     }
  3031.     /**
  3032.      * Gets the public 'state_machine.furniture_stock_step' alias.
  3033.      *
  3034.      * @return object The ".container.private.state_machine.furniture_stock_step" service.
  3035.      */
  3036.     protected function getStateMachine_FurnitureStockStepService()
  3037.     {
  3038.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.furniture_stock_step" service directly from the container is deprecated, use dependency injection instead.');
  3039.         return $this->get('.container.private.state_machine.furniture_stock_step');
  3040.     }
  3041.     /**
  3042.      * Gets the public 'serializer' alias.
  3043.      *
  3044.      * @return object The ".container.private.serializer" service.
  3045.      */
  3046.     protected function getSerializerService()
  3047.     {
  3048.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3049.         return $this->get('.container.private.serializer');
  3050.     }
  3051.     /**
  3052.      * Gets the public 'security.csrf.token_manager' alias.
  3053.      *
  3054.      * @return object The ".container.private.security.csrf.token_manager" service.
  3055.      */
  3056.     protected function getSecurity_Csrf_TokenManagerService()
  3057.     {
  3058.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3059.         return $this->get('.container.private.security.csrf.token_manager');
  3060.     }
  3061.     /**
  3062.      * Gets the public 'form.factory' alias.
  3063.      *
  3064.      * @return object The ".container.private.form.factory" service.
  3065.      */
  3066.     protected function getForm_FactoryService()
  3067.     {
  3068.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3069.         return $this->get('.container.private.form.factory');
  3070.     }
  3071.     /**
  3072.      * Gets the public 'form.type.file' alias.
  3073.      *
  3074.      * @return object The ".container.private.form.type.file" service.
  3075.      */
  3076.     protected function getForm_Type_FileService()
  3077.     {
  3078.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3079.         return $this->get('.container.private.form.type.file');
  3080.     }
  3081.     /**
  3082.      * Gets the public 'profiler' alias.
  3083.      *
  3084.      * @return object The ".container.private.profiler" service.
  3085.      */
  3086.     protected function getProfilerService()
  3087.     {
  3088.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3089.         return $this->get('.container.private.profiler');
  3090.     }
  3091.     /**
  3092.      * Gets the public 'twig' alias.
  3093.      *
  3094.      * @return object The ".container.private.twig" service.
  3095.      */
  3096.     protected function getTwigService()
  3097.     {
  3098.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3099.         return $this->get('.container.private.twig');
  3100.     }
  3101.     /**
  3102.      * Gets the public 'security.authorization_checker' alias.
  3103.      *
  3104.      * @return object The ".container.private.security.authorization_checker" service.
  3105.      */
  3106.     protected function getSecurity_AuthorizationCheckerService()
  3107.     {
  3108.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3109.         return $this->get('.container.private.security.authorization_checker');
  3110.     }
  3111.     /**
  3112.      * Gets the public 'security.token_storage' alias.
  3113.      *
  3114.      * @return object The ".container.private.security.token_storage" service.
  3115.      */
  3116.     protected function getSecurity_TokenStorageService()
  3117.     {
  3118.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3119.         return $this->get('.container.private.security.token_storage');
  3120.     }
  3121.     /**
  3122.      * Gets the public 'liip_functional_test.validator' alias.
  3123.      *
  3124.      * @return object The ".container.private.liip_functional_test.validator" service.
  3125.      */
  3126.     protected function getLiipFunctionalTest_ValidatorService()
  3127.     {
  3128.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "liip_functional_test.validator" service directly from the container is deprecated, use dependency injection instead.');
  3129.         return $this->get('.container.private.liip_functional_test.validator');
  3130.     }
  3131.     /**
  3132.      * Gets the public 'security.password_encoder' alias.
  3133.      *
  3134.      * @return object The ".container.private.security.password_encoder" service.
  3135.      */
  3136.     protected function getSecurity_PasswordEncoderService()
  3137.     {
  3138.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3139.         return $this->get('.container.private.security.password_encoder');
  3140.     }
  3141.     /**
  3142.      * Gets the public 'session' alias.
  3143.      *
  3144.      * @return object The ".container.private.session" service.
  3145.      */
  3146.     protected function getSessionService()
  3147.     {
  3148.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3149.         return $this->get('.container.private.session');
  3150.     }
  3151.     /**
  3152.      * @return array|bool|float|int|string|\UnitEnum|null
  3153.      */
  3154.     public function getParameter(string $name)
  3155.     {
  3156.         if (isset($this->buildParameters[$name])) {
  3157.             return $this->buildParameters[$name];
  3158.         }
  3159.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3160.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3161.         }
  3162.         if (isset($this->loadedDynamicParameters[$name])) {
  3163.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3164.         }
  3165.         return $this->parameters[$name];
  3166.     }
  3167.     public function hasParameter(string $name): bool
  3168.     {
  3169.         if (isset($this->buildParameters[$name])) {
  3170.             return true;
  3171.         }
  3172.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3173.     }
  3174.     public function setParameter(string $name$value): void
  3175.     {
  3176.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3177.     }
  3178.     public function getParameterBag(): ParameterBagInterface
  3179.     {
  3180.         if (null === $this->parameterBag) {
  3181.             $parameters $this->parameters;
  3182.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3183.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3184.             }
  3185.             foreach ($this->buildParameters as $name => $value) {
  3186.                 $parameters[$name] = $value;
  3187.             }
  3188.             $this->parameterBag = new FrozenParameterBag($parameters);
  3189.         }
  3190.         return $this->parameterBag;
  3191.     }
  3192.     private $loadedDynamicParameters = [
  3193.         'kernel.runtime_environment' => false,
  3194.         'kernel.build_dir' => false,
  3195.         'kernel.cache_dir' => false,
  3196.         'maintenance' => false,
  3197.         'redis_dsn' => false,
  3198.         'redis_keepalive' => false,
  3199.         'staci_subdomain' => false,
  3200.         'cookie_domain' => false,
  3201.         'mails_send' => false,
  3202.         'mails_test' => false,
  3203.         'mailer_url' => false,
  3204.         'import.mondelez_url' => false,
  3205.         'kernel.secret' => false,
  3206.         'debug.container.dump' => false,
  3207.         'serializer.mapping.cache.file' => false,
  3208.         'session.storage.options' => false,
  3209.         'session.save_path' => false,
  3210.         'validator.mapping.cache.file' => false,
  3211.         'profiler.storage.dsn' => false,
  3212.         'doctrine.orm.proxy_dir' => false,
  3213.     ];
  3214.     private $dynamicParameters = [];
  3215.     private function getDynamicParameter(string $name)
  3216.     {
  3217.         switch ($name) {
  3218.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3219.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3220.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3221.             case 'maintenance'$value = [
  3222.                 'statut' => $this->getEnv('MAINTENANCE_STATUS'),
  3223.                 'ipAuthorized' => $this->getEnv('json:MAINTENANCE_IP'),
  3224.             ]; break;
  3225.             case 'redis_dsn'$value 'redis://'.$this->getEnv('string:string:REDIS_HOST').':'.$this->getEnv('string:string:REDIS_PORT').'/13'; break;
  3226.             case 'redis_keepalive'$value $this->getEnv('int:REDIS_KEEPALIVE'); break;
  3227.             case 'staci_subdomain'$value $this->getEnv('string:DEFAULT_SUBDOMAIN'); break;
  3228.             case 'cookie_domain'$value $this->getEnv('string:COOKIE_DOMAIN'); break;
  3229.             case 'mails_send'$value $this->getEnv('string:MAILS_SEND'); break;
  3230.             case 'mails_test'$value $this->getEnv('string:MAILS_TEST'); break;
  3231.             case 'mailer_url'$value $this->getEnv('string:MAILER_URL'); break;
  3232.             case 'import.mondelez_url'$value $this->getEnv('MONDELEZ_URL'); break;
  3233.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3234.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3235.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3236.             case 'session.storage.options'$value = [
  3237.                 'cache_limiter' => '0',
  3238.                 'cookie_lifetime' => 86400,
  3239.                 'cookie_domain' => $this->getEnv('COOKIE_DOMAIN'),
  3240.                 'cookie_secure' => true,
  3241.                 'cookie_httponly' => true,
  3242.                 'cookie_samesite' => 'lax',
  3243.                 'gc_probability' => 1,
  3244.             ]; break;
  3245.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3246.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3247.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3248.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3249.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3250.         }
  3251.         $this->loadedDynamicParameters[$name] = true;
  3252.         return $this->dynamicParameters[$name] = $value;
  3253.     }
  3254.     protected function getDefaultParameters(): array
  3255.     {
  3256.         return [
  3257.             'kernel.project_dir' => \dirname(__DIR__4),
  3258.             'kernel.environment' => 'dev',
  3259.             'kernel.debug' => true,
  3260.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3261.             'kernel.bundles' => [
  3262.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3263.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3264.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3265.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3266.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3267.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3268.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3269.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3270.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3271.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3272.                 'TilowebPaginationBundle' => 'Tiloweb\\PaginationBundle\\TilowebPaginationBundle',
  3273.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3274.                 'LiipFunctionalTestBundle' => 'Liip\\FunctionalTestBundle\\LiipFunctionalTestBundle',
  3275.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3276.                 'PUGXAutocompleterBundle' => 'PUGX\\AutocompleterBundle\\PUGXAutocompleterBundle',
  3277.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3278.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3279.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  3280.                 'FMElfinderBundle' => 'FM\\ElfinderBundle\\FMElfinderBundle',
  3281.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3282.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3283.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3284.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3285.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3286.             ],
  3287.             'kernel.bundles_metadata' => [
  3288.                 'FrameworkBundle' => [
  3289.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3290.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3291.                 ],
  3292.                 'TwigBundle' => [
  3293.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3294.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3295.                 ],
  3296.                 'SecurityBundle' => [
  3297.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3298.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3299.                 ],
  3300.                 'DoctrineBundle' => [
  3301.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3302.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3303.                 ],
  3304.                 'DoctrineMigrationsBundle' => [
  3305.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3306.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3307.                 ],
  3308.                 'SensioFrameworkExtraBundle' => [
  3309.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3310.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3311.                 ],
  3312.                 'WebProfilerBundle' => [
  3313.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3314.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3315.                 ],
  3316.                 'DebugBundle' => [
  3317.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3318.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3319.                 ],
  3320.                 'MakerBundle' => [
  3321.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3322.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3323.                 ],
  3324.                 'DoctrineFixturesBundle' => [
  3325.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3326.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3327.                 ],
  3328.                 'TilowebPaginationBundle' => [
  3329.                     'path' => (\dirname(__DIR__4).'/vendor/tiloweb/pagination-bundle/Tiloweb/PaginationBundle'),
  3330.                     'namespace' => 'Tiloweb\\PaginationBundle',
  3331.                 ],
  3332.                 'KnpPaginatorBundle' => [
  3333.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3334.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3335.                 ],
  3336.                 'LiipFunctionalTestBundle' => [
  3337.                     'path' => (\dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src'),
  3338.                     'namespace' => 'Liip\\FunctionalTestBundle',
  3339.                 ],
  3340.                 'StofDoctrineExtensionsBundle' => [
  3341.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3342.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3343.                 ],
  3344.                 'PUGXAutocompleterBundle' => [
  3345.                     'path' => (\dirname(__DIR__4).'/vendor/pugx/autocompleter-bundle'),
  3346.                     'namespace' => 'PUGX\\AutocompleterBundle',
  3347.                 ],
  3348.                 'LexikJWTAuthenticationBundle' => [
  3349.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3350.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3351.                 ],
  3352.                 'NelmioApiDocBundle' => [
  3353.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  3354.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3355.                 ],
  3356.                 'FOSCKEditorBundle' => [
  3357.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3358.                     'namespace' => 'FOS\\CKEditorBundle',
  3359.                 ],
  3360.                 'FMElfinderBundle' => [
  3361.                     'path' => (\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src'),
  3362.                     'namespace' => 'FM\\ElfinderBundle',
  3363.                 ],
  3364.                 'VichUploaderBundle' => [
  3365.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3366.                     'namespace' => 'Vich\\UploaderBundle',
  3367.                 ],
  3368.                 'LiipImagineBundle' => [
  3369.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3370.                     'namespace' => 'Liip\\ImagineBundle',
  3371.                 ],
  3372.                 'WebpackEncoreBundle' => [
  3373.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3374.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3375.                 ],
  3376.                 'MonologBundle' => [
  3377.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3378.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3379.                 ],
  3380.                 'ExerciseHTMLPurifierBundle' => [
  3381.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3382.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3383.                 ],
  3384.             ],
  3385.             'kernel.charset' => 'UTF-8',
  3386.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3387.             'env(DATABASE_URL)' => '',
  3388.             'locale' => 'en',
  3389.             'projectDir' => \dirname(__DIR__4),
  3390.             'advertisers_logo' => (\dirname(__DIR__4).'/public/uploads/logos'),
  3391.             'advertisers_image_background_connexion' => (\dirname(__DIR__4).'/public/uploads/background'),
  3392.             'operation_main_visual' => (\dirname(__DIR__4).'/public/uploads/operation/mainVisual'),
  3393.             'operation_visuals' => (\dirname(__DIR__4).'/public/uploads/operation/visuals'),
  3394.             'operation_attachments' => (\dirname(__DIR__4).'/public/uploads/operation/attachments'),
  3395.             'log_path' => (\dirname(__DIR__3).'/log'),
  3396.             'rightsPath' => (\dirname(__DIR__3).'/rights'),
  3397.             'app.path.default_uploads' => (\dirname(__DIR__4).'/public/uploads/default/ckeditor'),
  3398.             'event_dispatcher.event_aliases' => [
  3399.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3400.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3401.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3402.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3403.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3404.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3405.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3406.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3407.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3408.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3409.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3410.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3411.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3412.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3413.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3414.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3415.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3416.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  3417.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  3418.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  3419.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  3420.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  3421.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  3422.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  3423.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3424.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3425.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3426.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3427.             ],
  3428.             'fragment.renderer.hinclude.global_template' => NULL,
  3429.             'fragment.path' => '/_fragment',
  3430.             'kernel.http_method_override' => true,
  3431.             'kernel.trusted_hosts' => [
  3432.             ],
  3433.             'kernel.default_locale' => 'en',
  3434.             'kernel.enabled_locales' => [
  3435.             ],
  3436.             'kernel.error_controller' => 'App\\Controller\\Advertiser\\Generic\\GenericExceptionController::showException',
  3437.             'debug.file_link_format' => NULL,
  3438.             'asset.request_context.base_path' => NULL,
  3439.             'asset.request_context.secure' => NULL,
  3440.             'translator.logging' => false,
  3441.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3442.             'debug.error_handler.throw_at' => -1,
  3443.             'router.request_context.host' => 'localhost',
  3444.             'router.request_context.scheme' => 'http',
  3445.             'router.request_context.base_url' => '',
  3446.             'router.resource' => 'kernel::loadRoutes',
  3447.             'request_listener.http_port' => 80,
  3448.             'request_listener.https_port' => 443,
  3449.             'session.metadata.storage_key' => '_sf2_meta',
  3450.             'session.metadata.update_threshold' => 0,
  3451.             'form.type_extension.csrf.enabled' => true,
  3452.             'form.type_extension.csrf.field_name' => '_token',
  3453.             'validator.translation_domain' => 'validators',
  3454.             'profiler_listener.only_exceptions' => false,
  3455.             'profiler_listener.only_main_requests' => false,
  3456.             'twig.form.resources' => [
  3457.                 => '@FMElfinder/Form/elfinder_widget.html.twig',
  3458.                 => '@VichUploader/Form/fields.html.twig',
  3459.                 => 'form_div_layout.html.twig',
  3460.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3461.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3462.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3463.             ],
  3464.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3465.             'security.role_hierarchy.roles' => [
  3466.             ],
  3467.             'security.access.denied_url' => NULL,
  3468.             'security.authentication.manager.erase_credentials' => true,
  3469.             'security.authentication.session_strategy.strategy' => 'migrate',
  3470.             'security.access.always_authenticate_before_granting' => false,
  3471.             'security.authentication.hide_user_not_found' => true,
  3472.             'security.firewalls' => [
  3473.                 => 'dev',
  3474.                 => 'login',
  3475.                 => 'api',
  3476.                 => 'main',
  3477.             ],
  3478.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3479.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3480.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3481.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3482.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3483.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3484.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3485.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3486.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3487.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3488.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3489.             'doctrine.entity_managers' => [
  3490.                 'default' => 'doctrine.orm.default_entity_manager',
  3491.             ],
  3492.             'doctrine.default_entity_manager' => 'default',
  3493.             'doctrine.dbal.connection_factory.types' => [
  3494.             ],
  3495.             'doctrine.connections' => [
  3496.                 'default' => 'doctrine.dbal.default_connection',
  3497.             ],
  3498.             'doctrine.default_connection' => 'default',
  3499.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3500.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3501.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3502.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3503.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3504.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3505.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3506.             'doctrine.orm.cache.memcache_port' => 11211,
  3507.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3508.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3509.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3510.             'doctrine.orm.cache.memcached_port' => 11211,
  3511.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3512.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3513.             'doctrine.orm.cache.redis_host' => 'localhost',
  3514.             'doctrine.orm.cache.redis_port' => 6379,
  3515.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3516.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3517.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3518.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3519.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3520.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3521.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3522.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3523.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3524.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3525.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3526.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3527.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3528.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3529.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3530.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3531.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3532.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3533.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3534.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3535.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3536.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3537.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3538.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3539.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3540.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3541.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3542.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3543.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3544.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3545.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3546.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3547.             'doctrine.migrations.preferred_em' => NULL,
  3548.             'doctrine.migrations.preferred_connection' => NULL,
  3549.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3550.             'web_profiler.debug_toolbar.mode' => 2,
  3551.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3552.             'tiloweb_pagination.template' => '@TilowebPagination/pagination.html.twig',
  3553.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  3554.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3555.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3556.             'knp_paginator.page_range' => 5,
  3557.             'knp_paginator.page_limit' => NULL,
  3558.             'liip_functional_test.command_verbosity' => 'normal',
  3559.             'liip_functional_test.command_decoration' => true,
  3560.             'liip_functional_test.query.max_query_count' => NULL,
  3561.             'liip_functional_test.authentication.username' => '',
  3562.             'liip_functional_test.authentication.password' => '',
  3563.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3564.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3565.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3566.             'stof_doctrine_extensions.default_locale' => 'en_US',
  3567.             'stof_doctrine_extensions.translation_fallback' => true,
  3568.             'stof_doctrine_extensions.persist_default_translation' => true,
  3569.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3570.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3571.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3572.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3573.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3574.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3575.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3576.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3577.             'pugx_autocompleter.autocomplete.class' => 'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteType',
  3578.             'pugx_autocompleter.filter_autocomplete.class' => 'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteFilterType',
  3579.             'lexik_jwt_authentication.pass_phrase' => 'tintin',
  3580.             'lexik_jwt_authentication.token_ttl' => 86400,
  3581.             'lexik_jwt_authentication.clock_skew' => 0,
  3582.             'lexik_jwt_authentication.user_identity_field' => 'username',
  3583.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3584.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3585.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3586.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3587.             'nelmio_api_doc.areas' => [
  3588.                 => 'default',
  3589.             ],
  3590.             'fm_elfinder.loader' => 'FM\\ElfinderBundle\\Loader\\ElFinderLoader',
  3591.             'fm_elfinder.configurator' => 'FM\\ElfinderBundle\\Configuration\\ElFinderConfigurationReader',
  3592.             'elfinder.form.type.class' => 'FM\\ElfinderBundle\\Form\\Type\\ElFinderType',
  3593.             'fm_elfinder' => [
  3594.                 'configuration_provider' => 'staci_elfinder_configurator.configurator',
  3595.                 'instances' => [
  3596.                     'default' => [
  3597.                         'editor' => 'ckeditor',
  3598.                         'relative_path' => false,
  3599.                         'connector' => [
  3600.                             'roots' => [
  3601.                                 'uploads' => [
  3602.                                     'driver' => 'LocalFileSystem',
  3603.                                     'path' => 'uploads/default/ckeditor',
  3604.                                     'upload_allow' => [
  3605.                                         => 'application/pdf',
  3606.                                         => 'image/png',
  3607.                                         => 'image/jpg',
  3608.                                         => 'image/jpeg',
  3609.                                         => 'text/plain',
  3610.                                     ],
  3611.                                     'upload_deny' => [
  3612.                                         => 'all',
  3613.                                     ],
  3614.                                     'upload_max_size' => '200M',
  3615.                                     'volume_id' => 0,
  3616.                                     'autoload' => false,
  3617.                                     'phash' => '',
  3618.                                     'trash_hash' => '',
  3619.                                     'locale' => '',
  3620.                                     'i18n_folder_name' => false,
  3621.                                     'mime_detect' => 'auto',
  3622.                                     'mimefile' => '',
  3623.                                     'security_voter' => '',
  3624.                                     'start_path' => '',
  3625.                                     'encoding' => 'UTF-8',
  3626.                                     'url' => '',
  3627.                                     'alias' => '',
  3628.                                     'img_lib' => 'auto',
  3629.                                     'tmb_path' => '.tmb',
  3630.                                     'tmb_path_mode' => 511,
  3631.                                     'tmb_url' => '',
  3632.                                     'tmb_size' => 48,
  3633.                                     'tmb_crop' => true,
  3634.                                     'tmb_bg_color' => '#ffffff',
  3635.                                     'quarantine' => NULL,
  3636.                                     'copy_overwrite' => true,
  3637.                                     'copy_join' => true,
  3638.                                     'copy_from' => true,
  3639.                                     'copy_to' => true,
  3640.                                     'upload_overwrite' => true,
  3641.                                     'fileMode' => 420,
  3642.                                     'upload_order' => [
  3643.                                         => 'deny',
  3644.                                         => 'allow',
  3645.                                     ],
  3646.                                     'upload_max_conn' => 3,
  3647.                                     'defaults' => [
  3648.                                         'read' => true,
  3649.                                         'write' => true,
  3650.                                     ],
  3651.                                     'attributes' => [
  3652.                                     ],
  3653.                                     'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
  3654.                                     'show_hidden' => false,
  3655.                                     'disabled_commands' => [
  3656.                                     ],
  3657.                                     'tree_deep' => 0,
  3658.                                     'check_subfolders' => 1,
  3659.                                     'separator' => '/',
  3660.                                     'date_format' => 'j M Y H:i',
  3661.                                     'time_format' => 'H:i',
  3662.                                     'archive_mimes' => [
  3663.                                     ],
  3664.                                     'archivers' => [
  3665.                                         'enabled' => false,
  3666.                                         'create' => [
  3667.                                         ],
  3668.                                         'extract' => [
  3669.                                         ],
  3670.                                     ],
  3671.                                     'flysystem' => [
  3672.                                         'enabled' => false,
  3673.                                         'filesystem' => '',
  3674.                                         'type' => '',
  3675.                                         'adapter_service' => '',
  3676.                                     ],
  3677.                                     'glide_url' => '',
  3678.                                     'glide_key' => '',
  3679.                                     'plugins' => [
  3680.                                     ],
  3681.                                     'driver_options' => [
  3682.                                     ],
  3683.                                     'dropbox2_settings' => [
  3684.                                         'enabled' => false,
  3685.                                         'aliasFormat' => '%s@Dropbox',
  3686.                                         'path' => '/',
  3687.                                         'separator' => '/',
  3688.                                         'acceptedName' => '%s@Dropbox',
  3689.                                         'rootCssClass' => 'elfinder-navbar-root-dropbox',
  3690.                                         'getThumbSize' => 'medium',
  3691.                                     ],
  3692.                                     'box_settings' => [
  3693.                                         'enabled' => false,
  3694.                                         'root' => 'Box.com',
  3695.                                         'path' => '/',
  3696.                                         'separator' => '/',
  3697.                                         'tmbPath' => '',
  3698.                                         'tmbURL' => '',
  3699.                                         'tmpPath' => '',
  3700.                                         'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  3701.                                         'rootCssClass' => 'elfinder-navbar-root-box',
  3702.                                     ],
  3703.                                     'onedrive_settings' => [
  3704.                                         'enabled' => false,
  3705.                                         'root' => 'OneDrive.com',
  3706.                                         'OneDriveApiClient' => '',
  3707.                                         'path' => '/',
  3708.                                         'separator' => '/',
  3709.                                         'tmbPath' => '',
  3710.                                         'tmbURL' => '',
  3711.                                         'tmpPath' => '',
  3712.                                         'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  3713.                                         'rootCssClass' => 'elfinder-navbar-root-onedrive',
  3714.                                         'useApiThumbnail' => true,
  3715.                                     ],
  3716.                                     'ftp_settings' => [
  3717.                                         'enabled' => false,
  3718.                                     ],
  3719.                                     'mysql_settings' => [
  3720.                                         'enabled' => false,
  3721.                                         'port' => NULL,
  3722.                                         'socket' => NULL,
  3723.                                         'files_table' => 'elfinder_file',
  3724.                                         'tmbPath' => '',
  3725.                                         'tmpPath' => '',
  3726.                                         'rootCssClass' => 'elfinder-navbar-root-sql',
  3727.                                         'noSessionCache' => 'hasdirs',
  3728.                                     ],
  3729.                                 ],
  3730.                             ],
  3731.                             'debug' => false,
  3732.                             'binds' => [
  3733.                             ],
  3734.                             'plugins' => [
  3735.                             ],
  3736.                         ],
  3737.                         'locale' => NULL,
  3738.                         'cors_support' => false,
  3739.                         'editor_template' => NULL,
  3740.                         'fullscreen' => true,
  3741.                         'multi_home_folder' => false,
  3742.                         'folder_separator' => '',
  3743.                         'theme' => 'smoothness',
  3744.                         'tinymce_popup_path' => '',
  3745.                         'path_prefix' => '/',
  3746.                         'where_is_multi' => [
  3747.                         ],
  3748.                         'visible_mime_types' => [
  3749.                         ],
  3750.                     ],
  3751.                 ],
  3752.                 'assets_path' => 'assets',
  3753.                 'loader' => 'fm_elfinder.loader.default',
  3754.             ],
  3755.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3756.             'vich_uploader.mappings' => [
  3757.                 'page_image' => [
  3758.                     'uri_prefix' => '/page_image',
  3759.                     'upload_destination' => (\dirname(__DIR__4).'/public/page_image'),
  3760.                     'directory_namer' => [
  3761.                         'service' => 'staci_directory_namer',
  3762.                         'options' => [
  3763.                         ],
  3764.                     ],
  3765.                     'namer' => [
  3766.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.page_image',
  3767.                         'options' => [
  3768.                         ],
  3769.                     ],
  3770.                     'delete_on_remove' => true,
  3771.                     'delete_on_update' => true,
  3772.                     'inject_on_load' => false,
  3773.                     'db_driver' => 'orm',
  3774.                 ],
  3775.                 'page_thumb' => [
  3776.                     'uri_prefix' => '/page_thumb',
  3777.                     'upload_destination' => (\dirname(__DIR__4).'/public/page_thumb'),
  3778.                     'directory_namer' => [
  3779.                         'service' => 'staci_directory_namer',
  3780.                         'options' => [
  3781.                         ],
  3782.                     ],
  3783.                     'namer' => [
  3784.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.page_thumb',
  3785.                         'options' => [
  3786.                         ],
  3787.                     ],
  3788.                     'delete_on_remove' => true,
  3789.                     'delete_on_update' => true,
  3790.                     'inject_on_load' => false,
  3791.                     'db_driver' => 'orm',
  3792.                 ],
  3793.                 'news_image' => [
  3794.                     'uri_prefix' => '/news_image',
  3795.                     'upload_destination' => (\dirname(__DIR__4).'/public/news_image'),
  3796.                     'directory_namer' => [
  3797.                         'service' => 'staci_directory_namer',
  3798.                         'options' => [
  3799.                         ],
  3800.                     ],
  3801.                     'namer' => [
  3802.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.news_image',
  3803.                         'options' => [
  3804.                         ],
  3805.                     ],
  3806.                     'delete_on_remove' => true,
  3807.                     'delete_on_update' => true,
  3808.                     'inject_on_load' => false,
  3809.                     'db_driver' => 'orm',
  3810.                 ],
  3811.                 'refrigeratorbin_image' => [
  3812.                     'uri_prefix' => '/refrigeratorbin_image',
  3813.                     'upload_destination' => (\dirname(__DIR__4).'/public/refrigeratorbin_image'),
  3814.                     'directory_namer' => [
  3815.                         'service' => 'staci_directory_namer',
  3816.                         'options' => [
  3817.                         ],
  3818.                     ],
  3819.                     'namer' => [
  3820.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.refrigeratorbin_image',
  3821.                         'options' => [
  3822.                         ],
  3823.                     ],
  3824.                     'delete_on_remove' => true,
  3825.                     'delete_on_update' => true,
  3826.                     'inject_on_load' => false,
  3827.                     'db_driver' => 'orm',
  3828.                 ],
  3829.                 'furniture_image' => [
  3830.                     'uri_prefix' => '/furniture_image',
  3831.                     'upload_destination' => (\dirname(__DIR__4).'/public/furniture_image'),
  3832.                     'directory_namer' => [
  3833.                         'service' => 'staci_directory_namer',
  3834.                         'options' => [
  3835.                         ],
  3836.                     ],
  3837.                     'namer' => [
  3838.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.furniture_image',
  3839.                         'options' => [
  3840.                         ],
  3841.                     ],
  3842.                     'delete_on_remove' => true,
  3843.                     'delete_on_update' => true,
  3844.                     'inject_on_load' => false,
  3845.                     'db_driver' => 'orm',
  3846.                 ],
  3847.                 'news_thumb' => [
  3848.                     'uri_prefix' => '/news_thumb',
  3849.                     'upload_destination' => (\dirname(__DIR__4).'/public/news_thumb'),
  3850.                     'directory_namer' => [
  3851.                         'service' => 'staci_directory_namer',
  3852.                         'options' => [
  3853.                         ],
  3854.                     ],
  3855.                     'namer' => [
  3856.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.news_thumb',
  3857.                         'options' => [
  3858.                         ],
  3859.                     ],
  3860.                     'delete_on_remove' => true,
  3861.                     'delete_on_update' => true,
  3862.                     'inject_on_load' => false,
  3863.                     'db_driver' => 'orm',
  3864.                 ],
  3865.                 'file' => [
  3866.                     'uri_prefix' => '/files',
  3867.                     'upload_destination' => (\dirname(__DIR__4).'/public/files'),
  3868.                     'directory_namer' => [
  3869.                         'service' => 'staci_directory_namer',
  3870.                         'options' => [
  3871.                         ],
  3872.                     ],
  3873.                     'namer' => [
  3874.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.file',
  3875.                         'options' => [
  3876.                         ],
  3877.                     ],
  3878.                     'delete_on_remove' => true,
  3879.                     'delete_on_update' => true,
  3880.                     'inject_on_load' => false,
  3881.                     'db_driver' => 'orm',
  3882.                 ],
  3883.                 'advertiser_logo' => [
  3884.                     'uri_prefix' => '/advertiser_logo',
  3885.                     'upload_destination' => (\dirname(__DIR__4).'/public/advertiser_logo'),
  3886.                     'directory_namer' => [
  3887.                         'service' => 'staci_directory_namer',
  3888.                         'options' => [
  3889.                         ],
  3890.                     ],
  3891.                     'namer' => [
  3892.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.advertiser_logo',
  3893.                         'options' => [
  3894.                         ],
  3895.                     ],
  3896.                     'delete_on_remove' => true,
  3897.                     'delete_on_update' => true,
  3898.                     'inject_on_load' => false,
  3899.                     'db_driver' => 'orm',
  3900.                 ],
  3901.                 'advertiser_background_connexion' => [
  3902.                     'uri_prefix' => '/advertiser_background_connexion',
  3903.                     'upload_destination' => (\dirname(__DIR__4).'/public/advertiser_background_connexion'),
  3904.                     'directory_namer' => [
  3905.                         'service' => 'staci_directory_namer',
  3906.                         'options' => [
  3907.                         ],
  3908.                     ],
  3909.                     'namer' => [
  3910.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.advertiser_background_connexion',
  3911.                         'options' => [
  3912.                         ],
  3913.                     ],
  3914.                     'delete_on_remove' => true,
  3915.                     'delete_on_update' => true,
  3916.                     'inject_on_load' => false,
  3917.                     'db_driver' => 'orm',
  3918.                 ],
  3919.                 'dashboard_header_img' => [
  3920.                     'uri_prefix' => '/dashboard_header_img',
  3921.                     'upload_destination' => (\dirname(__DIR__4).'/public/dashboard_header_img'),
  3922.                     'directory_namer' => [
  3923.                         'service' => 'staci_directory_namer',
  3924.                         'options' => [
  3925.                         ],
  3926.                     ],
  3927.                     'namer' => [
  3928.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.dashboard_header_img',
  3929.                         'options' => [
  3930.                         ],
  3931.                     ],
  3932.                     'delete_on_remove' => true,
  3933.                     'delete_on_update' => true,
  3934.                     'inject_on_load' => false,
  3935.                     'db_driver' => 'orm',
  3936.                 ],
  3937.                 'homepage_header_img' => [
  3938.                     'uri_prefix' => '/homepage_header_img',
  3939.                     'upload_destination' => (\dirname(__DIR__4).'/public/homepage_header_img'),
  3940.                     'directory_namer' => [
  3941.                         'service' => 'staci_directory_namer',
  3942.                         'options' => [
  3943.                         ],
  3944.                     ],
  3945.                     'namer' => [
  3946.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.homepage_header_img',
  3947.                         'options' => [
  3948.                         ],
  3949.                     ],
  3950.                     'delete_on_remove' => true,
  3951.                     'delete_on_update' => true,
  3952.                     'inject_on_load' => false,
  3953.                     'db_driver' => 'orm',
  3954.                 ],
  3955.                 'operation_main_illus' => [
  3956.                     'uri_prefix' => '/operation_main_illus',
  3957.                     'upload_destination' => (\dirname(__DIR__4).'/public/operation_main_illus'),
  3958.                     'directory_namer' => [
  3959.                         'service' => 'staci_directory_namer',
  3960.                         'options' => [
  3961.                         ],
  3962.                     ],
  3963.                     'namer' => [
  3964.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.operation_main_illus',
  3965.                         'options' => [
  3966.                         ],
  3967.                     ],
  3968.                     'delete_on_remove' => true,
  3969.                     'delete_on_update' => true,
  3970.                     'inject_on_load' => false,
  3971.                     'db_driver' => 'orm',
  3972.                 ],
  3973.                 'operation_order_attachment' => [
  3974.                     'uri_prefix' => '/operation_order_attachment',
  3975.                     'upload_destination' => (\dirname(__DIR__4).'/public/operation_order_attachment'),
  3976.                     'directory_namer' => [
  3977.                         'service' => 'staci_directory_namer',
  3978.                         'options' => [
  3979.                         ],
  3980.                     ],
  3981.                     'namer' => [
  3982.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.operation_order_attachment',
  3983.                         'options' => [
  3984.                         ],
  3985.                     ],
  3986.                     'delete_on_remove' => true,
  3987.                     'delete_on_update' => true,
  3988.                     'inject_on_load' => false,
  3989.                     'db_driver' => 'orm',
  3990.                 ],
  3991.             ],
  3992.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3993.             'liip_imagine.resolvers' => [
  3994.                 'default' => [
  3995.                     'web_path' => [
  3996.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3997.                         'cache_prefix' => 'images/cache',
  3998.                     ],
  3999.                 ],
  4000.             ],
  4001.             'liip_imagine.loaders' => [
  4002.                 'default' => [
  4003.                     'filesystem' => [
  4004.                         'locator' => 'filesystem',
  4005.                         'data_root' => [
  4006.                             => (\dirname(__DIR__4).'/public'),
  4007.                         ],
  4008.                         'allow_unresolvable_data_roots' => false,
  4009.                         'bundle_resources' => [
  4010.                             'enabled' => false,
  4011.                             'access_control_type' => 'blacklist',
  4012.                             'access_control_list' => [
  4013.                             ],
  4014.                         ],
  4015.                     ],
  4016.                 ],
  4017.             ],
  4018.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4019.             'liip_imagine.jpegoptim.stripAll' => true,
  4020.             'liip_imagine.jpegoptim.max' => NULL,
  4021.             'liip_imagine.jpegoptim.progressive' => true,
  4022.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4023.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4024.             'liip_imagine.optipng.level' => 7,
  4025.             'liip_imagine.optipng.stripAll' => true,
  4026.             'liip_imagine.optipng.tempDir' => NULL,
  4027.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4028.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4029.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4030.             'liip_imagine.cwebp.tempDir' => NULL,
  4031.             'liip_imagine.cwebp.q' => 75,
  4032.             'liip_imagine.cwebp.alphaQ' => 100,
  4033.             'liip_imagine.cwebp.m' => 4,
  4034.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4035.             'liip_imagine.cwebp.alphaMethod' => 1,
  4036.             'liip_imagine.cwebp.exact' => false,
  4037.             'liip_imagine.cwebp.metadata' => [
  4038.                 => 'none',
  4039.             ],
  4040.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  4041.             'liip_imagine.cache.resolver.default' => 'default',
  4042.             'liip_imagine.default_image' => NULL,
  4043.             'liip_imagine.filter_sets' => [
  4044.                 'cache' => [
  4045.                     'quality' => 100,
  4046.                     'jpeg_quality' => NULL,
  4047.                     'png_compression_level' => NULL,
  4048.                     'png_compression_filter' => NULL,
  4049.                     'format' => NULL,
  4050.                     'animated' => false,
  4051.                     'cache' => NULL,
  4052.                     'data_loader' => NULL,
  4053.                     'default_image' => NULL,
  4054.                     'filters' => [
  4055.                     ],
  4056.                     'post_processors' => [
  4057.                     ],
  4058.                 ],
  4059.                 'teaser_thumb' => [
  4060.                     'quality' => 85,
  4061.                     'jpeg_quality' => NULL,
  4062.                     'png_compression_level' => NULL,
  4063.                     'png_compression_filter' => NULL,
  4064.                     'format' => NULL,
  4065.                     'animated' => false,
  4066.                     'cache' => NULL,
  4067.                     'data_loader' => NULL,
  4068.                     'default_image' => NULL,
  4069.                     'filters' => [
  4070.                         'thumbnail' => [
  4071.                             'size' => [
  4072.                                 => 120,
  4073.                                 => 90,
  4074.                             ],
  4075.                             'mode' => 'outbound',
  4076.                         ],
  4077.                         'background' => [
  4078.                             'size' => [
  4079.                                 => 124,
  4080.                                 => 94,
  4081.                             ],
  4082.                             'position' => 'center',
  4083.                             'color' => '#000000',
  4084.                         ],
  4085.                     ],
  4086.                     'post_processors' => [
  4087.                     ],
  4088.                 ],
  4089.             ],
  4090.             'liip_imagine.binary.loader.default' => 'default',
  4091.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4092.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4093.             'liip_imagine.webp.generate' => false,
  4094.             'liip_imagine.webp.options' => [
  4095.                 'quality' => 100,
  4096.                 'cache' => NULL,
  4097.                 'data_loader' => NULL,
  4098.                 'post_processors' => [
  4099.                 ],
  4100.             ],
  4101.             'monolog.use_microseconds' => true,
  4102.             'monolog.swift_mailer.handlers' => [
  4103.             ],
  4104.             'monolog.handlers_to_channels' => [
  4105.                 'monolog.handler.main_error' => [
  4106.                     'type' => 'exclusive',
  4107.                     'elements' => [
  4108.                         => 'event',
  4109.                     ],
  4110.                 ],
  4111.                 'monolog.handler.console' => [
  4112.                     'type' => 'exclusive',
  4113.                     'elements' => [
  4114.                         => 'event',
  4115.                         => 'doctrine',
  4116.                         => 'console',
  4117.                     ],
  4118.                 ],
  4119.                 'monolog.handler.main' => [
  4120.                     'type' => 'exclusive',
  4121.                     'elements' => [
  4122.                         => 'event',
  4123.                     ],
  4124.                 ],
  4125.             ],
  4126.             'data_collector.templates' => [
  4127.                 'data_collector.request' => [
  4128.                     => 'request',
  4129.                     => '@WebProfiler/Collector/request.html.twig',
  4130.                 ],
  4131.                 'data_collector.time' => [
  4132.                     => 'time',
  4133.                     => '@WebProfiler/Collector/time.html.twig',
  4134.                 ],
  4135.                 'data_collector.memory' => [
  4136.                     => 'memory',
  4137.                     => '@WebProfiler/Collector/memory.html.twig',
  4138.                 ],
  4139.                 'data_collector.validator' => [
  4140.                     => 'validator',
  4141.                     => '@WebProfiler/Collector/validator.html.twig',
  4142.                 ],
  4143.                 'data_collector.ajax' => [
  4144.                     => 'ajax',
  4145.                     => '@WebProfiler/Collector/ajax.html.twig',
  4146.                 ],
  4147.                 'data_collector.form' => [
  4148.                     => 'form',
  4149.                     => '@WebProfiler/Collector/form.html.twig',
  4150.                 ],
  4151.                 'data_collector.exception' => [
  4152.                     => 'exception',
  4153.                     => '@WebProfiler/Collector/exception.html.twig',
  4154.                 ],
  4155.                 'data_collector.logger' => [
  4156.                     => 'logger',
  4157.                     => '@WebProfiler/Collector/logger.html.twig',
  4158.                 ],
  4159.                 'data_collector.events' => [
  4160.                     => 'events',
  4161.                     => '@WebProfiler/Collector/events.html.twig',
  4162.                 ],
  4163.                 'data_collector.router' => [
  4164.                     => 'router',
  4165.                     => '@WebProfiler/Collector/router.html.twig',
  4166.                 ],
  4167.                 'data_collector.cache' => [
  4168.                     => 'cache',
  4169.                     => '@WebProfiler/Collector/cache.html.twig',
  4170.                 ],
  4171.                 'data_collector.translation' => [
  4172.                     => 'translation',
  4173.                     => '@WebProfiler/Collector/translation.html.twig',
  4174.                 ],
  4175.                 'data_collector.security' => [
  4176.                     => 'security',
  4177.                     => '@Security/Collector/security.html.twig',
  4178.                 ],
  4179.                 'data_collector.twig' => [
  4180.                     => 'twig',
  4181.                     => '@WebProfiler/Collector/twig.html.twig',
  4182.                 ],
  4183.                 'data_collector.doctrine' => [
  4184.                     => 'db',
  4185.                     => '@Doctrine/Collector/db.html.twig',
  4186.                 ],
  4187.                 'data_collector.dump' => [
  4188.                     => 'dump',
  4189.                     => '@Debug/Profiler/dump.html.twig',
  4190.                 ],
  4191.                 'mailer.data_collector' => [
  4192.                     => 'mailer',
  4193.                     => '@WebProfiler/Collector/mailer.html.twig',
  4194.                 ],
  4195.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4196.                     => 'vich_uploader.mapping_collector',
  4197.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4198.                 ],
  4199.                 'data_collector.config' => [
  4200.                     => 'config',
  4201.                     => '@WebProfiler/Collector/config.html.twig',
  4202.                 ],
  4203.             ],
  4204.             'console.command.ids' => [
  4205.                 => 'console.command.public_alias.App\\Command\\AddMailQueueEntryCommand',
  4206.                 => 'console.command.public_alias.App\\Command\\CheckBinInstanceStepTransmitted',
  4207.                 => 'console.command.public_alias.App\\Command\\CheckOrderBinStepTransmitted',
  4208.                 => 'console.command.public_alias.App\\Command\\CheckOrderBugCommand',
  4209.                 => 'console.command.public_alias.App\\Command\\CheckTransmittedOrderCommand',
  4210.                 => 'console.command.public_alias.App\\Command\\CleanExportCommand',
  4211.                 => 'console.command.public_alias.App\\Command\\CleanOperationDatasCommand',
  4212.                 => 'console.command.public_alias.App\\Command\\CleanShopCommand',
  4213.                 => 'console.command.public_alias.App\\Command\\CleanUserAdvertiserRoleCommand',
  4214.                 => 'console.command.public_alias.App\\Command\\CleanUserDatasCommand',
  4215.                 10 => 'console.command.public_alias.App\\Command\\DisableImportDatasCommand',
  4216.                 11 => 'console.command.public_alias.App\\Command\\ExportCommand',
  4217.                 12 => 'console.command.public_alias.App\\Command\\FixOperationQuotaValue',
  4218.                 13 => 'console.command.public_alias.App\\Command\\FixPublicHollidayDateTimeCommand',
  4219.                 14 => 'console.command.public_alias.App\\Command\\FreeQuotaCommand',
  4220.                 15 => 'console.command.public_alias.App\\Command\\ImportDatasCommand',
  4221.                 16 => 'console.command.public_alias.App\\Command\\OneShoot\\FixFurnitureStockCalendarDuplicate',
  4222.                 17 => 'console.command.public_alias.App\\Command\\OneShoot\\PopulateFurnitureSalon',
  4223.                 18 => 'console.command.public_alias.App\\Command\\OneShoot\\PopulateOperationOrderAnimation',
  4224.                 19 => 'console.command.public_alias.App\\Command\\OneShoot\\PopulateRefrigeratorInstanceDate',
  4225.                 20 => 'console.command.public_alias.App\\Command\\OneShoot\\PopulateUserAdvertiserAndUserRole',
  4226.                 21 => 'console.command.public_alias.App\\Command\\OperationAutoDisableCommand',
  4227.                 22 => 'console.command.public_alias.App\\Command\\OperationAutoPublishCommand',
  4228.                 23 => 'console.command.public_alias.App\\Command\\OperationReloadConfigCommand',
  4229.                 24 => 'console.command.public_alias.App\\Command\\Periodic\\PopulateFurnitureCalendarDate',
  4230.                 25 => 'console.command.public_alias.App\\Command\\RemoveOperationCommand',
  4231.                 26 => 'console.command.public_alias.App\\Command\\SendAllMailsQueue',
  4232.                 27 => 'console.command.public_alias.App\\Command\\SendFurnitureAgencyNotifMails',
  4233.                 28 => 'console.command.public_alias.App\\Command\\SendFurnitureModerationNotifMails',
  4234.                 29 => 'console.command.public_alias.App\\Command\\TestMailCommand',
  4235.                 30 => 'console.command.public_alias.App\\Command\\WorkflowFinishOrderCommand',
  4236.                 31 => 'console.command.public_alias.App\\Command\\WorkflowFinishProblemOrderCommand',
  4237.                 32 => 'console.command.public_alias.App\\Command\\WorkflowRefrigeratorBinDeliveredCommand',
  4238.                 33 => 'console.command.public_alias.App\\Command\\changeRightSystemCommand',
  4239.             ],
  4240.         ];
  4241.     }
  4242.     protected function throw($message)
  4243.     {
  4244.         throw new RuntimeException($message);
  4245.     }
  4246. }