var/cache/dev/ContainerXWwNvza/srcApp_KernelDevDebugContainer.php line 1694

Open in your IDE?
  1. <?php
  2. namespace ContainerXWwNvza;
  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. /**
  11.  * This class has been auto-generated
  12.  * by the Symfony Dependency Injection Component.
  13.  *
  14.  * @final since Symfony 3.3
  15.  */
  16. class srcApp_KernelDevDebugContainer extends Container
  17. {
  18.     private $buildParameters;
  19.     private $containerDir;
  20.     private $parameters = [];
  21.     private $targetDirs = [];
  22.     private $getService;
  23.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  24.     {
  25.         $this->getService = \Closure::fromCallable([$this'getService']);
  26.         $dir $this->targetDirs[0] = \dirname($containerDir);
  27.         for ($i 1$i <= 5; ++$i) {
  28.             $this->targetDirs[$i] = $dir = \dirname($dir);
  29.         }
  30.         $this->buildParameters $buildParameters;
  31.         $this->containerDir $containerDir;
  32.         $this->parameters $this->getDefaultParameters();
  33.         $this->services $this->privates = [];
  34.         $this->syntheticIds = [
  35.             'kernel' => true,
  36.         ];
  37.         $this->methodMap = [
  38.             'Endroid\\QrCode\\Writer\\BinaryWriter' => 'getBinaryWriterService',
  39.             'Endroid\\QrCode\\Writer\\DebugWriter' => 'getDebugWriterService',
  40.             'Endroid\\QrCode\\Writer\\EpsWriter' => 'getEpsWriterService',
  41.             'Endroid\\QrCode\\Writer\\PngWriter' => 'getPngWriterService',
  42.             'Endroid\\QrCode\\Writer\\SvgWriter' => 'getSvgWriterService',
  43.             'cache.app' => 'getCache_AppService',
  44.             'cache.system' => 'getCache_SystemService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  49.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  50.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService',
  51.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService',
  52.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
  53.             'event_dispatcher' => 'getEventDispatcherService',
  54.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'jms_serializer' => 'getJmsSerializerService',
  57.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  58.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  59.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  60.             'liip_functional_test.exception_listener' => 'getLiipFunctionalTest_ExceptionListenerService',
  61.             'liip_functional_test.validator' => 'getLiipFunctionalTest_ValidatorService',
  62.             'profiler' => 'getProfilerService',
  63.             'request_stack' => 'getRequestStackService',
  64.             'router' => 'getRouterService',
  65.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  66.             'security.token_storage' => 'getSecurity_TokenStorageService',
  67.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  68.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  69.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  70.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  71.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  72.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  73.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  74.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  75.             'state_machine.qrcode_states' => 'getStateMachine_QrcodeStatesService',
  76.             'state_machine.qrcode_usage_states' => 'getStateMachine_QrcodeUsageStatesService',
  77.             'translator' => 'getTranslatorService',
  78.             'twig' => 'getTwigService',
  79.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  80.         ];
  81.         $this->fileMap = [
  82.             'App\\Controller\\Admin\\AdminController' => 'getAdminControllerService.php',
  83.             'App\\Controller\\Admin\\AppController' => 'getAppControllerService.php',
  84.             'App\\Controller\\Admin\\ClientController' => 'getClientControllerService.php',
  85.             'App\\Controller\\Admin\\DeviceController' => 'getDeviceControllerService.php',
  86.             'App\\Controller\\Admin\\EventController' => 'getEventControllerService.php',
  87.             'App\\Controller\\Admin\\EventDeviceController' => 'getEventDeviceControllerService.php',
  88.             'App\\Controller\\Admin\\EventGroupController' => 'getEventGroupControllerService.php',
  89.             'App\\Controller\\Admin\\QrCodeController' => 'getQrCodeControllerService.php',
  90.             'App\\Controller\\Admin\\QrCodeUsageController' => 'getQrCodeUsageControllerService.php',
  91.             'App\\Controller\\Admin\\SecurityController' => 'getSecurityControllerService.php',
  92.             'App\\Controller\\Api\\Client\\QrCodeController' => 'getQrCodeController2Service.php',
  93.             'App\\Controller\\Api\\Device\\DeviceUserController' => 'getDeviceUserControllerService.php',
  94.             'App\\Controller\\Api\\Device\\QRCodeUsageController' => 'getQRCodeUsageController2Service.php',
  95.             'App\\Controller\\DefaultController' => 'getDefaultControllerService.php',
  96.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService.php',
  97.             'Faker\\Generator' => 'getGeneratorService.php',
  98.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService.php',
  99.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService.php',
  100.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService.php',
  101.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService.php',
  102.             'Sonata\\AdminBundle\\Command\\GenerateAdminCommand' => 'getGenerateAdminCommandService.php',
  103.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService.php',
  104.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService.php',
  105.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService.php',
  106.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  107.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  108.             'admin.admin' => 'getAdmin_AdminService.php',
  109.             'admin.admin.template_registry' => 'getAdmin_Admin_TemplateRegistryService.php',
  110.             'admin.app' => 'getAdmin_AppService.php',
  111.             'admin.app.template_registry' => 'getAdmin_App_TemplateRegistryService.php',
  112.             'admin.client' => 'getAdmin_ClientService.php',
  113.             'admin.client.template_registry' => 'getAdmin_Client_TemplateRegistryService.php',
  114.             'admin.device' => 'getAdmin_DeviceService.php',
  115.             'admin.device.template_registry' => 'getAdmin_Device_TemplateRegistryService.php',
  116.             'admin.event' => 'getAdmin_EventService.php',
  117.             'admin.event.template_registry' => 'getAdmin_Event_TemplateRegistryService.php',
  118.             'admin.event_device' => 'getAdmin_EventDeviceService.php',
  119.             'admin.event_device.template_registry' => 'getAdmin_EventDevice_TemplateRegistryService.php',
  120.             'admin.event_group' => 'getAdmin_EventGroupService.php',
  121.             'admin.event_group.template_registry' => 'getAdmin_EventGroup_TemplateRegistryService.php',
  122.             'admin.qr_code' => 'getAdmin_QrCodeService.php',
  123.             'admin.qr_code.template_registry' => 'getAdmin_QrCode_TemplateRegistryService.php',
  124.             'admin.qr_code_usage' => 'getAdmin_QrCodeUsageService.php',
  125.             'admin.qr_code_usage.template_registry' => 'getAdmin_QrCodeUsage_TemplateRegistryService.php',
  126.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  127.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  128.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  129.             'cache_clearer' => 'getCacheClearerService.php',
  130.             'cache_warmer' => 'getCacheWarmerService.php',
  131.             'console.command.public_alias.Liip\\FunctionalTestBundle\\Command\\RunParatestCommand' => 'getRunParatestCommandService.php',
  132.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService.php',
  133.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService.php',
  134.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  135.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  136.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  137.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  138.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  139.             'console.command.public_alias.doctrine_migrations.dump_schema_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DumpSchemaCommandService.php',
  140.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  141.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  142.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  143.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  144.             'console.command.public_alias.doctrine_migrations.rollup_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_RollupCommandService.php',
  145.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  146.             'console.command.public_alias.doctrine_migrations.up_to_date_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_UpToDateCommandService.php',
  147.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  148.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  149.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService.php',
  150.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService.php',
  151.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService.php',
  152.             'filesystem' => 'getFilesystemService.php',
  153.             'form.factory' => 'getForm_FactoryService.php',
  154.             'form.type.file' => 'getForm_Type_FileService.php',
  155.             'fos_rest.exception.controller' => 'getFosRest_Exception_ControllerService.php',
  156.             'fos_rest.exception.twig_controller' => 'getFosRest_Exception_TwigControllerService.php',
  157.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService.php',
  158.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService.php',
  159.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService.php',
  160.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService.php',
  161.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService.php',
  162.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService.php',
  163.             'fos_user.user_manager' => 'getFosUser_UserManagerService.php',
  164.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService.php',
  165.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService.php',
  166.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService.php',
  167.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php',
  168.             'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
  169.             'liip_test_fixtures.services.database_tool_collection' => 'getLiipTestFixtures_Services_DatabaseToolCollectionService.php',
  170.             'liip_test_fixtures.services.fixtures_loader_factory' => 'getLiipTestFixtures_Services_FixturesLoaderFactoryService.php',
  171.             'liip_test_fixtures.services_database_backup.mongodb' => 'getLiipTestFixtures_ServicesDatabaseBackup_MongodbService.php',
  172.             'liip_test_fixtures.services_database_backup.mysql' => 'getLiipTestFixtures_ServicesDatabaseBackup_MysqlService.php',
  173.             'liip_test_fixtures.services_database_backup.sqlite' => 'getLiipTestFixtures_ServicesDatabaseBackup_SqliteService.php',
  174.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService.php',
  175.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService.php',
  176.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService.php',
  177.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService.php',
  178.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService.php',
  179.             'nelmio_api_doc.generator.client' => 'getNelmioApiDoc_Generator_ClientService.php',
  180.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService.php',
  181.             'nelmio_api_doc.generator.device' => 'getNelmioApiDoc_Generator_DeviceService.php',
  182.             'routing.loader' => 'getRouting_LoaderService.php',
  183.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  184.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  185.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  186.             'serializer' => 'getSerializerService.php',
  187.             'services_resetter' => 'getServicesResetterService.php',
  188.             'session' => 'getSessionService.php',
  189.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService.php',
  190.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService.php',
  191.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService.php',
  192.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService.php',
  193.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService.php',
  194.             'sonata.admin.admin_exporter' => 'getSonata_Admin_AdminExporterService.php',
  195.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService.php',
  196.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService.php',
  197.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService.php',
  198.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService.php',
  199.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService.php',
  200.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService.php',
  201.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService.php',
  202.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService.php',
  203.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService.php',
  204.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService.php',
  205.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService.php',
  206.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService.php',
  207.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService.php',
  208.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService.php',
  209.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService.php',
  210.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService.php',
  211.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService.php',
  212.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService.php',
  213.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService.php',
  214.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService.php',
  215.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService.php',
  216.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService.php',
  217.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService.php',
  218.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService.php',
  219.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService.php',
  220.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService.php',
  221.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService.php',
  222.             'sonata.admin.helper' => 'getSonata_Admin_HelperService.php',
  223.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService.php',
  224.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService.php',
  225.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService.php',
  226.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService.php',
  227.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService.php',
  228.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService.php',
  229.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService.php',
  230.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService.php',
  231.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService.php',
  232.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService.php',
  233.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService.php',
  234.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService.php',
  235.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService.php',
  236.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService.php',
  237.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService.php',
  238.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService.php',
  239.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService.php',
  240.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService.php',
  241.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService.php',
  242.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService.php',
  243.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService.php',
  244.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService.php',
  245.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService.php',
  246.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService.php',
  247.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService.php',
  248.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService.php',
  249.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService.php',
  250.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService.php',
  251.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService.php',
  252.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService.php',
  253.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService.php',
  254.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService.php',
  255.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService.php',
  256.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService.php',
  257.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService.php',
  258.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService.php',
  259.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService.php',
  260.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService.php',
  261.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService.php',
  262.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService.php',
  263.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService.php',
  264.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService.php',
  265.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService.php',
  266.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService.php',
  267.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService.php',
  268.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService.php',
  269.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService.php',
  270.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService.php',
  271.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService.php',
  272.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService.php',
  273.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService.php',
  274.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService.php',
  275.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService.php',
  276.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService.php',
  277.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService.php',
  278.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService.php',
  279.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService.php',
  280.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService.php',
  281.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService.php',
  282.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService.php',
  283.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService.php',
  284.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService.php',
  285.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService.php',
  286.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService.php',
  287.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService.php',
  288.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService.php',
  289.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService.php',
  290.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService.php',
  291.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService.php',
  292.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService.php',
  293.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService.php',
  294.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService.php',
  295.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService.php',
  296.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService.php',
  297.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService.php',
  298.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService.php',
  299.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService.php',
  300.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  301.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  302.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  303.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  304.             'templating' => 'getTemplatingService.php',
  305.             'templating.loader' => 'getTemplating_LoaderService.php',
  306.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  307.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  308.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  309.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  310.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  311.         ];
  312.         $this->aliases = [
  313.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  314.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  315.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  316.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  317.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  318.             'database_connection' => 'doctrine.dbal.default_connection',
  319.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  320.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  321.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  322.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  323.             'mailer' => 'swiftmailer.mailer.default',
  324.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  325.             'validator' => 'liip_functional_test.validator',
  326.         ];
  327.         $this->privates['service_container'] = function () {
  328.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  329.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  330.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  331.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  332.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  333.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  334.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  335.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  336.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  337.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  338.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  339.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  340.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  341.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  342.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  343.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  344.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  345.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  346.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  347.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  348.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  349.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  350.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  351.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  352.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  353.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  354.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  355.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  356.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  357.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  358.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  359.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  360.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheInterface.php';
  361.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  362.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  363.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  364.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  365.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  366.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  367.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  368.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheTrait.php';
  369.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  370.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  371.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  372.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  373.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  374.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  375.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  376.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  377.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  378.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  379.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  380.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  381.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  382.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  383.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  384.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  385.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  386.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  387.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  388.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  389.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  390.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  391.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  392.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  393.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  394.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  395.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  396.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  397.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  398.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  399.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  400.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  401.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  402.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  403.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  404.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  405.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  406.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  407.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  408.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  409.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  410.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  411.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  412.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  413.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  414.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  415.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  416.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  417.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  418.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  419.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  420.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  421.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  422.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  423.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  424.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  425.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  426.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  427.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  428.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  429.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  430.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  431.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  432.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  433.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  434.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  435.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  436.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  437.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  438.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  439.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  440.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  441.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  442.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  443.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  444.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  445.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  446.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  447.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  448.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  449.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/WorkflowInterface.php';
  450.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/Workflow.php';
  451.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/StateMachine.php';
  452.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/Definition.php';
  453.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/Transition.php';
  454.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  455.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  456.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  457.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  458.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  459.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  460.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  461.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  462.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  463.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  464.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  465.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  466.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  467.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  468.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  469.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessor.php';
  470.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
  471.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  472.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  473.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  474.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  475.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  476.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  477.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  478.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  479.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  480.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  481.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  482.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  483.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  484.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  485.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  486.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  487.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  488.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
  489.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
  490.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
  491.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  492.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  493.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  494.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  495.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  496.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  497.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  498.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  499.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  500.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  501.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  502.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  503.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  504.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  505.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
  506.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
  507.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  508.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  509.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  510.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  511.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  512.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  513.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  514.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  515.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  516.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  517.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  518.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  519.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  520.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  521.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php';
  522.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  523.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  524.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  525.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php';
  526.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php';
  527.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php';
  528.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  529.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php';
  530.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  531.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php';
  532.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  533.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  534.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  535.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  536.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  537.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  538.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  539.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  540.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  541.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  542.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  543.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  544.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  545.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  546.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  547.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  548.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  549.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  550.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  551.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  552.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  553.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  554.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  555.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  556.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  557.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  558.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  559.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  560.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  561.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  562.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  563.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  564.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  565.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  566.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  567.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  568.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  569.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  570.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  571.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  572.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  573.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  574.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  575.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  576.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  577.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  578.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  579.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  580.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  581.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  582.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  583.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  584.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/UrlHelper.php';
  585.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  586.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  587.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/Registry.php';
  588.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  589.             include_once $this->targetDirs[3].'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  590.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  591.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  592.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  593.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  594.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  595.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  596.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  597.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  598.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  599.             include_once $this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/AbstractEnumTwigExtension.php';
  600.             include_once $this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumConstantTwigExtension.php';
  601.             include_once $this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumValuesAsArrayTwigExtension.php';
  602.             include_once $this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/ReadableEnumValueTwigExtension.php';
  603.             include_once $this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  604.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  605.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  606.             include_once $this->targetDirs[3].'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  607.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/DeprecatedTextExtension.php';
  608.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/StatusExtension.php';
  609.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  610.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  611.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  612.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  613.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  614.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  615.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  616.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  617.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  618.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  619.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  620.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  621.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  622.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  623.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  624.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  625.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  626.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  627.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  628.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  629.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  630.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  631.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  632.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  633.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  634.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  635.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  636.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  637.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  638.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  639.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  640.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  641.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  642.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  643.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  644.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  645.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  646.             include_once $this->targetDirs[3].'/vendor/liip/functional-test-bundle/src/EventListener/ExceptionListener.php';
  647.             include_once $this->targetDirs[3].'/vendor/liip/functional-test-bundle/src/Validator/DataCollectingValidator.php';
  648.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  649.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  650.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  651.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  652.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  653.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  654.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  655.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  656.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  657.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  658.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  659.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  660.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  661.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  662.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  663.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  664.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  665.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/HelperInterface.php';
  666.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/Helper.php';
  667.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  668.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  669.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  670.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  671.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  672.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  673.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  674.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  675.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  676.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  677.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  678.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  679.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  680.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  681.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  682.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  683.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  684.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  685.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionListener.php';
  686.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Version/VersionResolverInterface.php';
  687.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Version/ChainVersionResolver.php';
  688.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/QueryParameterVersionResolver.php';
  689.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/HeaderVersionResolver.php';
  690.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Version/Resolver/MediaTypeVersionResolver.php';
  691.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/EventListener/VersionExclusionListener.php';
  692.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Type/ParserInterface.php';
  693.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Type/Parser.php';
  694.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  695.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  696.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/MetadataFactory.php';
  697.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  698.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  699.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  700.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Cache/FileCache.php';
  701.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  702.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  703.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  704.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/Writer/AbstractWriter.php';
  705.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/Writer/BinaryWriter.php';
  706.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/Writer/DebugWriter.php';
  707.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/Writer/EpsWriter.php';
  708.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  709.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/Writer/SvgWriter.php';
  710.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/Factory/QrCodeFactoryInterface.php';
  711.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/Factory/QrCodeFactory.php';
  712.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/WriterRegistryInterface.php';
  713.             include_once $this->targetDirs[3].'/vendor/endroid/qr-code/src/WriterRegistry.php';
  714.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  715.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  716.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  717.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  718.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  719.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  720.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  721.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  722.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  723.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  724.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  725.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  726.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  727.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  728.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  729.             include_once $this->targetDirs[3].'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  730.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/SerializerInterface.php';
  731.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  732.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Serializer.php';
  733.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  734.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  735.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  736.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  737.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  738.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  739.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  740.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  741.             include_once $this->targetDirs[3].'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  742.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  743.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  744.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  745.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  746.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  747.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  748.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  749.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  750.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  751.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  752.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  753.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  754.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  755.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  756.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  757.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  758.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  759.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  760.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  761.             include_once $this->targetDirs[3].'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  762.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  763.         };
  764.     }
  765.     public function compile()
  766.     {
  767.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  768.     }
  769.     public function isCompiled()
  770.     {
  771.         return true;
  772.     }
  773.     public function getRemovedIds()
  774.     {
  775.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  776.     }
  777.     protected function load($file$lazyLoad true)
  778.     {
  779.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  780.     }
  781.     /**
  782.      * Gets the public 'Endroid\QrCode\Writer\BinaryWriter' shared autowired service.
  783.      *
  784.      * @return \Endroid\QrCode\Writer\BinaryWriter
  785.      */
  786.     protected function getBinaryWriterService()
  787.     {
  788.         return $this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] = new \Endroid\QrCode\Writer\BinaryWriter();
  789.     }
  790.     /**
  791.      * Gets the public 'Endroid\QrCode\Writer\DebugWriter' shared autowired service.
  792.      *
  793.      * @return \Endroid\QrCode\Writer\DebugWriter
  794.      */
  795.     protected function getDebugWriterService()
  796.     {
  797.         return $this->services['Endroid\\QrCode\\Writer\\DebugWriter'] = new \Endroid\QrCode\Writer\DebugWriter();
  798.     }
  799.     /**
  800.      * Gets the public 'Endroid\QrCode\Writer\EpsWriter' shared autowired service.
  801.      *
  802.      * @return \Endroid\QrCode\Writer\EpsWriter
  803.      */
  804.     protected function getEpsWriterService()
  805.     {
  806.         return $this->services['Endroid\\QrCode\\Writer\\EpsWriter'] = new \Endroid\QrCode\Writer\EpsWriter();
  807.     }
  808.     /**
  809.      * Gets the public 'Endroid\QrCode\Writer\PngWriter' shared autowired service.
  810.      *
  811.      * @return \Endroid\QrCode\Writer\PngWriter
  812.      */
  813.     protected function getPngWriterService()
  814.     {
  815.         return $this->services['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter();
  816.     }
  817.     /**
  818.      * Gets the public 'Endroid\QrCode\Writer\SvgWriter' shared autowired service.
  819.      *
  820.      * @return \Endroid\QrCode\Writer\SvgWriter
  821.      */
  822.     protected function getSvgWriterService()
  823.     {
  824.         return $this->services['Endroid\\QrCode\\Writer\\SvgWriter'] = new \Endroid\QrCode\Writer\SvgWriter();
  825.     }
  826.     /**
  827.      * Gets the public 'cache.app' shared service.
  828.      *
  829.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  830.      */
  831.     protected function getCache_AppService()
  832.     {
  833.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('X7pEJVQEwK'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  834.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  835.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  836.     }
  837.     /**
  838.      * Gets the public 'cache.system' shared service.
  839.      *
  840.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  841.      */
  842.     protected function getCache_SystemService()
  843.     {
  844.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IGfz+HV8K4'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  845.     }
  846.     /**
  847.      * Gets the public 'data_collector.dump' shared service.
  848.      *
  849.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  850.      */
  851.     protected function getDataCollector_DumpService()
  852.     {
  853.         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()));
  854.     }
  855.     /**
  856.      * Gets the public 'doctrine' shared service.
  857.      *
  858.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  859.      */
  860.     protected function getDoctrineService()
  861.     {
  862.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  863.     }
  864.     /**
  865.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  866.      *
  867.      * @return \Doctrine\DBAL\Connection
  868.      */
  869.     protected function getDoctrine_Dbal_DefaultConnectionService()
  870.     {
  871.         $a = new \Doctrine\DBAL\Configuration();
  872.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  873.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  874.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  875.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  876.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  877.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  878.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  879.         $a->setSQLLogger($b);
  880.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  881.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  882.         ], [
  883.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  884.         ]));
  885.         $e = new \Gedmo\Timestampable\TimestampableListener();
  886.         $e->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  887.         $d->addEventSubscriber($e);
  888.         $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
  889.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  890.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$d, []);
  891.     }
  892.     /**
  893.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  894.      *
  895.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  896.      */
  897.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  898.     {
  899.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  900.             'App\\EventListener\\Entity\\QrCodeListener' => ['privates''App\\EventListener\\Entity\\QrCodeListener''getQrCodeListenerService.php'true],
  901.         ], [
  902.             'App\\EventListener\\Entity\\QrCodeListener' => '?',
  903.         ]));
  904.         $instance->registerService('App\\EventListener\\Entity\\QrCodeListener''App\\EventListener\\Entity\\QrCodeListener');
  905.         return $instance;
  906.     }
  907.     /**
  908.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  909.      *
  910.      * @return \Doctrine\ORM\EntityManager
  911.      */
  912.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  913.     {
  914.         $a = new \Doctrine\ORM\Configuration();
  915.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  916.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity')]), 'App\\Entity');
  917.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  918.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  919.         $a->setMetadataCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()));
  920.         $a->setQueryCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()));
  921.         $a->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()));
  922.         $a->setMetadataDriverImpl($b);
  923.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  924.         $a->setProxyNamespace('Proxies');
  925.         $a->setAutoGenerateProxyClasses(true);
  926.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  927.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  928.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  929.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  930.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  931.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  932.             'App\\Repository\\AdminRepository' => ['privates''App\\Repository\\AdminRepository''getAdminRepositoryService.php'true],
  933.             'App\\Repository\\AppRepository' => ['privates''App\\Repository\\AppRepository''getAppRepositoryService.php'true],
  934.             'App\\Repository\\ClientRepository' => ['privates''App\\Repository\\ClientRepository''getClientRepositoryService.php'true],
  935.             'App\\Repository\\DeviceRepository' => ['privates''App\\Repository\\DeviceRepository''getDeviceRepositoryService.php'true],
  936.             'App\\Repository\\DeviceUserRepository' => ['privates''App\\Repository\\DeviceUserRepository''getDeviceUserRepositoryService.php'true],
  937.             'App\\Repository\\EventDeviceRepository' => ['privates''App\\Repository\\EventDeviceRepository''getEventDeviceRepositoryService.php'true],
  938.             'App\\Repository\\EventGroupRepository' => ['privates''App\\Repository\\EventGroupRepository''getEventGroupRepositoryService.php'true],
  939.             'App\\Repository\\EventRepository' => ['privates''App\\Repository\\EventRepository''getEventRepositoryService.php'true],
  940.             'App\\Repository\\QrCodeRepository' => ['privates''App\\Repository\\QrCodeRepository''getQrCodeRepositoryService.php'true],
  941.             'App\\Repository\\QrCodeUsageRepository' => ['privates''App\\Repository\\QrCodeUsageRepository''getQrCodeUsageRepositoryService.php'true],
  942.             'App\\Repository\\QrCode\\NormalQrCodeRepository' => ['privates''App\\Repository\\QrCode\\NormalQrCodeRepository''getNormalQrCodeRepositoryService.php'true],
  943.             'App\\Repository\\QrCode\\RepeatQrCodeRepository' => ['privates''App\\Repository\\QrCode\\RepeatQrCodeRepository''getRepeatQrCodeRepositoryService.php'true],
  944.         ], [
  945.             'App\\Repository\\AdminRepository' => '?',
  946.             'App\\Repository\\AppRepository' => '?',
  947.             'App\\Repository\\ClientRepository' => '?',
  948.             'App\\Repository\\DeviceRepository' => '?',
  949.             'App\\Repository\\DeviceUserRepository' => '?',
  950.             'App\\Repository\\EventDeviceRepository' => '?',
  951.             'App\\Repository\\EventGroupRepository' => '?',
  952.             'App\\Repository\\EventRepository' => '?',
  953.             'App\\Repository\\QrCodeRepository' => '?',
  954.             'App\\Repository\\QrCodeUsageRepository' => '?',
  955.             'App\\Repository\\QrCode\\NormalQrCodeRepository' => '?',
  956.             'App\\Repository\\QrCode\\RepeatQrCodeRepository' => '?',
  957.         ])));
  958.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  959.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  960.         return $instance;
  961.     }
  962.     /**
  963.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' shared service.
  964.      *
  965.      * @return \Doctrine\Common\Cache\ArrayCache
  966.      */
  967.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()
  968.     {
  969.         $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  970.         $instance->setNamespace('sf_orm_default_d021de411cd0f542b295183db398981b766b784e99586a8c9aad817a9c4273e6');
  971.         return $instance;
  972.     }
  973.     /**
  974.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_query_cache' shared service.
  975.      *
  976.      * @return \Doctrine\Common\Cache\ArrayCache
  977.      */
  978.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()
  979.     {
  980.         $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  981.         $instance->setNamespace('sf_orm_default_d021de411cd0f542b295183db398981b766b784e99586a8c9aad817a9c4273e6');
  982.         return $instance;
  983.     }
  984.     /**
  985.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
  986.      *
  987.      * @return \Doctrine\Common\Cache\ArrayCache
  988.      */
  989.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
  990.     {
  991.         $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  992.         $instance->setNamespace('sf_orm_default_d021de411cd0f542b295183db398981b766b784e99586a8c9aad817a9c4273e6');
  993.         return $instance;
  994.     }
  995.     /**
  996.      * Gets the public 'event_dispatcher' shared service.
  997.      *
  998.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  999.      */
  1000.     protected function getEventDispatcherService()
  1001.     {
  1002.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1003.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1004.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1005.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1006.         $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())));
  1007.         $instance->addListener('kernel.controller', [=> function () {
  1008.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1009.         }, => 'onKernelController'], 0);
  1010.         $instance->addListener('workflow.qrcode_states.leave', [=> function () {
  1011.             return ($this->privates['state_machine.qrcode_states.listener.audit_trail'] ?? $this->load('getStateMachine_QrcodeStates_Listener_AuditTrailService.php'));
  1012.         }, => 'onLeave'], 0);
  1013.         $instance->addListener('workflow.qrcode_states.transition', [=> function () {
  1014.             return ($this->privates['state_machine.qrcode_states.listener.audit_trail'] ?? $this->load('getStateMachine_QrcodeStates_Listener_AuditTrailService.php'));
  1015.         }, => 'onTransition'], 0);
  1016.         $instance->addListener('workflow.qrcode_states.enter', [=> function () {
  1017.             return ($this->privates['state_machine.qrcode_states.listener.audit_trail'] ?? $this->load('getStateMachine_QrcodeStates_Listener_AuditTrailService.php'));
  1018.         }, => 'onEnter'], 0);
  1019.         $instance->addListener('workflow.qrcode_usage_states.leave', [=> function () {
  1020.             return ($this->privates['state_machine.qrcode_usage_states.listener.audit_trail'] ?? $this->load('getStateMachine_QrcodeUsageStates_Listener_AuditTrailService.php'));
  1021.         }, => 'onLeave'], 0);
  1022.         $instance->addListener('workflow.qrcode_usage_states.transition', [=> function () {
  1023.             return ($this->privates['state_machine.qrcode_usage_states.listener.audit_trail'] ?? $this->load('getStateMachine_QrcodeUsageStates_Listener_AuditTrailService.php'));
  1024.         }, => 'onTransition'], 0);
  1025.         $instance->addListener('workflow.qrcode_usage_states.enter', [=> function () {
  1026.             return ($this->privates['state_machine.qrcode_usage_states.listener.audit_trail'] ?? $this->load('getStateMachine_QrcodeUsageStates_Listener_AuditTrailService.php'));
  1027.         }, => 'onEnter'], 0);
  1028.         $instance->addListener('kernel.response', [=> function () {
  1029.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  1030.         }, => 'onKernelResponse'], 0);
  1031.         $instance->addListener('kernel.request', [=> function () {
  1032.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1033.         }, => 'onKernelRequest'], 10);
  1034.         $instance->addListener('kernel.request', [=> function () {
  1035.             return ($this->privates['fos_rest.versioning.listener'] ?? $this->getFosRest_Versioning_ListenerService());
  1036.         }, => 'onKernelRequest'], 33);
  1037.         $instance->addListener('kernel.request', [=> function () {
  1038.             return ($this->privates['fos_rest.versioning.exclusion_listener'] ?? $this->getFosRest_Versioning_ExclusionListenerService());
  1039.         }, => 'onKernelRequest'], 31);
  1040.         $instance->addListener('workflow.qrcode_states.guard.use_up', [=> function () {
  1041.             return ($this->privates['App\\EventListener\\Workflow\\Task\\QrCode\\QrCodeUseUpListener'] ?? $this->load('getQrCodeUseUpListenerService.php'));
  1042.         }, => 'guardUseUp'], 0);
  1043.         $instance->addListener('workflow.qrcode_usage_states.guard.check', [=> function () {
  1044.             return ($this->privates['App\\EventListener\\Workflow\\Task\\QrCodeUsage\\QrCodeUsageCheckListener'] ?? $this->load('getQrCodeUsageCheckListenerService.php'));
  1045.         }, => 'guardCheck'], 0);
  1046.         $instance->addListener('workflow.qrcode_usage_states.entered.checked', [=> function () {
  1047.             return ($this->privates['App\\EventListener\\Workflow\\Task\\QrCodeUsage\\QrCodeUsageCheckListener'] ?? $this->load('getQrCodeUsageCheckListenerService.php'));
  1048.         }, => 'onEnteredChecked'], 0);
  1049.         $instance->addListener('workflow.qrcode_usage_states.entered.used', [=> function () {
  1050.             return ($this->privates['App\\EventListener\\Workflow\\Task\\QrCodeUsage\\QrCodeUsageUseListener'] ?? ($this->privates['App\\EventListener\\Workflow\\Task\\QrCodeUsage\\QrCodeUsageUseListener'] = new \App\EventListener\Workflow\Task\QrCodeUsage\QrCodeUsageUseListener()));
  1051.         }, => 'onEnteredUsed'], 0);
  1052.         $instance->addListener('kernel.response', [=> function () {
  1053.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1054.         }, => 'onKernelResponse'], 0);
  1055.         $instance->addListener('kernel.response', [=> function () {
  1056.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1057.         }, => 'onKernelResponse'], -1024);
  1058.         $instance->addListener('kernel.request', [=> function () {
  1059.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1060.         }, => 'setDefaultLocale'], 100);
  1061.         $instance->addListener('kernel.request', [=> function () {
  1062.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1063.         }, => 'onKernelRequest'], 16);
  1064.         $instance->addListener('kernel.finish_request', [=> function () {
  1065.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1066.         }, => 'onKernelFinishRequest'], 0);
  1067.         $instance->addListener('kernel.request', [=> function () {
  1068.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1069.         }, => 'onKernelRequest'], 256);
  1070.         $instance->addListener('kernel.request', [=> function () {
  1071.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  1072.         }, => 'onKernelRequest'], 24);
  1073.         $instance->addListener('kernel.response', [=> function () {
  1074.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1075.         }, => 'onResponse'], -255);
  1076.         $instance->addListener('kernel.request', [=> function () {
  1077.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1078.         }, => 'onKernelRequest'], 15);
  1079.         $instance->addListener('kernel.finish_request', [=> function () {
  1080.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1081.         }, => 'onKernelFinishRequest'], -15);
  1082.         $instance->addListener('console.error', [=> function () {
  1083.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1084.         }, => 'onConsoleError'], -128);
  1085.         $instance->addListener('console.terminate', [=> function () {
  1086.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  1087.         }, => 'onConsoleTerminate'], -128);
  1088.         $instance->addListener('console.error', [=> function () {
  1089.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1090.         }, => 'onConsoleError'], 0);
  1091.         $instance->addListener('kernel.request', [=> function () {
  1092.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1093.         }, => 'onKernelRequest'], 128);
  1094.         $instance->addListener('kernel.response', [=> function () {
  1095.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1096.         }, => 'onKernelResponse'], -1000);
  1097.         $instance->addListener('kernel.finish_request', [=> function () {
  1098.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1099.         }, => 'onFinishRequest'], 0);
  1100.         $instance->addListener('kernel.response', [=> function () {
  1101.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1102.         }, => 'onKernelResponse'], -100);
  1103.         $instance->addListener('kernel.exception', [=> function () {
  1104.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1105.         }, => 'onKernelException'], 0);
  1106.         $instance->addListener('kernel.terminate', [=> function () {
  1107.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1108.         }, => 'onKernelTerminate'], -1024);
  1109.         $instance->addListener('kernel.controller', [=> function () {
  1110.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1111.         }, => 'onKernelController'], 0);
  1112.         $instance->addListener('kernel.response', [=> function () {
  1113.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1114.         }, => 'onKernelResponse'], 0);
  1115.         $instance->addListener('kernel.request', [=> function () {
  1116.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1117.         }, => 'configure'], 2048);
  1118.         $instance->addListener('kernel.exception', [=> function () {
  1119.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1120.         }, => 'onKernelException'], -2048);
  1121.         $instance->addListener('kernel.request', [=> function () {
  1122.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1123.         }, => 'onKernelRequest'], 32);
  1124.         $instance->addListener('kernel.finish_request', [=> function () {
  1125.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1126.         }, => 'onKernelFinishRequest'], 0);
  1127.         $instance->addListener('kernel.exception', [=> function () {
  1128.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1129.         }, => 'onKernelException'], -64);
  1130.         $instance->addListener('kernel.response', [=> function () {
  1131.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1132.         }, => 'onKernelResponse'], 0);
  1133.         $instance->addListener('kernel.controller', [=> function () {
  1134.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1135.         }, => 'onKernelController'], 0);
  1136.         $instance->addListener('kernel.controller', [=> function () {
  1137.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1138.         }, => 'onKernelController'], 0);
  1139.         $instance->addListener('kernel.controller', [=> function () {
  1140.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1141.         }, => 'onKernelController'], -128);
  1142.         $instance->addListener('kernel.view', [=> function () {
  1143.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1144.         }, => 'onKernelView'], 0);
  1145.         $instance->addListener('kernel.controller', [=> function () {
  1146.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1147.         }, => 'onKernelController'], 0);
  1148.         $instance->addListener('kernel.response', [=> function () {
  1149.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1150.         }, => 'onKernelResponse'], 0);
  1151.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1152.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1153.         }, => 'onKernelControllerArguments'], 0);
  1154.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1155.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1156.         }, => 'onKernelControllerArguments'], 0);
  1157.         $instance->addListener('kernel.response', [=> function () {
  1158.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1159.         }, => 'onKernelResponse'], 0);
  1160.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1161.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1162.         }, => 'onVoterVote'], 0);
  1163.         $instance->addListener('kernel.request', [=> function () {
  1164.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1165.         }, => 'configureLogoutUrlGenerator'], 8);
  1166.         $instance->addListener('kernel.request', [=> function () {
  1167.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1168.         }, => 'onKernelRequest'], 8);
  1169.         $instance->addListener('kernel.finish_request', [=> function () {
  1170.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1171.         }, => 'onKernelFinishRequest'], 0);
  1172.         $instance->addListener('kernel.exception', [=> function () {
  1173.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1174.         }, => 'onException'], 0);
  1175.         $instance->addListener('kernel.terminate', [=> function () {
  1176.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1177.         }, => 'onTerminate'], 0);
  1178.         $instance->addListener('console.error', [=> function () {
  1179.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1180.         }, => 'onException'], 0);
  1181.         $instance->addListener('console.terminate', [=> function () {
  1182.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1183.         }, => 'onTerminate'], 0);
  1184.         $instance->addListener('kernel.exception', [=> function () {
  1185.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1186.         }, => 'logKernelException'], 0);
  1187.         $instance->addListener('kernel.exception', [=> function () {
  1188.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1189.         }, => 'onKernelException'], -128);
  1190.         $instance->addListener('kernel.response', [=> function () {
  1191.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1192.         }, => 'onKernelResponse'], -128);
  1193.         $instance->addListener('console.command', [=> function () {
  1194.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1195.         }, => 'onCommand'], 255);
  1196.         $instance->addListener('console.terminate', [=> function () {
  1197.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1198.         }, => 'onTerminate'], -255);
  1199.         $instance->addListener('console.command', [=> function () {
  1200.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1201.         }, => 'configure'], 1024);
  1202.         $instance->addListener('console.error', [=> function () {
  1203.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1204.         }, => 'onConsoleError'], 0);
  1205.         $instance->addListener('console.terminate', [=> function () {
  1206.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1207.         }, => 'onConsoleTerminate'], 0);
  1208.         $instance->addListener('kernel.exception', [=> function () {
  1209.             return ($this->services['liip_functional_test.exception_listener'] ?? ($this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener()));
  1210.         }, => 'setException'], 99999);
  1211.         $instance->addListener('kernel.request', [=> function () {
  1212.             return ($this->services['liip_functional_test.exception_listener'] ?? ($this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener()));
  1213.         }, => 'clearLastException'], 99999);
  1214.         $instance->addListener('kernel.request', [=> function () {
  1215.             return ($this->services['liip_functional_test.validator'] ?? $this->getLiipFunctionalTest_ValidatorService());
  1216.         }, => 'onKernelRequest'], 99999);
  1217.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1218.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1219.         }, => 'onImplicitLogin'], 0);
  1220.         $instance->addListener('security.interactive_login', [=> function () {
  1221.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->load('getFosUser_Security_InteractiveLoginListenerService.php'));
  1222.         }, => 'onSecurityInteractiveLogin'], 0);
  1223.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1224.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1225.         }, => 'authenticate'], 0);
  1226.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1227.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1228.         }, => 'authenticate'], 0);
  1229.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1230.             return ($this->privates['fos_user.listener.authentication'] ?? $this->load('getFosUser_Listener_AuthenticationService.php'));
  1231.         }, => 'authenticate'], 0);
  1232.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1233.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1234.         }, => 'addSuccessFlash'], 0);
  1235.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1236.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1237.         }, => 'addSuccessFlash'], 0);
  1238.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1239.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1240.         }, => 'addSuccessFlash'], 0);
  1241.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1242.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1243.         }, => 'addSuccessFlash'], 0);
  1244.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1245.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1246.         }, => 'addSuccessFlash'], 0);
  1247.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1248.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1249.         }, => 'addSuccessFlash'], 0);
  1250.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1251.             return ($this->privates['fos_user.listener.flash'] ?? $this->load('getFosUser_Listener_FlashService.php'));
  1252.         }, => 'addSuccessFlash'], 0);
  1253.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1254.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1255.         }, => 'onResettingResetInitialize'], 0);
  1256.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1257.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1258.         }, => 'onResettingResetSuccess'], 0);
  1259.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1260.             return ($this->privates['fos_user.listener.resetting'] ?? $this->load('getFosUser_Listener_ResettingService.php'));
  1261.         }, => 'onResettingResetRequest'], 0);
  1262.         $instance->addListener('kernel.exception', [=> function () {
  1263.             return ($this->privates['fos_rest.exception_listener'] ?? $this->load('getFosRest_ExceptionListenerService.php'));
  1264.         }, => 'onKernelException'], -100);
  1265.         $instance->addListener('kernel.view', [=> function () {
  1266.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->load('getFosRest_ViewResponseListenerService.php'));
  1267.         }, => 'onKernelView'], 30);
  1268.         return $instance;
  1269.     }
  1270.     /**
  1271.      * Gets the public 'fos_rest.view_handler' shared service.
  1272.      *
  1273.      * @return \FOS\RestBundle\View\ViewHandler
  1274.      */
  1275.     protected function getFosRest_ViewHandlerService()
  1276.     {
  1277.         return $this->services['fos_rest.view_handler'] = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), $this->getFosRest_Serializer_JmsService(), ($this->services['templating'] ?? $this->load('getTemplatingService.php')), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false'html' => true], 400204false, ['html' => 302], 'twig', ['serializeNullStrategy' => false]);
  1278.     }
  1279.     /**
  1280.      * Gets the public 'http_kernel' shared service.
  1281.      *
  1282.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1283.      */
  1284.     protected function getHttpKernelService()
  1285.     {
  1286.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1287.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($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 () {
  1288.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1289.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1290.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1291.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1292.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1293.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1294.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1295.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1296.         }, 8)), $a));
  1297.     }
  1298.     /**
  1299.      * Gets the public 'jms_serializer' shared service.
  1300.      *
  1301.      * @return \JMS\Serializer\Serializer
  1302.      */
  1303.     protected function getJmsSerializerService()
  1304.     {
  1305.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  1306.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->load('getFosRest_Serializer_JmsHandlerRegistryService.php'));
  1307.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  1308.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  1309.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  1310.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  1311.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1312.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService.php'true],
  1313.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService.php'true],
  1314.         ], [
  1315.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  1316.             'jms_serializer.stopwatch_subscriber' => '?',
  1317.         ]));
  1318.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  1319.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  1320.         $g->setOptions(1216);
  1321.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  1322.         $h->setFormatOutput(true);
  1323.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  1324.         $i->setOptions(0);
  1325.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  1326.     }
  1327.     /**
  1328.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  1329.      *
  1330.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1331.      */
  1332.     protected function getJmsSerializer_DeserializationContextFactoryService()
  1333.     {
  1334.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1335.     }
  1336.     /**
  1337.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  1338.      *
  1339.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  1340.      */
  1341.     protected function getJmsSerializer_SerializationContextFactoryService()
  1342.     {
  1343.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  1344.     }
  1345.     /**
  1346.      * Gets the public 'knp_menu.matcher' shared service.
  1347.      *
  1348.      * @return \Knp\Menu\Matcher\Matcher
  1349.      */
  1350.     protected function getKnpMenu_MatcherService()
  1351.     {
  1352.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1353.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
  1354.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService.php'));
  1355.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1356.         }, 3));
  1357.     }
  1358.     /**
  1359.      * Gets the public 'liip_functional_test.exception_listener' shared service.
  1360.      *
  1361.      * @return \Liip\FunctionalTestBundle\EventListener\ExceptionListener
  1362.      */
  1363.     protected function getLiipFunctionalTest_ExceptionListenerService()
  1364.     {
  1365.         return $this->services['liip_functional_test.exception_listener'] = new \Liip\FunctionalTestBundle\EventListener\ExceptionListener();
  1366.     }
  1367.     /**
  1368.      * Gets the public 'liip_functional_test.validator' shared service.
  1369.      *
  1370.      * @return \Liip\FunctionalTestBundle\Validator\DataCollectingValidator
  1371.      */
  1372.     protected function getLiipFunctionalTest_ValidatorService()
  1373.     {
  1374.         return $this->services['liip_functional_test.validator'] = new \Liip\FunctionalTestBundle\Validator\DataCollectingValidator(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()));
  1375.     }
  1376.     /**
  1377.      * Gets the public 'profiler' shared service.
  1378.      *
  1379.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1380.      */
  1381.     protected function getProfilerService()
  1382.     {
  1383.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1384.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1385.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1386.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1387.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1388.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1389.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1390.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1391.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1392.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1393.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1394.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1395.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1396.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1397.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1398.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1399.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1400.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1401.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1402.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1403.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1404.         if ($this->has('kernel')) {
  1405.             $f->setKernel($b);
  1406.         }
  1407.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1408.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1409.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1410.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  1411.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1412.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1413.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1414.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), $c));
  1415.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1416.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1417.         $instance->add($d);
  1418.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1419.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1420.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1421.         $instance->add($e);
  1422.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1423.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1424.         $instance->add(new \Sonata\BlockBundle\Profiler\DataCollector\BlockDataCollector(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService()), $this->parameters['sonata.block.container.types']));
  1425.         $instance->add($f);
  1426.         return $instance;
  1427.     }
  1428.     /**
  1429.      * Gets the public 'request_stack' shared service.
  1430.      *
  1431.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1432.      */
  1433.     protected function getRequestStackService()
  1434.     {
  1435.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1436.     }
  1437.     /**
  1438.      * Gets the public 'router' shared service.
  1439.      *
  1440.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1441.      */
  1442.     protected function getRouterService()
  1443.     {
  1444.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1445.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1446.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1447.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1448.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1449.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1450.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1451.         ], [
  1452.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1453.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDirs[0], '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'ja');
  1454.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1455.         return $instance;
  1456.     }
  1457.     /**
  1458.      * Gets the public 'security.authorization_checker' shared service.
  1459.      *
  1460.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1461.      */
  1462.     protected function getSecurity_AuthorizationCheckerService()
  1463.     {
  1464.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1465.     }
  1466.     /**
  1467.      * Gets the public 'security.token_storage' shared service.
  1468.      *
  1469.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1470.      */
  1471.     protected function getSecurity_TokenStorageService()
  1472.     {
  1473.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1474.     }
  1475.     /**
  1476.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  1477.      *
  1478.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1479.      */
  1480.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  1481.     {
  1482.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1483.     }
  1484.     /**
  1485.      * Gets the public 'sonata.admin.pool' shared service.
  1486.      *
  1487.      * @return \Sonata\AdminBundle\Admin\Pool
  1488.      */
  1489.     protected function getSonata_Admin_PoolService()
  1490.     {
  1491.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'Pipitガチャ''bundles/sonataadmin/logo_title.png', ['html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'enable_jms_di_extra_autoregistration' => true'mosaic_background' => 'data:image/png;base64,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''javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'10 => 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'11 => 'bundles/sonataadmin/css/styles.css'12 => 'bundles/sonataadmin/css/layout.css'13 => 'bundles/sonataadmin/css/tree.css'14 => 'bundles/sonatacore/css/flashmessage.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  1492.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  1493.         $instance->setAdminServiceIds([=> 'admin.client'=> 'admin.app'=> 'admin.device'=> 'admin.event'=> 'admin.event_group'=> 'admin.event_device'=> 'admin.qr_code'=> 'admin.qr_code_usage'=> 'admin.admin']);
  1494.         $instance->setAdminGroups(['Client' => ['label' => 'Groups.Client.Label''label_catalogue' => 'SonataAdminBundle''items' => [=> ['admin' => 'admin.client''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.app''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'icon' => '<i class="fa fa-folder"></i>''on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'Device' => ['label' => 'Groups.Device.Label''label_catalogue' => 'SonataAdminBundle''items' => [=> ['admin' => 'admin.device''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.event''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.event_group''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'icon' => '<i class="fa fa-folder"></i>''on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'QrCode' => ['label' => 'Groups.QrCode.Label''label_catalogue' => 'SonataAdminBundle''items' => [=> ['admin' => 'admin.qr_code''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []], => ['admin' => 'admin.qr_code_usage''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'icon' => '<i class="fa fa-folder"></i>''on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []], 'Admin' => ['label' => 'Groups.Admin.Label''label_catalogue' => 'SonataAdminBundle''items' => [=> ['admin' => 'admin.admin''label' => '''route' => '''route_params' => [], 'route_absolute' => false'roles' => []]], 'icon' => '<i class="fa fa-folder"></i>''on_top' => false'keep_open' => false'item_adds' => [], 'roles' => []]]);
  1495.         $instance->setAdminClasses(['App\\Entity\\Client' => [=> 'admin.client'], 'App\\Entity\\App' => [=> 'admin.app'], 'App\\Entity\\Device' => [=> 'admin.device'], 'App\\Entity\\Event' => [=> 'admin.event'], 'App\\Entity\\EventGroup' => [=> 'admin.event_group'], 'App\\Entity\\EventDevice' => [=> 'admin.event_device'], 'App\\Entity\\QrCode' => [=> 'admin.qr_code'], 'App\\Entity\\QrCodeUsage' => [=> 'admin.qr_code_usage'], 'App\\Entity\\Admin' => [=> 'admin.admin']]);
  1496.         return $instance;
  1497.     }
  1498.     /**
  1499.      * Gets the public 'sonata.admin.twig.extension' shared service.
  1500.      *
  1501.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  1502.      */
  1503.     protected function getSonata_Admin_Twig_ExtensionService()
  1504.     {
  1505.         $this->services['sonata.admin.twig.extension'] = $instance = new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1506.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  1507.         return $instance;
  1508.     }
  1509.     /**
  1510.      * Gets the public 'sonata.admin.twig.global' shared service.
  1511.      *
  1512.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  1513.      */
  1514.     protected function getSonata_Admin_Twig_GlobalService()
  1515.     {
  1516.         return $this->services['sonata.admin.twig.global'] = new \Sonata\AdminBundle\Twig\GlobalVariables(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'data:image/png;base64,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');
  1517.     }
  1518.     /**
  1519.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1520.      *
  1521.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1522.      */
  1523.     protected function getSonata_Block_ContextManager_DefaultService()
  1524.     {
  1525.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader([=> 'sonata.admin.block.admin_list''sonata.block.service.container' => ['context' => []], 'sonata.block.service.empty' => ['context' => []], 'sonata.block.service.text' => ['context' => []], 'sonata.block.service.rss' => ['context' => []], 'sonata.block.service.menu' => ['context' => []], 'sonata.block.service.template' => ['context' => []], 'sonata.admin.block.admin_list' => ['context' => []], 'sonata.admin.block.search_result' => ['context' => []], 'sonata.admin.block.stats' => ['context' => []]])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1526.     }
  1527.     /**
  1528.      * Gets the public 'sonata.block.manager' shared service.
  1529.      *
  1530.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1531.      */
  1532.     protected function getSonata_Block_ManagerService()
  1533.     {
  1534.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1535.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1536.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1537.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1538.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1539.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1540.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1541.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', [=> 'admin']);
  1542.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1543.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1544.         return $instance;
  1545.     }
  1546.     /**
  1547.      * Gets the public 'sonata.block.renderer.default' shared service.
  1548.      *
  1549.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1550.      */
  1551.     protected function getSonata_Block_Renderer_DefaultService()
  1552.     {
  1553.         $a = new \Sonata\BlockBundle\Exception\Strategy\StrategyManager($this, ['debug_only' => 'sonata.block.exception.filter.debug_only''ignore_block_exception' => 'sonata.block.exception.filter.ignore_block_exception''keep_all' => 'sonata.block.exception.filter.keep_all''keep_none' => 'sonata.block.exception.filter.keep_none'], ['inline' => 'sonata.block.exception.renderer.inline''inline_debug' => 'sonata.block.exception.renderer.inline_debug''throw' => 'sonata.block.exception.renderer.throw'], [], []);
  1554.         $a->setDefaultFilter('debug_only');
  1555.         $a->setDefaultRenderer('throw');
  1556.         return $this->services['sonata.block.renderer.default'] = new \Sonata\BlockBundle\Block\BlockRenderer(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true);
  1557.     }
  1558.     /**
  1559.      * Gets the public 'sonata.core.flashmessage.twig.extension' shared service.
  1560.      *
  1561.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1562.      */
  1563.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  1564.     {
  1565.         return $this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1566.     }
  1567.     /**
  1568.      * Gets the public 'state_machine.qrcode_states' shared service.
  1569.      *
  1570.      * @return \Symfony\Component\Workflow\StateMachine
  1571.      */
  1572.     protected function getStateMachine_QrcodeStatesService()
  1573.     {
  1574.         return $this->services['state_machine.qrcode_states'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'created'=> 'used'=> 'using'=> 'client_rejected'=> 'user_canceled'], [=> new \Symfony\Component\Workflow\Transition('use''created''using'), => new \Symfony\Component\Workflow\Transition('use_up''created''used'), => new \Symfony\Component\Workflow\Transition('use_up''using''used'), => new \Symfony\Component\Workflow\Transition('reject''created''client_rejected'), => new \Symfony\Component\Workflow\Transition('revert_reject''client_rejected''created'), => new \Symfony\Component\Workflow\Transition('cancel''created''user_canceled'), => new \Symfony\Component\Workflow\Transition('revert_cancel''user_canceled''created')], [=> 'created'], new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'qrcode_states');
  1575.     }
  1576.     /**
  1577.      * Gets the public 'state_machine.qrcode_usage_states' shared service.
  1578.      *
  1579.      * @return \Symfony\Component\Workflow\StateMachine
  1580.      */
  1581.     protected function getStateMachine_QrcodeUsageStatesService()
  1582.     {
  1583.         return $this->services['state_machine.qrcode_usage_states'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> 'requested'=> 'checked'=> 'used'=> 'canceled'=> 'error'], [=> new \Symfony\Component\Workflow\Transition('check''requested''checked'), => new \Symfony\Component\Workflow\Transition('use''checked''used'), => new \Symfony\Component\Workflow\Transition('reject''requested''error'), => new \Symfony\Component\Workflow\Transition('cancel''requested''canceled'), => new \Symfony\Component\Workflow\Transition('cancel''checked''canceled'), => new \Symfony\Component\Workflow\Transition('cancel''used''canceled')], [=> 'requested'], new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'status'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'qrcode_usage_states');
  1584.     }
  1585.     /**
  1586.      * Gets the public 'translator' shared service.
  1587.      *
  1588.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1589.      */
  1590.     protected function getTranslatorService()
  1591.     {
  1592.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1593.     }
  1594.     /**
  1595.      * Gets the public 'twig' shared service.
  1596.      *
  1597.      * @return \Twig\Environment
  1598.      */
  1599.     protected function getTwigService()
  1600.     {
  1601.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->load('getTemplating_LocatorService.php')), ($this->privates['templating.name_parser'] ?? $this->load('getTemplating_NameParserService.php')), $this->targetDirs[3]);
  1602.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1603.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1604.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1605.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1606.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1607.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1608.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1609.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1610.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1611.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1612.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1613.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1614.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1615.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1616.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1617.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  1618.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  1619.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  1620.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  1621.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  1622.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  1623.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1624.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1625.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1626.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1627.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1628.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1629.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1630.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1631.         $a->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1632.         $a->addPath(($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1633.         $a->addPath(($this->targetDirs[3].'/templates'));
  1634.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1635.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['paths' => [($this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL], 'default_path' => ($this->targetDirs[3].'/templates'), 'debug' => true'strict_variables' => true'form_themes' => $this->parameters['twig.form.resources'], 'exception_controller' => 'twig.controller.exception::showAction''autoescape' => 'name''cache' => ($this->targetDirs[0].'/twig'), 'charset' => 'UTF-8''date' => ['format' => 'F j, Y H:i''interval_format' => '%d days''timezone' => NULL], 'number_format' => ['decimals' => 0'decimal_point' => '.''thousands_separator' => ',']]);
  1636.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1637.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1638.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1639.         $e = ($this->services['router'] ?? $this->getRouterService());
  1640.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1641.         $g = new \Symfony\Component\Workflow\Registry();
  1642.         $g->addWorkflow(($this->services['state_machine.qrcode_states'] ?? $this->getStateMachine_QrcodeStatesService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\QrCode'));
  1643.         $g->addWorkflow(($this->services['state_machine.qrcode_usage_states'] ?? $this->getStateMachine_QrcodeUsageStatesService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('App\\Entity\\QrCodeUsage'));
  1644.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1645.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1646.         $i = new \Knp\Menu\Util\MenuManipulator();
  1647.         $j = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1648.         $k = new \Symfony\Bridge\Twig\AppVariable();
  1649.         $k->setEnvironment('dev');
  1650.         $k->setDebug(true);
  1651.         if ($this->has('security.token_storage')) {
  1652.             $k->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1653.         }
  1654.         if ($this->has('request_stack')) {
  1655.             $k->setRequestStack($f);
  1656.         }
  1657.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1658.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1659.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1660.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1661.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1662.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1663.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d$this->targetDirs[3], 'UTF-8'));
  1664.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  1665.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1666.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1667.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1668.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1669.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1670.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($f));
  1671.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($g));
  1672.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1673.         $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())));
  1674.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1675.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  1676.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1677.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1678.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1679.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1680.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService.php'true],
  1681.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService.php'true],
  1682.         ], [
  1683.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1684.             'webpack_encore.tag_renderer' => '?',
  1685.         ])));
  1686.         $instance->addExtension(($this->services['sonata.core.flashmessage.twig.extension'] ?? ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1687.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1688.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension());
  1689.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\StatusExtension());
  1690.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  1691.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true$c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
  1692.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1693.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1694.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService.php'true],
  1695.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService.php'true],
  1696.         ], [
  1697.             'list' => '?',
  1698.             'twig' => '?',
  1699.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $i$j), $j$i));
  1700.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  1701.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  1702.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1703.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension(($this->privates['Endroid\\QrCode\\Factory\\QrCodeFactory'] ?? $this->getQrCodeFactoryService()), $e));
  1704.         $instance->addGlobal('app'$k);
  1705.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1706.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService.php'true],
  1707.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.core.flashmessage.twig.runtime''getSonata_Core_Flashmessage_Twig_RuntimeService.php'true],
  1708.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.core.twig.status_runtime''getSonata_Core_Twig_StatusRuntimeService.php'true],
  1709.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1710.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1711.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1712.         ], [
  1713.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1714.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1715.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1716.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1717.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1718.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1719.         ])));
  1720.         $instance->addGlobal('sonata_block', new \Sonata\BlockBundle\Twig\GlobalVariables(['block_base' => '@SonataBlock/Block/block_base.html.twig''block_container' => '@SonataBlock/Block/block_container.html.twig']));
  1721.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  1722.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1723.         return $instance;
  1724.     }
  1725.     /**
  1726.      * Gets the public 'var_dumper.cloner' shared service.
  1727.      *
  1728.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1729.      */
  1730.     protected function getVarDumper_ClonerService()
  1731.     {
  1732.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1733.         $instance->setMaxItems(2500);
  1734.         $instance->setMinDepth(1);
  1735.         $instance->setMaxString(-1);
  1736.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1737.         return $instance;
  1738.     }
  1739.     /**
  1740.      * Gets the private 'Endroid\QrCode\Factory\QrCodeFactory' shared autowired service.
  1741.      *
  1742.      * @return \Endroid\QrCode\Factory\QrCodeFactory
  1743.      */
  1744.     protected function getQrCodeFactoryService()
  1745.     {
  1746.         $a = new \Endroid\QrCode\WriterRegistry();
  1747.         $a->addWriters(new RewindableGenerator(function () {
  1748.             yield => ($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] = new \Endroid\QrCode\Writer\BinaryWriter()));
  1749.             yield => ($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] = new \Endroid\QrCode\Writer\DebugWriter()));
  1750.             yield => ($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] = new \Endroid\QrCode\Writer\EpsWriter()));
  1751.             yield => ($this->services['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter()));
  1752.             yield => ($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] = new \Endroid\QrCode\Writer\SvgWriter()));
  1753.         }, 5));
  1754.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\BinaryWriter'] = new \Endroid\QrCode\Writer\BinaryWriter())));
  1755.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\DebugWriter'] = new \Endroid\QrCode\Writer\DebugWriter())));
  1756.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\EpsWriter'] = new \Endroid\QrCode\Writer\EpsWriter())));
  1757.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  1758.         $a->addWriter(($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] ?? ($this->services['Endroid\\QrCode\\Writer\\SvgWriter'] = new \Endroid\QrCode\Writer\SvgWriter())));
  1759.         return $this->privates['Endroid\\QrCode\\Factory\\QrCodeFactory'] = new \Endroid\QrCode\Factory\QrCodeFactory(['writer' => 'png''size' => 300'margin' => 10'error_correction_level' => 'low''validate_result' => false'encoding' => 'ISO-8859-1''writer_options' => []], $a);
  1760.     }
  1761.     /**
  1762.      * Gets the private 'annotations.cached_reader' shared service.
  1763.      *
  1764.      * @return \Doctrine\Common\Annotations\CachedReader
  1765.      */
  1766.     protected function getAnnotations_CachedReaderService()
  1767.     {
  1768.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1769.     }
  1770.     /**
  1771.      * Gets the private 'annotations.reader' shared service.
  1772.      *
  1773.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1774.      */
  1775.     protected function getAnnotations_ReaderService()
  1776.     {
  1777.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1778.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1779.         $a->registerUniqueLoader('class_exists');
  1780.         $instance->addGlobalIgnoredName('required'$a);
  1781.         return $instance;
  1782.     }
  1783.     /**
  1784.      * Gets the private 'assets.packages' shared service.
  1785.      *
  1786.      * @return \Symfony\Component\Asset\Packages
  1787.      */
  1788.     protected function getAssets_PackagesService()
  1789.     {
  1790.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy(($this->targetDirs[3].'/public/build/manifest.json')), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  1791.     }
  1792.     /**
  1793.      * Gets the private 'cache.annotations' shared service.
  1794.      *
  1795.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1796.      */
  1797.     protected function getCache_AnnotationsService()
  1798.     {
  1799.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('h-P9-vCqop'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1800.     }
  1801.     /**
  1802.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1803.      *
  1804.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1805.      */
  1806.     protected function getCache_Messenger_RestartWorkersSignalService()
  1807.     {
  1808.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('jxpKq-SGFE'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1809.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1810.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1811.     }
  1812.     /**
  1813.      * Gets the private 'cache.property_info' shared service.
  1814.      *
  1815.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1816.      */
  1817.     protected function getCache_PropertyInfoService()
  1818.     {
  1819.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BiC7+ovlA1'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1820.     }
  1821.     /**
  1822.      * Gets the private 'cache.security_expression_language' shared service.
  1823.      *
  1824.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1825.      */
  1826.     protected function getCache_SecurityExpressionLanguageService()
  1827.     {
  1828.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iGe3HaVToU'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1829.     }
  1830.     /**
  1831.      * Gets the private 'cache.serializer' shared service.
  1832.      *
  1833.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1834.      */
  1835.     protected function getCache_SerializerService()
  1836.     {
  1837.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PUqF+66gcf'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1838.     }
  1839.     /**
  1840.      * Gets the private 'cache.validator' shared service.
  1841.      *
  1842.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1843.      */
  1844.     protected function getCache_ValidatorService()
  1845.     {
  1846.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PLek+TT+hq'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1847.     }
  1848.     /**
  1849.      * Gets the private 'cache.webpack_encore' shared service.
  1850.      *
  1851.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1852.      */
  1853.     protected function getCache_WebpackEncoreService()
  1854.     {
  1855.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('LyO5Bbez7U'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1856.     }
  1857.     /**
  1858.      * Gets the private 'config_cache_factory' shared service.
  1859.      *
  1860.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1861.      */
  1862.     protected function getConfigCacheFactoryService()
  1863.     {
  1864.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1865.             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)));
  1866.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1867.         }, 2));
  1868.     }
  1869.     /**
  1870.      * Gets the private 'data_collector.form' shared service.
  1871.      *
  1872.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1873.      */
  1874.     protected function getDataCollector_FormService()
  1875.     {
  1876.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1877.     }
  1878.     /**
  1879.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1880.      *
  1881.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1882.      */
  1883.     protected function getDebug_DebugHandlersListenerService()
  1884.     {
  1885.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1886.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1887.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1888.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1889.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1890.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true'UTF-8');
  1891.     }
  1892.     /**
  1893.      * Gets the private 'debug.file_link_formatter' shared service.
  1894.      *
  1895.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1896.      */
  1897.     protected function getDebug_FileLinkFormatterService()
  1898.     {
  1899.         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())), $this->targetDirs[3], function () {
  1900.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1901.         });
  1902.     }
  1903.     /**
  1904.      * Gets the private 'debug.log_processor' shared service.
  1905.      *
  1906.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1907.      */
  1908.     protected function getDebug_LogProcessorService()
  1909.     {
  1910.         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())));
  1911.     }
  1912.     /**
  1913.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1914.      *
  1915.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1916.      */
  1917.     protected function getDebug_Security_Access_DecisionManagerService()
  1918.     {
  1919.         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 () {
  1920.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1921.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1922.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1923.         }, 3), 'affirmative'falsetrue));
  1924.     }
  1925.     /**
  1926.      * Gets the private 'debug.security.firewall' shared service.
  1927.      *
  1928.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1929.      */
  1930.     protected function getDebug_Security_FirewallService()
  1931.     {
  1932.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1933.     }
  1934.     /**
  1935.      * Gets the private 'debug.validator' shared service.
  1936.      *
  1937.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1938.      */
  1939.     protected function getDebug_ValidatorService()
  1940.     {
  1941.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1942.     }
  1943.     /**
  1944.      * Gets the private 'fos_rest.body_listener' shared service.
  1945.      *
  1946.      * @return \FOS\RestBundle\EventListener\BodyListener
  1947.      */
  1948.     protected function getFosRest_BodyListenerService()
  1949.     {
  1950.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1951.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService.php'true],
  1952.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService.php'true],
  1953.         ], [
  1954.             'fos_rest.decoder.json' => '?',
  1955.             'fos_rest.decoder.xml' => '?',
  1956.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  1957.         $instance->setDefaultFormat(NULL);
  1958.         return $instance;
  1959.     }
  1960.     /**
  1961.      * Gets the private 'fos_rest.serializer.jms' shared service.
  1962.      *
  1963.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  1964.      */
  1965.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  1966.     {
  1967.         return new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  1968.     }
  1969.     /**
  1970.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  1971.      *
  1972.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  1973.      */
  1974.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  1975.     {
  1976.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1977.             'App\\Serializer\\Normalizer\\FormErrorHandler' => ['privates''App\\Serializer\\Normalizer\\FormErrorHandler''getFormErrorHandlerService.php'true],
  1978.             'fos_rest.serializer.exception_normalizer.jms' => ['privates''fos_rest.serializer.exception_normalizer.jms''getFosRest_Serializer_ExceptionNormalizer_JmsService.php'true],
  1979.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService.php'true],
  1980.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService.php'true],
  1981.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService.php'true],
  1982.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService.php'true],
  1983.         ], [
  1984.             'App\\Serializer\\Normalizer\\FormErrorHandler' => '?',
  1985.             'fos_rest.serializer.exception_normalizer.jms' => '?',
  1986.             'jms_serializer.array_collection_handler' => '?',
  1987.             'jms_serializer.constraint_violation_handler' => '?',
  1988.             'jms_serializer.datetime_handler' => '?',
  1989.             'jms_serializer.iterator_handler' => '?',
  1990.         ]), [=> ['Symfony\\Component\\Form\\Form' => ['xml' => [=> 'App\\Serializer\\Normalizer\\FormErrorHandler'=> 'serializeFormToxml'], 'json' => [=> 'App\\Serializer\\Normalizer\\FormErrorHandler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'App\\Serializer\\Normalizer\\FormErrorHandler'=> 'serializeFormErrorToxml'], 'json' => [=> 'App\\Serializer\\Normalizer\\FormErrorHandler'=> 'serializeFormErrorTojson']], 'Exception' => ['json' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToJson'], 'xml' => [=> 'fos_rest.serializer.exception_normalizer.jms'=> 'serializeToXml']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  1991.     }
  1992.     /**
  1993.      * Gets the private 'fos_rest.versioning.exclusion_listener' shared service.
  1994.      *
  1995.      * @return \FOS\RestBundle\EventListener\VersionExclusionListener
  1996.      */
  1997.     protected function getFosRest_Versioning_ExclusionListenerService()
  1998.     {
  1999.         return $this->privates['fos_rest.versioning.exclusion_listener'] = new \FOS\RestBundle\EventListener\VersionExclusionListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()));
  2000.     }
  2001.     /**
  2002.      * Gets the private 'fos_rest.versioning.listener' shared service.
  2003.      *
  2004.      * @return \FOS\RestBundle\EventListener\VersionListener
  2005.      */
  2006.     protected function getFosRest_Versioning_ListenerService()
  2007.     {
  2008.         $a = new \FOS\RestBundle\Version\ChainVersionResolver([]);
  2009.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\QueryParameterVersionResolver('version'));
  2010.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\HeaderVersionResolver('X-Accept-Version'));
  2011.         $a->addResolver(new \FOS\RestBundle\Version\Resolver\MediaTypeVersionResolver('/(v|version)=(?P<version>[0-9\\.]+)/'));
  2012.         return $this->privates['fos_rest.versioning.listener'] = new \FOS\RestBundle\EventListener\VersionListener($aNULL);
  2013.     }
  2014.     /**
  2015.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  2016.      *
  2017.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  2018.      */
  2019.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  2020.     {
  2021.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  2022.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  2023.     }
  2024.     /**
  2025.      * Gets the private 'fos_user.util.password_updater' shared service.
  2026.      *
  2027.      * @return \FOS\UserBundle\Util\PasswordUpdater
  2028.      */
  2029.     protected function getFosUser_Util_PasswordUpdaterService()
  2030.     {
  2031.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2032.     }
  2033.     /**
  2034.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2035.      *
  2036.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2037.      */
  2038.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2039.     {
  2040.         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())));
  2041.     }
  2042.     /**
  2043.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2044.      *
  2045.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2046.      */
  2047.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2048.     {
  2049.         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()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2050.     }
  2051.     /**
  2052.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  2053.      *
  2054.      * @return \Metadata\MetadataFactory
  2055.      */
  2056.     protected function getJmsSerializer_MetadataFactoryService()
  2057.     {
  2058.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  2059.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDirs[0].'/jms_serializer')));
  2060.         return $instance;
  2061.     }
  2062.     /**
  2063.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  2064.      *
  2065.      * @return \Knp\Menu\Provider\ChainProvider
  2066.      */
  2067.     protected function getKnpMenu_MenuProvider_ChainService()
  2068.     {
  2069.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  2070.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
  2071.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
  2072.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService.php'));
  2073.         }, 3));
  2074.     }
  2075.     /**
  2076.      * Gets the private 'locale_aware_listener' shared service.
  2077.      *
  2078.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2079.      */
  2080.     protected function getLocaleAwareListenerService()
  2081.     {
  2082.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2083.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2084.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2085.     }
  2086.     /**
  2087.      * Gets the private 'locale_listener' shared service.
  2088.      *
  2089.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2090.      */
  2091.     protected function getLocaleListenerService()
  2092.     {
  2093.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ja', ($this->services['router'] ?? $this->getRouterService()));
  2094.     }
  2095.     /**
  2096.      * Gets the private 'monolog.handler.console' shared service.
  2097.      *
  2098.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2099.      */
  2100.     protected function getMonolog_Handler_ConsoleService()
  2101.     {
  2102.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2103.     }
  2104.     /**
  2105.      * Gets the private 'monolog.handler.main' shared service.
  2106.      *
  2107.      * @return \Monolog\Handler\RotatingFileHandler
  2108.      */
  2109.     protected function getMonolog_Handler_MainService()
  2110.     {
  2111.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler(($this->targetDirs[5].'/shared/var/log/dev.log'), 90100trueNULL);
  2112.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  2113.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  2114.         return $instance;
  2115.     }
  2116.     /**
  2117.      * Gets the private 'monolog.logger' shared service.
  2118.      *
  2119.      * @return \Symfony\Bridge\Monolog\Logger
  2120.      */
  2121.     protected function getMonolog_LoggerService()
  2122.     {
  2123.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2124.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2125.         $instance->useMicrosecondTimestamps(true);
  2126.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2127.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2128.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2129.         return $instance;
  2130.     }
  2131.     /**
  2132.      * Gets the private 'monolog.logger.cache' shared service.
  2133.      *
  2134.      * @return \Symfony\Bridge\Monolog\Logger
  2135.      */
  2136.     protected function getMonolog_Logger_CacheService()
  2137.     {
  2138.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2139.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2140.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2141.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2142.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2143.         return $instance;
  2144.     }
  2145.     /**
  2146.      * Gets the private 'monolog.logger.request' shared service.
  2147.      *
  2148.      * @return \Symfony\Bridge\Monolog\Logger
  2149.      */
  2150.     protected function getMonolog_Logger_RequestService()
  2151.     {
  2152.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2153.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2154.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2155.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2156.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2157.         return $instance;
  2158.     }
  2159.     /**
  2160.      * Gets the private 'parameter_bag' shared service.
  2161.      *
  2162.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2163.      */
  2164.     protected function getParameterBagService()
  2165.     {
  2166.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2167.     }
  2168.     /**
  2169.      * Gets the private 'profiler_listener' shared service.
  2170.      *
  2171.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2172.      */
  2173.     protected function getProfilerListenerService()
  2174.     {
  2175.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  2176.     }
  2177.     /**
  2178.      * Gets the private 'property_accessor' shared service.
  2179.      *
  2180.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2181.      */
  2182.     protected function getPropertyAccessorService()
  2183.     {
  2184.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  2185.     }
  2186.     /**
  2187.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  2188.      *
  2189.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  2190.      */
  2191.     protected function getResolveControllerNameSubscriberService()
  2192.     {
  2193.         return $this->privates['resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['controller_name_converter'] ?? ($this->privates['controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  2194.     }
  2195.     /**
  2196.      * Gets the private 'router.request_context' shared service.
  2197.      *
  2198.      * @return \Symfony\Component\Routing\RequestContext
  2199.      */
  2200.     protected function getRouter_RequestContextService()
  2201.     {
  2202.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  2203.     }
  2204.     /**
  2205.      * Gets the private 'router_listener' shared service.
  2206.      *
  2207.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2208.      */
  2209.     protected function getRouterListenerService()
  2210.     {
  2211.         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()), $this->targetDirs[3], true);
  2212.     }
  2213.     /**
  2214.      * Gets the private 'security.authentication.manager' shared service.
  2215.      *
  2216.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  2217.      */
  2218.     protected function getSecurity_Authentication_ManagerService()
  2219.     {
  2220.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  2221.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->load('getSecurity_Authentication_Provider_Dao_AdminService.php'));
  2222.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2223.             yield => ($this->privates['security.authentication.provider.dao.api.doc'] ?? $this->load('getSecurity_Authentication_Provider_Dao_Api_DocService.php'));
  2224.             yield => ($this->privates['security.authentication.provider.anonymous.api.doc'] ?? ($this->privates['security.authentication.provider.anonymous.api.doc'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2225.             yield => ($this->privates['security.authentication.provider.guard.api.client'] ?? $this->load('getSecurity_Authentication_Provider_Guard_Api_ClientService.php'));
  2226.             yield => ($this->privates['security.authentication.provider.anonymous.api.client'] ?? ($this->privates['security.authentication.provider.anonymous.api.client'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2227.             yield => ($this->privates['security.authentication.provider.guard.api.device'] ?? $this->load('getSecurity_Authentication_Provider_Guard_Api_DeviceService.php'));
  2228.             yield => ($this->privates['security.authentication.provider.anonymous.api.device'] ?? ($this->privates['security.authentication.provider.anonymous.api.device'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2229.             yield => ($this->privates['security.authentication.provider.anonymous.client'] ?? ($this->privates['security.authentication.provider.anonymous.client'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  2230.         }, 9), true);
  2231.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2232.         return $instance;
  2233.     }
  2234.     /**
  2235.      * Gets the private 'security.encoder_factory.generic' shared service.
  2236.      *
  2237.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  2238.      */
  2239.     protected function getSecurity_EncoderFactory_GenericService()
  2240.     {
  2241.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['algorithm' => 'auto''hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL], 'Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\PlaintextPasswordEncoder''arguments' => [=> false]]]);
  2242.     }
  2243.     /**
  2244.      * Gets the private 'security.firewall.map' shared service.
  2245.      *
  2246.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2247.      */
  2248.     protected function getSecurity_Firewall_MapService()
  2249.     {
  2250.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2251.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService.php'true],
  2252.             'security.firewall.map.context.api.client' => ['privates''security.firewall.map.context.api.client''getSecurity_Firewall_Map_Context_Api_ClientService.php'true],
  2253.             'security.firewall.map.context.api.device' => ['privates''security.firewall.map.context.api.device''getSecurity_Firewall_Map_Context_Api_DeviceService.php'true],
  2254.             'security.firewall.map.context.api.doc' => ['privates''security.firewall.map.context.api.doc''getSecurity_Firewall_Map_Context_Api_DocService.php'true],
  2255.             'security.firewall.map.context.client' => ['privates''security.firewall.map.context.client''getSecurity_Firewall_Map_Context_ClientService.php'true],
  2256.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  2257.         ], [
  2258.             'security.firewall.map.context.admin' => '?',
  2259.             'security.firewall.map.context.api.client' => '?',
  2260.             'security.firewall.map.context.api.device' => '?',
  2261.             'security.firewall.map.context.api.doc' => '?',
  2262.             'security.firewall.map.context.client' => '?',
  2263.             'security.firewall.map.context.dev' => '?',
  2264.         ]), new RewindableGenerator(function () {
  2265.             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)/')));
  2266.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  2267.             yield 'security.firewall.map.context.api.doc' => ($this->privates['.security.request_matcher.mYljB3Z'] ?? ($this->privates['.security.request_matcher.mYljB3Z'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/doc')));
  2268.             yield 'security.firewall.map.context.api.client' => ($this->privates['.security.request_matcher.WzvenE3'] ?? ($this->privates['.security.request_matcher.WzvenE3'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/client')));
  2269.             yield 'security.firewall.map.context.api.device' => ($this->privates['.security.request_matcher.ojcXB9M'] ?? ($this->privates['.security.request_matcher.ojcXB9M'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/device(?!/device_user/access_token/create)')));
  2270.             yield 'security.firewall.map.context.client' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2271.         }, 6));
  2272.     }
  2273.     /**
  2274.      * Gets the private 'security.logout_url_generator' shared service.
  2275.      *
  2276.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2277.      */
  2278.     protected function getSecurity_LogoutUrlGeneratorService()
  2279.     {
  2280.         $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['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  2281.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULLNULL);
  2282.         $instance->registerListener('api.doc''/logout''logout''_csrf_token'NULLNULL);
  2283.         $instance->registerListener('api.client''/logout''logout''_csrf_token'NULLNULL);
  2284.         $instance->registerListener('api.device''/logout''logout''_csrf_token'NULLNULL);
  2285.         return $instance;
  2286.     }
  2287.     /**
  2288.      * Gets the private 'security.role_hierarchy' shared service.
  2289.      *
  2290.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2291.      */
  2292.     protected function getSecurity_RoleHierarchyService()
  2293.     {
  2294.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2295.     }
  2296.     /**
  2297.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2298.      *
  2299.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2300.      */
  2301.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2302.     {
  2303.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2304.     }
  2305.     /**
  2306.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2307.      *
  2308.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2309.      */
  2310.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2311.     {
  2312.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2313.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2314.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2315.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2316.     }
  2317.     /**
  2318.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2319.      *
  2320.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2321.      */
  2322.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2323.     {
  2324.         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(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2325.     }
  2326.     /**
  2327.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2328.      *
  2329.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2330.      */
  2331.     protected function getSensioFrameworkExtra_View_ListenerService()
  2332.     {
  2333.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  2334.     }
  2335.     /**
  2336.      * Gets the private 'session_listener' shared service.
  2337.      *
  2338.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2339.      */
  2340.     protected function getSessionListenerService()
  2341.     {
  2342.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2343.             'initialized_session' => ['services''session'NULLtrue],
  2344.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2345.             'session' => ['services''session''getSessionService.php'true],
  2346.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  2347.         ], [
  2348.             'initialized_session' => '?',
  2349.             'request_stack' => '?',
  2350.             'session' => '?',
  2351.             'session_storage' => '?',
  2352.         ]));
  2353.     }
  2354.     /**
  2355.      * Gets the private 'sonata.block.templating.helper' shared service.
  2356.      *
  2357.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  2358.      */
  2359.     protected function getSonata_Block_Templating_HelperService()
  2360.     {
  2361.         return $this->privates['sonata.block.templating.helper'] = new \Sonata\BlockBundle\Templating\Helper\BlockHelper(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->services['sonata.block.renderer.default'] ?? $this->getSonata_Block_Renderer_DefaultService()), ($this->services['sonata.block.context_manager.default'] ?? $this->getSonata_Block_ContextManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  2362.     }
  2363.     /**
  2364.      * Gets the private 'translator.default' shared service.
  2365.      *
  2366.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2367.      */
  2368.     protected function getTranslator_DefaultService()
  2369.     {
  2370.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2371.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  2372.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  2373.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  2374.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  2375.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  2376.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  2377.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  2378.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  2379.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  2380.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  2381.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  2382.         ], [
  2383.             'translation.loader.csv' => '?',
  2384.             'translation.loader.dat' => '?',
  2385.             'translation.loader.ini' => '?',
  2386.             'translation.loader.json' => '?',
  2387.             'translation.loader.mo' => '?',
  2388.             'translation.loader.php' => '?',
  2389.             'translation.loader.po' => '?',
  2390.             'translation.loader.qt' => '?',
  2391.             'translation.loader.res' => '?',
  2392.             'translation.loader.xliff' => '?',
  2393.             'translation.loader.yml' => '?',
  2394.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ja', ['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->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ar.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff')], 'az' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.bg.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff')], 'ca' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ca.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff')], 'cs' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.cs.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff')], 'cy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.de.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff')], 'el' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.en.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff')], 'es' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.es.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff')], 'et' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.eu.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff')], 'fa' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fa.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff')], 'fi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fi.xliff')], 'fr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff')], 'gl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hr.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff')], 'hu' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hu.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff')], 'hy' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.it.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff')], 'ja' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ja.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => ($this->targetDirs[3].'/translations/SonataAdminBundle.ja.yml'), => ($this->targetDirs[3].'/translations/messages.ja.yml')], 'lb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lb.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff')], 'lt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lt.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff')], 'lv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], 'nb' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.nl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff')], 'nn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff')], 'pt' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff')], 'pt_BR' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt_BR.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff')], 'ro' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ro.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff')], 'ru' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ru.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff')], 'sk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sk.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff')], 'sl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sl.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff')], 'sq' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff')], 'uk' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.uk.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff')], 'vi' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.zh_CN.xliff'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff')], 'zh_TW' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf')], 'pt_PT' => [=> ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'bn' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')], 'sv_SE' => [=> ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')]], 'scanned_directories' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/form/Resources/translations'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => ($this->targetDirs[3].'/translations'), => ($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/translations'), 10 => ($this->targetDirs[3].'/src/Resources/FrameworkBundle/translations'), 11 => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Resources/translations'), 12 => ($this->targetDirs[3].'/src/Resources/SensioFrameworkExtraBundle/translations'), 13 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle/Resources/translations'), 14 => ($this->targetDirs[3].'/src/Resources/DoctrineCacheBundle/translations'), 15 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/translations'), 16 => ($this->targetDirs[3].'/src/Resources/DoctrineBundle/translations'), 17 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 18 => ($this->targetDirs[3].'/src/Resources/DoctrineMigrationsBundle/translations'), 19 => ($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/translations'), 20 => ($this->targetDirs[3].'/src/Resources/SecurityBundle/translations'), 21 => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 22 => ($this->targetDirs[3].'/src/Resources/SwiftmailerBundle/translations'), 23 => ($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/translations'), 24 => ($this->targetDirs[3].'/src/Resources/TwigBundle/translations'), 25 => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/translations'), 26 => ($this->targetDirs[3].'/src/Resources/WebProfilerBundle/translations'), 27 => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/translations'), 28 => ($this->targetDirs[3].'/src/Resources/MonologBundle/translations'), 29 => ($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/translations'), 30 => ($this->targetDirs[3].'/src/Resources/DebugBundle/translations'), 31 => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src/Resources/translations'), 32 => ($this->targetDirs[3].'/src/Resources/MakerBundle/translations'), 33 => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle/Resources/translations'), 34 => ($this->targetDirs[3].'/src/Resources/WebServerBundle/translations'), 35 => ($this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle/Resources/translations'), 36 => ($this->targetDirs[3].'/src/Resources/FreshDoctrineEnumBundle/translations'), 37 => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle/Resources/translations'), 38 => ($this->targetDirs[3].'/src/Resources/StofDoctrineExtensionsBundle/translations'), 39 => ($this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src/Resources/translations'), 40 => ($this->targetDirs[3].'/src/Resources/WebpackEncoreBundle/translations'), 41 => ($this->targetDirs[3].'/vendor/liip/functional-test-bundle/src/Resources/translations'), 42 => ($this->targetDirs[3].'/src/Resources/LiipFunctionalTestBundle/translations'), 43 => ($this->targetDirs[3].'/vendor/liip/test-fixtures-bundle/src/Resources/translations'), 44 => ($this->targetDirs[3].'/src/Resources/LiipTestFixturesBundle/translations'), 45 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle/Resources/translations'), 46 => ($this->targetDirs[3].'/src/Resources/DoctrineFixturesBundle/translations'), 47 => ($this->targetDirs[3].'/vendor/nelmio/alice/src/Bridge/Symfony/Resources/translations'), 48 => ($this->targetDirs[3].'/src/Resources/NelmioAliceBundle/translations'), 49 => ($this->targetDirs[3].'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/Resources/translations'), 50 => ($this->targetDirs[3].'/src/Resources/FidryAliceDataFixturesBundle/translations'), 51 => ($this->targetDirs[3].'/src/Resources/FOSUserBundle/translations'), 52 => ($this->targetDirs[3].'/src/Resources/SonataDatagridBundle/translations'), 53 => ($this->targetDirs[3].'/src/Resources/SonataCoreBundle/translations'), 54 => ($this->targetDirs[3].'/src/Resources/SonataBlockBundle/translations'), 55 => ($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src/Resources/translations'), 56 => ($this->targetDirs[3].'/src/Resources/KnpMenuBundle/translations'), 57 => ($this->targetDirs[3].'/src/Resources/SonataAdminBundle/translations'), 58 => ($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/translations'), 59 => ($this->targetDirs[3].'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 60 => ($this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle/Resources/translations'), 61 => ($this->targetDirs[3].'/src/Resources/FOSRestBundle/translations'), 62 => ($this->targetDirs[3].'/vendor/jms/serializer-bundle/Resources/translations'), 63 => ($this->targetDirs[3].'/src/Resources/JMSSerializerBundle/translations'), 64 => ($this->targetDirs[3].'/vendor/endroid/qr-code-bundle/src/Resources/translations'), 65 => ($this->targetDirs[3].'/src/Resources/EndroidQrCodeBundle/translations'), 66 => ($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle/Resources/translations'), 67 => ($this->targetDirs[3].'/src/Resources/NelmioApiDocBundle/translations'), 68 => ($this->targetDirs[3].'/vendor/sonata-project/exporter/src/Bridge/Symfony/Bundle/Resources/translations'), 69 => ($this->targetDirs[3].'/src/Resources/SonataExporterBundle/translations'), 70 => ($this->targetDirs[3].'/src/Resources/translations')]]);
  2395.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2396.         $instance->setFallbackLocales([=> 'ja']);
  2397.         return $instance;
  2398.     }
  2399.     /**
  2400.      * Gets the private 'validator.builder' shared service.
  2401.      *
  2402.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  2403.      */
  2404.     protected function getValidator_BuilderService()
  2405.     {
  2406.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2407.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  2408.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  2409.         $instance->setTranslationDomain('validators');
  2410.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml'), => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  2411.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2412.         $instance->addMethodMapping('loadValidatorMetadata');
  2413.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  2414.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2415.         $instance->addXmlMapping(($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  2416.         return $instance;
  2417.     }
  2418.     /**
  2419.      * Gets the private 'validator.validator_factory' shared service.
  2420.      *
  2421.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  2422.      */
  2423.     protected function getValidator_ValidatorFactoryService()
  2424.     {
  2425.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2426.             'App\\Validator\\Constraints\\Api\\Client\\ValidTargetValidator' => ['privates''App\\Validator\\Constraints\\Api\\Client\\ValidTargetValidator''getValidTargetValidatorService.php'true],
  2427.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2428.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2429.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2430.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2431.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2432.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2433.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2434.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2435.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2436.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2437.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2438.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2439.         ], [
  2440.             'App\\Validator\\Constraints\\Api\\Client\\ValidTargetValidator' => '?',
  2441.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  2442.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  2443.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2444.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2445.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2446.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2447.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2448.             'doctrine.orm.validator.unique' => '?',
  2449.             'security.validator.user_password' => '?',
  2450.             'sonata.admin.validator.inline' => '?',
  2451.             'sonata.core.validator.inline' => '?',
  2452.             'validator.expression' => '?',
  2453.         ]));
  2454.     }
  2455.     /**
  2456.      * Gets the private 'var_dumper.html_dumper' shared service.
  2457.      *
  2458.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2459.      */
  2460.     protected function getVarDumper_HtmlDumperService()
  2461.     {
  2462.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2463.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2464.         return $instance;
  2465.     }
  2466.     /**
  2467.      * Gets the private 'var_dumper.server_connection' shared service.
  2468.      *
  2469.      * @return \Symfony\Component\VarDumper\Server\Connection
  2470.      */
  2471.     protected function getVarDumper_ServerConnectionService()
  2472.     {
  2473.         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'$this->targetDirs[3], ($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()]);
  2474.     }
  2475.     /**
  2476.      * Gets the private 'web_profiler.csp.handler' shared service.
  2477.      *
  2478.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2479.      */
  2480.     protected function getWebProfiler_Csp_HandlerService()
  2481.     {
  2482.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2483.     }
  2484.     /**
  2485.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2486.      *
  2487.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2488.      */
  2489.     protected function getWebProfiler_DebugToolbarService()
  2490.     {
  2491.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2492.     }
  2493.     public function getParameter($name)
  2494.     {
  2495.         $name = (string) $name;
  2496.         if (isset($this->buildParameters[$name])) {
  2497.             return $this->buildParameters[$name];
  2498.         }
  2499.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2500.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2501.         }
  2502.         if (isset($this->loadedDynamicParameters[$name])) {
  2503.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2504.         }
  2505.         return $this->parameters[$name];
  2506.     }
  2507.     public function hasParameter($name)
  2508.     {
  2509.         $name = (string) $name;
  2510.         if (isset($this->buildParameters[$name])) {
  2511.             return true;
  2512.         }
  2513.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2514.     }
  2515.     public function setParameter($name$value)
  2516.     {
  2517.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2518.     }
  2519.     public function getParameterBag()
  2520.     {
  2521.         if (null === $this->parameterBag) {
  2522.             $parameters $this->parameters;
  2523.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2524.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2525.             }
  2526.             foreach ($this->buildParameters as $name => $value) {
  2527.                 $parameters[$name] = $value;
  2528.             }
  2529.             $this->parameterBag = new FrozenParameterBag($parameters);
  2530.         }
  2531.         return $this->parameterBag;
  2532.     }
  2533.     private $loadedDynamicParameters = [
  2534.         'kernel.root_dir' => false,
  2535.         'kernel.project_dir' => false,
  2536.         'kernel.cache_dir' => false,
  2537.         'kernel.logs_dir' => false,
  2538.         'kernel.bundles_metadata' => false,
  2539.         'kernel.secret' => false,
  2540.         'session.save_path' => false,
  2541.         'validator.mapping.cache.file' => false,
  2542.         'translator.default_path' => false,
  2543.         'profiler.storage.dsn' => false,
  2544.         'debug.container.dump' => false,
  2545.         'serializer.mapping.cache.file' => false,
  2546.         'doctrine.orm.proxy_dir' => false,
  2547.         'doctrine_migrations.dir_name' => false,
  2548.         'swiftmailer.spool.default.memory.path' => false,
  2549.         'twig.default_path' => false,
  2550.     ];
  2551.     private $dynamicParameters = [];
  2552.     /**
  2553.      * Computes a dynamic parameter.
  2554.      *
  2555.      * @param string $name The name of the dynamic parameter to load
  2556.      *
  2557.      * @return mixed The value of the dynamic parameter
  2558.      *
  2559.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2560.      */
  2561.     private function getDynamicParameter($name)
  2562.     {
  2563.         switch ($name) {
  2564.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  2565.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2566.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2567.             case 'kernel.logs_dir'$value = ($this->targetDirs[5].'/shared/var/log'); break;
  2568.             case 'kernel.bundles_metadata'$value = [
  2569.                 'FrameworkBundle' => [
  2570.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  2571.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2572.                 ],
  2573.                 'SensioFrameworkExtraBundle' => [
  2574.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2575.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2576.                 ],
  2577.                 'DoctrineCacheBundle' => [
  2578.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  2579.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2580.                 ],
  2581.                 'DoctrineBundle' => [
  2582.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2583.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2584.                 ],
  2585.                 'DoctrineMigrationsBundle' => [
  2586.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2587.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2588.                 ],
  2589.                 'SecurityBundle' => [
  2590.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  2591.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2592.                 ],
  2593.                 'SwiftmailerBundle' => [
  2594.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2595.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2596.                 ],
  2597.                 'TwigBundle' => [
  2598.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  2599.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2600.                 ],
  2601.                 'WebProfilerBundle' => [
  2602.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  2603.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2604.                 ],
  2605.                 'MonologBundle' => [
  2606.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2607.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2608.                 ],
  2609.                 'DebugBundle' => [
  2610.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  2611.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2612.                 ],
  2613.                 'MakerBundle' => [
  2614.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  2615.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2616.                 ],
  2617.                 'WebServerBundle' => [
  2618.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  2619.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2620.                 ],
  2621.                 'FreshDoctrineEnumBundle' => [
  2622.                     'path' => ($this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle'),
  2623.                     'namespace' => 'Fresh\\DoctrineEnumBundle',
  2624.                 ],
  2625.                 'StofDoctrineExtensionsBundle' => [
  2626.                     'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'),
  2627.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2628.                 ],
  2629.                 'WebpackEncoreBundle' => [
  2630.                     'path' => ($this->targetDirs[3].'/vendor/symfony/webpack-encore-bundle/src'),
  2631.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2632.                 ],
  2633.                 'LiipFunctionalTestBundle' => [
  2634.                     'path' => ($this->targetDirs[3].'/vendor/liip/functional-test-bundle/src'),
  2635.                     'namespace' => 'Liip\\FunctionalTestBundle',
  2636.                 ],
  2637.                 'LiipTestFixturesBundle' => [
  2638.                     'path' => ($this->targetDirs[3].'/vendor/liip/test-fixtures-bundle/src'),
  2639.                     'namespace' => 'Liip\\TestFixturesBundle',
  2640.                 ],
  2641.                 'DoctrineFixturesBundle' => [
  2642.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-fixtures-bundle'),
  2643.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2644.                 ],
  2645.                 'NelmioAliceBundle' => [
  2646.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/alice/src/Bridge/Symfony'),
  2647.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  2648.                 ],
  2649.                 'FidryAliceDataFixturesBundle' => [
  2650.                     'path' => ($this->targetDirs[3].'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  2651.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  2652.                 ],
  2653.                 'FOSUserBundle' => [
  2654.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/user-bundle'),
  2655.                     'namespace' => 'FOS\\UserBundle',
  2656.                 ],
  2657.                 'SonataDatagridBundle' => [
  2658.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src'),
  2659.                     'namespace' => 'Sonata\\DatagridBundle',
  2660.                 ],
  2661.                 'SonataCoreBundle' => [
  2662.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  2663.                     'namespace' => 'Sonata\\CoreBundle',
  2664.                 ],
  2665.                 'SonataBlockBundle' => [
  2666.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src'),
  2667.                     'namespace' => 'Sonata\\BlockBundle',
  2668.                 ],
  2669.                 'KnpMenuBundle' => [
  2670.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src'),
  2671.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2672.                 ],
  2673.                 'SonataAdminBundle' => [
  2674.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src'),
  2675.                     'namespace' => 'Sonata\\AdminBundle',
  2676.                 ],
  2677.                 'SonataDoctrineORMAdminBundle' => [
  2678.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  2679.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  2680.                 ],
  2681.                 'FOSRestBundle' => [
  2682.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/rest-bundle'),
  2683.                     'namespace' => 'FOS\\RestBundle',
  2684.                 ],
  2685.                 'JMSSerializerBundle' => [
  2686.                     'path' => ($this->targetDirs[3].'/vendor/jms/serializer-bundle'),
  2687.                     'namespace' => 'JMS\\SerializerBundle',
  2688.                 ],
  2689.                 'EndroidQrCodeBundle' => [
  2690.                     'path' => ($this->targetDirs[3].'/vendor/endroid/qr-code-bundle/src'),
  2691.                     'namespace' => 'Endroid\\QrCodeBundle',
  2692.                 ],
  2693.                 'NelmioApiDocBundle' => [
  2694.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/api-doc-bundle'),
  2695.                     'namespace' => 'Nelmio\\ApiDocBundle',
  2696.                 ],
  2697.                 'SonataExporterBundle' => [
  2698.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/exporter/src/Bridge/Symfony/Bundle'),
  2699.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony\\Bundle',
  2700.                 ],
  2701.             ]; break;
  2702.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2703.             case 'session.save_path'$value = ($this->targetDirs[0].'/sessions'); break;
  2704.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2705.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  2706.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2707.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  2708.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  2709.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2710.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/src/Migrations'); break;
  2711.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  2712.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2713.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2714.         }
  2715.         $this->loadedDynamicParameters[$name] = true;
  2716.         return $this->dynamicParameters[$name] = $value;
  2717.     }
  2718.     /**
  2719.      * Gets the default parameters.
  2720.      *
  2721.      * @return array An array of the default parameters
  2722.      */
  2723.     protected function getDefaultParameters()
  2724.     {
  2725.         return [
  2726.             'kernel.environment' => 'dev',
  2727.             'kernel.debug' => true,
  2728.             'kernel.name' => 'src',
  2729.             'kernel.bundles' => [
  2730.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2731.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2732.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  2733.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2734.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2735.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2736.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2737.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2738.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2739.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2740.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2741.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2742.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2743.                 'FreshDoctrineEnumBundle' => 'Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle',
  2744.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2745.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2746.                 'LiipFunctionalTestBundle' => 'Liip\\FunctionalTestBundle\\LiipFunctionalTestBundle',
  2747.                 'LiipTestFixturesBundle' => 'Liip\\TestFixturesBundle\\LiipTestFixturesBundle',
  2748.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2749.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  2750.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  2751.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  2752.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  2753.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  2754.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  2755.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2756.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  2757.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  2758.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  2759.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  2760.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  2761.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  2762.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\Bundle\\SonataExporterBundle',
  2763.             ],
  2764.             'kernel.charset' => 'UTF-8',
  2765.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2766.             'container.dumper.inline_class_loader' => true,
  2767.             'fragment.renderer.hinclude.global_template' => NULL,
  2768.             'fragment.path' => '/_fragment',
  2769.             'kernel.http_method_override' => true,
  2770.             'kernel.trusted_hosts' => [
  2771.             ],
  2772.             'kernel.default_locale' => 'ja',
  2773.             'templating.helper.code.file_link_format' => NULL,
  2774.             'debug.file_link_format' => NULL,
  2775.             'session.metadata.storage_key' => '_sf2_meta',
  2776.             'session.storage.options' => [
  2777.                 'cache_limiter' => '0',
  2778.                 'cookie_secure' => 'auto',
  2779.                 'cookie_httponly' => true,
  2780.                 'cookie_samesite' => 'lax',
  2781.                 'gc_probability' => 1,
  2782.             ],
  2783.             'session.metadata.update_threshold' => 0,
  2784.             'form.type_extension.csrf.enabled' => true,
  2785.             'form.type_extension.csrf.field_name' => '_token',
  2786.             'asset.request_context.base_path' => '',
  2787.             'asset.request_context.secure' => false,
  2788.             'templating.loader.cache.path' => NULL,
  2789.             'templating.engines' => [
  2790.                 => 'twig',
  2791.                 => 'php',
  2792.             ],
  2793.             'templating.helper.form.resources' => [
  2794.                 => 'FrameworkBundle:Form',
  2795.             ],
  2796.             'validator.mapping.cache.prefix' => '',
  2797.             'validator.translation_domain' => 'validators',
  2798.             'translator.logging' => false,
  2799.             'profiler_listener.only_exceptions' => false,
  2800.             'profiler_listener.only_master_requests' => false,
  2801.             'debug.error_handler.throw_at' => -1,
  2802.             'router.request_context.host' => 'localhost',
  2803.             'router.request_context.scheme' => 'http',
  2804.             'router.request_context.base_url' => '',
  2805.             'router.resource' => 'kernel::loadRoutes',
  2806.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2807.             'request_listener.http_port' => 80,
  2808.             'request_listener.https_port' => 443,
  2809.             'serializer.mapping.cache.prefix' => '',
  2810.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2811.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2812.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2813.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2814.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2815.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2816.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2817.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2818.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2819.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2820.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2821.             'doctrine_cache.memcache.host' => 'localhost',
  2822.             'doctrine_cache.memcache.port' => 11211,
  2823.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2824.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2825.             'doctrine_cache.memcached.host' => 'localhost',
  2826.             'doctrine_cache.memcached.port' => 11211,
  2827.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2828.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2829.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2830.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2831.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2832.             'doctrine_cache.predis.scheme' => 'tcp',
  2833.             'doctrine_cache.predis.host' => 'localhost',
  2834.             'doctrine_cache.predis.port' => 6379,
  2835.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2836.             'doctrine_cache.redis.connection.class' => 'Redis',
  2837.             'doctrine_cache.redis.host' => 'localhost',
  2838.             'doctrine_cache.redis.port' => 6379,
  2839.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2840.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2841.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2842.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2843.             'doctrine_cache.riak.host' => 'localhost',
  2844.             'doctrine_cache.riak.port' => 8087,
  2845.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2846.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2847.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2848.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2849.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2850.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2851.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2852.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2853.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2854.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2855.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2856.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2857.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2858.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2859.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2860.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2861.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2862.             'doctrine.entity_managers' => [
  2863.                 'default' => 'doctrine.orm.default_entity_manager',
  2864.             ],
  2865.             'doctrine.default_entity_manager' => 'default',
  2866.             'doctrine.dbal.connection_factory.types' => [
  2867.                 'QrCodeTargetType' => [
  2868.                     'class' => 'App\\DBAL\\Types\\QrCodeTargetType',
  2869.                     'commented' => NULL,
  2870.                 ],
  2871.                 'QrCodeRepeatType' => [
  2872.                     'class' => 'App\\DBAL\\Types\\QrCodeRepeatType',
  2873.                     'commented' => NULL,
  2874.                 ],
  2875.                 'QrCodeStatusType' => [
  2876.                     'class' => 'App\\DBAL\\Types\\QrCodeStatusType',
  2877.                     'commented' => NULL,
  2878.                 ],
  2879.                 'QrCodeUsageStatusType' => [
  2880.                     'class' => 'App\\DBAL\\Types\\QrCodeUsageStatusType',
  2881.                     'commented' => NULL,
  2882.                 ],
  2883.             ],
  2884.             'doctrine.connections' => [
  2885.                 'default' => 'doctrine.dbal.default_connection',
  2886.             ],
  2887.             'doctrine.default_connection' => 'default',
  2888.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2889.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2890.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2891.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2892.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2893.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2894.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2895.             'doctrine.orm.cache.memcache_port' => 11211,
  2896.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2897.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2898.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2899.             'doctrine.orm.cache.memcached_port' => 11211,
  2900.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2901.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2902.             'doctrine.orm.cache.redis_host' => 'localhost',
  2903.             'doctrine.orm.cache.redis_port' => 6379,
  2904.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2905.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2906.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2907.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2908.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2909.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2910.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2911.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2912.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2913.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2914.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2915.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2916.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2917.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2918.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2919.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2920.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2921.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2922.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2923.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2924.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2925.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2926.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2927.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2928.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2929.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2930.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2931.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2932.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2933.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2934.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2935.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2936.             'doctrine_migrations.table_name' => 'migration_versions',
  2937.             'doctrine_migrations.column_name' => 'version',
  2938.             'doctrine_migrations.column_length' => 14,
  2939.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2940.             'doctrine_migrations.all_or_nothing' => false,
  2941.             'doctrine_migrations.name' => 'Application Migrations',
  2942.             'doctrine_migrations.custom_template' => NULL,
  2943.             'doctrine_migrations.organize_migrations' => false,
  2944.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2945.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2946.             'security.role_hierarchy.roles' => [
  2947.                 'ROLE_SUPER_ADMIN' => [
  2948.                     => 'ROLE_ADMIN',
  2949.                     => 'ROLE_ALLOWED_TO_SWITCH',
  2950.                 ],
  2951.             ],
  2952.             'security.access.denied_url' => NULL,
  2953.             'security.authentication.manager.erase_credentials' => true,
  2954.             'security.authentication.session_strategy.strategy' => 'migrate',
  2955.             'security.access.always_authenticate_before_granting' => false,
  2956.             'security.authentication.hide_user_not_found' => true,
  2957.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2958.             'swiftmailer.mailer.default.spool.enabled' => true,
  2959.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2960.             'swiftmailer.mailer.default.single_address' => NULL,
  2961.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2962.             'swiftmailer.spool.enabled' => true,
  2963.             'swiftmailer.delivery.enabled' => true,
  2964.             'swiftmailer.single_address' => NULL,
  2965.             'swiftmailer.mailers' => [
  2966.                 'default' => 'swiftmailer.mailer.default',
  2967.             ],
  2968.             'swiftmailer.default_mailer' => 'default',
  2969.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2970.             'twig.form.resources' => [
  2971.                 => 'form_div_layout.html.twig',
  2972.                 => '@SonataCore/Form/datepicker.html.twig',
  2973.             ],
  2974.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2975.             'web_profiler.debug_toolbar.mode' => 2,
  2976.             'monolog.use_microseconds' => true,
  2977.             'monolog.swift_mailer.handlers' => [
  2978.             ],
  2979.             'monolog.handlers_to_channels' => [
  2980.                 'monolog.handler.console' => [
  2981.                     'type' => 'exclusive',
  2982.                     'elements' => [
  2983.                         => 'event',
  2984.                         => 'doctrine',
  2985.                         => 'console',
  2986.                     ],
  2987.                 ],
  2988.                 'monolog.handler.main' => [
  2989.                     'type' => 'exclusive',
  2990.                     'elements' => [
  2991.                         => 'event',
  2992.                     ],
  2993.                 ],
  2994.             ],
  2995.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2996.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2997.             'stof_doctrine_extensions.default_locale' => 'en_US',
  2998.             'stof_doctrine_extensions.translation_fallback' => false,
  2999.             'stof_doctrine_extensions.persist_default_translation' => false,
  3000.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  3001.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  3002.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  3003.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  3004.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3005.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3006.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3007.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3008.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3009.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3010.             'liip_functional_test.command_verbosity' => 'normal',
  3011.             'liip_functional_test.command_decoration' => true,
  3012.             'liip_functional_test.query.max_query_count' => NULL,
  3013.             'liip_functional_test.authentication.username' => '',
  3014.             'liip_functional_test.authentication.password' => '',
  3015.             'liip_functional_test.paratest.process' => 5,
  3016.             'liip_functional_test.paratest.phpunit' => './bin/phpunit',
  3017.             'liip_test_fixtures.cache_db.sqlite' => NULL,
  3018.             'liip_test_fixtures.keep_database_and_schema' => false,
  3019.             'nelmio_alice.functions_blacklist' => [
  3020.                 => 'current',
  3021.                 => 'shuffle',
  3022.                 => 'date',
  3023.                 => 'time',
  3024.                 => 'file',
  3025.                 => 'md5',
  3026.                 => 'sha1',
  3027.             ],
  3028.             'nelmio_alice.locale' => 'en_US',
  3029.             'nelmio_alice.seed' => 1,
  3030.             'nelmio_alice.loading_limit' => 5,
  3031.             'nelmio_alice.max_unique_values_retry' => 150,
  3032.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  3033.             'fos_user.backend_type_orm' => true,
  3034.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  3035.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  3036.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  3037.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  3038.             'fos_user.registration.confirmation.from_email' => [
  3039.                 'test@domain.com' => 'test@domain.com',
  3040.             ],
  3041.             'fos_user.resetting.email.from_email' => [
  3042.                 'test@domain.com' => 'test@domain.com',
  3043.             ],
  3044.             'fos_user.storage' => 'orm',
  3045.             'fos_user.firewall_name' => 'main',
  3046.             'fos_user.model_manager_name' => NULL,
  3047.             'fos_user.model.user.class' => 'App\\Entity\\Client',
  3048.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  3049.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  3050.             'fos_user.profile.form.validation_groups' => [
  3051.                 => 'Profile',
  3052.                 => 'Default',
  3053.             ],
  3054.             'fos_user.registration.confirmation.enabled' => false,
  3055.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  3056.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  3057.             'fos_user.registration.form.validation_groups' => [
  3058.                 => 'Registration',
  3059.                 => 'Default',
  3060.             ],
  3061.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  3062.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  3063.             'fos_user.change_password.form.validation_groups' => [
  3064.                 => 'ChangePassword',
  3065.                 => 'Default',
  3066.             ],
  3067.             'fos_user.resetting.retry_ttl' => 7200,
  3068.             'fos_user.resetting.token_ttl' => 86400,
  3069.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  3070.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  3071.             'fos_user.resetting.form.validation_groups' => [
  3072.                 => 'ResetPassword',
  3073.                 => 'Default',
  3074.             ],
  3075.             'sonata.core.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  3076.             'sonata.core.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  3077.             'sonata.core.form_type' => 'standard',
  3078.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  3079.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  3080.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  3081.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  3082.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  3083.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  3084.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  3085.             'sonata.block.container.types' => [
  3086.                 => 'sonata.block.service.container',
  3087.                 => 'sonata.page.block.container',
  3088.                 => 'sonata.dashboard.block.container',
  3089.                 => 'cmf.block.container',
  3090.                 => 'cmf.block.slideshow',
  3091.             ],
  3092.             'sonata_block.blocks' => [
  3093.                 'sonata.admin.block.admin_list' => [
  3094.                     'contexts' => [
  3095.                         => 'admin',
  3096.                     ],
  3097.                     'templates' => [
  3098.                     ],
  3099.                     'cache' => 'sonata.cache.noop',
  3100.                     'settings' => [
  3101.                     ],
  3102.                 ],
  3103.             ],
  3104.             'sonata_block.blocks_by_class' => [
  3105.             ],
  3106.             'sonata_blocks.block_types' => [
  3107.                 => 'sonata.admin.block.admin_list',
  3108.             ],
  3109.             'sonata_block.cache_blocks' => [
  3110.                 'by_type' => [
  3111.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  3112.                 ],
  3113.             ],
  3114.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  3115.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  3116.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  3117.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  3118.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  3119.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  3120.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  3121.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  3122.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  3123.             'knp_menu.renderer.list.options' => [
  3124.             ],
  3125.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  3126.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  3127.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  3128.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  3129.             'knp_menu.renderer.twig.options' => [
  3130.             ],
  3131.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  3132.             'knp_menu.default_renderer' => 'twig',
  3133.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  3134.                 'choice' => 'select',
  3135.                 'boolean' => 'select',
  3136.                 'text' => 'text',
  3137.                 'textarea' => 'textarea',
  3138.                 'html' => 'textarea',
  3139.                 'email' => 'email',
  3140.                 'string' => 'text',
  3141.                 'smallint' => 'text',
  3142.                 'bigint' => 'text',
  3143.                 'integer' => 'number',
  3144.                 'decimal' => 'number',
  3145.                 'currency' => 'number',
  3146.                 'percent' => 'number',
  3147.                 'url' => 'url',
  3148.                 'date' => 'date',
  3149.             ],
  3150.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  3151.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  3152.             'sonata.admin.configuration.templates' => [
  3153.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  3154.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  3155.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  3156.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  3157.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  3158.                 'search' => '@SonataAdmin/Core/search.html.twig',
  3159.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  3160.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  3161.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  3162.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  3163.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  3164.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  3165.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  3166.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  3167.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  3168.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  3169.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  3170.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  3171.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  3172.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  3173.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  3174.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  3175.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  3176.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  3177.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  3178.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  3179.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  3180.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  3181.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  3182.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  3183.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  3184.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  3185.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  3186.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  3187.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  3188.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  3189.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  3190.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  3191.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  3192.             ],
  3193.             'sonata.admin.configuration.admin_services' => [
  3194.             ],
  3195.             'sonata.admin.configuration.dashboard_groups' => [
  3196.                 'Client' => [
  3197.                     'label' => 'Groups.Client.Label',
  3198.                     'label_catalogue' => NULL,
  3199.                     'items' => [
  3200.                         => [
  3201.                             'admin' => 'admin.client',
  3202.                             'label' => '',
  3203.                             'route' => '',
  3204.                             'route_params' => [
  3205.                             ],
  3206.                             'route_absolute' => false,
  3207.                             'roles' => [
  3208.                             ],
  3209.                         ],
  3210.                         => [
  3211.                             'admin' => 'admin.app',
  3212.                             'label' => '',
  3213.                             'route' => '',
  3214.                             'route_params' => [
  3215.                             ],
  3216.                             'route_absolute' => false,
  3217.                             'roles' => [
  3218.                             ],
  3219.                         ],
  3220.                     ],
  3221.                     'icon' => '<i class="fa fa-folder"></i>',
  3222.                     'on_top' => false,
  3223.                     'keep_open' => false,
  3224.                     'item_adds' => [
  3225.                     ],
  3226.                     'roles' => [
  3227.                     ],
  3228.                 ],
  3229.                 'Device' => [
  3230.                     'label' => 'Groups.Device.Label',
  3231.                     'label_catalogue' => NULL,
  3232.                     'items' => [
  3233.                         => [
  3234.                             'admin' => 'admin.device',
  3235.                             'label' => '',
  3236.                             'route' => '',
  3237.                             'route_params' => [
  3238.                             ],
  3239.                             'route_absolute' => false,
  3240.                             'roles' => [
  3241.                             ],
  3242.                         ],
  3243.                         => [
  3244.                             'admin' => 'admin.event',
  3245.                             'label' => '',
  3246.                             'route' => '',
  3247.                             'route_params' => [
  3248.                             ],
  3249.                             'route_absolute' => false,
  3250.                             'roles' => [
  3251.                             ],
  3252.                         ],
  3253.                         => [
  3254.                             'admin' => 'admin.event_group',
  3255.                             'label' => '',
  3256.                             'route' => '',
  3257.                             'route_params' => [
  3258.                             ],
  3259.                             'route_absolute' => false,
  3260.                             'roles' => [
  3261.                             ],
  3262.                         ],
  3263.                     ],
  3264.                     'icon' => '<i class="fa fa-folder"></i>',
  3265.                     'on_top' => false,
  3266.                     'keep_open' => false,
  3267.                     'item_adds' => [
  3268.                     ],
  3269.                     'roles' => [
  3270.                     ],
  3271.                 ],
  3272.                 'QrCode' => [
  3273.                     'label' => 'Groups.QrCode.Label',
  3274.                     'label_catalogue' => NULL,
  3275.                     'items' => [
  3276.                         => [
  3277.                             'admin' => 'admin.qr_code',
  3278.                             'label' => '',
  3279.                             'route' => '',
  3280.                             'route_params' => [
  3281.                             ],
  3282.                             'route_absolute' => false,
  3283.                             'roles' => [
  3284.                             ],
  3285.                         ],
  3286.                         => [
  3287.                             'admin' => 'admin.qr_code_usage',
  3288.                             'label' => '',
  3289.                             'route' => '',
  3290.                             'route_params' => [
  3291.                             ],
  3292.                             'route_absolute' => false,
  3293.                             'roles' => [
  3294.                             ],
  3295.                         ],
  3296.                     ],
  3297.                     'icon' => '<i class="fa fa-folder"></i>',
  3298.                     'on_top' => false,
  3299.                     'keep_open' => false,
  3300.                     'item_adds' => [
  3301.                     ],
  3302.                     'roles' => [
  3303.                     ],
  3304.                 ],
  3305.                 'Admin' => [
  3306.                     'label' => 'Groups.Admin.Label',
  3307.                     'label_catalogue' => NULL,
  3308.                     'items' => [
  3309.                         => [
  3310.                             'admin' => 'admin.admin',
  3311.                             'label' => '',
  3312.                             'route' => '',
  3313.                             'route_params' => [
  3314.                             ],
  3315.                             'route_absolute' => false,
  3316.                             'roles' => [
  3317.                             ],
  3318.                         ],
  3319.                     ],
  3320.                     'icon' => '<i class="fa fa-folder"></i>',
  3321.                     'on_top' => false,
  3322.                     'keep_open' => false,
  3323.                     'item_adds' => [
  3324.                     ],
  3325.                     'roles' => [
  3326.                     ],
  3327.                 ],
  3328.             ],
  3329.             'sonata.admin.configuration.dashboard_blocks' => [
  3330.                 => [
  3331.                     'type' => 'sonata.admin.block.admin_list',
  3332.                     'position' => 'left',
  3333.                     'roles' => [
  3334.                     ],
  3335.                     'settings' => [
  3336.                     ],
  3337.                     'class' => 'col-md-4',
  3338.                 ],
  3339.             ],
  3340.             'sonata.admin.configuration.sort_admins' => false,
  3341.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  3342.             'sonata.admin.configuration.default_group' => 'default',
  3343.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  3344.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  3345.             'sonata.admin.configuration.breadcrumbs' => [
  3346.                 'child_admin_route' => 'edit',
  3347.             ],
  3348.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  3349.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  3350.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  3351.             'sonata.admin.configuration.security.information' => [
  3352.             ],
  3353.             'sonata.admin.configuration.security.admin_permissions' => [
  3354.                 => 'CREATE',
  3355.                 => 'LIST',
  3356.                 => 'DELETE',
  3357.                 => 'UNDELETE',
  3358.                 => 'EXPORT',
  3359.                 => 'OPERATOR',
  3360.                 => 'MASTER',
  3361.             ],
  3362.             'sonata.admin.configuration.security.object_permissions' => [
  3363.                 => 'VIEW',
  3364.                 => 'EDIT',
  3365.                 => 'DELETE',
  3366.                 => 'UNDELETE',
  3367.                 => 'OPERATOR',
  3368.                 => 'MASTER',
  3369.                 => 'OWNER',
  3370.             ],
  3371.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  3372.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  3373.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  3374.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  3375.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  3376.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  3377.             'sonata.admin.extension.map' => [
  3378.                 'admins' => [
  3379.                 ],
  3380.                 'excludes' => [
  3381.                 ],
  3382.                 'implements' => [
  3383.                 ],
  3384.                 'extends' => [
  3385.                 ],
  3386.                 'instanceof' => [
  3387.                 ],
  3388.                 'uses' => [
  3389.                 ],
  3390.             ],
  3391.             'sonata.admin.configuration.filters.persist' => false,
  3392.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  3393.             'sonata.admin.configuration.show.mosaic.button' => false,
  3394.             'sonata.admin.configuration.translate_group_label' => false,
  3395.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  3396.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  3397.             'sonata_doctrine_orm_admin.templates' => [
  3398.                 'types' => [
  3399.                     'list' => [
  3400.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  3401.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  3402.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  3403.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  3404.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  3405.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  3406.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  3407.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  3408.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  3409.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  3410.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  3411.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  3412.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  3413.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  3414.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  3415.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  3416.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  3417.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  3418.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  3419.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  3420.                     ],
  3421.                     'show' => [
  3422.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  3423.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  3424.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  3425.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  3426.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  3427.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3428.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  3429.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  3430.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3431.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3432.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3433.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3434.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  3435.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  3436.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  3437.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  3438.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  3439.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  3440.                     ],
  3441.                 ],
  3442.                 'form' => [
  3443.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  3444.                 ],
  3445.                 'filter' => [
  3446.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  3447.                 ],
  3448.             ],
  3449.             'nelmio_api_doc.areas' => [
  3450.                 => 'default',
  3451.                 => 'client',
  3452.                 => 'device',
  3453.             ],
  3454.             'sonata.exporter.writer.csv.filename' => 'php://output',
  3455.             'sonata.exporter.writer.csv.delimiter' => ',',
  3456.             'sonata.exporter.writer.csv.enclosure' => '"',
  3457.             'sonata.exporter.writer.csv.escape' => '\\',
  3458.             'sonata.exporter.writer.csv.show_headers' => true,
  3459.             'sonata.exporter.writer.csv.with_bom' => false,
  3460.             'sonata.exporter.writer.json.filename' => 'php://output',
  3461.             'sonata.exporter.writer.xls.filename' => 'php://output',
  3462.             'sonata.exporter.writer.xls.show_headers' => true,
  3463.             'sonata.exporter.writer.xml.filename' => 'php://output',
  3464.             'sonata.exporter.writer.xml.show_headers' => true,
  3465.             'sonata.exporter.writer.xml.main_element' => 'datas',
  3466.             'sonata.exporter.writer.xml.child_element' => 'data',
  3467.             'data_collector.templates' => [
  3468.                 'data_collector.request' => [
  3469.                     => 'request',
  3470.                     => '@WebProfiler/Collector/request.html.twig',
  3471.                 ],
  3472.                 'data_collector.time' => [
  3473.                     => 'time',
  3474.                     => '@WebProfiler/Collector/time.html.twig',
  3475.                 ],
  3476.                 'data_collector.memory' => [
  3477.                     => 'memory',
  3478.                     => '@WebProfiler/Collector/memory.html.twig',
  3479.                 ],
  3480.                 'data_collector.validator' => [
  3481.                     => 'validator',
  3482.                     => '@WebProfiler/Collector/validator.html.twig',
  3483.                 ],
  3484.                 'data_collector.ajax' => [
  3485.                     => 'ajax',
  3486.                     => '@WebProfiler/Collector/ajax.html.twig',
  3487.                 ],
  3488.                 'data_collector.form' => [
  3489.                     => 'form',
  3490.                     => '@WebProfiler/Collector/form.html.twig',
  3491.                 ],
  3492.                 'data_collector.exception' => [
  3493.                     => 'exception',
  3494.                     => '@WebProfiler/Collector/exception.html.twig',
  3495.                 ],
  3496.                 'data_collector.logger' => [
  3497.                     => 'logger',
  3498.                     => '@WebProfiler/Collector/logger.html.twig',
  3499.                 ],
  3500.                 'data_collector.events' => [
  3501.                     => 'events',
  3502.                     => '@WebProfiler/Collector/events.html.twig',
  3503.                 ],
  3504.                 'data_collector.router' => [
  3505.                     => 'router',
  3506.                     => '@WebProfiler/Collector/router.html.twig',
  3507.                 ],
  3508.                 'data_collector.cache' => [
  3509.                     => 'cache',
  3510.                     => '@WebProfiler/Collector/cache.html.twig',
  3511.                 ],
  3512.                 'data_collector.translation' => [
  3513.                     => 'translation',
  3514.                     => '@WebProfiler/Collector/translation.html.twig',
  3515.                 ],
  3516.                 'data_collector.security' => [
  3517.                     => 'security',
  3518.                     => '@Security/Collector/security.html.twig',
  3519.                 ],
  3520.                 'data_collector.twig' => [
  3521.                     => 'twig',
  3522.                     => '@WebProfiler/Collector/twig.html.twig',
  3523.                 ],
  3524.                 'data_collector.doctrine' => [
  3525.                     => 'db',
  3526.                     => '@Doctrine/Collector/db.html.twig',
  3527.                 ],
  3528.                 'swiftmailer.data_collector' => [
  3529.                     => 'swiftmailer',
  3530.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3531.                 ],
  3532.                 'data_collector.dump' => [
  3533.                     => 'dump',
  3534.                     => '@Debug/Profiler/dump.html.twig',
  3535.                 ],
  3536.                 'sonata.block.data_collector' => [
  3537.                     => 'block',
  3538.                     => '@SonataBlock/Profiler/block.html.twig',
  3539.                 ],
  3540.                 'data_collector.config' => [
  3541.                     => 'config',
  3542.                     => '@WebProfiler/Collector/config.html.twig',
  3543.                 ],
  3544.             ],
  3545.             'sonata.core.form.types' => [
  3546.                 => 'App\\Form\\Type\\Admin\\LoginType',
  3547.                 => 'App\\Form\\Type\\Api\\Client\\NormalQrCodeType',
  3548.                 => 'App\\Form\\Type\\Api\\Client\\QrCodeType',
  3549.                 => 'App\\Form\\Type\\Api\\Client\\RepeatQrCodeType',
  3550.                 => 'App\\Form\\Type\\Api\\Device\\QrCodeUsageType',
  3551.                 => 'App\\Form\\Type\\QrCodeUriType',
  3552.                 => 'form.type.form',
  3553.                 => 'form.type.choice',
  3554.                 => 'form.type.file',
  3555.                 => 'form.type.entity',
  3556.                 10 => 'fos_user.username_form_type',
  3557.                 11 => 'fos_user.profile.form.type',
  3558.                 12 => 'fos_user.registration.form.type',
  3559.                 13 => 'fos_user.change_password.form.type',
  3560.                 14 => 'fos_user.resetting.form.type',
  3561.                 15 => 'sonata.core.form.type.array_legacy',
  3562.                 16 => 'sonata.core.form.type.boolean_legacy',
  3563.                 17 => 'sonata.core.form.type.collection_legacy',
  3564.                 18 => 'sonata.core.form.type.translatable_choice',
  3565.                 19 => 'sonata.core.form.type.date_range_legacy',
  3566.                 20 => 'sonata.core.form.type.datetime_range_legacy',
  3567.                 21 => 'sonata.core.form.type.date_picker_legacy',
  3568.                 22 => 'sonata.core.form.type.datetime_picker_legacy',
  3569.                 23 => 'sonata.core.form.type.date_range_picker_legacy',
  3570.                 24 => 'sonata.core.form.type.datetime_range_picker_legacy',
  3571.                 25 => 'sonata.core.form.type.equal_legacy',
  3572.                 26 => 'sonata.core.form.type.color_selector',
  3573.                 27 => 'sonata.core.form.type.color_legacy',
  3574.                 28 => 'sonata.core.form.type.array',
  3575.                 29 => 'sonata.core.form.type.boolean',
  3576.                 30 => 'sonata.core.form.type.collection',
  3577.                 31 => 'sonata.core.form.type.date_range',
  3578.                 32 => 'sonata.core.form.type.datetime_range',
  3579.                 33 => 'sonata.core.form.type.date_picker',
  3580.                 34 => 'sonata.core.form.type.datetime_picker',
  3581.                 35 => 'sonata.core.form.type.date_range_picker',
  3582.                 36 => 'sonata.core.form.type.datetime_range_picker',
  3583.                 37 => 'sonata.core.form.type.equal',
  3584.                 38 => 'sonata.block.form.type.block',
  3585.                 39 => 'sonata.block.form.type.container_template',
  3586.                 40 => 'sonata.admin.form.type.admin',
  3587.                 41 => 'sonata.admin.form.type.model_choice',
  3588.                 42 => 'sonata.admin.form.type.model_list',
  3589.                 43 => 'sonata.admin.form.type.model_reference',
  3590.                 44 => 'sonata.admin.form.type.model_hidden',
  3591.                 45 => 'sonata.admin.form.type.model_autocomplete',
  3592.                 46 => 'sonata.admin.form.type.collection',
  3593.                 47 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  3594.                 48 => 'sonata.admin.form.filter.type.number',
  3595.                 49 => 'sonata.admin.form.filter.type.choice',
  3596.                 50 => 'sonata.admin.form.filter.type.default',
  3597.                 51 => 'sonata.admin.form.filter.type.date',
  3598.                 52 => 'sonata.admin.form.filter.type.daterange',
  3599.                 53 => 'sonata.admin.form.filter.type.datetime',
  3600.                 54 => 'sonata.admin.form.filter.type.datetime_range',
  3601.             ],
  3602.             'sonata.core.form.type_extensions' => [
  3603.                 => 'form.type_extension.form.transformation_failure_handling',
  3604.                 => 'form.type_extension.form.http_foundation',
  3605.                 => 'form.type_extension.form.validator',
  3606.                 => 'form.type_extension.repeated.validator',
  3607.                 => 'form.type_extension.submit.validator',
  3608.                 => 'form.type_extension.upload.validator',
  3609.                 => 'form.type_extension.csrf',
  3610.                 => 'form.type_extension.form.data_collector',
  3611.                 => 'sonata.admin.form.extension.field',
  3612.                 => 'sonata.admin.form.extension.field.mopa',
  3613.                 10 => 'sonata.admin.form.extension.choice',
  3614.                 11 => 'nelmio_api_doc.form.documentation_extension',
  3615.             ],
  3616.             'console.command.ids' => [
  3617.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  3618.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  3619.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  3620.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  3621.                 => 'console.command.public_alias.doctrine_migrations.diff_command',
  3622.                 => 'console.command.public_alias.doctrine_migrations.dump_schema_command',
  3623.                 => 'console.command.public_alias.doctrine_migrations.execute_command',
  3624.                 => 'console.command.public_alias.doctrine_migrations.generate_command',
  3625.                 => 'console.command.public_alias.doctrine_migrations.latest_command',
  3626.                 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  3627.                 10 => 'console.command.public_alias.doctrine_migrations.rollup_command',
  3628.                 11 => 'console.command.public_alias.doctrine_migrations.status_command',
  3629.                 12 => 'console.command.public_alias.doctrine_migrations.up_to_date_command',
  3630.                 13 => 'console.command.public_alias.doctrine_migrations.version_command',
  3631.                 14 => 'console.command.public_alias.Liip\\FunctionalTestBundle\\Command\\RunParatestCommand',
  3632.                 15 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  3633.                 16 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  3634.             ],
  3635.         ];
  3636.     }
  3637. }