var/cache/dev/ContainerKTiY2I8/App_KernelDevDebugContainer.php line 768

Open in your IDE?
  1. <?php
  2. namespace ContainerKTiY2I8;
  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\\WorkflowFinishOrderCommand' => 'getWorkflowFinishOrderCommandService',
  243.             'console.command.public_alias.App\\Command\\WorkflowFinishProblemOrderCommand' => 'getWorkflowFinishProblemOrderCommandService',
  244.             'console.command.public_alias.App\\Command\\WorkflowRefrigeratorBinDeliveredCommand' => 'getWorkflowRefrigeratorBinDeliveredCommandService',
  245.             'console.command.public_alias.App\\Command\\changeRightSystemCommand' => 'getChangeRightSystemCommandService',
  246.             'console.command_loader' => 'getConsole_CommandLoaderService',
  247.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  248.             'error_controller' => 'getErrorControllerService',
  249.             'fm_elfinder.loader' => 'getFmElfinder_LoaderService',
  250.             'knp_paginator' => 'getKnpPaginatorService',
  251.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  252.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  253.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  254.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  255.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  256.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  257.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  258.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  259.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  260.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  261.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  262.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  263.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  264.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  265.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  266.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  267.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  268.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  269.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  270.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  271.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  272.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  273.             'pugx_autocompleter.autocomplete' => 'getPugxAutocompleter_AutocompleteService',
  274.             'pugx_autocompleter.filter.doctrine_subscriber' => 'getPugxAutocompleter_Filter_DoctrineSubscriberService',
  275.             'pugx_autocompleter.filter_autocomplete' => 'getPugxAutocompleter_FilterAutocompleteService',
  276.             'routing.loader' => 'getRouting_LoaderService',
  277.             'services_resetter' => 'getServicesResetterService',
  278.             'staci_directory_namer' => 'getStaciDirectoryNamerService',
  279.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  280.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  281.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  282.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  283.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  284.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  285.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  286.         ];
  287.         $this->aliases = [
  288.             'App\\Kernel' => 'kernel',
  289.             'database_connection' => 'doctrine.dbal.default_connection',
  290.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  291.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  292.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  293.             'validator' => '.container.private.liip_functional_test.validator',
  294.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  295.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  296.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  297.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  298.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  299.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  300.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  301.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  302.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  303.         ];
  304.         $this->privates['service_container'] = function () {
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  311.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  312.             include_once \dirname(__DIR__4).'/src/Cache/CacheManager.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  314.             include_once \dirname(__DIR__4).'/src/EventListener/LocaleSubscriber.php';
  315.             include_once \dirname(__DIR__4).'/src/EventListener/MaintenanceListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  319.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  321.             include_once \dirname(__DIR__4).'/src/Traits/Paginate.php';
  322.             include_once \dirname(__DIR__4).'/src/Repository/AdvertiserRepository.php';
  323.             include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  324.             include_once \dirname(__DIR__4).'/src/Rights/CustomSecurityLoader.php';
  325.             include_once \dirname(__DIR__4).'/src/Service/Access.php';
  326.             include_once \dirname(__DIR__4).'/src/Service/AdvertiserRightService.php';
  327.             include_once \dirname(__DIR__4).'/src/Service/AdvertisingManagement.php';
  328.             include_once \dirname(__DIR__4).'/src/Service/ContentService.php';
  329.             include_once \dirname(__DIR__4).'/src/Service/Language.php';
  330.             include_once \dirname(__DIR__4).'/vendor/iseabloom/obfuscator/src/Service/Obfuscator.php';
  331.             include_once \dirname(__DIR__4).'/src/Service/ObfuscatorService.php';
  332.             include_once \dirname(__DIR__4).'/src/Service/Translation.php';
  333.             include_once \dirname(__DIR__4).'/src/Service/User.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  336.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  373.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  411.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  470.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  489.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  497.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  519.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/MultiGetRegion.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Region/DefaultRegion.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  556.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  557.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  559.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  562.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  565.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  569.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  570.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  571.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  589.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  590.             include_once \dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src/EventListener/ExceptionListener.php';
  591.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  593.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  594.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  595.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  598.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  601.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  602.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  603.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  607.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  608.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AttributeReader.php';
  609.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  610.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  611.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  612.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  615.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/PreLoadAssetsEventListener.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  621.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  623.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  625.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  626.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  629.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  630.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  631.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  643.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  665.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  671.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  678.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  679.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  680.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  681.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  704.             include_once \dirname(__DIR__4).'/src/Twig/CheckAccess.php';
  705.             include_once \dirname(__DIR__4).'/src/Twig/GetAdvertiserUrl.php';
  706.             include_once \dirname(__DIR__4).'/src/Twig/Trans.php';
  707.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  709.             include_once \dirname(__DIR__4).'/vendor/tiloweb/pagination-bundle/Tiloweb/PaginationBundle/Twig/Extension/PaginationExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  712.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  714.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  715.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  716.             include_once \dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/Twig/Extension/FMElfinderExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  720.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/LazyFilterExtension.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  722.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  724.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  729.             include_once \dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src/Validator/DataCollectingValidator.php';
  730.         };
  731.     }
  732.     public function compile(): void
  733.     {
  734.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  735.     }
  736.     public function isCompiled(): bool
  737.     {
  738.         return true;
  739.     }
  740.     public function getRemovedIds(): array
  741.     {
  742.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  743.     }
  744.     protected function load($file$lazyLoad true)
  745.     {
  746.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  747.             return $class::do($this$lazyLoad);
  748.         }
  749.         if ('.' === $file[-4]) {
  750.             $class substr($class0, -4);
  751.         } else {
  752.             $file .= '.php';
  753.         }
  754.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  755.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  756.     }
  757.     /**
  758.      * Gets the public '.container.private.liip_functional_test.validator' shared service.
  759.      *
  760.      * @return \Liip\FunctionalTestBundle\Validator\DataCollectingValidator
  761.      */
  762.     protected function get_Container_Private_LiipFunctionalTest_ValidatorService()
  763.     {
  764.         return $this->services['.container.private.liip_functional_test.validator'] = new \Liip\FunctionalTestBundle\Validator\DataCollectingValidator(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));
  765.     }
  766.     /**
  767.      * Gets the public '.container.private.profiler' shared service.
  768.      *
  769.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  770.      */
  771.     protected function get_Container_Private_ProfilerService()
  772.     {
  773.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  774.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  775.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  776.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  777.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  778.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  779.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  780.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  781.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  782.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  783.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  784.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  785.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  786.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  787.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  788.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  789.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  790.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  791.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  792.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  793.         $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()));
  794.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  795.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  796.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  797.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  798.         if ($this->has('kernel')) {
  799.             $f->setKernel($b);
  800.         }
  801.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  802.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  803.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  804.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  805.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  806.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  807.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  808.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  809.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  810.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  811.         $instance->add($d);
  812.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  813.         $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));
  814.         $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())));
  815.         $instance->add($e);
  816.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  817.         $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()))));
  818.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  819.         $instance->add($f);
  820.         return $instance;
  821.     }
  822.     /**
  823.      * Gets the public '.container.private.security.authorization_checker' shared service.
  824.      *
  825.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  826.      */
  827.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  828.     {
  829.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  830.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  831.             return $this->services['.container.private.security.authorization_checker'];
  832.         }
  833.         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);
  834.     }
  835.     /**
  836.      * Gets the public '.container.private.security.token_storage' shared service.
  837.      *
  838.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  839.      */
  840.     protected function get_Container_Private_Security_TokenStorageService()
  841.     {
  842.         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, [
  843.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  844.         ], [
  845.             'request_stack' => '?',
  846.         ]));
  847.     }
  848.     /**
  849.      * Gets the public '.container.private.state_machine.furniture_instance_step' shared service.
  850.      *
  851.      * @return \Symfony\Component\Workflow\StateMachine
  852.      */
  853.     protected function get_Container_Private_StateMachine_FurnitureInstanceStepService()
  854.     {
  855.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  856.         if (isset($this->services['.container.private.state_machine.furniture_instance_step'])) {
  857.             return $this->services['.container.private.state_machine.furniture_instance_step'];
  858.         }
  859.         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);
  860.     }
  861.     /**
  862.      * Gets the public '.container.private.state_machine.furniture_stock_step' shared service.
  863.      *
  864.      * @return \Symfony\Component\Workflow\StateMachine
  865.      */
  866.     protected function get_Container_Private_StateMachine_FurnitureStockStepService()
  867.     {
  868.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  869.         if (isset($this->services['.container.private.state_machine.furniture_stock_step'])) {
  870.             return $this->services['.container.private.state_machine.furniture_stock_step'];
  871.         }
  872.         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);
  873.     }
  874.     /**
  875.      * Gets the public '.container.private.state_machine.operation_order_step' shared service.
  876.      *
  877.      * @return \Symfony\Component\Workflow\StateMachine
  878.      */
  879.     protected function get_Container_Private_StateMachine_OperationOrderStepService()
  880.     {
  881.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  882.         if (isset($this->services['.container.private.state_machine.operation_order_step'])) {
  883.             return $this->services['.container.private.state_machine.operation_order_step'];
  884.         }
  885.         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);
  886.     }
  887.     /**
  888.      * Gets the public '.container.private.state_machine.order_furniture_step' shared service.
  889.      *
  890.      * @return \Symfony\Component\Workflow\StateMachine
  891.      */
  892.     protected function get_Container_Private_StateMachine_OrderFurnitureStepService()
  893.     {
  894.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  895.         if (isset($this->services['.container.private.state_machine.order_furniture_step'])) {
  896.             return $this->services['.container.private.state_machine.order_furniture_step'];
  897.         }
  898.         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);
  899.     }
  900.     /**
  901.      * Gets the public '.container.private.state_machine.order_refrigeratorbin_step' shared service.
  902.      *
  903.      * @return \Symfony\Component\Workflow\StateMachine
  904.      */
  905.     protected function get_Container_Private_StateMachine_OrderRefrigeratorbinStepService()
  906.     {
  907.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  908.         if (isset($this->services['.container.private.state_machine.order_refrigeratorbin_step'])) {
  909.             return $this->services['.container.private.state_machine.order_refrigeratorbin_step'];
  910.         }
  911.         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);
  912.     }
  913.     /**
  914.      * Gets the public '.container.private.state_machine.refrigerator_instance_step' shared service.
  915.      *
  916.      * @return \Symfony\Component\Workflow\StateMachine
  917.      */
  918.     protected function get_Container_Private_StateMachine_RefrigeratorInstanceStepService()
  919.     {
  920.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  921.         if (isset($this->services['.container.private.state_machine.refrigerator_instance_step'])) {
  922.             return $this->services['.container.private.state_machine.refrigerator_instance_step'];
  923.         }
  924.         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);
  925.     }
  926.     /**
  927.      * Gets the public '.container.private.twig' shared service.
  928.      *
  929.      * @return \Twig\Environment
  930.      */
  931.     protected function get_Container_Private_TwigService()
  932.     {
  933.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  934.         $a->addPath((\dirname(__DIR__4).'/templates'));
  935.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  936.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  937.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  938.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  939.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  940.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  941.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  942.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  943.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  944.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  945.         $a->addPath((\dirname(__DIR__4).'/vendor/tiloweb/pagination-bundle/Tiloweb/PaginationBundle/Resources/views'), 'TilowebPagination');
  946.         $a->addPath((\dirname(__DIR__4).'/vendor/tiloweb/pagination-bundle/Tiloweb/PaginationBundle/Resources/views'), '!TilowebPagination');
  947.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  948.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  949.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  950.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  951.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  952.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  953.         $a->addPath((\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), 'FMElfinder');
  954.         $a->addPath((\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src/Resources/views'), '!FMElfinder');
  955.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  956.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  957.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  958.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  959.         $a->addPath((\dirname(__DIR__4).'/templates'));
  960.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  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/Form'));
  963.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'cache' => false'strict_variables' => true'autoescape' => 'name''charset' => 'UTF-8']);
  964.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  965.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  966.         $d = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  967.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  968.         $f = ($this->services['router'] ?? $this->getRouterService());
  969.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  970.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  971.         $i = ($this->privates['App\\Service\\Access'] ?? $this->getAccessService());
  972.         $j = ($this->privates['App\\Service\\AdvertisingManagement'] ?? $this->getAdvertisingManagementService());
  973.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  974.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  975.         $l = new \Symfony\Bridge\Twig\AppVariable();
  976.         $l->setEnvironment('dev');
  977.         $l->setDebug(true);
  978.         if ($this->has('.container.private.security.token_storage')) {
  979.             $l->setTokenStorage($h);
  980.         }
  981.         if ($this->has('request_stack')) {
  982.             $l->setRequestStack($g);
  983.         }
  984.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  985.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  986.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  987.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  988.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  989.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  990.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  991.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  992.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  993.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  994.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  995.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  996.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension(($this->privates['workflow.registry'] ?? $this->getWorkflow_RegistryService())));
  997.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  998.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  999.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1000.         $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)));
  1001.         $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())));
  1002.         $instance->addExtension(new \App\Twig\CheckAccess($i));
  1003.         $instance->addExtension(new \App\Twig\GetAdvertiserUrl($j));
  1004.         $instance->addExtension(new \App\Twig\Trans(($this->privates['App\\Service\\Translation'] ?? $this->getTranslationService())));
  1005.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1006.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  1007.         $instance->addExtension(new \Tiloweb\PaginationBundle\Twig\Extension\PaginationExtension($instance'@TilowebPagination/pagination.html.twig'$g));
  1008.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1009.         $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)))));
  1010.         $instance->addExtension(new \FM\ElfinderBundle\Twig\Extension\FMElfinderExtension($instance));
  1011.         $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()))));
  1012.         $instance->addExtension(new \Liip\ImagineBundle\Templating\LazyFilterExtension());
  1013.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1014.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1015.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1016.         ], [
  1017.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1018.             'webpack_encore.tag_renderer' => '?',
  1019.         ])));
  1020.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  1021.         $instance->addGlobal('app'$l);
  1022.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1023.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1024.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1025.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1026.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1027.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => ['privates''liip_imagine.templating.filter_runtime''getLiipImagine_Templating_FilterRuntimeService'true],
  1028.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  1029.         ], [
  1030.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1031.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1032.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1033.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1034.             'Liip\\ImagineBundle\\Templating\\LazyFilterRuntime' => '?',
  1035.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1036.         ])));
  1037.         $instance->addGlobal('advertiser_management'$j);
  1038.         $instance->addGlobal('access_management'$i);
  1039.         $instance->addGlobal('user_management', ($this->privates['App\\Service\\User'] ?? $this->getUserService()));
  1040.         $instance->addGlobal('content_management', ($this->privates['App\\Service\\ContentService'] ?? $this->getContentServiceService()));
  1041.         $instance->addGlobal('obfuscator', ($this->privates['App\\Service\\ObfuscatorService'] ?? $this->getObfuscatorServiceService()));
  1042.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1043.         return $instance;
  1044.     }
  1045.     /**
  1046.      * Gets the public 'cache.app' shared service.
  1047.      *
  1048.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1049.      */
  1050.     protected function getCache_AppService()
  1051.     {
  1052.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['redis'] ?? $this->getRedis2Service()), 'Bl9rFHQ4hF'0, new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue));
  1053.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1054.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1055.     }
  1056.     /**
  1057.      * Gets the public 'cache.system' shared service.
  1058.      *
  1059.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1060.      */
  1061.     protected function getCache_SystemService()
  1062.     {
  1063.         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())));
  1064.     }
  1065.     /**
  1066.      * Gets the public 'cache.validator_expression_language' shared service.
  1067.      *
  1068.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1069.      */
  1070.     protected function getCache_ValidatorExpressionLanguageService()
  1071.     {
  1072.         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())));
  1073.     }
  1074.     /**
  1075.      * Gets the public 'data_collector.dump' shared service.
  1076.      *
  1077.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1078.      */
  1079.     protected function getDataCollector_DumpService()
  1080.     {
  1081.         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()));
  1082.     }
  1083.     /**
  1084.      * Gets the public 'doctrine' shared service.
  1085.      *
  1086.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1087.      */
  1088.     protected function getDoctrineService()
  1089.     {
  1090.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1091.     }
  1092.     /**
  1093.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1094.      *
  1095.      * @return \Doctrine\DBAL\Connection
  1096.      */
  1097.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1098.     {
  1099.         $a = new \Doctrine\DBAL\Configuration();
  1100.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1101.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1102.         $b->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1103.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1104.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1105.         $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()))]));
  1106.         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, [
  1107.             'App\\EventListener\\AdvertiserSubscriber' => ['privates''App\\EventListener\\AdvertiserSubscriber''getAdvertiserSubscriberService'true],
  1108.             'App\\EventListener\\FurnitureListener' => ['privates''App\\EventListener\\FurnitureListener''getFurnitureListenerService'true],
  1109.             'App\\EventListener\\OperationOrderRefrigeratorBinListener' => ['privates''App\\EventListener\\OperationOrderRefrigeratorBinListener''getOperationOrderRefrigeratorBinListenerService'true],
  1110.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1111.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1112.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1113.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1114.             'gedmo.listener.softdeleteable' => ['privates''gedmo.listener.softdeleteable''getGedmo_Listener_SoftdeleteableService'true],
  1115.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  1116.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  1117.             'stof_doctrine_extensions.listener.tree' => ['privates''stof_doctrine_extensions.listener.tree''getStofDoctrineExtensions_Listener_TreeService'true],
  1118.             'vich_uploader.listener.clean.advertiser_background_connexion' => ['privates''vich_uploader.listener.clean.advertiser_background_connexion''getVichUploader_Listener_Clean_AdvertiserBackgroundConnexionService'true],
  1119.             'vich_uploader.listener.clean.advertiser_logo' => ['privates''vich_uploader.listener.clean.advertiser_logo''getVichUploader_Listener_Clean_AdvertiserLogoService'true],
  1120.             'vich_uploader.listener.clean.dashboard_header_img' => ['privates''vich_uploader.listener.clean.dashboard_header_img''getVichUploader_Listener_Clean_DashboardHeaderImgService'true],
  1121.             'vich_uploader.listener.clean.file' => ['privates''vich_uploader.listener.clean.file''getVichUploader_Listener_Clean_FileService'true],
  1122.             'vich_uploader.listener.clean.furniture_image' => ['privates''vich_uploader.listener.clean.furniture_image''getVichUploader_Listener_Clean_FurnitureImageService'true],
  1123.             'vich_uploader.listener.clean.homepage_header_img' => ['privates''vich_uploader.listener.clean.homepage_header_img''getVichUploader_Listener_Clean_HomepageHeaderImgService'true],
  1124.             'vich_uploader.listener.clean.news_image' => ['privates''vich_uploader.listener.clean.news_image''getVichUploader_Listener_Clean_NewsImageService'true],
  1125.             'vich_uploader.listener.clean.news_thumb' => ['privates''vich_uploader.listener.clean.news_thumb''getVichUploader_Listener_Clean_NewsThumbService'true],
  1126.             'vich_uploader.listener.clean.operation_main_illus' => ['privates''vich_uploader.listener.clean.operation_main_illus''getVichUploader_Listener_Clean_OperationMainIllusService'true],
  1127.             'vich_uploader.listener.clean.operation_order_attachment' => ['privates''vich_uploader.listener.clean.operation_order_attachment''getVichUploader_Listener_Clean_OperationOrderAttachmentService'true],
  1128.             'vich_uploader.listener.clean.page_image' => ['privates''vich_uploader.listener.clean.page_image''getVichUploader_Listener_Clean_PageImageService'true],
  1129.             'vich_uploader.listener.clean.page_thumb' => ['privates''vich_uploader.listener.clean.page_thumb''getVichUploader_Listener_Clean_PageThumbService'true],
  1130.             'vich_uploader.listener.clean.refrigeratorbin_image' => ['privates''vich_uploader.listener.clean.refrigeratorbin_image''getVichUploader_Listener_Clean_RefrigeratorbinImageService'true],
  1131.             'vich_uploader.listener.remove.advertiser_background_connexion' => ['privates''vich_uploader.listener.remove.advertiser_background_connexion''getVichUploader_Listener_Remove_AdvertiserBackgroundConnexionService'true],
  1132.             'vich_uploader.listener.remove.advertiser_logo' => ['privates''vich_uploader.listener.remove.advertiser_logo''getVichUploader_Listener_Remove_AdvertiserLogoService'true],
  1133.             'vich_uploader.listener.remove.dashboard_header_img' => ['privates''vich_uploader.listener.remove.dashboard_header_img''getVichUploader_Listener_Remove_DashboardHeaderImgService'true],
  1134.             'vich_uploader.listener.remove.file' => ['privates''vich_uploader.listener.remove.file''getVichUploader_Listener_Remove_FileService'true],
  1135.             'vich_uploader.listener.remove.furniture_image' => ['privates''vich_uploader.listener.remove.furniture_image''getVichUploader_Listener_Remove_FurnitureImageService'true],
  1136.             'vich_uploader.listener.remove.homepage_header_img' => ['privates''vich_uploader.listener.remove.homepage_header_img''getVichUploader_Listener_Remove_HomepageHeaderImgService'true],
  1137.             'vich_uploader.listener.remove.news_image' => ['privates''vich_uploader.listener.remove.news_image''getVichUploader_Listener_Remove_NewsImageService'true],
  1138.             'vich_uploader.listener.remove.news_thumb' => ['privates''vich_uploader.listener.remove.news_thumb''getVichUploader_Listener_Remove_NewsThumbService'true],
  1139.             'vich_uploader.listener.remove.operation_main_illus' => ['privates''vich_uploader.listener.remove.operation_main_illus''getVichUploader_Listener_Remove_OperationMainIllusService'true],
  1140.             'vich_uploader.listener.remove.operation_order_attachment' => ['privates''vich_uploader.listener.remove.operation_order_attachment''getVichUploader_Listener_Remove_OperationOrderAttachmentService'true],
  1141.             'vich_uploader.listener.remove.page_image' => ['privates''vich_uploader.listener.remove.page_image''getVichUploader_Listener_Remove_PageImageService'true],
  1142.             'vich_uploader.listener.remove.page_thumb' => ['privates''vich_uploader.listener.remove.page_thumb''getVichUploader_Listener_Remove_PageThumbService'true],
  1143.             'vich_uploader.listener.remove.refrigeratorbin_image' => ['privates''vich_uploader.listener.remove.refrigeratorbin_image''getVichUploader_Listener_Remove_RefrigeratorbinImageService'true],
  1144.             'vich_uploader.listener.upload.advertiser_background_connexion' => ['privates''vich_uploader.listener.upload.advertiser_background_connexion''getVichUploader_Listener_Upload_AdvertiserBackgroundConnexionService'true],
  1145.             'vich_uploader.listener.upload.advertiser_logo' => ['privates''vich_uploader.listener.upload.advertiser_logo''getVichUploader_Listener_Upload_AdvertiserLogoService'true],
  1146.             'vich_uploader.listener.upload.dashboard_header_img' => ['privates''vich_uploader.listener.upload.dashboard_header_img''getVichUploader_Listener_Upload_DashboardHeaderImgService'true],
  1147.             'vich_uploader.listener.upload.file' => ['privates''vich_uploader.listener.upload.file''getVichUploader_Listener_Upload_FileService'true],
  1148.             'vich_uploader.listener.upload.furniture_image' => ['privates''vich_uploader.listener.upload.furniture_image''getVichUploader_Listener_Upload_FurnitureImageService'true],
  1149.             'vich_uploader.listener.upload.homepage_header_img' => ['privates''vich_uploader.listener.upload.homepage_header_img''getVichUploader_Listener_Upload_HomepageHeaderImgService'true],
  1150.             'vich_uploader.listener.upload.news_image' => ['privates''vich_uploader.listener.upload.news_image''getVichUploader_Listener_Upload_NewsImageService'true],
  1151.             'vich_uploader.listener.upload.news_thumb' => ['privates''vich_uploader.listener.upload.news_thumb''getVichUploader_Listener_Upload_NewsThumbService'true],
  1152.             'vich_uploader.listener.upload.operation_main_illus' => ['privates''vich_uploader.listener.upload.operation_main_illus''getVichUploader_Listener_Upload_OperationMainIllusService'true],
  1153.             'vich_uploader.listener.upload.operation_order_attachment' => ['privates''vich_uploader.listener.upload.operation_order_attachment''getVichUploader_Listener_Upload_OperationOrderAttachmentService'true],
  1154.             'vich_uploader.listener.upload.page_image' => ['privates''vich_uploader.listener.upload.page_image''getVichUploader_Listener_Upload_PageImageService'true],
  1155.             'vich_uploader.listener.upload.page_thumb' => ['privates''vich_uploader.listener.upload.page_thumb''getVichUploader_Listener_Upload_PageThumbService'true],
  1156.             'vich_uploader.listener.upload.refrigeratorbin_image' => ['privates''vich_uploader.listener.upload.refrigeratorbin_image''getVichUploader_Listener_Upload_RefrigeratorbinImageService'true],
  1157.         ], [
  1158.             'App\\EventListener\\AdvertiserSubscriber' => '?',
  1159.             'App\\EventListener\\FurnitureListener' => '?',
  1160.             'App\\EventListener\\OperationOrderRefrigeratorBinListener' => '?',
  1161.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1162.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1163.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1164.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1165.             'gedmo.listener.softdeleteable' => '?',
  1166.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  1167.             'stof_doctrine_extensions.listener.timestampable' => '?',
  1168.             'stof_doctrine_extensions.listener.tree' => '?',
  1169.             'vich_uploader.listener.clean.advertiser_background_connexion' => '?',
  1170.             'vich_uploader.listener.clean.advertiser_logo' => '?',
  1171.             'vich_uploader.listener.clean.dashboard_header_img' => '?',
  1172.             'vich_uploader.listener.clean.file' => '?',
  1173.             'vich_uploader.listener.clean.furniture_image' => '?',
  1174.             'vich_uploader.listener.clean.homepage_header_img' => '?',
  1175.             'vich_uploader.listener.clean.news_image' => '?',
  1176.             'vich_uploader.listener.clean.news_thumb' => '?',
  1177.             'vich_uploader.listener.clean.operation_main_illus' => '?',
  1178.             'vich_uploader.listener.clean.operation_order_attachment' => '?',
  1179.             'vich_uploader.listener.clean.page_image' => '?',
  1180.             'vich_uploader.listener.clean.page_thumb' => '?',
  1181.             'vich_uploader.listener.clean.refrigeratorbin_image' => '?',
  1182.             'vich_uploader.listener.remove.advertiser_background_connexion' => '?',
  1183.             'vich_uploader.listener.remove.advertiser_logo' => '?',
  1184.             'vich_uploader.listener.remove.dashboard_header_img' => '?',
  1185.             'vich_uploader.listener.remove.file' => '?',
  1186.             'vich_uploader.listener.remove.furniture_image' => '?',
  1187.             'vich_uploader.listener.remove.homepage_header_img' => '?',
  1188.             'vich_uploader.listener.remove.news_image' => '?',
  1189.             'vich_uploader.listener.remove.news_thumb' => '?',
  1190.             'vich_uploader.listener.remove.operation_main_illus' => '?',
  1191.             'vich_uploader.listener.remove.operation_order_attachment' => '?',
  1192.             'vich_uploader.listener.remove.page_image' => '?',
  1193.             'vich_uploader.listener.remove.page_thumb' => '?',
  1194.             'vich_uploader.listener.remove.refrigeratorbin_image' => '?',
  1195.             'vich_uploader.listener.upload.advertiser_background_connexion' => '?',
  1196.             'vich_uploader.listener.upload.advertiser_logo' => '?',
  1197.             'vich_uploader.listener.upload.dashboard_header_img' => '?',
  1198.             'vich_uploader.listener.upload.file' => '?',
  1199.             'vich_uploader.listener.upload.furniture_image' => '?',
  1200.             'vich_uploader.listener.upload.homepage_header_img' => '?',
  1201.             'vich_uploader.listener.upload.news_image' => '?',
  1202.             'vich_uploader.listener.upload.news_thumb' => '?',
  1203.             'vich_uploader.listener.upload.operation_main_illus' => '?',
  1204.             'vich_uploader.listener.upload.operation_order_attachment' => '?',
  1205.             'vich_uploader.listener.upload.page_image' => '?',
  1206.             'vich_uploader.listener.upload.page_thumb' => '?',
  1207.             'vich_uploader.listener.upload.refrigeratorbin_image' => '?',
  1208.         ]), [=> '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']]), []);
  1209.     }
  1210.     /**
  1211.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1212.      *
  1213.      * @return \Doctrine\ORM\EntityManager
  1214.      */
  1215.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1216.     {
  1217.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1218.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1219.             return $this->services['doctrine.orm.default_entity_manager'];
  1220.         }
  1221.         $b = new \Doctrine\ORM\Configuration();
  1222.         $c = new \Doctrine\ORM\Cache\CacheConfiguration();
  1223.         $d = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1224.         $d->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1225.         $e = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1226.         $e->setLifetime('one_day_cache'3600);
  1227.         $e->setLifetime('ten_day_cache'864000);
  1228.         $e->setLifetime('hundred_day_cache'8640000);
  1229.         $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())));
  1230.         $g \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->services['cache.app'] ?? $this->getCache_AppService()));
  1231.         $f->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('one_day_cache'$g3600));
  1232.         $f->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('ten_day_cache'$g864000));
  1233.         $f->setRegion(new \Doctrine\ORM\Cache\Region\DefaultRegion('hundred_day_cache'$g8640000));
  1234.         $c->setCacheLogger($d);
  1235.         $c->setCacheFactory($f);
  1236.         $c->setRegionsConfiguration($e);
  1237.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1238.         $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')])));
  1239.         $h->addDriver($i'App\\Entity');
  1240.         $h->addDriver($i'Gedmo\\Tree\\Entity');
  1241.         $h->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  1242.         $b->setEntityNamespaces(['App' => 'App\\Entity''GedmoTree' => 'Gedmo\\Tree\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  1243.         $b->setSecondLevelCacheEnabled(true);
  1244.         $b->setSecondLevelCacheConfiguration($c);
  1245.         $b->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1246.         $b->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1247.         $b->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1248.         $b->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1249.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1250.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1251.         ], [
  1252.             'doctrine.ulid_generator' => '?',
  1253.             'doctrine.uuid_generator' => '?',
  1254.         ])));
  1255.         $b->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1256.         $b->setProxyNamespace('Proxies');
  1257.         $b->setAutoGenerateProxyClasses(true);
  1258.         $b->setSchemaIgnoreClasses([]);
  1259.         $b->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1260.         $b->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1261.         $b->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1262.         $b->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1263.         $b->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1264.         $b->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1265.             'App\\Repository\\ActionTypeRepository' => ['privates''App\\Repository\\ActionTypeRepository''getActionTypeRepositoryService'true],
  1266.             'App\\Repository\\AdvertiserRepository' => ['privates''App\\Repository\\AdvertiserRepository''getAdvertiserRepositoryService'false],
  1267.             'App\\Repository\\AdvertiserRightRepository' => ['privates''App\\Repository\\AdvertiserRightRepository''getAdvertiserRightRepositoryService'true],
  1268.             'App\\Repository\\AgencyRepository' => ['privates''App\\Repository\\AgencyRepository''getAgencyRepositoryService'true],
  1269.             'App\\Repository\\AttachmentRepository' => ['privates''App\\Repository\\AttachmentRepository''getAttachmentRepositoryService'true],
  1270.             'App\\Repository\\BrandRepository' => ['privates''App\\Repository\\BrandRepository''getBrandRepositoryService'true],
  1271.             'App\\Repository\\BusinessUnitRepository' => ['privates''App\\Repository\\BusinessUnitRepository''getBusinessUnitRepositoryService'true],
  1272.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1273.             'App\\Repository\\ContactRepository' => ['privates''App\\Repository\\ContactRepository''getContactRepositoryService'true],
  1274.             'App\\Repository\\DashboardRepository' => ['privates''App\\Repository\\DashboardRepository''getDashboardRepositoryService'true],
  1275.             'App\\Repository\\DateRepository' => ['privates''App\\Repository\\DateRepository''getDateRepositoryService'true],
  1276.             'App\\Repository\\DeficiencyRepository' => ['privates''App\\Repository\\DeficiencyRepository''getDeficiencyRepositoryService'true],
  1277.             'App\\Repository\\ExportRepository' => ['privates''App\\Repository\\ExportRepository''getExportRepositoryService'true],
  1278.             'App\\Repository\\FurnitureCalendarDateRepository' => ['privates''App\\Repository\\FurnitureCalendarDateRepository''getFurnitureCalendarDateRepositoryService'true],
  1279.             'App\\Repository\\FurnitureInstanceRepository' => ['privates''App\\Repository\\FurnitureInstanceRepository''getFurnitureInstanceRepositoryService'true],
  1280.             'App\\Repository\\FurnitureInstanceStepVersionRepository' => ['privates''App\\Repository\\FurnitureInstanceStepVersionRepository''getFurnitureInstanceStepVersionRepositoryService'true],
  1281.             'App\\Repository\\FurnitureOrderMailQueueRepository' => ['privates''App\\Repository\\FurnitureOrderMailQueueRepository''getFurnitureOrderMailQueueRepositoryService'true],
  1282.             'App\\Repository\\FurnitureRangeRepository' => ['privates''App\\Repository\\FurnitureRangeRepository''getFurnitureRangeRepositoryService'true],
  1283.             'App\\Repository\\FurnitureRepository' => ['privates''App\\Repository\\FurnitureRepository''getFurnitureRepositoryService'true],
  1284.             'App\\Repository\\FurnitureStockDateStepRepository' => ['privates''App\\Repository\\FurnitureStockDateStepRepository''getFurnitureStockDateStepRepositoryService'true],
  1285.             'App\\Repository\\FurnitureStockRepository' => ['privates''App\\Repository\\FurnitureStockRepository''getFurnitureStockRepositoryService'true],
  1286.             'App\\Repository\\FurnitureStockStepVersionRepository' => ['privates''App\\Repository\\FurnitureStockStepVersionRepository''getFurnitureStockStepVersionRepositoryService'true],
  1287.             'App\\Repository\\HomepageRepository' => ['privates''App\\Repository\\HomepageRepository''getHomepageRepositoryService'true],
  1288.             'App\\Repository\\NewsRepository' => ['privates''App\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1289.             'App\\Repository\\OperationFamilyRepository' => ['privates''App\\Repository\\OperationFamilyRepository''getOperationFamilyRepositoryService'true],
  1290.             'App\\Repository\\OperationOrderCommentRepository' => ['privates''App\\Repository\\OperationOrderCommentRepository''getOperationOrderCommentRepositoryService'true],
  1291.             'App\\Repository\\OperationOrderDateRepository' => ['privates''App\\Repository\\OperationOrderDateRepository''getOperationOrderDateRepositoryService'true],
  1292.             'App\\Repository\\OperationOrderFurnitureLineRepository' => ['privates''App\\Repository\\OperationOrderFurnitureLineRepository''getOperationOrderFurnitureLineRepositoryService'true],
  1293.             'App\\Repository\\OperationOrderQuotaVersionRepository' => ['privates''App\\Repository\\OperationOrderQuotaVersionRepository''getOperationOrderQuotaVersionRepositoryService'true],
  1294.             'App\\Repository\\OperationOrderRefrigeratorLineRepository' => ['privates''App\\Repository\\OperationOrderRefrigeratorLineRepository''getOperationOrderRefrigeratorLineRepositoryService'true],
  1295.             'App\\Repository\\OperationOrderRepository' => ['privates''App\\Repository\\OperationOrderRepository''getOperationOrderRepositoryService'true],
  1296.             'App\\Repository\\OperationOrderSpeakerRepository' => ['privates''App\\Repository\\OperationOrderSpeakerRepository''getOperationOrderSpeakerRepositoryService'true],
  1297.             'App\\Repository\\OperationOrderStepVersionRepository' => ['privates''App\\Repository\\OperationOrderStepVersionRepository''getOperationOrderStepVersionRepositoryService'true],
  1298.             'App\\Repository\\OperationRepository' => ['privates''App\\Repository\\OperationRepository''getOperationRepositoryService'true],
  1299.             'App\\Repository\\OperationTypeRepository' => ['privates''App\\Repository\\OperationTypeRepository''getOperationTypeRepositoryService'true],
  1300.             'App\\Repository\\PageRepository' => ['privates''App\\Repository\\PageRepository''getPageRepositoryService'true],
  1301.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderAnimationRepository' => ['privates''App\\Repository\\PolymorphicOperationOrder\\OperationOrderAnimationRepository''getOperationOrderAnimationRepositoryService'true],
  1302.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderFurnitureRepository' => ['privates''App\\Repository\\PolymorphicOperationOrder\\OperationOrderFurnitureRepository''getOperationOrderFurnitureRepositoryService'true],
  1303.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderRefrigeratorBinRepository' => ['privates''App\\Repository\\PolymorphicOperationOrder\\OperationOrderRefrigeratorBinRepository''getOperationOrderRefrigeratorBinRepositoryService'true],
  1304.             'App\\Repository\\PolymorphicOperation\\OperationAnimationRepository' => ['privates''App\\Repository\\PolymorphicOperation\\OperationAnimationRepository''getOperationAnimationRepositoryService'true],
  1305.             'App\\Repository\\PolymorphicOperation\\OperationFurnitureRepository' => ['privates''App\\Repository\\PolymorphicOperation\\OperationFurnitureRepository''getOperationFurnitureRepositoryService'true],
  1306.             'App\\Repository\\PolymorphicOperation\\OperationRefrigeratorBinRepository' => ['privates''App\\Repository\\PolymorphicOperation\\OperationRefrigeratorBinRepository''getOperationRefrigeratorBinRepositoryService'true],
  1307.             'App\\Repository\\ProductRepository' => ['privates''App\\Repository\\ProductRepository''getProductRepositoryService'true],
  1308.             'App\\Repository\\PublicHolidayRepository' => ['privates''App\\Repository\\PublicHolidayRepository''getPublicHolidayRepositoryService'true],
  1309.             'App\\Repository\\QuotaItemRepository' => ['privates''App\\Repository\\QuotaItemRepository''getQuotaItemRepositoryService'true],
  1310.             'App\\Repository\\QuotaRepository' => ['privates''App\\Repository\\QuotaRepository''getQuotaRepositoryService'true],
  1311.             'App\\Repository\\RefrigeratorBinOrderMailQueueRepository' => ['privates''App\\Repository\\RefrigeratorBinOrderMailQueueRepository''getRefrigeratorBinOrderMailQueueRepositoryService'true],
  1312.             'App\\Repository\\RefrigeratorBinRepository' => ['privates''App\\Repository\\RefrigeratorBinRepository''getRefrigeratorBinRepositoryService'true],
  1313.             'App\\Repository\\RefrigeratorInstanceRepository' => ['privates''App\\Repository\\RefrigeratorInstanceRepository''getRefrigeratorInstanceRepositoryService'true],
  1314.             'App\\Repository\\RefrigeratorInstanceStepVersionRepository' => ['privates''App\\Repository\\RefrigeratorInstanceStepVersionRepository''getRefrigeratorInstanceStepVersionRepositoryService'true],
  1315.             'App\\Repository\\RoleRepository' => ['privates''App\\Repository\\RoleRepository''getRoleRepositoryService'true],
  1316.             'App\\Repository\\SeasonRepository' => ['privates''App\\Repository\\SeasonRepository''getSeasonRepositoryService'true],
  1317.             'App\\Repository\\ShopClassRepository' => ['privates''App\\Repository\\ShopClassRepository''getShopClassRepositoryService'true],
  1318.             'App\\Repository\\ShopRepository' => ['privates''App\\Repository\\ShopRepository''getShopRepositoryService'true],
  1319.             'App\\Repository\\ShopSignRepository' => ['privates''App\\Repository\\ShopSignRepository''getShopSignRepositoryService'true],
  1320.             'App\\Repository\\ShopTypeRepository' => ['privates''App\\Repository\\ShopTypeRepository''getShopTypeRepositoryService'true],
  1321.             'App\\Repository\\SpeakerRepository' => ['privates''App\\Repository\\SpeakerRepository''getSpeakerRepositoryService'true],
  1322.             'App\\Repository\\UserAdvertiserRoleRepository' => ['privates''App\\Repository\\UserAdvertiserRoleRepository''getUserAdvertiserRoleRepositoryService'true],
  1323.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1324.         ], [
  1325.             'App\\Repository\\ActionTypeRepository' => '?',
  1326.             'App\\Repository\\AdvertiserRepository' => '?',
  1327.             'App\\Repository\\AdvertiserRightRepository' => '?',
  1328.             'App\\Repository\\AgencyRepository' => '?',
  1329.             'App\\Repository\\AttachmentRepository' => '?',
  1330.             'App\\Repository\\BrandRepository' => '?',
  1331.             'App\\Repository\\BusinessUnitRepository' => '?',
  1332.             'App\\Repository\\CategoryRepository' => '?',
  1333.             'App\\Repository\\ContactRepository' => '?',
  1334.             'App\\Repository\\DashboardRepository' => '?',
  1335.             'App\\Repository\\DateRepository' => '?',
  1336.             'App\\Repository\\DeficiencyRepository' => '?',
  1337.             'App\\Repository\\ExportRepository' => '?',
  1338.             'App\\Repository\\FurnitureCalendarDateRepository' => '?',
  1339.             'App\\Repository\\FurnitureInstanceRepository' => '?',
  1340.             'App\\Repository\\FurnitureInstanceStepVersionRepository' => '?',
  1341.             'App\\Repository\\FurnitureOrderMailQueueRepository' => '?',
  1342.             'App\\Repository\\FurnitureRangeRepository' => '?',
  1343.             'App\\Repository\\FurnitureRepository' => '?',
  1344.             'App\\Repository\\FurnitureStockDateStepRepository' => '?',
  1345.             'App\\Repository\\FurnitureStockRepository' => '?',
  1346.             'App\\Repository\\FurnitureStockStepVersionRepository' => '?',
  1347.             'App\\Repository\\HomepageRepository' => '?',
  1348.             'App\\Repository\\NewsRepository' => '?',
  1349.             'App\\Repository\\OperationFamilyRepository' => '?',
  1350.             'App\\Repository\\OperationOrderCommentRepository' => '?',
  1351.             'App\\Repository\\OperationOrderDateRepository' => '?',
  1352.             'App\\Repository\\OperationOrderFurnitureLineRepository' => '?',
  1353.             'App\\Repository\\OperationOrderQuotaVersionRepository' => '?',
  1354.             'App\\Repository\\OperationOrderRefrigeratorLineRepository' => '?',
  1355.             'App\\Repository\\OperationOrderRepository' => '?',
  1356.             'App\\Repository\\OperationOrderSpeakerRepository' => '?',
  1357.             'App\\Repository\\OperationOrderStepVersionRepository' => '?',
  1358.             'App\\Repository\\OperationRepository' => '?',
  1359.             'App\\Repository\\OperationTypeRepository' => '?',
  1360.             'App\\Repository\\PageRepository' => '?',
  1361.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderAnimationRepository' => '?',
  1362.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderFurnitureRepository' => '?',
  1363.             'App\\Repository\\PolymorphicOperationOrder\\OperationOrderRefrigeratorBinRepository' => '?',
  1364.             'App\\Repository\\PolymorphicOperation\\OperationAnimationRepository' => '?',
  1365.             'App\\Repository\\PolymorphicOperation\\OperationFurnitureRepository' => '?',
  1366.             'App\\Repository\\PolymorphicOperation\\OperationRefrigeratorBinRepository' => '?',
  1367.             'App\\Repository\\ProductRepository' => '?',
  1368.             'App\\Repository\\PublicHolidayRepository' => '?',
  1369.             'App\\Repository\\QuotaItemRepository' => '?',
  1370.             'App\\Repository\\QuotaRepository' => '?',
  1371.             'App\\Repository\\RefrigeratorBinOrderMailQueueRepository' => '?',
  1372.             'App\\Repository\\RefrigeratorBinRepository' => '?',
  1373.             'App\\Repository\\RefrigeratorInstanceRepository' => '?',
  1374.             'App\\Repository\\RefrigeratorInstanceStepVersionRepository' => '?',
  1375.             'App\\Repository\\RoleRepository' => '?',
  1376.             'App\\Repository\\SeasonRepository' => '?',
  1377.             'App\\Repository\\ShopClassRepository' => '?',
  1378.             'App\\Repository\\ShopRepository' => '?',
  1379.             'App\\Repository\\ShopSignRepository' => '?',
  1380.             'App\\Repository\\ShopTypeRepository' => '?',
  1381.             'App\\Repository\\SpeakerRepository' => '?',
  1382.             'App\\Repository\\UserAdvertiserRoleRepository' => '?',
  1383.             'App\\Repository\\UserRepository' => '?',
  1384.         ])));
  1385.         $b->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1386.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$b);
  1387.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1388.         return $instance;
  1389.     }
  1390.     /**
  1391.      * Gets the public 'event_dispatcher' shared service.
  1392.      *
  1393.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1394.      */
  1395.     protected function getEventDispatcherService()
  1396.     {
  1397.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1398.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1399.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1400.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1401.         $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())));
  1402.         $instance->addListener('kernel.request', [=> function () {
  1403.             return ($this->privates['App\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1404.         }, => 'onKernelRequest'], 0);
  1405.         $instance->addListener('workflow.operation_order_step.leave', [=> function () {
  1406.             return ($this->privates['.state_machine.operation_order_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OperationOrderStep_Listener_AuditTrailService'));
  1407.         }, => 'onLeave'], 0);
  1408.         $instance->addListener('workflow.operation_order_step.transition', [=> function () {
  1409.             return ($this->privates['.state_machine.operation_order_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OperationOrderStep_Listener_AuditTrailService'));
  1410.         }, => 'onTransition'], 0);
  1411.         $instance->addListener('workflow.operation_order_step.enter', [=> function () {
  1412.             return ($this->privates['.state_machine.operation_order_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OperationOrderStep_Listener_AuditTrailService'));
  1413.         }, => 'onEnter'], 0);
  1414.         $instance->addListener('workflow.order_refrigeratorbin_step.leave', [=> function () {
  1415.             return ($this->privates['.state_machine.order_refrigeratorbin_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderRefrigeratorbinStep_Listener_AuditTrailService'));
  1416.         }, => 'onLeave'], 0);
  1417.         $instance->addListener('workflow.order_refrigeratorbin_step.transition', [=> function () {
  1418.             return ($this->privates['.state_machine.order_refrigeratorbin_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderRefrigeratorbinStep_Listener_AuditTrailService'));
  1419.         }, => 'onTransition'], 0);
  1420.         $instance->addListener('workflow.order_refrigeratorbin_step.enter', [=> function () {
  1421.             return ($this->privates['.state_machine.order_refrigeratorbin_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderRefrigeratorbinStep_Listener_AuditTrailService'));
  1422.         }, => 'onEnter'], 0);
  1423.         $instance->addListener('workflow.refrigerator_instance_step.leave', [=> function () {
  1424.             return ($this->privates['.state_machine.refrigerator_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_RefrigeratorInstanceStep_Listener_AuditTrailService'));
  1425.         }, => 'onLeave'], 0);
  1426.         $instance->addListener('workflow.refrigerator_instance_step.transition', [=> function () {
  1427.             return ($this->privates['.state_machine.refrigerator_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_RefrigeratorInstanceStep_Listener_AuditTrailService'));
  1428.         }, => 'onTransition'], 0);
  1429.         $instance->addListener('workflow.refrigerator_instance_step.enter', [=> function () {
  1430.             return ($this->privates['.state_machine.refrigerator_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_RefrigeratorInstanceStep_Listener_AuditTrailService'));
  1431.         }, => 'onEnter'], 0);
  1432.         $instance->addListener('workflow.order_furniture_step.leave', [=> function () {
  1433.             return ($this->privates['.state_machine.order_furniture_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderFurnitureStep_Listener_AuditTrailService'));
  1434.         }, => 'onLeave'], 0);
  1435.         $instance->addListener('workflow.order_furniture_step.transition', [=> function () {
  1436.             return ($this->privates['.state_machine.order_furniture_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderFurnitureStep_Listener_AuditTrailService'));
  1437.         }, => 'onTransition'], 0);
  1438.         $instance->addListener('workflow.order_furniture_step.enter', [=> function () {
  1439.             return ($this->privates['.state_machine.order_furniture_step.listener.audit_trail'] ?? $this->load('get_StateMachine_OrderFurnitureStep_Listener_AuditTrailService'));
  1440.         }, => 'onEnter'], 0);
  1441.         $instance->addListener('workflow.furniture_instance_step.leave', [=> function () {
  1442.             return ($this->privates['.state_machine.furniture_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureInstanceStep_Listener_AuditTrailService'));
  1443.         }, => 'onLeave'], 0);
  1444.         $instance->addListener('workflow.furniture_instance_step.transition', [=> function () {
  1445.             return ($this->privates['.state_machine.furniture_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureInstanceStep_Listener_AuditTrailService'));
  1446.         }, => 'onTransition'], 0);
  1447.         $instance->addListener('workflow.furniture_instance_step.enter', [=> function () {
  1448.             return ($this->privates['.state_machine.furniture_instance_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureInstanceStep_Listener_AuditTrailService'));
  1449.         }, => 'onEnter'], 0);
  1450.         $instance->addListener('workflow.furniture_stock_step.leave', [=> function () {
  1451.             return ($this->privates['.state_machine.furniture_stock_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureStockStep_Listener_AuditTrailService'));
  1452.         }, => 'onLeave'], 0);
  1453.         $instance->addListener('workflow.furniture_stock_step.transition', [=> function () {
  1454.             return ($this->privates['.state_machine.furniture_stock_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureStockStep_Listener_AuditTrailService'));
  1455.         }, => 'onTransition'], 0);
  1456.         $instance->addListener('workflow.furniture_stock_step.enter', [=> function () {
  1457.             return ($this->privates['.state_machine.furniture_stock_step.listener.audit_trail'] ?? $this->load('get_StateMachine_FurnitureStockStep_Listener_AuditTrailService'));
  1458.         }, => 'onEnter'], 0);
  1459.         $instance->addListener('kernel.controller', [=> function () {
  1460.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1461.         }, => 'onKernelController'], 0);
  1462.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1463.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1464.         }, => 'checkPassport'], 1024);
  1465.         $instance->addListener('kernel.response', [=> function () {
  1466.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1467.         }, => 'onKernelResponse'], 0);
  1468.         $instance->addListener('kernel.request', [=> function () {
  1469.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1470.         }, => 'onKernelRequest'], 0);
  1471.         $instance->addListener('kernel.exception', [=> function () {
  1472.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1473.         }, => 'onKernelException'], 0);
  1474.         $instance->addListener('workflow.furniture_instance_step.leave', [=> function () {
  1475.             return ($this->privates['App\\EventListener\\FurnitureInstanceWorkflowListener'] ?? $this->load('getFurnitureInstanceWorkflowListenerService'));
  1476.         }, => 'onLeave'], 0);
  1477.         $instance->addListener('workflow.furniture_instance_step.transition', [=> function () {
  1478.             return ($this->privates['App\\EventListener\\FurnitureInstanceWorkflowListener'] ?? $this->load('getFurnitureInstanceWorkflowListenerService'));
  1479.         }, => 'onTransition'], 0);
  1480.         $instance->addListener('workflow.furniture_instance_step.enter', [=> function () {
  1481.             return ($this->privates['App\\EventListener\\FurnitureInstanceWorkflowListener'] ?? $this->load('getFurnitureInstanceWorkflowListenerService'));
  1482.         }, => 'onEnter'], 0);
  1483.         $instance->addListener('workflow.furniture_instance_step.entered', [=> function () {
  1484.             return ($this->privates['App\\EventListener\\FurnitureInstanceWorkflowListener'] ?? $this->load('getFurnitureInstanceWorkflowListenerService'));
  1485.         }, => 'onEntered'], 0);
  1486.         $instance->addListener('workflow.furniture_instance_step.completed', [=> function () {
  1487.             return ($this->privates['App\\EventListener\\FurnitureInstanceWorkflowListener'] ?? $this->load('getFurnitureInstanceWorkflowListenerService'));
  1488.         }, => 'onCompleted'], 0);
  1489.         $instance->addListener('workflow.furniture_stock_step.leave', [=> function () {
  1490.             return ($this->privates['App\\EventListener\\FurnitureStockWorkflowListener'] ?? $this->load('getFurnitureStockWorkflowListenerService'));
  1491.         }, => 'onLeave'], 0);
  1492.         $instance->addListener('workflow.furniture_stock_step.transition', [=> function () {
  1493.             return ($this->privates['App\\EventListener\\FurnitureStockWorkflowListener'] ?? $this->load('getFurnitureStockWorkflowListenerService'));
  1494.         }, => 'onTransition'], 0);
  1495.         $instance->addListener('workflow.furniture_stock_step.enter', [=> function () {
  1496.             return ($this->privates['App\\EventListener\\FurnitureStockWorkflowListener'] ?? $this->load('getFurnitureStockWorkflowListenerService'));
  1497.         }, => 'onEnter'], 0);
  1498.         $instance->addListener('workflow.furniture_stock_step.entered', [=> function () {
  1499.             return ($this->privates['App\\EventListener\\FurnitureStockWorkflowListener'] ?? $this->load('getFurnitureStockWorkflowListenerService'));
  1500.         }, => 'onEntered'], 0);
  1501.         $instance->addListener('workflow.furniture_stock_step.completed', [=> function () {
  1502.             return ($this->privates['App\\EventListener\\FurnitureStockWorkflowListener'] ?? $this->load('getFurnitureStockWorkflowListenerService'));
  1503.         }, => 'onCompleted'], 0);
  1504.         $instance->addListener('kernel.request', [=> function () {
  1505.             return ($this->privates['App\\EventListener\\LocaleSubscriber'] ?? $this->getLocaleSubscriberService());
  1506.         }, => 'onKernelRequest'], 20);
  1507.         $instance->addListener('workflow.order_furniture_step.leave', [=> function () {
  1508.             return ($this->privates['App\\EventListener\\OpeOrderFurnitureWorkflowListener'] ?? $this->load('getOpeOrderFurnitureWorkflowListenerService'));
  1509.         }, => 'onLeave'], 0);
  1510.         $instance->addListener('workflow.order_furniture_step.enter', [=> function () {
  1511.             return ($this->privates['App\\EventListener\\OpeOrderFurnitureWorkflowListener'] ?? $this->load('getOpeOrderFurnitureWorkflowListenerService'));
  1512.         }, => 'onEnter'], 0);
  1513.         $instance->addListener('workflow.order_furniture_step.completed', [=> function () {
  1514.             return ($this->privates['App\\EventListener\\OpeOrderFurnitureWorkflowListener'] ?? $this->load('getOpeOrderFurnitureWorkflowListenerService'));
  1515.         }, => 'onCompleted'], 0);
  1516.         $instance->addListener('workflow.order_furniture_step.entered', [=> function () {
  1517.             return ($this->privates['App\\EventListener\\OpeOrderFurnitureWorkflowListener'] ?? $this->load('getOpeOrderFurnitureWorkflowListenerService'));
  1518.         }, => 'onEntered'], 0);
  1519.         $instance->addListener('workflow.order_refrigeratorbin_step.leave', [=> function () {
  1520.             return ($this->privates['App\\EventListener\\OpeOrderRefrigeratorbinWorkflowListener'] ?? $this->load('getOpeOrderRefrigeratorbinWorkflowListenerService'));
  1521.         }, => 'onLeave'], 0);
  1522.         $instance->addListener('workflow.order_refrigeratorbin_step.enter', [=> function () {
  1523.             return ($this->privates['App\\EventListener\\OpeOrderRefrigeratorbinWorkflowListener'] ?? $this->load('getOpeOrderRefrigeratorbinWorkflowListenerService'));
  1524.         }, => 'onEnter'], 0);
  1525.         $instance->addListener('workflow.order_refrigeratorbin_step.completed', [=> function () {
  1526.             return ($this->privates['App\\EventListener\\OpeOrderRefrigeratorbinWorkflowListener'] ?? $this->load('getOpeOrderRefrigeratorbinWorkflowListenerService'));
  1527.         }, => 'onCompleted'], 0);
  1528.         $instance->addListener('workflow.order_refrigeratorbin_step.entered', [=> function () {
  1529.             return ($this->privates['App\\EventListener\\OpeOrderRefrigeratorbinWorkflowListener'] ?? $this->load('getOpeOrderRefrigeratorbinWorkflowListenerService'));
  1530.         }, => 'onEntered'], 0);
  1531.         $instance->addListener('workflow.operation_order_step.leave', [=> function () {
  1532.             return ($this->privates['App\\EventListener\\OperationOrderWorkflowListener'] ?? $this->load('getOperationOrderWorkflowListenerService'));
  1533.         }, => 'onLeave'], 0);
  1534.         $instance->addListener('workflow.operation_order_step.enter', [=> function () {
  1535.             return ($this->privates['App\\EventListener\\OperationOrderWorkflowListener'] ?? $this->load('getOperationOrderWorkflowListenerService'));
  1536.         }, => 'onEnter'], 0);
  1537.         $instance->addListener('workflow.operation_order_step.completed', [=> function () {
  1538.             return ($this->privates['App\\EventListener\\OperationOrderWorkflowListener'] ?? $this->load('getOperationOrderWorkflowListenerService'));
  1539.         }, => 'onCompleted'], 0);
  1540.         $instance->addListener('workflow.operation_order_step.entered', [=> function () {
  1541.             return ($this->privates['App\\EventListener\\OperationOrderWorkflowListener'] ?? $this->load('getOperationOrderWorkflowListenerService'));
  1542.         }, => 'onEntered'], 0);
  1543.         $instance->addListener('workflow.refrigerator_instance_step.leave', [=> function () {
  1544.             return ($this->privates['App\\EventListener\\RefrigeratorInstanceWorkflowListener'] ?? $this->load('getRefrigeratorInstanceWorkflowListenerService'));
  1545.         }, => 'onLeave'], 0);
  1546.         $instance->addListener('workflow.refrigerator_instance_step.transition', [=> function () {
  1547.             return ($this->privates['App\\EventListener\\RefrigeratorInstanceWorkflowListener'] ?? $this->load('getRefrigeratorInstanceWorkflowListenerService'));
  1548.         }, => 'onTransition'], 0);
  1549.         $instance->addListener('workflow.refrigerator_instance_step.enter', [=> function () {
  1550.             return ($this->privates['App\\EventListener\\RefrigeratorInstanceWorkflowListener'] ?? $this->load('getRefrigeratorInstanceWorkflowListenerService'));
  1551.         }, => 'onEnter'], 0);
  1552.         $instance->addListener('workflow.refrigerator_instance_step.entered', [=> function () {
  1553.             return ($this->privates['App\\EventListener\\RefrigeratorInstanceWorkflowListener'] ?? $this->load('getRefrigeratorInstanceWorkflowListenerService'));
  1554.         }, => 'onEntered'], 0);
  1555.         $instance->addListener('workflow.refrigerator_instance_step.completed', [=> function () {
  1556.             return ($this->privates['App\\EventListener\\RefrigeratorInstanceWorkflowListener'] ?? $this->load('getRefrigeratorInstanceWorkflowListenerService'));
  1557.         }, => 'onCompleted'], 0);
  1558.         $instance->addListener('kernel.response', [=> function () {
  1559.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1560.         }, => 'onKernelResponse'], 0);
  1561.         $instance->addListener('kernel.response', [=> function () {
  1562.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1563.         }, => 'onKernelResponse'], -1024);
  1564.         $instance->addListener('kernel.request', [=> function () {
  1565.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1566.         }, => 'setDefaultLocale'], 100);
  1567.         $instance->addListener('kernel.request', [=> function () {
  1568.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1569.         }, => 'onKernelRequest'], 16);
  1570.         $instance->addListener('kernel.finish_request', [=> function () {
  1571.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1572.         }, => 'onKernelFinishRequest'], 0);
  1573.         $instance->addListener('kernel.request', [=> function () {
  1574.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1575.         }, => 'onKernelRequest'], 256);
  1576.         $instance->addListener('kernel.response', [=> function () {
  1577.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1578.         }, => 'onResponse'], -255);
  1579.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1580.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1581.         }, => 'onControllerArguments'], 0);
  1582.         $instance->addListener('kernel.exception', [=> function () {
  1583.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1584.         }, => 'logKernelException'], 0);
  1585.         $instance->addListener('kernel.exception', [=> function () {
  1586.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1587.         }, => 'onKernelException'], -128);
  1588.         $instance->addListener('kernel.response', [=> function () {
  1589.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1590.         }, => 'removeCspHeader'], -128);
  1591.         $instance->addListener('kernel.request', [=> function () {
  1592.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1593.         }, => 'onKernelRequest'], 15);
  1594.         $instance->addListener('kernel.finish_request', [=> function () {
  1595.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1596.         }, => 'onKernelFinishRequest'], -15);
  1597.         $instance->addListener('console.error', [=> function () {
  1598.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1599.         }, => 'onConsoleError'], -128);
  1600.         $instance->addListener('console.terminate', [=> function () {
  1601.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1602.         }, => 'onConsoleTerminate'], -128);
  1603.         $instance->addListener('console.error', [=> function () {
  1604.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1605.         }, => 'onConsoleError'], 0);
  1606.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1607.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1608.         }, => 'onMessage'], -255);
  1609.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1610.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1611.         }, => 'onMessage'], -255);
  1612.         $instance->addListener('kernel.request', [=> function () {
  1613.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1614.         }, => 'configure'], 2048);
  1615.         $instance->addListener('console.command', [=> function () {
  1616.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1617.         }, => 'configure'], 2048);
  1618.         $instance->addListener('kernel.request', [=> function () {
  1619.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1620.         }, => 'onKernelRequest'], 32);
  1621.         $instance->addListener('kernel.finish_request', [=> function () {
  1622.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1623.         }, => 'onKernelFinishRequest'], 0);
  1624.         $instance->addListener('kernel.exception', [=> function () {
  1625.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1626.         }, => 'onKernelException'], -64);
  1627.         $instance->addListener('kernel.response', [=> function () {
  1628.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1629.         }, => 'onKernelResponse'], 0);
  1630.         $instance->addListener('kernel.request', [=> function () {
  1631.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1632.         }, => 'onKernelRequest'], 128);
  1633.         $instance->addListener('kernel.response', [=> function () {
  1634.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1635.         }, => 'onKernelResponse'], -1000);
  1636.         $instance->addListener('kernel.finish_request', [=> function () {
  1637.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1638.         }, => 'onFinishRequest'], 0);
  1639.         $instance->addListener('kernel.response', [=> function () {
  1640.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1641.         }, => 'onKernelResponse'], -100);
  1642.         $instance->addListener('kernel.exception', [=> function () {
  1643.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1644.         }, => 'onKernelException'], 0);
  1645.         $instance->addListener('kernel.terminate', [=> function () {
  1646.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1647.         }, => 'onKernelTerminate'], -1024);
  1648.         $instance->addListener('kernel.controller', [=> function () {
  1649.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1650.         }, => 'onKernelController'], 0);
  1651.         $instance->addListener('kernel.response', [=> function () {
  1652.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1653.         }, => 'onKernelResponse'], 0);
  1654.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1655.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1656.         }, => 'onMessage'], 0);
  1657.         $instance->addListener('kernel.response', [=> function () {
  1658.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1659.         }, => 'onKernelResponse'], 0);
  1660.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1661.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1662.         }, => 'checkPassport'], 0);
  1663.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1664.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1665.         }, => 'onLoginSuccess'], 0);
  1666.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1667.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1668.         }, => 'onVoterVote'], 0);
  1669.         $instance->addListener('kernel.request', [=> function () {
  1670.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1671.         }, => 'configureLogoutUrlGenerator'], 8);
  1672.         $instance->addListener('kernel.request', [=> function () {
  1673.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1674.         }, => 'onKernelRequest'], 8);
  1675.         $instance->addListener('kernel.finish_request', [=> function () {
  1676.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1677.         }, => 'onKernelFinishRequest'], 0);
  1678.         $instance->addListener('kernel.controller', [=> function () {
  1679.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1680.         }, => 'onKernelController'], 0);
  1681.         $instance->addListener('kernel.controller', [=> function () {
  1682.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1683.         }, => 'onKernelController'], 0);
  1684.         $instance->addListener('kernel.controller', [=> function () {
  1685.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1686.         }, => 'onKernelController'], -128);
  1687.         $instance->addListener('kernel.view', [=> function () {
  1688.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1689.         }, => 'onKernelView'], 0);
  1690.         $instance->addListener('kernel.controller', [=> function () {
  1691.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1692.         }, => 'onKernelController'], 0);
  1693.         $instance->addListener('kernel.response', [=> function () {
  1694.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1695.         }, => 'onKernelResponse'], 0);
  1696.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1697.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1698.         }, => 'onKernelControllerArguments'], 0);
  1699.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1700.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1701.         }, => 'onKernelControllerArguments'], 0);
  1702.         $instance->addListener('kernel.response', [=> function () {
  1703.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1704.         }, => 'onKernelResponse'], -128);
  1705.         $instance->addListener('console.command', [=> function () {
  1706.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1707.         }, => 'configure'], 1024);
  1708.         $instance->addListener('console.error', [=> function () {
  1709.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1710.         }, => 'onConsoleError'], 0);
  1711.         $instance->addListener('console.terminate', [=> function () {
  1712.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1713.         }, => 'onConsoleTerminate'], 0);
  1714.         $instance->addListener('knp_pager.before', [=> function () {
  1715.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1716.         }, => 'before'], 0);
  1717.         $instance->addListener('knp_pager.pagination', [=> function () {
  1718.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1719.         }, => 'pagination'], 0);
  1720.         $instance->addListener('knp_pager.before', [=> function () {
  1721.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1722.         }, => 'before'], 1);
  1723.         $instance->addListener('knp_pager.before', [=> function () {
  1724.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1725.         }, => 'before'], 1);
  1726.         $instance->addListener('knp_pager.pagination', [=> function () {
  1727.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1728.         }, => 'pagination'], 1);
  1729.         $instance->addListener('kernel.exception', [=> function () {
  1730.             return ($this->services['liip_functional_test.exception_listener'] ?? ($this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener()));
  1731.         }, => 'setException'], 99999);
  1732.         $instance->addListener('kernel.request', [=> function () {
  1733.             return ($this->services['liip_functional_test.exception_listener'] ?? ($this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener()));
  1734.         }, => 'clearLastException'], 99999);
  1735.         $instance->addListener('kernel.request', [=> function () {
  1736.             return ($this->services['.container.private.liip_functional_test.validator'] ?? $this->get_Container_Private_LiipFunctionalTest_ValidatorService());
  1737.         }, => 'onKernelRequest'], 99999);
  1738.         $instance->addListener('kernel.response', [=> function () {
  1739.             return ($this->privates['webpack_encore.preload_assets_event_listener'] ?? $this->getWebpackEncore_PreloadAssetsEventListenerService());
  1740.         }, => 'onKernelResponse'], 50);
  1741.         $instance->addListener('kernel.finish_request', [=> function () {
  1742.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1743.         }, => 'resetAssets'], 0);
  1744.         $instance->addListener('console.command', [=> function () {
  1745.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1746.         }, => 'onCommand'], 255);
  1747.         $instance->addListener('console.terminate', [=> function () {
  1748.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1749.         }, => 'onTerminate'], -255);
  1750.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1751.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1752.         }, => 'checkPassport'], 512);
  1753.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1754.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1755.         }, => 'onLogout'], 0);
  1756.         return $instance;
  1757.     }
  1758.     /**
  1759.      * Gets the public 'http_kernel' shared service.
  1760.      *
  1761.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1762.      */
  1763.     protected function getHttpKernelService()
  1764.     {
  1765.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1766.         if (isset($this->services['http_kernel'])) {
  1767.             return $this->services['http_kernel'];
  1768.         }
  1769.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1770.         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 () {
  1771.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1772.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1773.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1774.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1775.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1776.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1777.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1778.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1779.         }, 8)), $b));
  1780.     }
  1781.     /**
  1782.      * Gets the public 'liip_functional_test.exception_listener' shared service.
  1783.      *
  1784.      * @return \Liip\FunctionalTestBundle\EventListener\ExceptionListener
  1785.      */
  1786.     protected function getLiipFunctionalTest_ExceptionListenerService()
  1787.     {
  1788.         return $this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener();
  1789.     }
  1790.     /**
  1791.      * Gets the public 'monolog.logger.deprecation' shared service.
  1792.      *
  1793.      * @return \Symfony\Bridge\Monolog\Logger
  1794.      */
  1795.     protected function getMonolog_Logger_DeprecationService()
  1796.     {
  1797.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1798.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1799.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1800.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1801.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1802.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1803.         return $instance;
  1804.     }
  1805.     /**
  1806.      * Gets the public 'request_stack' shared service.
  1807.      *
  1808.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1809.      */
  1810.     protected function getRequestStackService()
  1811.     {
  1812.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1813.     }
  1814.     /**
  1815.      * Gets the public 'router' shared service.
  1816.      *
  1817.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1818.      */
  1819.     protected function getRouterService()
  1820.     {
  1821.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1822.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1823.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  1824.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1825.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1826.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1827.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1828.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1829.         ], [
  1830.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1831.         ]))->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');
  1832.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1833.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1834.         return $instance;
  1835.     }
  1836.     /**
  1837.      * Gets the public 'translator' shared service.
  1838.      *
  1839.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1840.      */
  1841.     protected function getTranslatorService()
  1842.     {
  1843.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1844.     }
  1845.     /**
  1846.      * Gets the public 'var_dumper.cloner' shared service.
  1847.      *
  1848.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1849.      */
  1850.     protected function getVarDumper_ClonerService()
  1851.     {
  1852.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1853.         $instance->setMaxItems(2500);
  1854.         $instance->setMinDepth(1);
  1855.         $instance->setMaxString(-1);
  1856.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1857.         return $instance;
  1858.     }
  1859.     /**
  1860.      * Gets the private '.service_locator.fPFDSMP' shared service.
  1861.      *
  1862.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1863.      */
  1864.     protected function get_ServiceLocator_FPFDSMPService()
  1865.     {
  1866.         return $this->privates['.service_locator.fPFDSMP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1867.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1868.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1869.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'true],
  1870.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1871.         ], [
  1872.             'security.firewall.map.context.api' => '?',
  1873.             'security.firewall.map.context.dev' => '?',
  1874.             'security.firewall.map.context.login' => '?',
  1875.             'security.firewall.map.context.main' => '?',
  1876.         ]);
  1877.     }
  1878.     /**
  1879.      * Gets the private 'App\EventListener\LocaleSubscriber' shared autowired service.
  1880.      *
  1881.      * @return \App\EventListener\LocaleSubscriber
  1882.      */
  1883.     protected function getLocaleSubscriberService()
  1884.     {
  1885.         return $this->privates['App\\EventListener\\LocaleSubscriber'] = new \App\EventListener\LocaleSubscriber(($this->privates['App\\Service\\Language'] ?? $this->getLanguageService()));
  1886.     }
  1887.     /**
  1888.      * Gets the private 'App\EventListener\MaintenanceListener' shared autowired service.
  1889.      *
  1890.      * @return \App\EventListener\MaintenanceListener
  1891.      */
  1892.     protected function getMaintenanceListenerService()
  1893.     {
  1894.         $a = ($this->privates['App\\Service\\Access'] ?? $this->getAccessService());
  1895.         if (isset($this->privates['App\\EventListener\\MaintenanceListener'])) {
  1896.             return $this->privates['App\\EventListener\\MaintenanceListener'];
  1897.         }
  1898.         return $this->privates['App\\EventListener\\MaintenanceListener'] = new \App\EventListener\MaintenanceListener($this->getParameter('maintenance'), $a);
  1899.     }
  1900.     /**
  1901.      * Gets the private 'App\Repository\AdvertiserRepository' shared autowired service.
  1902.      *
  1903.      * @return \App\Repository\AdvertiserRepository
  1904.      */
  1905.     protected function getAdvertiserRepositoryService()
  1906.     {
  1907.         return $this->privates['App\\Repository\\AdvertiserRepository'] = new \App\Repository\AdvertiserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1908.     }
  1909.     /**
  1910.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  1911.      *
  1912.      * @return \App\Repository\UserRepository
  1913.      */
  1914.     protected function getUserRepositoryService()
  1915.     {
  1916.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1917.     }
  1918.     /**
  1919.      * Gets the private 'App\Service\Access' shared autowired service.
  1920.      *
  1921.      * @return \App\Service\Access
  1922.      */
  1923.     protected function getAccessService()
  1924.     {
  1925.         $a = ($this->privates['App\\Service\\AdvertiserRightService'] ?? $this->getAdvertiserRightServiceService());
  1926.         if (isset($this->privates['App\\Service\\Access'])) {
  1927.             return $this->privates['App\\Service\\Access'];
  1928.         }
  1929.         $b = ($this->privates['App\\Service\\User'] ?? $this->getUserService());
  1930.         if (isset($this->privates['App\\Service\\Access'])) {
  1931.             return $this->privates['App\\Service\\Access'];
  1932.         }
  1933.         $c = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1934.         if (isset($this->privates['App\\Service\\Access'])) {
  1935.             return $this->privates['App\\Service\\Access'];
  1936.         }
  1937.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1938.         if (isset($this->privates['App\\Service\\Access'])) {
  1939.             return $this->privates['App\\Service\\Access'];
  1940.         }
  1941.         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'));
  1942.     }
  1943.     /**
  1944.      * Gets the private 'App\Service\AdvertiserRightService' shared autowired service.
  1945.      *
  1946.      * @return \App\Service\AdvertiserRightService
  1947.      */
  1948.     protected function getAdvertiserRightServiceService()
  1949.     {
  1950.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1951.         if (isset($this->privates['App\\Service\\AdvertiserRightService'])) {
  1952.             return $this->privates['App\\Service\\AdvertiserRightService'];
  1953.         }
  1954.         return $this->privates['App\\Service\\AdvertiserRightService'] = new \App\Service\AdvertiserRightService($a);
  1955.     }
  1956.     /**
  1957.      * Gets the private 'App\Service\AdvertisingManagement' shared autowired service.
  1958.      *
  1959.      * @return \App\Service\AdvertisingManagement
  1960.      */
  1961.     protected function getAdvertisingManagementService()
  1962.     {
  1963.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1964.         if (isset($this->privates['App\\Service\\AdvertisingManagement'])) {
  1965.             return $this->privates['App\\Service\\AdvertisingManagement'];
  1966.         }
  1967.         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'));
  1968.     }
  1969.     /**
  1970.      * Gets the private 'App\Service\ContentService' shared autowired service.
  1971.      *
  1972.      * @return \App\Service\ContentService
  1973.      */
  1974.     protected function getContentServiceService()
  1975.     {
  1976.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1977.         if (isset($this->privates['App\\Service\\ContentService'])) {
  1978.             return $this->privates['App\\Service\\ContentService'];
  1979.         }
  1980.         $b = ($this->privates['App\\Service\\User'] ?? $this->getUserService());
  1981.         if (isset($this->privates['App\\Service\\ContentService'])) {
  1982.             return $this->privates['App\\Service\\ContentService'];
  1983.         }
  1984.         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())));
  1985.     }
  1986.     /**
  1987.      * Gets the private 'App\Service\Language' shared autowired service.
  1988.      *
  1989.      * @return \App\Service\Language
  1990.      */
  1991.     protected function getLanguageService()
  1992.     {
  1993.         return $this->privates['App\\Service\\Language'] = new \App\Service\Language(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1994.     }
  1995.     /**
  1996.      * Gets the private 'App\Service\ObfuscatorService' shared autowired service.
  1997.      *
  1998.      * @return \App\Service\ObfuscatorService
  1999.      */
  2000.     protected function getObfuscatorServiceService()
  2001.     {
  2002.         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')))));
  2003.     }
  2004.     /**
  2005.      * Gets the private 'App\Service\Translation' shared autowired service.
  2006.      *
  2007.      * @return \App\Service\Translation
  2008.      */
  2009.     protected function getTranslationService()
  2010.     {
  2011.         return $this->privates['App\\Service\\Translation'] = new \App\Service\Translation(($this->privates['App\\Service\\Language'] ?? $this->getLanguageService()), ($this->privates['App\\Service\\AdvertisingManagement'] ?? $this->getAdvertisingManagementService()));
  2012.     }
  2013.     /**
  2014.      * Gets the private 'App\Service\User' shared autowired service.
  2015.      *
  2016.      * @return \App\Service\User
  2017.      */
  2018.     protected function getUserService()
  2019.     {
  2020.         $a = ($this->privates['App\\Service\\AdvertisingManagement'] ?? $this->getAdvertisingManagementService());
  2021.         if (isset($this->privates['App\\Service\\User'])) {
  2022.             return $this->privates['App\\Service\\User'];
  2023.         }
  2024.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2025.         if (isset($this->privates['App\\Service\\User'])) {
  2026.             return $this->privates['App\\Service\\User'];
  2027.         }
  2028.         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, [
  2029.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2030.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2031.         ], [
  2032.             'security.authorization_checker' => '?',
  2033.             'security.token_storage' => '?',
  2034.         ])), ($this->privates['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  2035.     }
  2036.     /**
  2037.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2038.      *
  2039.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2040.      */
  2041.     protected function getResetAssetsEventListenerService()
  2042.     {
  2043.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  2044.     }
  2045.     /**
  2046.      * Gets the private 'annotations.cache_adapter' shared service.
  2047.      *
  2048.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2049.      */
  2050.     protected function getAnnotations_CacheAdapterService()
  2051.     {
  2052.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2053.     }
  2054.     /**
  2055.      * Gets the private 'annotations.cached_reader' shared service.
  2056.      *
  2057.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2058.      */
  2059.     protected function getAnnotations_CachedReaderService()
  2060.     {
  2061.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2062.     }
  2063.     /**
  2064.      * Gets the private 'annotations.reader' shared service.
  2065.      *
  2066.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2067.      */
  2068.     protected function getAnnotations_ReaderService()
  2069.     {
  2070.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2071.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2072.         $a->registerUniqueLoader('class_exists');
  2073.         $instance->addGlobalIgnoredName('required'$a);
  2074.         return $instance;
  2075.     }
  2076.     /**
  2077.      * Gets the private 'assets.packages' shared service.
  2078.      *
  2079.      * @return \Symfony\Component\Asset\Packages
  2080.      */
  2081.     protected function getAssets_PackagesService()
  2082.     {
  2083.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2084.         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 () {
  2085.             return new \EmptyIterator();
  2086.         }, 0));
  2087.     }
  2088.     /**
  2089.      * Gets the private 'cache.annotations' shared service.
  2090.      *
  2091.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2092.      */
  2093.     protected function getCache_AnnotationsService()
  2094.     {
  2095.         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())));
  2096.     }
  2097.     /**
  2098.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2099.      *
  2100.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2101.      */
  2102.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2103.     {
  2104.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2105.     }
  2106.     /**
  2107.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2108.      *
  2109.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2110.      */
  2111.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2112.     {
  2113.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2114.     }
  2115.     /**
  2116.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver' shared service.
  2117.      *
  2118.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2119.      */
  2120.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriverService()
  2121.     {
  2122.         return $this->privates['cache.doctrine.orm.default.second_level.region_driver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2123.     }
  2124.     /**
  2125.      * Gets the private 'cache.property_info' shared service.
  2126.      *
  2127.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2128.      */
  2129.     protected function getCache_PropertyInfoService()
  2130.     {
  2131.         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())));
  2132.     }
  2133.     /**
  2134.      * Gets the private 'cache.security_expression_language' shared service.
  2135.      *
  2136.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2137.      */
  2138.     protected function getCache_SecurityExpressionLanguageService()
  2139.     {
  2140.         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())));
  2141.     }
  2142.     /**
  2143.      * Gets the private 'cache.serializer' shared service.
  2144.      *
  2145.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2146.      */
  2147.     protected function getCache_SerializerService()
  2148.     {
  2149.         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())));
  2150.     }
  2151.     /**
  2152.      * Gets the private 'cache.validator' shared service.
  2153.      *
  2154.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2155.      */
  2156.     protected function getCache_ValidatorService()
  2157.     {
  2158.         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())));
  2159.     }
  2160.     /**
  2161.      * Gets the private 'cache.webpack_encore' shared service.
  2162.      *
  2163.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2164.      */
  2165.     protected function getCache_WebpackEncoreService()
  2166.     {
  2167.         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())));
  2168.     }
  2169.     /**
  2170.      * Gets the private 'config_cache_factory' shared service.
  2171.      *
  2172.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2173.      */
  2174.     protected function getConfigCacheFactoryService()
  2175.     {
  2176.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2177.             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)));
  2178.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2179.         }, 2));
  2180.     }
  2181.     /**
  2182.      * Gets the private 'data_collector.form' shared service.
  2183.      *
  2184.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2185.      */
  2186.     protected function getDataCollector_FormService()
  2187.     {
  2188.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2189.     }
  2190.     /**
  2191.      * Gets the private 'data_collector.request' shared service.
  2192.      *
  2193.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2194.      */
  2195.     protected function getDataCollector_RequestService()
  2196.     {
  2197.         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())));
  2198.     }
  2199.     /**
  2200.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2201.      *
  2202.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2203.      */
  2204.     protected function getDebug_DebugHandlersListenerService()
  2205.     {
  2206.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2207.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2208.         $a->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2209.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2210.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2211.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2212.         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()));
  2213.     }
  2214.     /**
  2215.      * Gets the private 'debug.file_link_formatter' shared service.
  2216.      *
  2217.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2218.      */
  2219.     protected function getDebug_FileLinkFormatterService()
  2220.     {
  2221.         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 () {
  2222.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2223.         });
  2224.     }
  2225.     /**
  2226.      * Gets the private 'debug.log_processor' shared service.
  2227.      *
  2228.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2229.      */
  2230.     protected function getDebug_LogProcessorService()
  2231.     {
  2232.         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())));
  2233.     }
  2234.     /**
  2235.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2238.      */
  2239.     protected function getDebug_Security_Access_DecisionManagerService()
  2240.     {
  2241.         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 () {
  2242.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2243.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2244.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2245.             yield => ($this->privates['debug.security.voter.App\\Security\\ContentVoters'] ?? $this->load('getContentVotersService'));
  2246.             yield => ($this->privates['debug.security.voter.App\\Security\\UrlVoters'] ?? $this->load('getUrlVotersService'));
  2247.         }, 5), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2248.     }
  2249.     /**
  2250.      * Gets the private 'debug.security.firewall' shared service.
  2251.      *
  2252.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2253.      */
  2254.     protected function getDebug_Security_FirewallService()
  2255.     {
  2256.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2257.         if (isset($this->privates['debug.security.firewall'])) {
  2258.             return $this->privates['debug.security.firewall'];
  2259.         }
  2260.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2261.         if (isset($this->privates['debug.security.firewall'])) {
  2262.             return $this->privates['debug.security.firewall'];
  2263.         }
  2264.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2265.     }
  2266.     /**
  2267.      * Gets the private 'debug.validator' shared service.
  2268.      *
  2269.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2270.      */
  2271.     protected function getDebug_ValidatorService()
  2272.     {
  2273.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  2274.         if (isset($this->privates['debug.validator'])) {
  2275.             return $this->privates['debug.validator'];
  2276.         }
  2277.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  2278.     }
  2279.     /**
  2280.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  2281.      *
  2282.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2283.      */
  2284.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  2285.     {
  2286.         $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']);
  2287.         $instance->setGlobalBasename('mapping');
  2288.         return $instance;
  2289.     }
  2290.     /**
  2291.      * Gets the private 'exception_listener' shared service.
  2292.      *
  2293.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2294.      */
  2295.     protected function getExceptionListenerService()
  2296.     {
  2297.         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, []);
  2298.     }
  2299.     /**
  2300.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2301.      *
  2302.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2303.      */
  2304.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2305.     {
  2306.         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())));
  2307.     }
  2308.     /**
  2309.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2310.      *
  2311.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2312.      */
  2313.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2314.     {
  2315.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2316.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2317.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2318.         }
  2319.         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);
  2320.     }
  2321.     /**
  2322.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2323.      *
  2324.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2325.      */
  2326.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2327.     {
  2328.         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]);
  2329.     }
  2330.     /**
  2331.      * Gets the private 'locale_aware_listener' shared service.
  2332.      *
  2333.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2334.      */
  2335.     protected function getLocaleAwareListenerService()
  2336.     {
  2337.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2338.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2339.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2340.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2341.     }
  2342.     /**
  2343.      * Gets the private 'locale_listener' shared service.
  2344.      *
  2345.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2346.      */
  2347.     protected function getLocaleListenerService()
  2348.     {
  2349.         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, []);
  2350.     }
  2351.     /**
  2352.      * Gets the private 'monolog.handler.console' shared service.
  2353.      *
  2354.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2355.      */
  2356.     protected function getMonolog_Handler_ConsoleService()
  2357.     {
  2358.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2359.     }
  2360.     /**
  2361.      * Gets the private 'monolog.handler.main' shared service.
  2362.      *
  2363.      * @return \Monolog\Handler\StreamHandler
  2364.      */
  2365.     protected function getMonolog_Handler_MainService()
  2366.     {
  2367.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2368.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2369.         return $instance;
  2370.     }
  2371.     /**
  2372.      * Gets the private 'monolog.handler.main_error' shared service.
  2373.      *
  2374.      * @return \Monolog\Handler\StreamHandler
  2375.      */
  2376.     protected function getMonolog_Handler_MainErrorService()
  2377.     {
  2378.         $this->privates['monolog.handler.main_error'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  2379.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2380.         return $instance;
  2381.     }
  2382.     /**
  2383.      * Gets the private 'monolog.logger' shared service.
  2384.      *
  2385.      * @return \Symfony\Bridge\Monolog\Logger
  2386.      */
  2387.     protected function getMonolog_LoggerService()
  2388.     {
  2389.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2390.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2391.         $instance->useMicrosecondTimestamps(true);
  2392.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2393.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2394.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2395.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2396.         return $instance;
  2397.     }
  2398.     /**
  2399.      * Gets the private 'monolog.logger.cache' shared service.
  2400.      *
  2401.      * @return \Symfony\Bridge\Monolog\Logger
  2402.      */
  2403.     protected function getMonolog_Logger_CacheService()
  2404.     {
  2405.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2406.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2407.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2408.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2409.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2410.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2411.         return $instance;
  2412.     }
  2413.     /**
  2414.      * Gets the private 'monolog.logger.request' shared service.
  2415.      *
  2416.      * @return \Symfony\Bridge\Monolog\Logger
  2417.      */
  2418.     protected function getMonolog_Logger_RequestService()
  2419.     {
  2420.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2421.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2422.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2423.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2424.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2425.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2426.         return $instance;
  2427.     }
  2428.     /**
  2429.      * Gets the private 'monolog.logger.security' shared service.
  2430.      *
  2431.      * @return \Symfony\Bridge\Monolog\Logger
  2432.      */
  2433.     protected function getMonolog_Logger_SecurityService()
  2434.     {
  2435.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2436.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2437.         $instance->pushHandler(($this->privates['monolog.handler.main_error'] ?? $this->getMonolog_Handler_MainErrorService()));
  2438.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2439.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2440.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2441.         return $instance;
  2442.     }
  2443.     /**
  2444.      * Gets the private 'parameter_bag' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2447.      */
  2448.     protected function getParameterBagService()
  2449.     {
  2450.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2451.     }
  2452.     /**
  2453.      * Gets the private 'profiler_listener' shared service.
  2454.      *
  2455.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2456.      */
  2457.     protected function getProfilerListenerService()
  2458.     {
  2459.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2460.         if (isset($this->privates['profiler_listener'])) {
  2461.             return $this->privates['profiler_listener'];
  2462.         }
  2463.         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);
  2464.     }
  2465.     /**
  2466.      * Gets the private 'property_accessor' shared service.
  2467.      *
  2468.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2469.      */
  2470.     protected function getPropertyAccessorService()
  2471.     {
  2472.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2473.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2474.     }
  2475.     /**
  2476.      * Gets the private 'property_info' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2479.      */
  2480.     protected function getPropertyInfoService()
  2481.     {
  2482.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2483.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2484.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2485.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2486.         }, 3), new RewindableGenerator(function () {
  2487.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2488.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2489.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2490.         }, 3), new RewindableGenerator(function () {
  2491.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2492.         }, 1), new RewindableGenerator(function () {
  2493.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2494.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2495.         }, 2), new RewindableGenerator(function () {
  2496.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2497.         }, 1));
  2498.     }
  2499.     /**
  2500.      * Gets the private 'redis' shared autowired service.
  2501.      *
  2502.      * @return \Redis
  2503.      */
  2504.     protected function getRedis2Service()
  2505.     {
  2506.         $this->privates['redis'] = $instance = new \Redis();
  2507.         $instance->connect($this->getEnv('string:REDIS_HOST'), $this->getEnv('string:REDIS_PORT'));
  2508.         $instance->select($this->getEnv('string:REDIS_DB'));
  2509.         return $instance;
  2510.     }
  2511.     /**
  2512.      * Gets the private 'router.expression_language_provider' shared service.
  2513.      *
  2514.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2515.      */
  2516.     protected function getRouter_ExpressionLanguageProviderService()
  2517.     {
  2518.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2519.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2520.         ], [
  2521.             'env' => 'Closure',
  2522.         ]));
  2523.     }
  2524.     /**
  2525.      * Gets the private 'router.request_context' shared service.
  2526.      *
  2527.      * @return \Symfony\Component\Routing\RequestContext
  2528.      */
  2529.     protected function getRouter_RequestContextService()
  2530.     {
  2531.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2532.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2533.         return $instance;
  2534.     }
  2535.     /**
  2536.      * Gets the private 'router_listener' shared service.
  2537.      *
  2538.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2539.      */
  2540.     protected function getRouterListenerService()
  2541.     {
  2542.         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);
  2543.     }
  2544.     /**
  2545.      * Gets the private 'security.context_listener.0' shared service.
  2546.      *
  2547.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2548.      */
  2549.     protected function getSecurity_ContextListener_0Service()
  2550.     {
  2551.         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 () {
  2552.             yield => ($this->privates['security.user.provider.concrete.chain_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_ChainProviderService'));
  2553.             yield => ($this->privates['security.user.provider.concrete.db_username'] ?? $this->load('getSecurity_User_Provider_Concrete_DbUsernameService'));
  2554.             yield => ($this->privates['security.user.provider.concrete.db_email'] ?? $this->load('getSecurity_User_Provider_Concrete_DbEmailService'));
  2555.             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')));
  2556.         }, 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']);
  2557.     }
  2558.     /**
  2559.      * Gets the private 'security.event_dispatcher.main' shared service.
  2560.      *
  2561.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2562.      */
  2563.     protected function getSecurity_EventDispatcher_MainService()
  2564.     {
  2565.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2566.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2567.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  2568.         }, => 'checkPassport'], 2048);
  2569.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2570.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2571.         }, => 'onSuccessfulLogin'], 0);
  2572.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2573.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2574.         }, => 'onLogout'], 64);
  2575.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2576.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2577.         }, => 'onLogout'], 0);
  2578.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2579.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2580.         }, => 'preCheckCredentials'], 256);
  2581.         $instance->addListener('security.authentication.success', [=> function () {
  2582.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2583.         }, => 'postCheckCredentials'], 256);
  2584.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2585.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2586.         }, => 'checkPassport'], 1024);
  2587.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2588.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2589.         }, => 'checkPassport'], 0);
  2590.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2591.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2592.         }, => 'onLoginSuccess'], 0);
  2593.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2594.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2595.         }, => 'checkPassport'], 512);
  2596.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2597.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2598.         }, => 'onLogout'], 0);
  2599.         return $instance;
  2600.     }
  2601.     /**
  2602.      * Gets the private 'security.firewall.map' shared service.
  2603.      *
  2604.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2605.      */
  2606.     protected function getSecurity_Firewall_MapService()
  2607.     {
  2608.         $a = ($this->privates['.service_locator.fPFDSMP'] ?? $this->get_ServiceLocator_FPFDSMPService());
  2609.         if (isset($this->privates['security.firewall.map'])) {
  2610.             return $this->privates['security.firewall.map'];
  2611.         }
  2612.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2613.             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)/')));
  2614.             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')));
  2615.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2616.             yield 'security.firewall.map.context.main' => NULL;
  2617.         }, 4));
  2618.     }
  2619.     /**
  2620.      * Gets the private 'security.logout_url_generator' shared service.
  2621.      *
  2622.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2623.      */
  2624.     protected function getSecurity_LogoutUrlGeneratorService()
  2625.     {
  2626.         $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()));
  2627.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  2628.         return $instance;
  2629.     }
  2630.     /**
  2631.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2632.      *
  2633.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2634.      */
  2635.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2636.     {
  2637.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2638.     }
  2639.     /**
  2640.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2641.      *
  2642.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2643.      */
  2644.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2645.     {
  2646.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2647.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2648.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2649.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2650.     }
  2651.     /**
  2652.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2653.      *
  2654.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2655.      */
  2656.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2657.     {
  2658.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2659.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2660.             return $this->privates['sensio_framework_extra.security.listener'];
  2661.         }
  2662.         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()));
  2663.     }
  2664.     /**
  2665.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2666.      *
  2667.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2668.      */
  2669.     protected function getSensioFrameworkExtra_View_ListenerService()
  2670.     {
  2671.         $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))));
  2672.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2673.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2674.         ], [
  2675.             'twig' => '?',
  2676.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2677.         return $instance;
  2678.     }
  2679.     /**
  2680.      * Gets the private 'session_listener' shared service.
  2681.      *
  2682.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2683.      */
  2684.     protected function getSessionListenerService()
  2685.     {
  2686.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2687.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2688.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2689.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2690.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2691.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2692.         ], [
  2693.             'initialized_session' => '?',
  2694.             'logger' => '?',
  2695.             'session' => '?',
  2696.             'session_collector' => '?',
  2697.             'session_factory' => '?',
  2698.         ]), true$this->getParameter('session.storage.options'));
  2699.     }
  2700.     /**
  2701.      * Gets the private 'state_machine.furniture_instance_step.metadata_store' shared service.
  2702.      *
  2703.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2704.      */
  2705.     protected function getStateMachine_FurnitureInstanceStep_MetadataStoreService()
  2706.     {
  2707.         return $this->privates['state_machine.furniture_instance_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2708.     }
  2709.     /**
  2710.      * Gets the private 'state_machine.furniture_stock_step.metadata_store' shared service.
  2711.      *
  2712.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2713.      */
  2714.     protected function getStateMachine_FurnitureStockStep_MetadataStoreService()
  2715.     {
  2716.         return $this->privates['state_machine.furniture_stock_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2717.     }
  2718.     /**
  2719.      * Gets the private 'state_machine.operation_order_step.metadata_store' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2722.      */
  2723.     protected function getStateMachine_OperationOrderStep_MetadataStoreService()
  2724.     {
  2725.         return $this->privates['state_machine.operation_order_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2726.     }
  2727.     /**
  2728.      * Gets the private 'state_machine.order_furniture_step.metadata_store' shared service.
  2729.      *
  2730.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2731.      */
  2732.     protected function getStateMachine_OrderFurnitureStep_MetadataStoreService()
  2733.     {
  2734.         return $this->privates['state_machine.order_furniture_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2735.     }
  2736.     /**
  2737.      * Gets the private 'state_machine.order_refrigeratorbin_step.metadata_store' shared service.
  2738.      *
  2739.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2740.      */
  2741.     protected function getStateMachine_OrderRefrigeratorbinStep_MetadataStoreService()
  2742.     {
  2743.         return $this->privates['state_machine.order_refrigeratorbin_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2744.     }
  2745.     /**
  2746.      * Gets the private 'state_machine.refrigerator_instance_step.metadata_store' shared service.
  2747.      *
  2748.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2749.      */
  2750.     protected function getStateMachine_RefrigeratorInstanceStep_MetadataStoreService()
  2751.     {
  2752.         return $this->privates['state_machine.refrigerator_instance_step.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2753.     }
  2754.     /**
  2755.      * Gets the private 'translator.default' shared service.
  2756.      *
  2757.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2758.      */
  2759.     protected function getTranslator_DefaultService()
  2760.     {
  2761.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2762.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2763.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2764.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2765.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2766.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2767.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2768.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2769.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2770.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2771.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2772.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2773.         ], [
  2774.             'translation.loader.csv' => '?',
  2775.             'translation.loader.dat' => '?',
  2776.             'translation.loader.ini' => '?',
  2777.             'translation.loader.json' => '?',
  2778.             'translation.loader.mo' => '?',
  2779.             'translation.loader.php' => '?',
  2780.             'translation.loader.po' => '?',
  2781.             'translation.loader.qt' => '?',
  2782.             'translation.loader.res' => '?',
  2783.             'translation.loader.xliff' => '?',
  2784.             'translation.loader.yml' => '?',
  2785.         ]), 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']]], []);
  2786.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2787.         $instance->setFallbackLocales([=> 'en']);
  2788.         return $instance;
  2789.     }
  2790.     /**
  2791.      * Gets the private 'validator.builder' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2794.      */
  2795.     protected function getValidator_BuilderService()
  2796.     {
  2797.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2798.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2799.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2800.             'App\\Validator\\IsValidFileValidator' => ['privates''App\\Validator\\IsValidFileValidator''getIsValidFileValidatorService'true],
  2801.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2802.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2803.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2804.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2805.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2806.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2807.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2808.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2809.         ], [
  2810.             'App\\Validator\\IsValidFileValidator' => '?',
  2811.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2812.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2813.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2814.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2815.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2816.             'doctrine.orm.validator.unique' => '?',
  2817.             'security.validator.user_password' => '?',
  2818.             'validator.expression' => '?',
  2819.         ])));
  2820.         if ($this->has('translator')) {
  2821.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2822.         }
  2823.         $instance->setTranslationDomain('validators');
  2824.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2825.         $instance->enableAnnotationMapping(true);
  2826.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2827.         $instance->addMethodMapping('loadValidatorMetadata');
  2828.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2829.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2830.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2831.         return $instance;
  2832.     }
  2833.     /**
  2834.      * Gets the private 'var_dumper.html_dumper' shared service.
  2835.      *
  2836.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2837.      */
  2838.     protected function getVarDumper_HtmlDumperService()
  2839.     {
  2840.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2841.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2842.         return $instance;
  2843.     }
  2844.     /**
  2845.      * Gets the private 'var_dumper.server_connection' shared service.
  2846.      *
  2847.      * @return \Symfony\Component\VarDumper\Server\Connection
  2848.      */
  2849.     protected function getVarDumper_ServerConnectionService()
  2850.     {
  2851.         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()]);
  2852.     }
  2853.     /**
  2854.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2855.      *
  2856.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2857.      */
  2858.     protected function getVichUploader_MetadataReaderService()
  2859.     {
  2860.         $a = new \Metadata\Driver\FileLocator([]);
  2861.         $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);
  2862.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  2863.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2864.     }
  2865.     /**
  2866.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2867.      *
  2868.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2869.      */
  2870.     protected function getVichUploader_PropertyMappingFactoryService()
  2871.     {
  2872.         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');
  2873.     }
  2874.     /**
  2875.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  2876.      *
  2877.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2878.      */
  2879.     protected function getVichUploader_Storage_FileSystemService()
  2880.     {
  2881.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2882.     }
  2883.     /**
  2884.      * Gets the private 'web_profiler.csp.handler' shared service.
  2885.      *
  2886.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2887.      */
  2888.     protected function getWebProfiler_Csp_HandlerService()
  2889.     {
  2890.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2891.     }
  2892.     /**
  2893.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2894.      *
  2895.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2896.      */
  2897.     protected function getWebProfiler_DebugToolbarService()
  2898.     {
  2899.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2900.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2901.             return $this->privates['web_profiler.debug_toolbar'];
  2902.         }
  2903.         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()));
  2904.     }
  2905.     /**
  2906.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2907.      *
  2908.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2909.      */
  2910.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2911.     {
  2912.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2913.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2914.         ], [
  2915.             '_default' => '?',
  2916.         ]), '_default');
  2917.     }
  2918.     /**
  2919.      * Gets the private 'webpack_encore.preload_assets_event_listener' shared service.
  2920.      *
  2921.      * @return \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener
  2922.      */
  2923.     protected function getWebpackEncore_PreloadAssetsEventListenerService()
  2924.     {
  2925.         $a = ($this->privates['webpack_encore.tag_renderer'] ?? $this->getWebpackEncore_TagRendererService());
  2926.         if (isset($this->privates['webpack_encore.preload_assets_event_listener'])) {
  2927.             return $this->privates['webpack_encore.preload_assets_event_listener'];
  2928.         }
  2929.         return $this->privates['webpack_encore.preload_assets_event_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener($a);
  2930.     }
  2931.     /**
  2932.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  2933.      *
  2934.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  2935.      */
  2936.     protected function getWebpackEncore_TagRendererService()
  2937.     {
  2938.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2939.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  2940.             return $this->privates['webpack_encore.tag_renderer'];
  2941.         }
  2942.         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);
  2943.     }
  2944.     /**
  2945.      * Gets the private 'workflow.registry' shared service.
  2946.      *
  2947.      * @return \Symfony\Component\Workflow\Registry
  2948.      */
  2949.     protected function getWorkflow_RegistryService()
  2950.     {
  2951.         $this->privates['workflow.registry'] = $instance = new \Symfony\Component\Workflow\Registry();
  2952.         $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'));
  2953.         $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'));
  2954.         $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'));
  2955.         $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'));
  2956.         $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'));
  2957.         $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'));
  2958.         return $instance;
  2959.     }
  2960.     /**
  2961.      * Gets the public 'cache_clearer' alias.
  2962.      *
  2963.      * @return object The ".container.private.cache_clearer" service.
  2964.      */
  2965.     protected function getCacheClearerService()
  2966.     {
  2967.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2968.         return $this->get('.container.private.cache_clearer');
  2969.     }
  2970.     /**
  2971.      * Gets the public 'filesystem' alias.
  2972.      *
  2973.      * @return object The ".container.private.filesystem" service.
  2974.      */
  2975.     protected function getFilesystemService()
  2976.     {
  2977.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2978.         return $this->get('.container.private.filesystem');
  2979.     }
  2980.     /**
  2981.      * Gets the public 'state_machine.operation_order_step' alias.
  2982.      *
  2983.      * @return object The ".container.private.state_machine.operation_order_step" service.
  2984.      */
  2985.     protected function getStateMachine_OperationOrderStepService()
  2986.     {
  2987.         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.');
  2988.         return $this->get('.container.private.state_machine.operation_order_step');
  2989.     }
  2990.     /**
  2991.      * Gets the public 'state_machine.order_refrigeratorbin_step' alias.
  2992.      *
  2993.      * @return object The ".container.private.state_machine.order_refrigeratorbin_step" service.
  2994.      */
  2995.     protected function getStateMachine_OrderRefrigeratorbinStepService()
  2996.     {
  2997.         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.');
  2998.         return $this->get('.container.private.state_machine.order_refrigeratorbin_step');
  2999.     }
  3000.     /**
  3001.      * Gets the public 'state_machine.refrigerator_instance_step' alias.
  3002.      *
  3003.      * @return object The ".container.private.state_machine.refrigerator_instance_step" service.
  3004.      */
  3005.     protected function getStateMachine_RefrigeratorInstanceStepService()
  3006.     {
  3007.         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.');
  3008.         return $this->get('.container.private.state_machine.refrigerator_instance_step');
  3009.     }
  3010.     /**
  3011.      * Gets the public 'state_machine.order_furniture_step' alias.
  3012.      *
  3013.      * @return object The ".container.private.state_machine.order_furniture_step" service.
  3014.      */
  3015.     protected function getStateMachine_OrderFurnitureStepService()
  3016.     {
  3017.         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.');
  3018.         return $this->get('.container.private.state_machine.order_furniture_step');
  3019.     }
  3020.     /**
  3021.      * Gets the public 'state_machine.furniture_instance_step' alias.
  3022.      *
  3023.      * @return object The ".container.private.state_machine.furniture_instance_step" service.
  3024.      */
  3025.     protected function getStateMachine_FurnitureInstanceStepService()
  3026.     {
  3027.         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.');
  3028.         return $this->get('.container.private.state_machine.furniture_instance_step');
  3029.     }
  3030.     /**
  3031.      * Gets the public 'state_machine.furniture_stock_step' alias.
  3032.      *
  3033.      * @return object The ".container.private.state_machine.furniture_stock_step" service.
  3034.      */
  3035.     protected function getStateMachine_FurnitureStockStepService()
  3036.     {
  3037.         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.');
  3038.         return $this->get('.container.private.state_machine.furniture_stock_step');
  3039.     }
  3040.     /**
  3041.      * Gets the public 'serializer' alias.
  3042.      *
  3043.      * @return object The ".container.private.serializer" service.
  3044.      */
  3045.     protected function getSerializerService()
  3046.     {
  3047.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3048.         return $this->get('.container.private.serializer');
  3049.     }
  3050.     /**
  3051.      * Gets the public 'security.csrf.token_manager' alias.
  3052.      *
  3053.      * @return object The ".container.private.security.csrf.token_manager" service.
  3054.      */
  3055.     protected function getSecurity_Csrf_TokenManagerService()
  3056.     {
  3057.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3058.         return $this->get('.container.private.security.csrf.token_manager');
  3059.     }
  3060.     /**
  3061.      * Gets the public 'form.factory' alias.
  3062.      *
  3063.      * @return object The ".container.private.form.factory" service.
  3064.      */
  3065.     protected function getForm_FactoryService()
  3066.     {
  3067.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3068.         return $this->get('.container.private.form.factory');
  3069.     }
  3070.     /**
  3071.      * Gets the public 'form.type.file' alias.
  3072.      *
  3073.      * @return object The ".container.private.form.type.file" service.
  3074.      */
  3075.     protected function getForm_Type_FileService()
  3076.     {
  3077.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3078.         return $this->get('.container.private.form.type.file');
  3079.     }
  3080.     /**
  3081.      * Gets the public 'profiler' alias.
  3082.      *
  3083.      * @return object The ".container.private.profiler" service.
  3084.      */
  3085.     protected function getProfilerService()
  3086.     {
  3087.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3088.         return $this->get('.container.private.profiler');
  3089.     }
  3090.     /**
  3091.      * Gets the public 'twig' alias.
  3092.      *
  3093.      * @return object The ".container.private.twig" service.
  3094.      */
  3095.     protected function getTwigService()
  3096.     {
  3097.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3098.         return $this->get('.container.private.twig');
  3099.     }
  3100.     /**
  3101.      * Gets the public 'security.authorization_checker' alias.
  3102.      *
  3103.      * @return object The ".container.private.security.authorization_checker" service.
  3104.      */
  3105.     protected function getSecurity_AuthorizationCheckerService()
  3106.     {
  3107.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3108.         return $this->get('.container.private.security.authorization_checker');
  3109.     }
  3110.     /**
  3111.      * Gets the public 'security.token_storage' alias.
  3112.      *
  3113.      * @return object The ".container.private.security.token_storage" service.
  3114.      */
  3115.     protected function getSecurity_TokenStorageService()
  3116.     {
  3117.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3118.         return $this->get('.container.private.security.token_storage');
  3119.     }
  3120.     /**
  3121.      * Gets the public 'liip_functional_test.validator' alias.
  3122.      *
  3123.      * @return object The ".container.private.liip_functional_test.validator" service.
  3124.      */
  3125.     protected function getLiipFunctionalTest_ValidatorService()
  3126.     {
  3127.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "liip_functional_test.validator" service directly from the container is deprecated, use dependency injection instead.');
  3128.         return $this->get('.container.private.liip_functional_test.validator');
  3129.     }
  3130.     /**
  3131.      * Gets the public 'security.password_encoder' alias.
  3132.      *
  3133.      * @return object The ".container.private.security.password_encoder" service.
  3134.      */
  3135.     protected function getSecurity_PasswordEncoderService()
  3136.     {
  3137.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3138.         return $this->get('.container.private.security.password_encoder');
  3139.     }
  3140.     /**
  3141.      * Gets the public 'session' alias.
  3142.      *
  3143.      * @return object The ".container.private.session" service.
  3144.      */
  3145.     protected function getSessionService()
  3146.     {
  3147.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3148.         return $this->get('.container.private.session');
  3149.     }
  3150.     /**
  3151.      * @return array|bool|float|int|string|\UnitEnum|null
  3152.      */
  3153.     public function getParameter(string $name)
  3154.     {
  3155.         if (isset($this->buildParameters[$name])) {
  3156.             return $this->buildParameters[$name];
  3157.         }
  3158.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3159.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3160.         }
  3161.         if (isset($this->loadedDynamicParameters[$name])) {
  3162.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3163.         }
  3164.         return $this->parameters[$name];
  3165.     }
  3166.     public function hasParameter(string $name): bool
  3167.     {
  3168.         if (isset($this->buildParameters[$name])) {
  3169.             return true;
  3170.         }
  3171.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3172.     }
  3173.     public function setParameter(string $name$value): void
  3174.     {
  3175.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3176.     }
  3177.     public function getParameterBag(): ParameterBagInterface
  3178.     {
  3179.         if (null === $this->parameterBag) {
  3180.             $parameters $this->parameters;
  3181.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3182.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3183.             }
  3184.             foreach ($this->buildParameters as $name => $value) {
  3185.                 $parameters[$name] = $value;
  3186.             }
  3187.             $this->parameterBag = new FrozenParameterBag($parameters);
  3188.         }
  3189.         return $this->parameterBag;
  3190.     }
  3191.     private $loadedDynamicParameters = [
  3192.         'kernel.runtime_environment' => false,
  3193.         'kernel.build_dir' => false,
  3194.         'kernel.cache_dir' => false,
  3195.         'maintenance' => false,
  3196.         'redis_dsn' => false,
  3197.         'redis_keepalive' => false,
  3198.         'staci_subdomain' => false,
  3199.         'cookie_domain' => false,
  3200.         'mails_send' => false,
  3201.         'mails_test' => false,
  3202.         'mailer_url' => false,
  3203.         'import.mondelez_url' => false,
  3204.         'kernel.secret' => false,
  3205.         'debug.container.dump' => false,
  3206.         'serializer.mapping.cache.file' => false,
  3207.         'session.storage.options' => false,
  3208.         'session.save_path' => false,
  3209.         'validator.mapping.cache.file' => false,
  3210.         'profiler.storage.dsn' => false,
  3211.         'doctrine.orm.proxy_dir' => false,
  3212.     ];
  3213.     private $dynamicParameters = [];
  3214.     private function getDynamicParameter(string $name)
  3215.     {
  3216.         switch ($name) {
  3217.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3218.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3219.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3220.             case 'maintenance'$value = [
  3221.                 'statut' => $this->getEnv('MAINTENANCE_STATUS'),
  3222.                 'ipAuthorized' => $this->getEnv('json:MAINTENANCE_IP'),
  3223.             ]; break;
  3224.             case 'redis_dsn'$value 'redis://'.$this->getEnv('string:string:REDIS_HOST').':'.$this->getEnv('string:string:REDIS_PORT').'/13'; break;
  3225.             case 'redis_keepalive'$value $this->getEnv('int:REDIS_KEEPALIVE'); break;
  3226.             case 'staci_subdomain'$value $this->getEnv('string:DEFAULT_SUBDOMAIN'); break;
  3227.             case 'cookie_domain'$value $this->getEnv('string:COOKIE_DOMAIN'); break;
  3228.             case 'mails_send'$value $this->getEnv('string:MAILS_SEND'); break;
  3229.             case 'mails_test'$value $this->getEnv('string:MAILS_TEST'); break;
  3230.             case 'mailer_url'$value $this->getEnv('string:MAILER_URL'); break;
  3231.             case 'import.mondelez_url'$value $this->getEnv('MONDELEZ_URL'); break;
  3232.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3233.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3234.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3235.             case 'session.storage.options'$value = [
  3236.                 'cache_limiter' => '0',
  3237.                 'cookie_lifetime' => 86400,
  3238.                 'cookie_domain' => $this->getEnv('COOKIE_DOMAIN'),
  3239.                 'cookie_secure' => true,
  3240.                 'cookie_httponly' => true,
  3241.                 'cookie_samesite' => 'lax',
  3242.                 'gc_probability' => 1,
  3243.             ]; break;
  3244.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3245.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3246.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3247.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3248.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3249.         }
  3250.         $this->loadedDynamicParameters[$name] = true;
  3251.         return $this->dynamicParameters[$name] = $value;
  3252.     }
  3253.     protected function getDefaultParameters(): array
  3254.     {
  3255.         return [
  3256.             'kernel.project_dir' => \dirname(__DIR__4),
  3257.             'kernel.environment' => 'dev',
  3258.             'kernel.debug' => true,
  3259.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3260.             'kernel.bundles' => [
  3261.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3262.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3263.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3264.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3265.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3266.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3267.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3268.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3269.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3270.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3271.                 'TilowebPaginationBundle' => 'Tiloweb\\PaginationBundle\\TilowebPaginationBundle',
  3272.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3273.                 'LiipFunctionalTestBundle' => 'Liip\\FunctionalTestBundle\\LiipFunctionalTestBundle',
  3274.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3275.                 'PUGXAutocompleterBundle' => 'PUGX\\AutocompleterBundle\\PUGXAutocompleterBundle',
  3276.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3277.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  3278.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  3279.                 'FMElfinderBundle' => 'FM\\ElfinderBundle\\FMElfinderBundle',
  3280.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  3281.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  3282.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  3283.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3284.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3285.             ],
  3286.             'kernel.bundles_metadata' => [
  3287.                 'FrameworkBundle' => [
  3288.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3289.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3290.                 ],
  3291.                 'TwigBundle' => [
  3292.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3293.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3294.                 ],
  3295.                 'SecurityBundle' => [
  3296.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3297.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3298.                 ],
  3299.                 'DoctrineBundle' => [
  3300.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3301.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3302.                 ],
  3303.                 'DoctrineMigrationsBundle' => [
  3304.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3305.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3306.                 ],
  3307.                 'SensioFrameworkExtraBundle' => [
  3308.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3309.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3310.                 ],
  3311.                 'WebProfilerBundle' => [
  3312.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3313.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3314.                 ],
  3315.                 'DebugBundle' => [
  3316.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3317.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3318.                 ],
  3319.                 'MakerBundle' => [
  3320.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3321.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3322.                 ],
  3323.                 'DoctrineFixturesBundle' => [
  3324.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3325.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3326.                 ],
  3327.                 'TilowebPaginationBundle' => [
  3328.                     'path' => (\dirname(__DIR__4).'/vendor/tiloweb/pagination-bundle/Tiloweb/PaginationBundle'),
  3329.                     'namespace' => 'Tiloweb\\PaginationBundle',
  3330.                 ],
  3331.                 'KnpPaginatorBundle' => [
  3332.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3333.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3334.                 ],
  3335.                 'LiipFunctionalTestBundle' => [
  3336.                     'path' => (\dirname(__DIR__4).'/vendor/liip/functional-test-bundle/src'),
  3337.                     'namespace' => 'Liip\\FunctionalTestBundle',
  3338.                 ],
  3339.                 'StofDoctrineExtensionsBundle' => [
  3340.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  3341.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  3342.                 ],
  3343.                 'PUGXAutocompleterBundle' => [
  3344.                     'path' => (\dirname(__DIR__4).'/vendor/pugx/autocompleter-bundle'),
  3345.                     'namespace' => 'PUGX\\AutocompleterBundle',
  3346.                 ],
  3347.                 'LexikJWTAuthenticationBundle' => [
  3348.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3349.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3350.                 ],
  3351.                 'NelmioApiDocBundle' => [
  3352.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  3353.                     'namespace' => 'Nelmio\\ApiDocBundle',
  3354.                 ],
  3355.                 'FOSCKEditorBundle' => [
  3356.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  3357.                     'namespace' => 'FOS\\CKEditorBundle',
  3358.                 ],
  3359.                 'FMElfinderBundle' => [
  3360.                     'path' => (\dirname(__DIR__4).'/vendor/helios-ag/fm-elfinder-bundle/src'),
  3361.                     'namespace' => 'FM\\ElfinderBundle',
  3362.                 ],
  3363.                 'VichUploaderBundle' => [
  3364.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  3365.                     'namespace' => 'Vich\\UploaderBundle',
  3366.                 ],
  3367.                 'LiipImagineBundle' => [
  3368.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  3369.                     'namespace' => 'Liip\\ImagineBundle',
  3370.                 ],
  3371.                 'WebpackEncoreBundle' => [
  3372.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  3373.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  3374.                 ],
  3375.                 'MonologBundle' => [
  3376.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3377.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3378.                 ],
  3379.                 'ExerciseHTMLPurifierBundle' => [
  3380.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3381.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3382.                 ],
  3383.             ],
  3384.             'kernel.charset' => 'UTF-8',
  3385.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3386.             'env(DATABASE_URL)' => '',
  3387.             'locale' => 'en',
  3388.             'projectDir' => \dirname(__DIR__4),
  3389.             'advertisers_logo' => (\dirname(__DIR__4).'/public/uploads/logos'),
  3390.             'advertisers_image_background_connexion' => (\dirname(__DIR__4).'/public/uploads/background'),
  3391.             'operation_main_visual' => (\dirname(__DIR__4).'/public/uploads/operation/mainVisual'),
  3392.             'operation_visuals' => (\dirname(__DIR__4).'/public/uploads/operation/visuals'),
  3393.             'operation_attachments' => (\dirname(__DIR__4).'/public/uploads/operation/attachments'),
  3394.             'log_path' => (\dirname(__DIR__3).'/log'),
  3395.             'rightsPath' => (\dirname(__DIR__3).'/rights'),
  3396.             'app.path.default_uploads' => (\dirname(__DIR__4).'/public/uploads/default/ckeditor'),
  3397.             'event_dispatcher.event_aliases' => [
  3398.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3399.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3400.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3401.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3402.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3403.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3404.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3405.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3406.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3407.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3408.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3409.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3410.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3411.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3412.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3413.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3414.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3415.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  3416.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  3417.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  3418.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  3419.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  3420.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  3421.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  3422.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3423.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  3424.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3425.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3426.             ],
  3427.             'fragment.renderer.hinclude.global_template' => NULL,
  3428.             'fragment.path' => '/_fragment',
  3429.             'kernel.http_method_override' => true,
  3430.             'kernel.trusted_hosts' => [
  3431.             ],
  3432.             'kernel.default_locale' => 'en',
  3433.             'kernel.enabled_locales' => [
  3434.             ],
  3435.             'kernel.error_controller' => 'App\\Controller\\Advertiser\\Generic\\GenericExceptionController::showException',
  3436.             'debug.file_link_format' => NULL,
  3437.             'asset.request_context.base_path' => NULL,
  3438.             'asset.request_context.secure' => NULL,
  3439.             'translator.logging' => false,
  3440.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3441.             'debug.error_handler.throw_at' => -1,
  3442.             'router.request_context.host' => 'localhost',
  3443.             'router.request_context.scheme' => 'http',
  3444.             'router.request_context.base_url' => '',
  3445.             'router.resource' => 'kernel::loadRoutes',
  3446.             'request_listener.http_port' => 80,
  3447.             'request_listener.https_port' => 443,
  3448.             'session.metadata.storage_key' => '_sf2_meta',
  3449.             'session.metadata.update_threshold' => 0,
  3450.             'form.type_extension.csrf.enabled' => true,
  3451.             'form.type_extension.csrf.field_name' => '_token',
  3452.             'validator.translation_domain' => 'validators',
  3453.             'profiler_listener.only_exceptions' => false,
  3454.             'profiler_listener.only_main_requests' => false,
  3455.             'twig.form.resources' => [
  3456.                 => '@FMElfinder/Form/elfinder_widget.html.twig',
  3457.                 => '@VichUploader/Form/fields.html.twig',
  3458.                 => 'form_div_layout.html.twig',
  3459.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  3460.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3461.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  3462.             ],
  3463.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3464.             'security.role_hierarchy.roles' => [
  3465.             ],
  3466.             'security.access.denied_url' => NULL,
  3467.             'security.authentication.manager.erase_credentials' => true,
  3468.             'security.authentication.session_strategy.strategy' => 'migrate',
  3469.             'security.access.always_authenticate_before_granting' => false,
  3470.             'security.authentication.hide_user_not_found' => true,
  3471.             'security.firewalls' => [
  3472.                 => 'dev',
  3473.                 => 'login',
  3474.                 => 'api',
  3475.                 => 'main',
  3476.             ],
  3477.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3478.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3479.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3480.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3481.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3482.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3483.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3484.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3485.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3486.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3487.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3488.             'doctrine.entity_managers' => [
  3489.                 'default' => 'doctrine.orm.default_entity_manager',
  3490.             ],
  3491.             'doctrine.default_entity_manager' => 'default',
  3492.             'doctrine.dbal.connection_factory.types' => [
  3493.             ],
  3494.             'doctrine.connections' => [
  3495.                 'default' => 'doctrine.dbal.default_connection',
  3496.             ],
  3497.             'doctrine.default_connection' => 'default',
  3498.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3499.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3500.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3501.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3502.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3503.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3504.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3505.             'doctrine.orm.cache.memcache_port' => 11211,
  3506.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3507.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3508.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3509.             'doctrine.orm.cache.memcached_port' => 11211,
  3510.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3511.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3512.             'doctrine.orm.cache.redis_host' => 'localhost',
  3513.             'doctrine.orm.cache.redis_port' => 6379,
  3514.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3515.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3516.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3517.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3518.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3519.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3520.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3521.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3522.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3523.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3524.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3525.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3526.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3527.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3528.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3529.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3530.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3531.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3532.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3533.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3534.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3535.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3536.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3537.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3538.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3539.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3540.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3541.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3542.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3543.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3544.             'doctrine.orm.auto_generate_proxy_classes' => true,
  3545.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3546.             'doctrine.migrations.preferred_em' => NULL,
  3547.             'doctrine.migrations.preferred_connection' => NULL,
  3548.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3549.             'web_profiler.debug_toolbar.mode' => 2,
  3550.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3551.             'tiloweb_pagination.template' => '@TilowebPagination/pagination.html.twig',
  3552.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  3553.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  3554.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  3555.             'knp_paginator.page_range' => 5,
  3556.             'knp_paginator.page_limit' => NULL,
  3557.             'liip_functional_test.command_verbosity' => 'normal',
  3558.             'liip_functional_test.command_decoration' => true,
  3559.             'liip_functional_test.query.max_query_count' => NULL,
  3560.             'liip_functional_test.authentication.username' => '',
  3561.             'liip_functional_test.authentication.password' => '',
  3562.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3563.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  3564.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3565.             'stof_doctrine_extensions.default_locale' => 'en_US',
  3566.             'stof_doctrine_extensions.translation_fallback' => true,
  3567.             'stof_doctrine_extensions.persist_default_translation' => true,
  3568.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3569.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3570.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3571.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3572.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3573.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3574.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3575.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3576.             'pugx_autocompleter.autocomplete.class' => 'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteType',
  3577.             'pugx_autocompleter.filter_autocomplete.class' => 'PUGX\\AutocompleterBundle\\Form\\Type\\AutocompleteFilterType',
  3578.             'lexik_jwt_authentication.pass_phrase' => 'tintin',
  3579.             'lexik_jwt_authentication.token_ttl' => 86400,
  3580.             'lexik_jwt_authentication.clock_skew' => 0,
  3581.             'lexik_jwt_authentication.user_identity_field' => 'username',
  3582.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3583.             'lexik_jwt_authentication.user_id_claim' => 'username',
  3584.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  3585.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3586.             'nelmio_api_doc.areas' => [
  3587.                 => 'default',
  3588.             ],
  3589.             'fm_elfinder.loader' => 'FM\\ElfinderBundle\\Loader\\ElFinderLoader',
  3590.             'fm_elfinder.configurator' => 'FM\\ElfinderBundle\\Configuration\\ElFinderConfigurationReader',
  3591.             'elfinder.form.type.class' => 'FM\\ElfinderBundle\\Form\\Type\\ElFinderType',
  3592.             'fm_elfinder' => [
  3593.                 'configuration_provider' => 'staci_elfinder_configurator.configurator',
  3594.                 'instances' => [
  3595.                     'default' => [
  3596.                         'editor' => 'ckeditor',
  3597.                         'relative_path' => false,
  3598.                         'connector' => [
  3599.                             'roots' => [
  3600.                                 'uploads' => [
  3601.                                     'driver' => 'LocalFileSystem',
  3602.                                     'path' => 'uploads/default/ckeditor',
  3603.                                     'upload_allow' => [
  3604.                                         => 'application/pdf',
  3605.                                         => 'image/png',
  3606.                                         => 'image/jpg',
  3607.                                         => 'image/jpeg',
  3608.                                         => 'text/plain',
  3609.                                     ],
  3610.                                     'upload_deny' => [
  3611.                                         => 'all',
  3612.                                     ],
  3613.                                     'upload_max_size' => '200M',
  3614.                                     'volume_id' => 0,
  3615.                                     'autoload' => false,
  3616.                                     'phash' => '',
  3617.                                     'trash_hash' => '',
  3618.                                     'locale' => '',
  3619.                                     'i18n_folder_name' => false,
  3620.                                     'mime_detect' => 'auto',
  3621.                                     'mimefile' => '',
  3622.                                     'security_voter' => '',
  3623.                                     'start_path' => '',
  3624.                                     'encoding' => 'UTF-8',
  3625.                                     'url' => '',
  3626.                                     'alias' => '',
  3627.                                     'img_lib' => 'auto',
  3628.                                     'tmb_path' => '.tmb',
  3629.                                     'tmb_path_mode' => 511,
  3630.                                     'tmb_url' => '',
  3631.                                     'tmb_size' => 48,
  3632.                                     'tmb_crop' => true,
  3633.                                     'tmb_bg_color' => '#ffffff',
  3634.                                     'quarantine' => NULL,
  3635.                                     'copy_overwrite' => true,
  3636.                                     'copy_join' => true,
  3637.                                     'copy_from' => true,
  3638.                                     'copy_to' => true,
  3639.                                     'upload_overwrite' => true,
  3640.                                     'fileMode' => 420,
  3641.                                     'upload_order' => [
  3642.                                         => 'deny',
  3643.                                         => 'allow',
  3644.                                     ],
  3645.                                     'upload_max_conn' => 3,
  3646.                                     'defaults' => [
  3647.                                         'read' => true,
  3648.                                         'write' => true,
  3649.                                     ],
  3650.                                     'attributes' => [
  3651.                                     ],
  3652.                                     'accepted_name' => '/^\\w[\\w\\s\\.\\%\\-]*$/u',
  3653.                                     'show_hidden' => false,
  3654.                                     'disabled_commands' => [
  3655.                                     ],
  3656.                                     'tree_deep' => 0,
  3657.                                     'check_subfolders' => 1,
  3658.                                     'separator' => '/',
  3659.                                     'date_format' => 'j M Y H:i',
  3660.                                     'time_format' => 'H:i',
  3661.                                     'archive_mimes' => [
  3662.                                     ],
  3663.                                     'archivers' => [
  3664.                                         'enabled' => false,
  3665.                                         'create' => [
  3666.                                         ],
  3667.                                         'extract' => [
  3668.                                         ],
  3669.                                     ],
  3670.                                     'flysystem' => [
  3671.                                         'enabled' => false,
  3672.                                         'filesystem' => '',
  3673.                                         'type' => '',
  3674.                                         'adapter_service' => '',
  3675.                                     ],
  3676.                                     'glide_url' => '',
  3677.                                     'glide_key' => '',
  3678.                                     'plugins' => [
  3679.                                     ],
  3680.                                     'driver_options' => [
  3681.                                     ],
  3682.                                     'dropbox2_settings' => [
  3683.                                         'enabled' => false,
  3684.                                         'aliasFormat' => '%s@Dropbox',
  3685.                                         'path' => '/',
  3686.                                         'separator' => '/',
  3687.                                         'acceptedName' => '%s@Dropbox',
  3688.                                         'rootCssClass' => 'elfinder-navbar-root-dropbox',
  3689.                                         'getThumbSize' => 'medium',
  3690.                                     ],
  3691.                                     'box_settings' => [
  3692.                                         'enabled' => false,
  3693.                                         'root' => 'Box.com',
  3694.                                         'path' => '/',
  3695.                                         'separator' => '/',
  3696.                                         'tmbPath' => '',
  3697.                                         'tmbURL' => '',
  3698.                                         'tmpPath' => '',
  3699.                                         'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  3700.                                         'rootCssClass' => 'elfinder-navbar-root-box',
  3701.                                     ],
  3702.                                     'onedrive_settings' => [
  3703.                                         'enabled' => false,
  3704.                                         'root' => 'OneDrive.com',
  3705.                                         'OneDriveApiClient' => '',
  3706.                                         'path' => '/',
  3707.                                         'separator' => '/',
  3708.                                         'tmbPath' => '',
  3709.                                         'tmbURL' => '',
  3710.                                         'tmpPath' => '',
  3711.                                         'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
  3712.                                         'rootCssClass' => 'elfinder-navbar-root-onedrive',
  3713.                                         'useApiThumbnail' => true,
  3714.                                     ],
  3715.                                     'ftp_settings' => [
  3716.                                         'enabled' => false,
  3717.                                     ],
  3718.                                     'mysql_settings' => [
  3719.                                         'enabled' => false,
  3720.                                         'port' => NULL,
  3721.                                         'socket' => NULL,
  3722.                                         'files_table' => 'elfinder_file',
  3723.                                         'tmbPath' => '',
  3724.                                         'tmpPath' => '',
  3725.                                         'rootCssClass' => 'elfinder-navbar-root-sql',
  3726.                                         'noSessionCache' => 'hasdirs',
  3727.                                     ],
  3728.                                 ],
  3729.                             ],
  3730.                             'debug' => false,
  3731.                             'binds' => [
  3732.                             ],
  3733.                             'plugins' => [
  3734.                             ],
  3735.                         ],
  3736.                         'locale' => NULL,
  3737.                         'cors_support' => false,
  3738.                         'editor_template' => NULL,
  3739.                         'fullscreen' => true,
  3740.                         'multi_home_folder' => false,
  3741.                         'folder_separator' => '',
  3742.                         'theme' => 'smoothness',
  3743.                         'tinymce_popup_path' => '',
  3744.                         'path_prefix' => '/',
  3745.                         'where_is_multi' => [
  3746.                         ],
  3747.                         'visible_mime_types' => [
  3748.                         ],
  3749.                     ],
  3750.                 ],
  3751.                 'assets_path' => 'assets',
  3752.                 'loader' => 'fm_elfinder.loader.default',
  3753.             ],
  3754.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  3755.             'vich_uploader.mappings' => [
  3756.                 'page_image' => [
  3757.                     'uri_prefix' => '/page_image',
  3758.                     'upload_destination' => (\dirname(__DIR__4).'/public/page_image'),
  3759.                     'directory_namer' => [
  3760.                         'service' => 'staci_directory_namer',
  3761.                         'options' => [
  3762.                         ],
  3763.                     ],
  3764.                     'namer' => [
  3765.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.page_image',
  3766.                         'options' => [
  3767.                         ],
  3768.                     ],
  3769.                     'delete_on_remove' => true,
  3770.                     'delete_on_update' => true,
  3771.                     'inject_on_load' => false,
  3772.                     'db_driver' => 'orm',
  3773.                 ],
  3774.                 'page_thumb' => [
  3775.                     'uri_prefix' => '/page_thumb',
  3776.                     'upload_destination' => (\dirname(__DIR__4).'/public/page_thumb'),
  3777.                     'directory_namer' => [
  3778.                         'service' => 'staci_directory_namer',
  3779.                         'options' => [
  3780.                         ],
  3781.                     ],
  3782.                     'namer' => [
  3783.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.page_thumb',
  3784.                         'options' => [
  3785.                         ],
  3786.                     ],
  3787.                     'delete_on_remove' => true,
  3788.                     'delete_on_update' => true,
  3789.                     'inject_on_load' => false,
  3790.                     'db_driver' => 'orm',
  3791.                 ],
  3792.                 'news_image' => [
  3793.                     'uri_prefix' => '/news_image',
  3794.                     'upload_destination' => (\dirname(__DIR__4).'/public/news_image'),
  3795.                     'directory_namer' => [
  3796.                         'service' => 'staci_directory_namer',
  3797.                         'options' => [
  3798.                         ],
  3799.                     ],
  3800.                     'namer' => [
  3801.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.news_image',
  3802.                         'options' => [
  3803.                         ],
  3804.                     ],
  3805.                     'delete_on_remove' => true,
  3806.                     'delete_on_update' => true,
  3807.                     'inject_on_load' => false,
  3808.                     'db_driver' => 'orm',
  3809.                 ],
  3810.                 'refrigeratorbin_image' => [
  3811.                     'uri_prefix' => '/refrigeratorbin_image',
  3812.                     'upload_destination' => (\dirname(__DIR__4).'/public/refrigeratorbin_image'),
  3813.                     'directory_namer' => [
  3814.                         'service' => 'staci_directory_namer',
  3815.                         'options' => [
  3816.                         ],
  3817.                     ],
  3818.                     'namer' => [
  3819.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.refrigeratorbin_image',
  3820.                         'options' => [
  3821.                         ],
  3822.                     ],
  3823.                     'delete_on_remove' => true,
  3824.                     'delete_on_update' => true,
  3825.                     'inject_on_load' => false,
  3826.                     'db_driver' => 'orm',
  3827.                 ],
  3828.                 'furniture_image' => [
  3829.                     'uri_prefix' => '/furniture_image',
  3830.                     'upload_destination' => (\dirname(__DIR__4).'/public/furniture_image'),
  3831.                     'directory_namer' => [
  3832.                         'service' => 'staci_directory_namer',
  3833.                         'options' => [
  3834.                         ],
  3835.                     ],
  3836.                     'namer' => [
  3837.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.furniture_image',
  3838.                         'options' => [
  3839.                         ],
  3840.                     ],
  3841.                     'delete_on_remove' => true,
  3842.                     'delete_on_update' => true,
  3843.                     'inject_on_load' => false,
  3844.                     'db_driver' => 'orm',
  3845.                 ],
  3846.                 'news_thumb' => [
  3847.                     'uri_prefix' => '/news_thumb',
  3848.                     'upload_destination' => (\dirname(__DIR__4).'/public/news_thumb'),
  3849.                     'directory_namer' => [
  3850.                         'service' => 'staci_directory_namer',
  3851.                         'options' => [
  3852.                         ],
  3853.                     ],
  3854.                     'namer' => [
  3855.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.news_thumb',
  3856.                         'options' => [
  3857.                         ],
  3858.                     ],
  3859.                     'delete_on_remove' => true,
  3860.                     'delete_on_update' => true,
  3861.                     'inject_on_load' => false,
  3862.                     'db_driver' => 'orm',
  3863.                 ],
  3864.                 'file' => [
  3865.                     'uri_prefix' => '/files',
  3866.                     'upload_destination' => (\dirname(__DIR__4).'/public/files'),
  3867.                     'directory_namer' => [
  3868.                         'service' => 'staci_directory_namer',
  3869.                         'options' => [
  3870.                         ],
  3871.                     ],
  3872.                     'namer' => [
  3873.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.file',
  3874.                         'options' => [
  3875.                         ],
  3876.                     ],
  3877.                     'delete_on_remove' => true,
  3878.                     'delete_on_update' => true,
  3879.                     'inject_on_load' => false,
  3880.                     'db_driver' => 'orm',
  3881.                 ],
  3882.                 'advertiser_logo' => [
  3883.                     'uri_prefix' => '/advertiser_logo',
  3884.                     'upload_destination' => (\dirname(__DIR__4).'/public/advertiser_logo'),
  3885.                     'directory_namer' => [
  3886.                         'service' => 'staci_directory_namer',
  3887.                         'options' => [
  3888.                         ],
  3889.                     ],
  3890.                     'namer' => [
  3891.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.advertiser_logo',
  3892.                         'options' => [
  3893.                         ],
  3894.                     ],
  3895.                     'delete_on_remove' => true,
  3896.                     'delete_on_update' => true,
  3897.                     'inject_on_load' => false,
  3898.                     'db_driver' => 'orm',
  3899.                 ],
  3900.                 'advertiser_background_connexion' => [
  3901.                     'uri_prefix' => '/advertiser_background_connexion',
  3902.                     'upload_destination' => (\dirname(__DIR__4).'/public/advertiser_background_connexion'),
  3903.                     'directory_namer' => [
  3904.                         'service' => 'staci_directory_namer',
  3905.                         'options' => [
  3906.                         ],
  3907.                     ],
  3908.                     'namer' => [
  3909.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.advertiser_background_connexion',
  3910.                         'options' => [
  3911.                         ],
  3912.                     ],
  3913.                     'delete_on_remove' => true,
  3914.                     'delete_on_update' => true,
  3915.                     'inject_on_load' => false,
  3916.                     'db_driver' => 'orm',
  3917.                 ],
  3918.                 'dashboard_header_img' => [
  3919.                     'uri_prefix' => '/dashboard_header_img',
  3920.                     'upload_destination' => (\dirname(__DIR__4).'/public/dashboard_header_img'),
  3921.                     'directory_namer' => [
  3922.                         'service' => 'staci_directory_namer',
  3923.                         'options' => [
  3924.                         ],
  3925.                     ],
  3926.                     'namer' => [
  3927.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.dashboard_header_img',
  3928.                         'options' => [
  3929.                         ],
  3930.                     ],
  3931.                     'delete_on_remove' => true,
  3932.                     'delete_on_update' => true,
  3933.                     'inject_on_load' => false,
  3934.                     'db_driver' => 'orm',
  3935.                 ],
  3936.                 'homepage_header_img' => [
  3937.                     'uri_prefix' => '/homepage_header_img',
  3938.                     'upload_destination' => (\dirname(__DIR__4).'/public/homepage_header_img'),
  3939.                     'directory_namer' => [
  3940.                         'service' => 'staci_directory_namer',
  3941.                         'options' => [
  3942.                         ],
  3943.                     ],
  3944.                     'namer' => [
  3945.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.homepage_header_img',
  3946.                         'options' => [
  3947.                         ],
  3948.                     ],
  3949.                     'delete_on_remove' => true,
  3950.                     'delete_on_update' => true,
  3951.                     'inject_on_load' => false,
  3952.                     'db_driver' => 'orm',
  3953.                 ],
  3954.                 'operation_main_illus' => [
  3955.                     'uri_prefix' => '/operation_main_illus',
  3956.                     'upload_destination' => (\dirname(__DIR__4).'/public/operation_main_illus'),
  3957.                     'directory_namer' => [
  3958.                         'service' => 'staci_directory_namer',
  3959.                         'options' => [
  3960.                         ],
  3961.                     ],
  3962.                     'namer' => [
  3963.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.operation_main_illus',
  3964.                         'options' => [
  3965.                         ],
  3966.                     ],
  3967.                     'delete_on_remove' => true,
  3968.                     'delete_on_update' => true,
  3969.                     'inject_on_load' => false,
  3970.                     'db_driver' => 'orm',
  3971.                 ],
  3972.                 'operation_order_attachment' => [
  3973.                     'uri_prefix' => '/operation_order_attachment',
  3974.                     'upload_destination' => (\dirname(__DIR__4).'/public/operation_order_attachment'),
  3975.                     'directory_namer' => [
  3976.                         'service' => 'staci_directory_namer',
  3977.                         'options' => [
  3978.                         ],
  3979.                     ],
  3980.                     'namer' => [
  3981.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.operation_order_attachment',
  3982.                         'options' => [
  3983.                         ],
  3984.                     ],
  3985.                     'delete_on_remove' => true,
  3986.                     'delete_on_update' => true,
  3987.                     'inject_on_load' => false,
  3988.                     'db_driver' => 'orm',
  3989.                 ],
  3990.             ],
  3991.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  3992.             'liip_imagine.resolvers' => [
  3993.                 'default' => [
  3994.                     'web_path' => [
  3995.                         'web_root' => (\dirname(__DIR__4).'/public'),
  3996.                         'cache_prefix' => 'images/cache',
  3997.                     ],
  3998.                 ],
  3999.             ],
  4000.             'liip_imagine.loaders' => [
  4001.                 'default' => [
  4002.                     'filesystem' => [
  4003.                         'locator' => 'filesystem',
  4004.                         'data_root' => [
  4005.                             => (\dirname(__DIR__4).'/public'),
  4006.                         ],
  4007.                         'allow_unresolvable_data_roots' => false,
  4008.                         'bundle_resources' => [
  4009.                             'enabled' => false,
  4010.                             'access_control_type' => 'blacklist',
  4011.                             'access_control_list' => [
  4012.                             ],
  4013.                         ],
  4014.                     ],
  4015.                 ],
  4016.             ],
  4017.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4018.             'liip_imagine.jpegoptim.stripAll' => true,
  4019.             'liip_imagine.jpegoptim.max' => NULL,
  4020.             'liip_imagine.jpegoptim.progressive' => true,
  4021.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4022.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4023.             'liip_imagine.optipng.level' => 7,
  4024.             'liip_imagine.optipng.stripAll' => true,
  4025.             'liip_imagine.optipng.tempDir' => NULL,
  4026.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4027.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4028.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4029.             'liip_imagine.cwebp.tempDir' => NULL,
  4030.             'liip_imagine.cwebp.q' => 75,
  4031.             'liip_imagine.cwebp.alphaQ' => 100,
  4032.             'liip_imagine.cwebp.m' => 4,
  4033.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4034.             'liip_imagine.cwebp.alphaMethod' => 1,
  4035.             'liip_imagine.cwebp.exact' => false,
  4036.             'liip_imagine.cwebp.metadata' => [
  4037.                 => 'none',
  4038.             ],
  4039.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  4040.             'liip_imagine.cache.resolver.default' => 'default',
  4041.             'liip_imagine.default_image' => NULL,
  4042.             'liip_imagine.filter_sets' => [
  4043.                 'cache' => [
  4044.                     'quality' => 100,
  4045.                     'jpeg_quality' => NULL,
  4046.                     'png_compression_level' => NULL,
  4047.                     'png_compression_filter' => NULL,
  4048.                     'format' => NULL,
  4049.                     'animated' => false,
  4050.                     'cache' => NULL,
  4051.                     'data_loader' => NULL,
  4052.                     'default_image' => NULL,
  4053.                     'filters' => [
  4054.                     ],
  4055.                     'post_processors' => [
  4056.                     ],
  4057.                 ],
  4058.                 'teaser_thumb' => [
  4059.                     'quality' => 85,
  4060.                     'jpeg_quality' => NULL,
  4061.                     'png_compression_level' => NULL,
  4062.                     'png_compression_filter' => NULL,
  4063.                     'format' => NULL,
  4064.                     'animated' => false,
  4065.                     'cache' => NULL,
  4066.                     'data_loader' => NULL,
  4067.                     'default_image' => NULL,
  4068.                     'filters' => [
  4069.                         'thumbnail' => [
  4070.                             'size' => [
  4071.                                 => 120,
  4072.                                 => 90,
  4073.                             ],
  4074.                             'mode' => 'outbound',
  4075.                         ],
  4076.                         'background' => [
  4077.                             'size' => [
  4078.                                 => 124,
  4079.                                 => 94,
  4080.                             ],
  4081.                             'position' => 'center',
  4082.                             'color' => '#000000',
  4083.                         ],
  4084.                     ],
  4085.                     'post_processors' => [
  4086.                     ],
  4087.                 ],
  4088.             ],
  4089.             'liip_imagine.binary.loader.default' => 'default',
  4090.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  4091.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  4092.             'liip_imagine.webp.generate' => false,
  4093.             'liip_imagine.webp.options' => [
  4094.                 'quality' => 100,
  4095.                 'cache' => NULL,
  4096.                 'data_loader' => NULL,
  4097.                 'post_processors' => [
  4098.                 ],
  4099.             ],
  4100.             'monolog.use_microseconds' => true,
  4101.             'monolog.swift_mailer.handlers' => [
  4102.             ],
  4103.             'monolog.handlers_to_channels' => [
  4104.                 'monolog.handler.main_error' => [
  4105.                     'type' => 'exclusive',
  4106.                     'elements' => [
  4107.                         => 'event',
  4108.                     ],
  4109.                 ],
  4110.                 'monolog.handler.console' => [
  4111.                     'type' => 'exclusive',
  4112.                     'elements' => [
  4113.                         => 'event',
  4114.                         => 'doctrine',
  4115.                         => 'console',
  4116.                     ],
  4117.                 ],
  4118.                 'monolog.handler.main' => [
  4119.                     'type' => 'exclusive',
  4120.                     'elements' => [
  4121.                         => 'event',
  4122.                     ],
  4123.                 ],
  4124.             ],
  4125.             'data_collector.templates' => [
  4126.                 'data_collector.request' => [
  4127.                     => 'request',
  4128.                     => '@WebProfiler/Collector/request.html.twig',
  4129.                 ],
  4130.                 'data_collector.time' => [
  4131.                     => 'time',
  4132.                     => '@WebProfiler/Collector/time.html.twig',
  4133.                 ],
  4134.                 'data_collector.memory' => [
  4135.                     => 'memory',
  4136.                     => '@WebProfiler/Collector/memory.html.twig',
  4137.                 ],
  4138.                 'data_collector.validator' => [
  4139.                     => 'validator',
  4140.                     => '@WebProfiler/Collector/validator.html.twig',
  4141.                 ],
  4142.                 'data_collector.ajax' => [
  4143.                     => 'ajax',
  4144.                     => '@WebProfiler/Collector/ajax.html.twig',
  4145.                 ],
  4146.                 'data_collector.form' => [
  4147.                     => 'form',
  4148.                     => '@WebProfiler/Collector/form.html.twig',
  4149.                 ],
  4150.                 'data_collector.exception' => [
  4151.                     => 'exception',
  4152.                     => '@WebProfiler/Collector/exception.html.twig',
  4153.                 ],
  4154.                 'data_collector.logger' => [
  4155.                     => 'logger',
  4156.                     => '@WebProfiler/Collector/logger.html.twig',
  4157.                 ],
  4158.                 'data_collector.events' => [
  4159.                     => 'events',
  4160.                     => '@WebProfiler/Collector/events.html.twig',
  4161.                 ],
  4162.                 'data_collector.router' => [
  4163.                     => 'router',
  4164.                     => '@WebProfiler/Collector/router.html.twig',
  4165.                 ],
  4166.                 'data_collector.cache' => [
  4167.                     => 'cache',
  4168.                     => '@WebProfiler/Collector/cache.html.twig',
  4169.                 ],
  4170.                 'data_collector.translation' => [
  4171.                     => 'translation',
  4172.                     => '@WebProfiler/Collector/translation.html.twig',
  4173.                 ],
  4174.                 'data_collector.security' => [
  4175.                     => 'security',
  4176.                     => '@Security/Collector/security.html.twig',
  4177.                 ],
  4178.                 'data_collector.twig' => [
  4179.                     => 'twig',
  4180.                     => '@WebProfiler/Collector/twig.html.twig',
  4181.                 ],
  4182.                 'data_collector.doctrine' => [
  4183.                     => 'db',
  4184.                     => '@Doctrine/Collector/db.html.twig',
  4185.                 ],
  4186.                 'data_collector.dump' => [
  4187.                     => 'dump',
  4188.                     => '@Debug/Profiler/dump.html.twig',
  4189.                 ],
  4190.                 'mailer.data_collector' => [
  4191.                     => 'mailer',
  4192.                     => '@WebProfiler/Collector/mailer.html.twig',
  4193.                 ],
  4194.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  4195.                     => 'vich_uploader.mapping_collector',
  4196.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  4197.                 ],
  4198.                 'data_collector.config' => [
  4199.                     => 'config',
  4200.                     => '@WebProfiler/Collector/config.html.twig',
  4201.                 ],
  4202.             ],
  4203.             'console.command.ids' => [
  4204.                 => 'console.command.public_alias.App\\Command\\AddMailQueueEntryCommand',
  4205.                 => 'console.command.public_alias.App\\Command\\CheckBinInstanceStepTransmitted',
  4206.                 => 'console.command.public_alias.App\\Command\\CheckOrderBinStepTransmitted',
  4207.                 => 'console.command.public_alias.App\\Command\\CheckOrderBugCommand',
  4208.                 => 'console.command.public_alias.App\\Command\\CheckTransmittedOrderCommand',
  4209.                 => 'console.command.public_alias.App\\Command\\CleanExportCommand',
  4210.                 => 'console.command.public_alias.App\\Command\\CleanOperationDatasCommand',
  4211.                 => 'console.command.public_alias.App\\Command\\CleanShopCommand',
  4212.                 => 'console.command.public_alias.App\\Command\\CleanUserAdvertiserRoleCommand',
  4213.                 => 'console.command.public_alias.App\\Command\\CleanUserDatasCommand',
  4214.                 10 => 'console.command.public_alias.App\\Command\\DisableImportDatasCommand',
  4215.                 11 => 'console.command.public_alias.App\\Command\\ExportCommand',
  4216.                 12 => 'console.command.public_alias.App\\Command\\FixOperationQuotaValue',
  4217.                 13 => 'console.command.public_alias.App\\Command\\FixPublicHollidayDateTimeCommand',
  4218.                 14 => 'console.command.public_alias.App\\Command\\FreeQuotaCommand',
  4219.                 15 => 'console.command.public_alias.App\\Command\\ImportDatasCommand',
  4220.                 16 => 'console.command.public_alias.App\\Command\\OneShoot\\FixFurnitureStockCalendarDuplicate',
  4221.                 17 => 'console.command.public_alias.App\\Command\\OneShoot\\PopulateFurnitureSalon',
  4222.                 18 => 'console.command.public_alias.App\\Command\\OneShoot\\PopulateOperationOrderAnimation',
  4223.                 19 => 'console.command.public_alias.App\\Command\\OneShoot\\PopulateRefrigeratorInstanceDate',
  4224.                 20 => 'console.command.public_alias.App\\Command\\OneShoot\\PopulateUserAdvertiserAndUserRole',
  4225.                 21 => 'console.command.public_alias.App\\Command\\OperationAutoDisableCommand',
  4226.                 22 => 'console.command.public_alias.App\\Command\\OperationAutoPublishCommand',
  4227.                 23 => 'console.command.public_alias.App\\Command\\OperationReloadConfigCommand',
  4228.                 24 => 'console.command.public_alias.App\\Command\\Periodic\\PopulateFurnitureCalendarDate',
  4229.                 25 => 'console.command.public_alias.App\\Command\\RemoveOperationCommand',
  4230.                 26 => 'console.command.public_alias.App\\Command\\SendAllMailsQueue',
  4231.                 27 => 'console.command.public_alias.App\\Command\\SendFurnitureAgencyNotifMails',
  4232.                 28 => 'console.command.public_alias.App\\Command\\SendFurnitureModerationNotifMails',
  4233.                 29 => 'console.command.public_alias.App\\Command\\WorkflowFinishOrderCommand',
  4234.                 30 => 'console.command.public_alias.App\\Command\\WorkflowFinishProblemOrderCommand',
  4235.                 31 => 'console.command.public_alias.App\\Command\\WorkflowRefrigeratorBinDeliveredCommand',
  4236.                 32 => 'console.command.public_alias.App\\Command\\changeRightSystemCommand',
  4237.             ],
  4238.         ];
  4239.     }
  4240.     protected function throw($message)
  4241.     {
  4242.         throw new RuntimeException($message);
  4243.     }
  4244. }