var/cache/dev/ContainerEf8mxO7/srcApp_KernelDevDebugContainer.php line 722

Open in your IDE?
  1. <?php
  2. namespace ContainerEf8mxO7;
  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.             'cache.app' => 'getCache_AppService',
  39.             'cache.system' => 'getCache_SystemService',
  40.             'data_collector.dump' => 'getDataCollector_DumpService',
  41.             'doctrine' => 'getDoctrineService',
  42.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  43.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  44.             'doctrine_cache.providers.doctrine.orm.default_metadata_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService',
  45.             'doctrine_cache.providers.doctrine.orm.default_query_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService',
  46.             'doctrine_cache.providers.doctrine.orm.default_result_cache' => 'getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  50.             'pix_sortable_behavior.position' => 'getPixSortableBehavior_PositionService',
  51.             'profiler' => 'getProfilerService',
  52.             'request_stack' => 'getRequestStackService',
  53.             'router' => 'getRouterService',
  54.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  55.             'security.token_storage' => 'getSecurity_TokenStorageService',
  56.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  57.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  58.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  59.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  60.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  61.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  62.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  63.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  64.             'translator' => 'getTranslatorService',
  65.             'twig' => 'getTwigService',
  66.             'validator' => 'getValidatorService',
  67.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  68.             'vich_uploader.templating.helper.uploader_helper' => 'getVichUploader_Templating_Helper_UploaderHelperService',
  69.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  70.         ];
  71.         $this->fileMap = [
  72.             'App\\Controller\\Api\\CheckinController' => 'getCheckinControllerService.php',
  73.             'App\\Controller\\Api\\DefaultController' => 'getDefaultControllerService.php',
  74.             'App\\Controller\\Api\\EventController' => 'getEventControllerService.php',
  75.             'App\\Controller\\FormAdminController' => 'getFormAdminControllerService.php',
  76.             'App\\Controller\\SecurityController' => 'getSecurityControllerService.php',
  77.             'App\\Controller\\VisitorCodeController' => 'getVisitorCodeControllerService.php',
  78.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService.php',
  79.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService.php',
  80.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService.php',
  81.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService.php',
  82.             'Sonata\\AdminBundle\\Command\\GenerateAdminCommand' => 'getGenerateAdminCommandService.php',
  83.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService.php',
  84.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService.php',
  85.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService.php',
  86.             'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService.php',
  87.             'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService.php',
  88.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  89.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  90.             'admin.brand_color' => 'getAdmin_BrandColorService.php',
  91.             'admin.brand_color.template_registry' => 'getAdmin_BrandColor_TemplateRegistryService.php',
  92.             'admin.checkin' => 'getAdmin_CheckinService.php',
  93.             'admin.checkin.template_registry' => 'getAdmin_Checkin_TemplateRegistryService.php',
  94.             'admin.company' => 'getAdmin_CompanyService.php',
  95.             'admin.company.template_registry' => 'getAdmin_Company_TemplateRegistryService.php',
  96.             'admin.confirmation_layout' => 'getAdmin_ConfirmationLayoutService.php',
  97.             'admin.confirmation_layout.template_registry' => 'getAdmin_ConfirmationLayout_TemplateRegistryService.php',
  98.             'admin.cron_tab' => 'getAdmin_CronTabService.php',
  99.             'admin.cron_tab.template_registry' => 'getAdmin_CronTab_TemplateRegistryService.php',
  100.             'admin.document' => 'getAdmin_DocumentService.php',
  101.             'admin.document.template_registry' => 'getAdmin_Document_TemplateRegistryService.php',
  102.             'admin.email_template' => 'getAdmin_EmailTemplateService.php',
  103.             'admin.email_template.template_registry' => 'getAdmin_EmailTemplate_TemplateRegistryService.php',
  104.             'admin.event' => 'getAdmin_EventService.php',
  105.             'admin.event.template_registry' => 'getAdmin_Event_TemplateRegistryService.php',
  106.             'admin.event_code' => 'getAdmin_EventCodeService.php',
  107.             'admin.event_code.template_registry' => 'getAdmin_EventCode_TemplateRegistryService.php',
  108.             'admin.event_footer' => 'getAdmin_EventFooterService.php',
  109.             'admin.event_footer.template_registry' => 'getAdmin_EventFooter_TemplateRegistryService.php',
  110.             'admin.font' => 'getAdmin_FontService.php',
  111.             'admin.font.template_registry' => 'getAdmin_Font_TemplateRegistryService.php',
  112.             'admin.form' => 'getAdmin_FormService.php',
  113.             'admin.form.template_registry' => 'getAdmin_Form_TemplateRegistryService.php',
  114.             'admin.form_input' => 'getAdmin_FormInputService.php',
  115.             'admin.form_input.template_registry' => 'getAdmin_FormInput_TemplateRegistryService.php',
  116.             'admin.form_validation' => 'getAdmin_FormValidationService.php',
  117.             'admin.form_validation.template_registry' => 'getAdmin_FormValidation_TemplateRegistryService.php',
  118.             'admin.icalendar_setting' => 'getAdmin_IcalendarSettingService.php',
  119.             'admin.icalendar_setting.template_registry' => 'getAdmin_IcalendarSetting_TemplateRegistryService.php',
  120.             'admin.image' => 'getAdmin_ImageService.php',
  121.             'admin.image.template_registry' => 'getAdmin_Image_TemplateRegistryService.php',
  122.             'admin.snippet' => 'getAdmin_SnippetService.php',
  123.             'admin.snippet.template_registry' => 'getAdmin_Snippet_TemplateRegistryService.php',
  124.             'admin.ticket_layout' => 'getAdmin_TicketLayoutService.php',
  125.             'admin.ticket_layout.template_registry' => 'getAdmin_TicketLayout_TemplateRegistryService.php',
  126.             'admin.user' => 'getAdmin_UserService.php',
  127.             'admin.user.template_registry' => 'getAdmin_User_TemplateRegistryService.php',
  128.             'admin.validation_layout' => 'getAdmin_ValidationLayoutService.php',
  129.             'admin.validation_layout.template_registry' => 'getAdmin_ValidationLayout_TemplateRegistryService.php',
  130.             'admin.visitor_code' => 'getAdmin_VisitorCodeService.php',
  131.             'admin.visitor_code.template_registry' => 'getAdmin_VisitorCode_TemplateRegistryService.php',
  132.             'bomo_ical.ics_provider' => 'getBomoIcal_IcsProviderService.php',
  133.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  134.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  135.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  136.             'cache_clearer' => 'getCacheClearerService.php',
  137.             'cache_warmer' => 'getCacheWarmerService.php',
  138.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService.php',
  139.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService.php',
  140.             'console.command.public_alias.doctrine_cache.contains_command' => 'getConsole_Command_PublicAlias_DoctrineCache_ContainsCommandService.php',
  141.             'console.command.public_alias.doctrine_cache.delete_command' => 'getConsole_Command_PublicAlias_DoctrineCache_DeleteCommandService.php',
  142.             'console.command.public_alias.doctrine_cache.flush_command' => 'getConsole_Command_PublicAlias_DoctrineCache_FlushCommandService.php',
  143.             'console.command.public_alias.doctrine_cache.stats_command' => 'getConsole_Command_PublicAlias_DoctrineCache_StatsCommandService.php',
  144.             'console.command.public_alias.doctrine_migrations.diff_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DiffCommandService.php',
  145.             'console.command.public_alias.doctrine_migrations.dump_schema_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_DumpSchemaCommandService.php',
  146.             'console.command.public_alias.doctrine_migrations.execute_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_ExecuteCommandService.php',
  147.             'console.command.public_alias.doctrine_migrations.generate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_GenerateCommandService.php',
  148.             'console.command.public_alias.doctrine_migrations.latest_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_LatestCommandService.php',
  149.             'console.command.public_alias.doctrine_migrations.migrate_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_MigrateCommandService.php',
  150.             'console.command.public_alias.doctrine_migrations.rollup_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_RollupCommandService.php',
  151.             'console.command.public_alias.doctrine_migrations.status_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_StatusCommandService.php',
  152.             'console.command.public_alias.doctrine_migrations.up_to_date_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_UpToDateCommandService.php',
  153.             'console.command.public_alias.doctrine_migrations.version_command' => 'getConsole_Command_PublicAlias_DoctrineMigrations_VersionCommandService.php',
  154.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  155.             'filesystem' => 'getFilesystemService.php',
  156.             'form.factory' => 'getForm_FactoryService.php',
  157.             'form.type.file' => 'getForm_Type_FileService.php',
  158.             'knp_menu.factory' => 'getKnpMenu_FactoryService.php',
  159.             'routing.loader' => 'getRouting_LoaderService.php',
  160.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  161.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  162.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  163.             'serializer' => 'getSerializerService.php',
  164.             'services_resetter' => 'getServicesResetterService.php',
  165.             'session' => 'getSessionService.php',
  166.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService.php',
  167.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService.php',
  168.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService.php',
  169.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService.php',
  170.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService.php',
  171.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService.php',
  172.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService.php',
  173.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService.php',
  174.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService.php',
  175.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService.php',
  176.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService.php',
  177.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService.php',
  178.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService.php',
  179.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService.php',
  180.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService.php',
  181.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService.php',
  182.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService.php',
  183.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService.php',
  184.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService.php',
  185.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService.php',
  186.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService.php',
  187.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService.php',
  188.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService.php',
  189.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService.php',
  190.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService.php',
  191.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService.php',
  192.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService.php',
  193.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService.php',
  194.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService.php',
  195.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService.php',
  196.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService.php',
  197.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService.php',
  198.             'sonata.admin.helper' => 'getSonata_Admin_HelperService.php',
  199.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService.php',
  200.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService.php',
  201.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService.php',
  202.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService.php',
  203.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService.php',
  204.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService.php',
  205.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService.php',
  206.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService.php',
  207.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService.php',
  208.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService.php',
  209.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService.php',
  210.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService.php',
  211.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService.php',
  212.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService.php',
  213.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService.php',
  214.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService.php',
  215.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService.php',
  216.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService.php',
  217.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService.php',
  218.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService.php',
  219.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService.php',
  220.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService.php',
  221.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService.php',
  222.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService.php',
  223.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService.php',
  224.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService.php',
  225.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService.php',
  226.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService.php',
  227.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService.php',
  228.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService.php',
  229.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService.php',
  230.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService.php',
  231.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService.php',
  232.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService.php',
  233.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService.php',
  234.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService.php',
  235.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService.php',
  236.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService.php',
  237.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService.php',
  238.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService.php',
  239.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService.php',
  240.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService.php',
  241.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService.php',
  242.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService.php',
  243.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService.php',
  244.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService.php',
  245.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService.php',
  246.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService.php',
  247.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService.php',
  248.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService.php',
  249.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService.php',
  250.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService.php',
  251.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService.php',
  252.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService.php',
  253.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService.php',
  254.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService.php',
  255.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService.php',
  256.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService.php',
  257.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService.php',
  258.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService.php',
  259.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService.php',
  260.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService.php',
  261.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService.php',
  262.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService.php',
  263.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService.php',
  264.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService.php',
  265.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService.php',
  266.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService.php',
  267.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService.php',
  268.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService.php',
  269.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService.php',
  270.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService.php',
  271.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService.php',
  272.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService.php',
  273.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService.php',
  274.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService.php',
  275.             'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService.php',
  276.             'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService.php',
  277.             'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService.php',
  278.             'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService.php',
  279.             'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService.php',
  280.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService.php',
  281.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService.php',
  282.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService.php',
  283.             'swiftmailer.transport' => 'getSwiftmailer_TransportService.php',
  284.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  285.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  286.             'vich_uploader.directory_namer_subdir' => 'getVichUploader_DirectoryNamerSubdirService.php',
  287.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService.php',
  288.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService.php',
  289.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService.php',
  290.             'vich_uploader.namer_base64' => 'getVichUploader_NamerBase64Service.php',
  291.             'vich_uploader.namer_directory_current_date_time' => 'getVichUploader_NamerDirectoryCurrentDateTimeService.php',
  292.             'vich_uploader.namer_directory_property' => 'getVichUploader_NamerDirectoryPropertyService.php',
  293.             'vich_uploader.namer_hash' => 'getVichUploader_NamerHashService.php',
  294.             'vich_uploader.namer_origname' => 'getVichUploader_NamerOrignameService.php',
  295.             'vich_uploader.namer_property' => 'getVichUploader_NamerPropertyService.php',
  296.             'vich_uploader.namer_uniqid' => 'getVichUploader_NamerUniqidService.php',
  297.             'vich_uploader.namer_uniqid.fonts' => 'getVichUploader_NamerUniqid_FontsService.php',
  298.             'vich_uploader.namer_uniqid.images' => 'getVichUploader_NamerUniqid_ImagesService.php',
  299.             'vich_uploader.namer_uniqid.ticket_layout' => 'getVichUploader_NamerUniqid_TicketLayoutService.php',
  300.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  301.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  302.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  303.         ];
  304.         $this->aliases = [
  305.             'database_connection' => 'doctrine.dbal.default_connection',
  306.             'doctrine.orm.default_metadata_cache' => 'doctrine_cache.providers.doctrine.orm.default_metadata_cache',
  307.             'doctrine.orm.default_query_cache' => 'doctrine_cache.providers.doctrine.orm.default_query_cache',
  308.             'doctrine.orm.default_result_cache' => 'doctrine_cache.providers.doctrine.orm.default_result_cache',
  309.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  310.             'mailer' => 'swiftmailer.mailer.default',
  311.         ];
  312.         $this->privates['service_container'] = function () {
  313.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  314.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  315.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  316.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  317.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  318.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  319.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  320.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  321.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  322.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  323.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  324.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  325.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  326.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  327.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  328.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  329.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/TerminableInterface.php';
  330.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/HttpKernel.php';
  331.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  332.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  333.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  334.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  335.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  336.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  337.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  338.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  339.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/RequestStack.php';
  340.             include_once $this->targetDirs[3].'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  341.             include_once $this->targetDirs[3].'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  342.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  343.             include_once $this->targetDirs[3].'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  344.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  345.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheInterface.php';
  346.             include_once $this->targetDirs[3].'/vendor/symfony/cache/PruneableInterface.php';
  347.             include_once $this->targetDirs[3].'/vendor/symfony/cache/ResettableInterface.php';
  348.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  349.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  350.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  351.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractTrait.php';
  352.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  353.             include_once $this->targetDirs[3].'/vendor/symfony/cache-contracts/CacheTrait.php';
  354.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ContractsTrait.php';
  355.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  356.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  357.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  358.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  359.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  360.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  361.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  362.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  363.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  364.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  365.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceLocator.php';
  366.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validation.php';
  367.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  368.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorInterface.php';
  369.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  370.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  371.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ObjectInitializerInterface.php';
  372.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  373.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  374.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  375.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  376.             include_once $this->targetDirs[3].'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  377.             include_once $this->targetDirs[3].'/vendor/symfony/translation/TranslatorBagInterface.php';
  378.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Translator.php';
  379.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  380.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Translation/Translator.php';
  381.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  382.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  383.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  384.             include_once $this->targetDirs[3].'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  385.             include_once $this->targetDirs[3].'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  386.             include_once $this->targetDirs[3].'/vendor/symfony/translation/IdentityTranslator.php';
  387.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  388.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  389.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  390.             include_once $this->targetDirs[3].'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  391.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  392.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Logger.php';
  393.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  394.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Logger.php';
  395.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  396.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  397.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  398.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  399.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  400.             include_once $this->targetDirs[3].'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  401.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  402.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  403.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  404.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  405.             include_once $this->targetDirs[3].'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  406.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  407.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  408.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  409.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  410.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  411.             include_once $this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  412.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  413.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  414.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  415.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  416.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  417.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  418.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  419.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  420.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  421.             include_once $this->targetDirs[3].'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  422.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  423.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  424.             include_once $this->targetDirs[3].'/vendor/symfony/stopwatch/Stopwatch.php';
  425.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  426.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContext.php';
  427.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  428.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  429.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  430.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  431.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  432.             include_once $this->targetDirs[3].'/vendor/symfony/property-access/PropertyAccessor.php';
  433.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Traits/ArrayTrait.php';
  434.             include_once $this->targetDirs[3].'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  435.             include_once $this->targetDirs[3].'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  436.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ControllerListener.php';
  437.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/ParamConverterListener.php';
  438.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterManager.php';
  439.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/ParamConverterInterface.php';
  440.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DoctrineParamConverter.php';
  441.             include_once $this->targetDirs[3].'/vendor/symfony/expression-language/ExpressionLanguage.php';
  442.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ParamConverter/DateTimeParamConverter.php';
  443.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/TemplateListener.php';
  444.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Templating/TemplateGuesser.php';
  445.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/HttpCacheListener.php';
  446.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/SecurityListener.php';
  447.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  448.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Security/ExpressionLanguage.php';
  449.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/EventListener/IsGrantedListener.php';
  450.             include_once $this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Request/ArgumentNameConverter.php';
  451.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ConnectionRegistry.php';
  452.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ManagerRegistry.php';
  453.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php';
  454.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  455.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/RegistryInterface.php';
  456.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Registry.php';
  457.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  458.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  459.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  460.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  461.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  462.             include_once $this->targetDirs[3].'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  463.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  464.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  465.             include_once $this->targetDirs[3].'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  466.             include_once $this->targetDirs[3].'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  467.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/BaseListener.php';
  468.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/CleanListener.php';
  469.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Adapter/AdapterInterface.php';
  470.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Adapter/ORM/DoctrineORMAdapter.php';
  471.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  472.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Sortable/SortableListener.php';
  473.             include_once $this->targetDirs[3].'/vendor/sonata-project/easy-extends-bundle/src/Mapper/DoctrineORMMapper.php';
  474.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/RemoveListener.php';
  475.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/EventListener/Doctrine/UploadListener.php';
  476.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
  477.             include_once $this->targetDirs[3].'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
  478.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  479.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  480.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  481.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  482.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  483.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  484.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  485.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  486.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  487.             include_once $this->targetDirs[3].'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  488.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/ObjectManager.php';
  489.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  490.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  491.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  492.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php';
  493.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php';
  494.             include_once $this->targetDirs[3].'/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php';
  495.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  496.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  497.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  498.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  499.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  500.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  501.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  502.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  503.             include_once $this->targetDirs[3].'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  504.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  505.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  506.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  507.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  508.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  509.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  510.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  511.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  512.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  513.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  514.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  515.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  516.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/FirewallMapInterface.php';
  517.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  518.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  519.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  520.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  521.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  522.             include_once $this->targetDirs[3].'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  523.             include_once $this->targetDirs[3].'/vendor/symfony/security-http/Firewall.php';
  524.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  525.             include_once $this->targetDirs[3].'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  526.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Environment.php';
  527.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  528.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  529.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  530.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  531.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  532.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  533.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  534.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  535.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  536.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  537.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  538.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  539.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  540.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  541.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Packages.php';
  542.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PackageInterface.php';
  543.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Package.php';
  544.             include_once $this->targetDirs[3].'/vendor/symfony/asset/PathPackage.php';
  545.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  546.             include_once $this->targetDirs[3].'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  547.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/ContextInterface.php';
  548.             include_once $this->targetDirs[3].'/vendor/symfony/asset/Context/RequestStackContext.php';
  549.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  550.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  551.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  552.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  553.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  554.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  555.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  556.             include_once $this->targetDirs[3].'/vendor/symfony/http-foundation/UrlHelper.php';
  557.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  558.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  559.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  560.             include_once $this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  561.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  562.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  563.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  564.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  565.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  566.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  567.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  568.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  569.             include_once $this->targetDirs[3].'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  570.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/DeprecatedTextExtension.php';
  571.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/StatusExtension.php';
  572.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  573.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  574.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  575.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  576.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  577.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  578.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  579.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  580.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  581.             include_once $this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/AbstractEnumTwigExtension.php';
  582.             include_once $this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumConstantTwigExtension.php';
  583.             include_once $this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumValuesAsArrayTwigExtension.php';
  584.             include_once $this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/ReadableEnumValueTwigExtension.php';
  585.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Twig/Extension/UploaderExtension.php';
  586.             include_once $this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Twig/ObjectPositionExtension.php';
  587.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  588.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  589.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  590.             include_once $this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  591.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bridge/AppVariable.php';
  592.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  593.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  594.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  595.             include_once $this->targetDirs[3].'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  596.             include_once $this->targetDirs[3].'/vendor/twig/twig/src/Profiler/Profile.php';
  597.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  598.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  599.             include_once $this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  600.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  601.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  602.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  603.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  604.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  605.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  606.             include_once $this->targetDirs[3].'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  607.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  608.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  609.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  610.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  611.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Server/Connection.php';
  612.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  613.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  614.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  615.             include_once $this->targetDirs[3].'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  616.             include_once $this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  617.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  618.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  619.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  620.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  621.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  622.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  623.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  624.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  625.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  626.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  627.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  628.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/HelperInterface.php';
  629.             include_once $this->targetDirs[3].'/vendor/symfony/templating/Helper/Helper.php';
  630.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  631.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  632.             include_once $this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  633.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  634.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  635.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  636.             include_once $this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  637.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  638.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  639.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  640.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  641.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  642.             include_once $this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  643.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/StorageInterface.php';
  644.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/AbstractStorage.php';
  645.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Storage/FileSystemStorage.php';
  646.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/MetadataReader.php';
  647.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/MetadataFactoryInterface.php';
  648.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/AdvancedMetadataFactoryInterface.php';
  649.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/MetadataFactory.php';
  650.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/DriverInterface.php';
  651.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  652.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/DriverChain.php';
  653.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  654.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/XmlDriver.php';
  655.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  656.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  657.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  658.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/AnnotationDriver.php';
  659.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Metadata/Driver/YamlDriver.php';
  660.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Cache/CacheInterface.php';
  661.             include_once $this->targetDirs[3].'/vendor/jms/metadata/src/Metadata/Cache/FileCache.php';
  662.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Mapping/PropertyMappingFactory.php';
  663.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Handler/AbstractHandler.php';
  664.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Handler/UploadHandler.php';
  665.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Injector/FileInjectorInterface.php';
  666.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Injector/FileInjector.php';
  667.             include_once $this->targetDirs[3].'/vendor/vich/uploader-bundle/Templating/Helper/UploaderHelper.php';
  668.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  669.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  670.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  671.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  672.             include_once $this->targetDirs[3].'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  673.             include_once $this->targetDirs[3].'/vendor/symfony/translation/DataCollectorTranslator.php';
  674.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RequestContextAwareInterface.php';
  675.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  676.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  677.             include_once $this->targetDirs[3].'/vendor/symfony/routing/RouterInterface.php';
  678.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  679.             include_once $this->targetDirs[3].'/vendor/symfony/routing/Router.php';
  680.             include_once $this->targetDirs[3].'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  681.             include_once $this->targetDirs[3].'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  682.             include_once $this->targetDirs[3].'/vendor/symfony/framework-bundle/Routing/Router.php';
  683.             include_once $this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Services/PositionHandler.php';
  684.             include_once $this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Services/PositionORMHandler.php';
  685.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  686.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  687.             include_once $this->targetDirs[3].'/vendor/symfony/validator/Validator/TraceableValidator.php';
  688.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  689.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  690.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  691.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  692.             include_once $this->targetDirs[3].'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  693.             include_once $this->targetDirs[3].'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  694.             include_once $this->targetDirs[3].'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  695.             include_once $this->targetDirs[3].'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  696.         };
  697.     }
  698.     public function compile()
  699.     {
  700.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  701.     }
  702.     public function isCompiled()
  703.     {
  704.         return true;
  705.     }
  706.     public function getRemovedIds()
  707.     {
  708.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  709.     }
  710.     protected function load($file$lazyLoad true)
  711.     {
  712.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  713.     }
  714.     /**
  715.      * Gets the public 'cache.app' shared service.
  716.      *
  717.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  718.      */
  719.     protected function getCache_AppService()
  720.     {
  721.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Nv89tMTbJT'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  722.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  723.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  724.     }
  725.     /**
  726.      * Gets the public 'cache.system' shared service.
  727.      *
  728.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  729.      */
  730.     protected function getCache_SystemService()
  731.     {
  732.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+evACg+j01'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  733.     }
  734.     /**
  735.      * Gets the public 'data_collector.dump' shared service.
  736.      *
  737.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  738.      */
  739.     protected function getDataCollector_DumpService()
  740.     {
  741.         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()));
  742.     }
  743.     /**
  744.      * Gets the public 'doctrine' shared service.
  745.      *
  746.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  747.      */
  748.     protected function getDoctrineService()
  749.     {
  750.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  751.     }
  752.     /**
  753.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  754.      *
  755.      * @return \Doctrine\DBAL\Connection
  756.      */
  757.     protected function getDoctrine_Dbal_DefaultConnectionService()
  758.     {
  759.         $a = new \Doctrine\DBAL\Configuration();
  760.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  761.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  762.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  763.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  764.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  765.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  766.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  767.         $a->setSQLLogger($b);
  768.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  769.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  770.         ], [
  771.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  772.         ]));
  773.         $e = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter();
  774.         $f = ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService());
  775.         $g = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  776.         $h = new \Gedmo\Sortable\SortableListener();
  777.         $i = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  778.         $h->setAnnotationReader($i);
  779.         $j = new \Gedmo\Timestampable\TimestampableListener();
  780.         $j->setAnnotationReader($i);
  781.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('images'$e$f$g));
  782.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('fonts'$e$f$g));
  783.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('ticket_layout'$e$f$g));
  784.         $d->addEventSubscriber($h);
  785.         $d->addEventSubscriber(new \Sonata\EasyExtendsBundle\Mapper\DoctrineORMMapper(($this->services['doctrine'] ?? $this->getDoctrineService()), []));
  786.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('images'$e$f$g));
  787.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('images'$e$f$g));
  788.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('fonts'$e$f$g));
  789.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('fonts'$e$f$g));
  790.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('ticket_layout'$e$f$g));
  791.         $d->addEventSubscriber(new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('ticket_layout'$e$f$g));
  792.         $d->addEventSubscriber($j);
  793.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  794.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->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, []);
  795.     }
  796.     /**
  797.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  798.      *
  799.      * @return \Doctrine\ORM\EntityManager
  800.      */
  801.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  802.     {
  803.         $a = new \Doctrine\ORM\Configuration();
  804.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  805.         $c = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> ($this->targetDirs[3].'/src/Entity'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Entity')]);
  806.         $b->addDriver($c'App\\Entity');
  807.         $b->addDriver($c'Vich\\UploaderBundle\\Entity');
  808.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  809.         $a->setMetadataCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()));
  810.         $a->setQueryCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()));
  811.         $a->setResultCacheImpl(($this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] ?? $this->getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()));
  812.         $a->setMetadataDriverImpl($b);
  813.         $a->setProxyDir(($this->targetDirs[0].'/doctrine/orm/Proxies'));
  814.         $a->setProxyNamespace('Proxies');
  815.         $a->setAutoGenerateProxyClasses(true);
  816.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  817.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  818.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  819.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  820.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  821.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  822.             'App\\Repository\\BlogPostRepository' => ['privates''App\\Repository\\BlogPostRepository''getBlogPostRepositoryService.php'true],
  823.             'App\\Repository\\BrandColorRepository' => ['privates''App\\Repository\\BrandColorRepository''getBrandColorRepositoryService.php'true],
  824.             'App\\Repository\\CategoryRepository' => ['privates''App\\Repository\\CategoryRepository''getCategoryRepositoryService.php'true],
  825.             'App\\Repository\\CheckinRepository' => ['privates''App\\Repository\\CheckinRepository''getCheckinRepositoryService.php'true],
  826.             'App\\Repository\\CompanyRepository' => ['privates''App\\Repository\\CompanyRepository''getCompanyRepositoryService.php'true],
  827.             'App\\Repository\\ConfirmationLayoutRepository' => ['privates''App\\Repository\\ConfirmationLayoutRepository''getConfirmationLayoutRepositoryService.php'true],
  828.             'App\\Repository\\CronTabRepository' => ['privates''App\\Repository\\CronTabRepository''getCronTabRepositoryService.php'true],
  829.             'App\\Repository\\EmailTemplateRepository' => ['privates''App\\Repository\\EmailTemplateRepository''getEmailTemplateRepositoryService.php'true],
  830.             'App\\Repository\\EventCodeRepository' => ['privates''App\\Repository\\EventCodeRepository''getEventCodeRepositoryService.php'true],
  831.             'App\\Repository\\EventDownloadRepository' => ['privates''App\\Repository\\EventDownloadRepository''getEventDownloadRepositoryService.php'true],
  832.             'App\\Repository\\EventFooterRepository' => ['privates''App\\Repository\\EventFooterRepository''getEventFooterRepositoryService.php'true],
  833.             'App\\Repository\\EventRepository' => ['privates''App\\Repository\\EventRepository''getEventRepositoryService.php'true],
  834.             'App\\Repository\\FontRepository' => ['privates''App\\Repository\\FontRepository''getFontRepositoryService.php'true],
  835.             'App\\Repository\\FormInputDataRepository' => ['privates''App\\Repository\\FormInputDataRepository''getFormInputDataRepositoryService.php'true],
  836.             'App\\Repository\\FormInputRepository' => ['privates''App\\Repository\\FormInputRepository''getFormInputRepositoryService.php'true],
  837.             'App\\Repository\\FormRepository' => ['privates''App\\Repository\\FormRepository''getFormRepositoryService.php'true],
  838.             'App\\Repository\\FormValidationRepository' => ['privates''App\\Repository\\FormValidationRepository''getFormValidationRepositoryService.php'true],
  839.             'App\\Repository\\ICalendarRepository' => ['privates''App\\Repository\\ICalendarRepository''getICalendarRepositoryService.php'true],
  840.             'App\\Repository\\ImageRepository' => ['privates''App\\Repository\\ImageRepository''getImageRepositoryService.php'true],
  841.             'App\\Repository\\SnippetRepository' => ['privates''App\\Repository\\SnippetRepository''getSnippetRepositoryService.php'true],
  842.             'App\\Repository\\TicketLayoutRepository' => ['privates''App\\Repository\\TicketLayoutRepository''getTicketLayoutRepositoryService.php'true],
  843.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService.php'true],
  844.             'App\\Repository\\ValidationLayoutRepository' => ['privates''App\\Repository\\ValidationLayoutRepository''getValidationLayoutRepositoryService.php'true],
  845.             'App\\Repository\\VisitorCodeRepository' => ['privates''App\\Repository\\VisitorCodeRepository''getVisitorCodeRepositoryService.php'true],
  846.             'App\\Repository\\VisitorRepository' => ['privates''App\\Repository\\VisitorRepository''getVisitorRepositoryService.php'true],
  847.         ], [
  848.             'App\\Repository\\BlogPostRepository' => '?',
  849.             'App\\Repository\\BrandColorRepository' => '?',
  850.             'App\\Repository\\CategoryRepository' => '?',
  851.             'App\\Repository\\CheckinRepository' => '?',
  852.             'App\\Repository\\CompanyRepository' => '?',
  853.             'App\\Repository\\ConfirmationLayoutRepository' => '?',
  854.             'App\\Repository\\CronTabRepository' => '?',
  855.             'App\\Repository\\EmailTemplateRepository' => '?',
  856.             'App\\Repository\\EventCodeRepository' => '?',
  857.             'App\\Repository\\EventDownloadRepository' => '?',
  858.             'App\\Repository\\EventFooterRepository' => '?',
  859.             'App\\Repository\\EventRepository' => '?',
  860.             'App\\Repository\\FontRepository' => '?',
  861.             'App\\Repository\\FormInputDataRepository' => '?',
  862.             'App\\Repository\\FormInputRepository' => '?',
  863.             'App\\Repository\\FormRepository' => '?',
  864.             'App\\Repository\\FormValidationRepository' => '?',
  865.             'App\\Repository\\ICalendarRepository' => '?',
  866.             'App\\Repository\\ImageRepository' => '?',
  867.             'App\\Repository\\SnippetRepository' => '?',
  868.             'App\\Repository\\TicketLayoutRepository' => '?',
  869.             'App\\Repository\\UserRepository' => '?',
  870.             'App\\Repository\\ValidationLayoutRepository' => '?',
  871.             'App\\Repository\\VisitorCodeRepository' => '?',
  872.             'App\\Repository\\VisitorRepository' => '?',
  873.         ])));
  874.         $a->addCustomStringFunction('JSON_EXTRACT''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  875.         $a->addCustomStringFunction('JSON_SEARCH''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  876.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  877.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  878.         return $instance;
  879.     }
  880.     /**
  881.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_metadata_cache' shared service.
  882.      *
  883.      * @return \Doctrine\Common\Cache\ArrayCache
  884.      */
  885.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultMetadataCacheService()
  886.     {
  887.         $this->services['doctrine_cache.providers.doctrine.orm.default_metadata_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  888.         $instance->setNamespace('sf_orm_default_92431bd72d1edea7b575601f3b4c48b49dea122e349982c7d8fd29bbf5a6c061');
  889.         return $instance;
  890.     }
  891.     /**
  892.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_query_cache' shared service.
  893.      *
  894.      * @return \Doctrine\Common\Cache\ArrayCache
  895.      */
  896.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultQueryCacheService()
  897.     {
  898.         $this->services['doctrine_cache.providers.doctrine.orm.default_query_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  899.         $instance->setNamespace('sf_orm_default_92431bd72d1edea7b575601f3b4c48b49dea122e349982c7d8fd29bbf5a6c061');
  900.         return $instance;
  901.     }
  902.     /**
  903.      * Gets the public 'doctrine_cache.providers.doctrine.orm.default_result_cache' shared service.
  904.      *
  905.      * @return \Doctrine\Common\Cache\ArrayCache
  906.      */
  907.     protected function getDoctrineCache_Providers_Doctrine_Orm_DefaultResultCacheService()
  908.     {
  909.         $this->services['doctrine_cache.providers.doctrine.orm.default_result_cache'] = $instance = new \Doctrine\Common\Cache\ArrayCache();
  910.         $instance->setNamespace('sf_orm_default_92431bd72d1edea7b575601f3b4c48b49dea122e349982c7d8fd29bbf5a6c061');
  911.         return $instance;
  912.     }
  913.     /**
  914.      * Gets the public 'event_dispatcher' shared service.
  915.      *
  916.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  917.      */
  918.     protected function getEventDispatcherService()
  919.     {
  920.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  921.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  922.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  923.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  924.         $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())));
  925.         $instance->addListener('kernel.controller', [=> function () {
  926.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  927.         }, => 'onKernelController'], 0);
  928.         $instance->addListener('kernel.response', [=> function () {
  929.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  930.         }, => 'onKernelResponse'], 0);
  931.         $instance->addListener('kernel.request', [=> function () {
  932.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  933.         }, => 'onKernelRequest'], 250);
  934.         $instance->addListener('kernel.response', [=> function () {
  935.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  936.         }, => 'onKernelResponse'], 0);
  937.         $instance->addListener('kernel.response', [=> function () {
  938.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  939.         }, => 'onKernelResponse'], -1024);
  940.         $instance->addListener('kernel.request', [=> function () {
  941.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  942.         }, => 'setDefaultLocale'], 100);
  943.         $instance->addListener('kernel.request', [=> function () {
  944.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  945.         }, => 'onKernelRequest'], 16);
  946.         $instance->addListener('kernel.finish_request', [=> function () {
  947.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  948.         }, => 'onKernelFinishRequest'], 0);
  949.         $instance->addListener('kernel.request', [=> function () {
  950.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  951.         }, => 'onKernelRequest'], 256);
  952.         $instance->addListener('kernel.request', [=> function () {
  953.             return ($this->privates['resolve_controller_name_subscriber'] ?? $this->getResolveControllerNameSubscriberService());
  954.         }, => 'onKernelRequest'], 24);
  955.         $instance->addListener('kernel.response', [=> function () {
  956.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  957.         }, => 'onResponse'], -255);
  958.         $instance->addListener('kernel.request', [=> function () {
  959.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  960.         }, => 'onKernelRequest'], 15);
  961.         $instance->addListener('kernel.finish_request', [=> function () {
  962.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  963.         }, => 'onKernelFinishRequest'], -15);
  964.         $instance->addListener('console.error', [=> function () {
  965.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  966.         }, => 'onConsoleError'], -128);
  967.         $instance->addListener('console.terminate', [=> function () {
  968.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  969.         }, => 'onConsoleTerminate'], -128);
  970.         $instance->addListener('console.error', [=> function () {
  971.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  972.         }, => 'onConsoleError'], 0);
  973.         $instance->addListener('kernel.request', [=> function () {
  974.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  975.         }, => 'onKernelRequest'], 128);
  976.         $instance->addListener('kernel.response', [=> function () {
  977.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  978.         }, => 'onKernelResponse'], -1000);
  979.         $instance->addListener('kernel.finish_request', [=> function () {
  980.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  981.         }, => 'onFinishRequest'], 0);
  982.         $instance->addListener('kernel.response', [=> function () {
  983.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  984.         }, => 'onKernelResponse'], -100);
  985.         $instance->addListener('kernel.exception', [=> function () {
  986.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  987.         }, => 'onKernelException'], 0);
  988.         $instance->addListener('kernel.terminate', [=> function () {
  989.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  990.         }, => 'onKernelTerminate'], -1024);
  991.         $instance->addListener('kernel.controller', [=> function () {
  992.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  993.         }, => 'onKernelController'], 0);
  994.         $instance->addListener('kernel.response', [=> function () {
  995.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  996.         }, => 'onKernelResponse'], 0);
  997.         $instance->addListener('kernel.request', [=> function () {
  998.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  999.         }, => 'configure'], 2048);
  1000.         $instance->addListener('console.command', [=> function () {
  1001.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1002.         }, => 'configure'], 2048);
  1003.         $instance->addListener('kernel.exception', [=> function () {
  1004.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1005.         }, => 'onKernelException'], -2048);
  1006.         $instance->addListener('kernel.request', [=> function () {
  1007.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1008.         }, => 'onKernelRequest'], 32);
  1009.         $instance->addListener('kernel.finish_request', [=> function () {
  1010.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1011.         }, => 'onKernelFinishRequest'], 0);
  1012.         $instance->addListener('kernel.exception', [=> function () {
  1013.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1014.         }, => 'onKernelException'], -64);
  1015.         $instance->addListener('kernel.response', [=> function () {
  1016.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1017.         }, => 'onKernelResponse'], 0);
  1018.         $instance->addListener('kernel.controller', [=> function () {
  1019.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1020.         }, => 'onKernelController'], 0);
  1021.         $instance->addListener('kernel.controller', [=> function () {
  1022.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1023.         }, => 'onKernelController'], 0);
  1024.         $instance->addListener('kernel.controller', [=> function () {
  1025.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1026.         }, => 'onKernelController'], -128);
  1027.         $instance->addListener('kernel.view', [=> function () {
  1028.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1029.         }, => 'onKernelView'], 0);
  1030.         $instance->addListener('kernel.controller', [=> function () {
  1031.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1032.         }, => 'onKernelController'], 0);
  1033.         $instance->addListener('kernel.response', [=> function () {
  1034.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1035.         }, => 'onKernelResponse'], 0);
  1036.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1037.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1038.         }, => 'onKernelControllerArguments'], 0);
  1039.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1040.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1041.         }, => 'onKernelControllerArguments'], 0);
  1042.         $instance->addListener('kernel.response', [=> function () {
  1043.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1044.         }, => 'onKernelResponse'], 0);
  1045.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1046.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  1047.         }, => 'onVoterVote'], 0);
  1048.         $instance->addListener('kernel.request', [=> function () {
  1049.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1050.         }, => 'configureLogoutUrlGenerator'], 8);
  1051.         $instance->addListener('kernel.request', [=> function () {
  1052.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1053.         }, => 'onKernelRequest'], 8);
  1054.         $instance->addListener('kernel.finish_request', [=> function () {
  1055.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1056.         }, => 'onKernelFinishRequest'], 0);
  1057.         $instance->addListener('kernel.exception', [=> function () {
  1058.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1059.         }, => 'onException'], 0);
  1060.         $instance->addListener('kernel.terminate', [=> function () {
  1061.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1062.         }, => 'onTerminate'], 0);
  1063.         $instance->addListener('console.error', [=> function () {
  1064.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1065.         }, => 'onException'], 0);
  1066.         $instance->addListener('console.terminate', [=> function () {
  1067.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->load('getSwiftmailer_EmailSender_ListenerService.php'));
  1068.         }, => 'onTerminate'], 0);
  1069.         $instance->addListener('kernel.exception', [=> function () {
  1070.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1071.         }, => 'logKernelException'], 0);
  1072.         $instance->addListener('kernel.exception', [=> function () {
  1073.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  1074.         }, => 'onKernelException'], -128);
  1075.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1076.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService.php'));
  1077.         }, => 'onMessage'], 0);
  1078.         $instance->addListener('kernel.response', [=> function () {
  1079.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1080.         }, => 'onKernelResponse'], -128);
  1081.         $instance->addListener('console.command', [=> function () {
  1082.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1083.         }, => 'onCommand'], 255);
  1084.         $instance->addListener('console.terminate', [=> function () {
  1085.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1086.         }, => 'onTerminate'], -255);
  1087.         $instance->addListener('console.command', [=> function () {
  1088.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService.php'));
  1089.         }, => 'configure'], 1024);
  1090.         $instance->addListener('console.error', [=> function () {
  1091.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1092.         }, => 'onConsoleError'], 0);
  1093.         $instance->addListener('console.terminate', [=> function () {
  1094.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1095.         }, => 'onConsoleTerminate'], 0);
  1096.         return $instance;
  1097.     }
  1098.     /**
  1099.      * Gets the public 'http_kernel' shared service.
  1100.      *
  1101.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1102.      */
  1103.     protected function getHttpKernelService()
  1104.     {
  1105.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1106.         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 () {
  1107.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  1108.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  1109.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  1110.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  1111.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  1112.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  1113.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  1114.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  1115.         }, 8)), $a));
  1116.     }
  1117.     /**
  1118.      * Gets the public 'knp_menu.matcher' shared service.
  1119.      *
  1120.      * @return \Knp\Menu\Matcher\Matcher
  1121.      */
  1122.     protected function getKnpMenu_MatcherService()
  1123.     {
  1124.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  1125.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService.php'));
  1126.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->load('getSonata_Admin_Menu_Matcher_Voter_AdminService.php'));
  1127.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  1128.         }, 3));
  1129.     }
  1130.     /**
  1131.      * Gets the public 'pix_sortable_behavior.position' shared service.
  1132.      *
  1133.      * @return \Pix\SortableBehaviorBundle\Services\PositionORMHandler
  1134.      */
  1135.     protected function getPixSortableBehavior_PositionService()
  1136.     {
  1137.         $this->services['pix_sortable_behavior.position'] = $instance = new \Pix\SortableBehaviorBundle\Services\PositionORMHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1138.         $instance->setPositionField($this->parameters['pix.sortable.behavior.position.field']);
  1139.         $instance->setSortableGroups($this->parameters['pix.sortable.behavior.sortable_groups']);
  1140.         return $instance;
  1141.     }
  1142.     /**
  1143.      * Gets the public 'profiler' shared service.
  1144.      *
  1145.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1146.      */
  1147.     protected function getProfilerService()
  1148.     {
  1149.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1150.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1151.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1152.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1153.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1154.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDirs[0].'/profiler')), $atrue);
  1155.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1156.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1157.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1158.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1159.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1160.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1161.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1162.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1163.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1164.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1165.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1166.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1167.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1168.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1169.         if ($this->has('kernel')) {
  1170.             $f->setKernel($b);
  1171.         }
  1172.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1173.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1174.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1175.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1176.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1177.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1178.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1179.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer'), $c));
  1180.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1181.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1182.         $instance->add($d);
  1183.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1184.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  1185.         $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())));
  1186.         $instance->add($e);
  1187.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1188.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1189.         $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']));
  1190.         $instance->add($f);
  1191.         return $instance;
  1192.     }
  1193.     /**
  1194.      * Gets the public 'request_stack' shared service.
  1195.      *
  1196.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1197.      */
  1198.     protected function getRequestStackService()
  1199.     {
  1200.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1201.     }
  1202.     /**
  1203.      * Gets the public 'router' shared service.
  1204.      *
  1205.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1206.      */
  1207.     protected function getRouterService()
  1208.     {
  1209.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1210.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1211.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1212.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1213.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1214.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1215.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1216.         ], [
  1217.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1218.         ]))->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'en');
  1219.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1220.         return $instance;
  1221.     }
  1222.     /**
  1223.      * Gets the public 'security.authorization_checker' shared service.
  1224.      *
  1225.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1226.      */
  1227.     protected function getSecurity_AuthorizationCheckerService()
  1228.     {
  1229.         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);
  1230.     }
  1231.     /**
  1232.      * Gets the public 'security.token_storage' shared service.
  1233.      *
  1234.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  1235.      */
  1236.     protected function getSecurity_TokenStorageService()
  1237.     {
  1238.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  1239.     }
  1240.     /**
  1241.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  1242.      *
  1243.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1244.      */
  1245.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  1246.     {
  1247.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1248.     }
  1249.     /**
  1250.      * Gets the public 'sonata.admin.pool' shared service.
  1251.      *
  1252.      * @return \Sonata\AdminBundle\Admin\Pool
  1253.      */
  1254.     protected function getSonata_Admin_PoolService()
  1255.     {
  1256.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'Admin''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()));
  1257.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  1258.         $instance->setAdminServiceIds([=> 'admin.company'=> 'admin.user'=> 'admin.event'=> 'admin.form'=> 'admin.form_input'=> 'admin.event_footer'=> 'admin.event_code'=> 'admin.font'=> 'admin.brand_color'=> 'admin.image'10 => 'admin.visitor_code'11 => 'admin.validation_layout'12 => 'admin.document'13 => 'admin.form_validation'14 => 'admin.snippet'15 => 'admin.ticket_layout'16 => 'admin.email_template'17 => 'admin.confirmation_layout'18 => 'admin.icalendar_setting'19 => 'admin.checkin'20 => 'admin.cron_tab']);
  1259.         $instance->setAdminGroups(['default' => ['label' => 'default''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.company''label' => 'Company''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.user''label' => 'User''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.event''label' => 'Event''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.form''label' => 'Form''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.form_input''label' => 'Form Input''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.event_footer''label' => 'Event''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.event_code''label' => 'Code''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.font''label' => 'Font''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.brand_color''label' => 'Font''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.image''label' => 'Image''route' => '''route_params' => [], 'route_absolute' => false], 10 => ['admin' => 'admin.visitor_code''label' => 'Visitor code''route' => '''route_params' => [], 'route_absolute' => false], 11 => ['admin' => 'admin.validation_layout''label' => 'Validation Layout''route' => '''route_params' => [], 'route_absolute' => false], 12 => ['admin' => 'admin.document''label' => 'Download''route' => '''route_params' => [], 'route_absolute' => false], 13 => ['admin' => 'admin.form_validation''label' => 'Form Validation''route' => '''route_params' => [], 'route_absolute' => false], 14 => ['admin' => 'admin.snippet''label' => 'Snippet''route' => '''route_params' => [], 'route_absolute' => false], 15 => ['admin' => 'admin.ticket_layout''label' => 'Ticket Layout''route' => '''route_params' => [], 'route_absolute' => false], 16 => ['admin' => 'admin.email_template''label' => 'Email Setting''route' => '''route_params' => [], 'route_absolute' => false], 17 => ['admin' => 'admin.confirmation_layout''label' => 'Confirmation Layout''route' => '''route_params' => [], 'route_absolute' => false], 18 => ['admin' => 'admin.icalendar_setting''label' => 'ICalendar Setting''route' => '''route_params' => [], 'route_absolute' => false], 19 => ['admin' => 'admin.checkin''label' => 'Checkin''route' => '''route_params' => [], 'route_absolute' => false], 20 => ['admin' => 'admin.cron_tab''label' => 'Cron Tab''route' => '''route_params' => [], 'route_absolute' => false]]]]);
  1260.         $instance->setAdminClasses(['App\\Entity\\Company' => [=> 'admin.company'], 'App\\Entity\\User' => [=> 'admin.user'], 'App\\Entity\\Event' => [=> 'admin.event'], 'App\\Entity\\Form' => [=> 'admin.form'], 'App\\Entity\\FormInput' => [=> 'admin.form_input'], 'App\\Entity\\EventFooter' => [=> 'admin.event_footer'], 'App\\Entity\\EventCode' => [=> 'admin.event_code'], 'App\\Entity\\Font' => [=> 'admin.font'], 'App\\Entity\\BrandColor' => [=> 'admin.brand_color'], 'App\\Entity\\Image' => [=> 'admin.image'], 'App\\Entity\\VisitorCode' => [=> 'admin.visitor_code'], 'App\\Entity\\ValidationLayout' => [=> 'admin.validation_layout'], 'App\\Entity\\EventDownload' => [=> 'admin.document'], 'App\\Entity\\FormValidation' => [=> 'admin.form_validation'], 'App\\Entity\\Snippet' => [=> 'admin.snippet'], 'App\\Entity\\TicketLayout' => [=> 'admin.ticket_layout'], 'App\\Entity\\EmailTemplate' => [=> 'admin.email_template'], 'App\\Entity\\ConfirmationLayout' => [=> 'admin.confirmation_layout'], 'App\\Entity\\ICalendar' => [=> 'admin.icalendar_setting'], 'App\\Entity\\Checkin' => [=> 'admin.checkin'], 'App\\Entity\\CronTab' => [=> 'admin.cron_tab']]);
  1261.         return $instance;
  1262.     }
  1263.     /**
  1264.      * Gets the public 'sonata.admin.twig.extension' shared service.
  1265.      *
  1266.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  1267.      */
  1268.     protected function getSonata_Admin_Twig_ExtensionService()
  1269.     {
  1270.         $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()));
  1271.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  1272.         return $instance;
  1273.     }
  1274.     /**
  1275.      * Gets the public 'sonata.admin.twig.global' shared service.
  1276.      *
  1277.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  1278.      */
  1279.     protected function getSonata_Admin_Twig_GlobalService()
  1280.     {
  1281.         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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');
  1282.     }
  1283.     /**
  1284.      * Gets the public 'sonata.block.context_manager.default' shared service.
  1285.      *
  1286.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  1287.      */
  1288.     protected function getSonata_Block_ContextManager_DefaultService()
  1289.     {
  1290.         return $this->services['sonata.block.context_manager.default'] = new \Sonata\BlockBundle\Block\BlockContextManager(new \Sonata\BlockBundle\Block\BlockLoaderChain([=> new \Sonata\BlockBundle\Block\Loader\ServiceLoader($this->parameters['sonata_blocks.block_types'])]), ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()), $this->parameters['sonata_block.cache_blocks'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1291.     }
  1292.     /**
  1293.      * Gets the public 'sonata.block.manager' shared service.
  1294.      *
  1295.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  1296.      */
  1297.     protected function getSonata_Block_ManagerService()
  1298.     {
  1299.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1300.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  1301.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  1302.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  1303.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  1304.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  1305.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  1306.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  1307.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  1308.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  1309.         return $instance;
  1310.     }
  1311.     /**
  1312.      * Gets the public 'sonata.block.renderer.default' shared service.
  1313.      *
  1314.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  1315.      */
  1316.     protected function getSonata_Block_Renderer_DefaultService()
  1317.     {
  1318.         $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'], [], []);
  1319.         $a->setDefaultFilter('debug_only');
  1320.         $a->setDefaultRenderer('throw');
  1321.         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);
  1322.     }
  1323.     /**
  1324.      * Gets the public 'sonata.core.flashmessage.twig.extension' shared service.
  1325.      *
  1326.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  1327.      */
  1328.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  1329.     {
  1330.         return $this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  1331.     }
  1332.     /**
  1333.      * Gets the public 'translator' shared service.
  1334.      *
  1335.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1336.      */
  1337.     protected function getTranslatorService()
  1338.     {
  1339.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1340.     }
  1341.     /**
  1342.      * Gets the public 'twig' shared service.
  1343.      *
  1344.      * @return \Twig\Environment
  1345.      */
  1346.     protected function getTwigService()
  1347.     {
  1348.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], $this->targetDirs[3]);
  1349.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1350.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1351.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1352.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1353.         $a->addPath(($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1354.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1355.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1356.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1357.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1358.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1359.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1360.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1361.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1362.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1363.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1364.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  1365.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  1366.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  1367.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  1368.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  1369.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  1370.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1371.         $a->addPath(($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1372.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  1373.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  1374.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  1375.         $a->addPath(($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  1376.         $a->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), 'VichUploader');
  1377.         $a->addPath(($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/views'), '!VichUploader');
  1378.         $a->addPath(($this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Resources/views'), 'PixSortableBehavior');
  1379.         $a->addPath(($this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Resources/views'), '!PixSortableBehavior');
  1380.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  1381.         $a->addPath(($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  1382.         $a->addPath(($this->targetDirs[3].'/templates'));
  1383.         $a->addPath(($this->targetDirs[3].'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1384.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['paths' => [($this->targetDirs[3].'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL], 'form_themes' => [=> 'form_div_layout.html.twig'=> '@FOSCKEditor/Form/ckeditor_widget.html.twig'=> '@SonataCore/Form/datepicker.html.twig'], 'default_path' => ($this->targetDirs[3].'/templates'), 'debug' => true'strict_variables' => true'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' => ',']]);
  1385.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1386.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1387.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1388.         $e = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d''false)), []);
  1389.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1390.         $g = ($this->services['router'] ?? $this->getRouterService());
  1391.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1392.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1393.         $i = new \Knp\Menu\Util\MenuManipulator();
  1394.         $j = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1395.         $k = new \Symfony\Bridge\Twig\AppVariable();
  1396.         $k->setEnvironment('dev');
  1397.         $k->setDebug(true);
  1398.         if ($this->has('security.token_storage')) {
  1399.             $k->setTokenStorage(($this->services['security.token_storage'] ?? ($this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  1400.         }
  1401.         if ($this->has('request_stack')) {
  1402.             $k->setRequestStack($d);
  1403.         }
  1404.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1405.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1406.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1407.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1408.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1409.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($e));
  1410.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f$this->targetDirs[3], 'UTF-8'));
  1411.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1412.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1413.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1414.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1415.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1416.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1417.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1418.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  1419.         $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())));
  1420.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1421.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  1422.         $instance->addExtension(($this->services['sonata.core.flashmessage.twig.extension'] ?? ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  1423.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  1424.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension());
  1425.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\StatusExtension());
  1426.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  1427.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true$c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->load('getSonata_Core_Model_Adapter_ChainService.php'))));
  1428.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  1429.         $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, [
  1430.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService.php'true],
  1431.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService.php'true],
  1432.         ], [
  1433.             'list' => '?',
  1434.             'twig' => '?',
  1435.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $i$j), $j$i));
  1436.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  1437.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  1438.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension([]));
  1439.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension([]));
  1440.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension([]));
  1441.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension(($this->services['vich_uploader.templating.helper.uploader_helper'] ?? $this->getVichUploader_Templating_Helper_UploaderHelperService())));
  1442.         $instance->addExtension(new \Pix\SortableBehaviorBundle\Twig\ObjectPositionExtension(($this->services['pix_sortable_behavior.position'] ?? $this->getPixSortableBehavior_PositionService())));
  1443.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $g$e$d$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  1444.         $instance->addGlobal('app'$k);
  1445.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1446.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.core.flashmessage.twig.runtime''getSonata_Core_Flashmessage_Twig_RuntimeService.php'true],
  1447.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.core.twig.status_runtime''getSonata_Core_Twig_StatusRuntimeService.php'true],
  1448.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1449.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1450.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService.php'true],
  1451.         ], [
  1452.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  1453.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  1454.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1455.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1456.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1457.         ])));
  1458.         $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']));
  1459.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  1460.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1461.         return $instance;
  1462.     }
  1463.     /**
  1464.      * Gets the public 'validator' shared service.
  1465.      *
  1466.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1467.      */
  1468.     protected function getValidatorService()
  1469.     {
  1470.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1471.     }
  1472.     /**
  1473.      * Gets the public 'var_dumper.cloner' shared service.
  1474.      *
  1475.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1476.      */
  1477.     protected function getVarDumper_ClonerService()
  1478.     {
  1479.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1480.         $instance->setMaxItems(2500);
  1481.         $instance->setMinDepth(1);
  1482.         $instance->setMaxString(-1);
  1483.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1484.         return $instance;
  1485.     }
  1486.     /**
  1487.      * Gets the public 'vich_uploader.templating.helper.uploader_helper' shared service.
  1488.      *
  1489.      * @return \Vich\UploaderBundle\Templating\Helper\UploaderHelper
  1490.      */
  1491.     protected function getVichUploader_Templating_Helper_UploaderHelperService()
  1492.     {
  1493.         return $this->services['vich_uploader.templating.helper.uploader_helper'] = new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  1494.     }
  1495.     /**
  1496.      * Gets the public 'vich_uploader.upload_handler' shared service.
  1497.      *
  1498.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  1499.      */
  1500.     protected function getVichUploader_UploadHandlerService()
  1501.     {
  1502.         $a = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  1503.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $a, new \Vich\UploaderBundle\Injector\FileInjector($a), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1504.     }
  1505.     /**
  1506.      * Gets the private 'annotations.cached_reader' shared service.
  1507.      *
  1508.      * @return \Doctrine\Common\Annotations\CachedReader
  1509.      */
  1510.     protected function getAnnotations_CachedReaderService()
  1511.     {
  1512.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1513.     }
  1514.     /**
  1515.      * Gets the private 'annotations.reader' shared service.
  1516.      *
  1517.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1518.      */
  1519.     protected function getAnnotations_ReaderService()
  1520.     {
  1521.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1522.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1523.         $a->registerUniqueLoader('class_exists');
  1524.         $instance->addGlobalIgnoredName('required'$a);
  1525.         return $instance;
  1526.     }
  1527.     /**
  1528.      * Gets the private 'cache.annotations' shared service.
  1529.      *
  1530.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1531.      */
  1532.     protected function getCache_AnnotationsService()
  1533.     {
  1534.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NX1sNgQ1vR'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1535.     }
  1536.     /**
  1537.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1538.      *
  1539.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1540.      */
  1541.     protected function getCache_Messenger_RestartWorkersSignalService()
  1542.     {
  1543.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('NCOahR2niO'0, ($this->targetDirs[0].'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1544.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1545.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1546.     }
  1547.     /**
  1548.      * Gets the private 'cache.property_info' shared service.
  1549.      *
  1550.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1551.      */
  1552.     protected function getCache_PropertyInfoService()
  1553.     {
  1554.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('F38YoXEi6N'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1555.     }
  1556.     /**
  1557.      * Gets the private 'cache.security_expression_language' shared service.
  1558.      *
  1559.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1560.      */
  1561.     protected function getCache_SecurityExpressionLanguageService()
  1562.     {
  1563.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eBzC9+uiIP'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1564.     }
  1565.     /**
  1566.      * Gets the private 'cache.serializer' shared service.
  1567.      *
  1568.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1569.      */
  1570.     protected function getCache_SerializerService()
  1571.     {
  1572.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yYf-woaiHH'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1573.     }
  1574.     /**
  1575.      * Gets the private 'cache.validator' shared service.
  1576.      *
  1577.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1578.      */
  1579.     protected function getCache_ValidatorService()
  1580.     {
  1581.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4xrUaGAnVv'0$this->getParameter('container.build_id'), ($this->targetDirs[0].'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1582.     }
  1583.     /**
  1584.      * Gets the private 'config_cache_factory' shared service.
  1585.      *
  1586.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1587.      */
  1588.     protected function getConfigCacheFactoryService()
  1589.     {
  1590.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1591.             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)));
  1592.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1593.         }, 2));
  1594.     }
  1595.     /**
  1596.      * Gets the private 'data_collector.form' shared service.
  1597.      *
  1598.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1599.      */
  1600.     protected function getDataCollector_FormService()
  1601.     {
  1602.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1603.     }
  1604.     /**
  1605.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1606.      *
  1607.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1608.      */
  1609.     protected function getDebug_DebugHandlersListenerService()
  1610.     {
  1611.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1612.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1613.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1614.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1615.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1616.         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');
  1617.     }
  1618.     /**
  1619.      * Gets the private 'debug.file_link_formatter' shared service.
  1620.      *
  1621.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1622.      */
  1623.     protected function getDebug_FileLinkFormatterService()
  1624.     {
  1625.         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 () {
  1626.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1627.         });
  1628.     }
  1629.     /**
  1630.      * Gets the private 'debug.log_processor' shared service.
  1631.      *
  1632.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1633.      */
  1634.     protected function getDebug_LogProcessorService()
  1635.     {
  1636.         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())));
  1637.     }
  1638.     /**
  1639.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1640.      *
  1641.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1642.      */
  1643.     protected function getDebug_Security_Access_DecisionManagerService()
  1644.     {
  1645.         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 () {
  1646.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1647.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService.php'));
  1648.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1649.         }, 3), 'affirmative'falsetrue));
  1650.     }
  1651.     /**
  1652.      * Gets the private 'debug.security.firewall' shared service.
  1653.      *
  1654.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1655.      */
  1656.     protected function getDebug_Security_FirewallService()
  1657.     {
  1658.         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()));
  1659.     }
  1660.     /**
  1661.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  1662.      *
  1663.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  1664.      */
  1665.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  1666.     {
  1667.         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())));
  1668.     }
  1669.     /**
  1670.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  1671.      *
  1672.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  1673.      */
  1674.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  1675.     {
  1676.         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()));
  1677.     }
  1678.     /**
  1679.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  1680.      *
  1681.      * @return \Knp\Menu\Provider\ChainProvider
  1682.      */
  1683.     protected function getKnpMenu_MenuProvider_ChainService()
  1684.     {
  1685.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1686.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService.php'));
  1687.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService.php'));
  1688.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->load('getSonata_Admin_Menu_GroupProviderService.php'));
  1689.         }, 3));
  1690.     }
  1691.     /**
  1692.      * Gets the private 'locale_aware_listener' shared service.
  1693.      *
  1694.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1695.      */
  1696.     protected function getLocaleAwareListenerService()
  1697.     {
  1698.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1699.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1700.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1701.     }
  1702.     /**
  1703.      * Gets the private 'locale_listener' shared service.
  1704.      *
  1705.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1706.      */
  1707.     protected function getLocaleListenerService()
  1708.     {
  1709.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  1710.     }
  1711.     /**
  1712.      * Gets the private 'monolog.handler.console' shared service.
  1713.      *
  1714.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1715.      */
  1716.     protected function getMonolog_Handler_ConsoleService()
  1717.     {
  1718.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1719.     }
  1720.     /**
  1721.      * Gets the private 'monolog.handler.main' shared service.
  1722.      *
  1723.      * @return \Monolog\Handler\StreamHandler
  1724.      */
  1725.     protected function getMonolog_Handler_MainService()
  1726.     {
  1727.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler(($this->targetDirs[2].'/log/dev.log'), 100trueNULLfalse);
  1728.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1729.         return $instance;
  1730.     }
  1731.     /**
  1732.      * Gets the private 'monolog.logger' shared service.
  1733.      *
  1734.      * @return \Symfony\Bridge\Monolog\Logger
  1735.      */
  1736.     protected function getMonolog_LoggerService()
  1737.     {
  1738.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  1739.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1740.         $instance->useMicrosecondTimestamps(true);
  1741.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1742.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1743.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1744.         return $instance;
  1745.     }
  1746.     /**
  1747.      * Gets the private 'monolog.logger.cache' shared service.
  1748.      *
  1749.      * @return \Symfony\Bridge\Monolog\Logger
  1750.      */
  1751.     protected function getMonolog_Logger_CacheService()
  1752.     {
  1753.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1754.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1755.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1756.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1757.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1758.         return $instance;
  1759.     }
  1760.     /**
  1761.      * Gets the private 'monolog.logger.request' shared service.
  1762.      *
  1763.      * @return \Symfony\Bridge\Monolog\Logger
  1764.      */
  1765.     protected function getMonolog_Logger_RequestService()
  1766.     {
  1767.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1768.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1769.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1770.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1771.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1772.         return $instance;
  1773.     }
  1774.     /**
  1775.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  1776.      *
  1777.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1778.      */
  1779.     protected function getNelmioCors_CorsListenerService()
  1780.     {
  1781.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  1782.     }
  1783.     /**
  1784.      * Gets the private 'parameter_bag' shared service.
  1785.      *
  1786.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1787.      */
  1788.     protected function getParameterBagService()
  1789.     {
  1790.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1791.     }
  1792.     /**
  1793.      * Gets the private 'profiler_listener' shared service.
  1794.      *
  1795.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1796.      */
  1797.     protected function getProfilerListenerService()
  1798.     {
  1799.         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);
  1800.     }
  1801.     /**
  1802.      * Gets the private 'property_accessor' shared service.
  1803.      *
  1804.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1805.      */
  1806.     protected function getPropertyAccessorService()
  1807.     {
  1808.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  1809.     }
  1810.     /**
  1811.      * Gets the private 'resolve_controller_name_subscriber' shared service.
  1812.      *
  1813.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1814.      */
  1815.     protected function getResolveControllerNameSubscriberService()
  1816.     {
  1817.         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))))));
  1818.     }
  1819.     /**
  1820.      * Gets the private 'router.request_context' shared service.
  1821.      *
  1822.      * @return \Symfony\Component\Routing\RequestContext
  1823.      */
  1824.     protected function getRouter_RequestContextService()
  1825.     {
  1826.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1827.     }
  1828.     /**
  1829.      * Gets the private 'router_listener' shared service.
  1830.      *
  1831.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1832.      */
  1833.     protected function getRouterListenerService()
  1834.     {
  1835.         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);
  1836.     }
  1837.     /**
  1838.      * Gets the private 'security.authentication.manager' shared service.
  1839.      *
  1840.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1841.      */
  1842.     protected function getSecurity_Authentication_ManagerService()
  1843.     {
  1844.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1845.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService.php'));
  1846.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1847.         }, 2), true);
  1848.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1849.         return $instance;
  1850.     }
  1851.     /**
  1852.      * Gets the private 'security.firewall.map' shared service.
  1853.      *
  1854.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1855.      */
  1856.     protected function getSecurity_Firewall_MapService()
  1857.     {
  1858.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1859.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1860.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1861.         ], [
  1862.             'security.firewall.map.context.dev' => '?',
  1863.             'security.firewall.map.context.main' => '?',
  1864.         ]), new RewindableGenerator(function () {
  1865.             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)/')));
  1866.             yield 'security.firewall.map.context.main' => NULL;
  1867.         }, 2));
  1868.     }
  1869.     /**
  1870.      * Gets the private 'security.logout_url_generator' shared service.
  1871.      *
  1872.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1873.      */
  1874.     protected function getSecurity_LogoutUrlGeneratorService()
  1875.     {
  1876.         $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())));
  1877.         $instance->registerListener('main''admin_logout''logout''_csrf_token'NULLNULL);
  1878.         return $instance;
  1879.     }
  1880.     /**
  1881.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  1882.      *
  1883.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  1884.      */
  1885.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  1886.     {
  1887.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1888.     }
  1889.     /**
  1890.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  1891.      *
  1892.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  1893.      */
  1894.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  1895.     {
  1896.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  1897.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  1898.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  1899.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  1900.     }
  1901.     /**
  1902.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  1903.      *
  1904.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  1905.      */
  1906.     protected function getSensioFrameworkExtra_Security_ListenerService()
  1907.     {
  1908.         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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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()));
  1909.     }
  1910.     /**
  1911.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  1912.      *
  1913.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  1914.      */
  1915.     protected function getSensioFrameworkExtra_View_ListenerService()
  1916.     {
  1917.         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()));
  1918.     }
  1919.     /**
  1920.      * Gets the private 'session_listener' shared service.
  1921.      *
  1922.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1923.      */
  1924.     protected function getSessionListenerService()
  1925.     {
  1926.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1927.             'initialized_session' => ['services''session'NULLtrue],
  1928.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1929.             'session' => ['services''session''getSessionService.php'true],
  1930.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  1931.         ], [
  1932.             'initialized_session' => '?',
  1933.             'request_stack' => '?',
  1934.             'session' => '?',
  1935.             'session_storage' => '?',
  1936.         ]));
  1937.     }
  1938.     /**
  1939.      * Gets the private 'sonata.block.templating.helper' shared service.
  1940.      *
  1941.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  1942.      */
  1943.     protected function getSonata_Block_Templating_HelperService()
  1944.     {
  1945.         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))));
  1946.     }
  1947.     /**
  1948.      * Gets the private 'translator.default' shared service.
  1949.      *
  1950.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  1951.      */
  1952.     protected function getTranslator_DefaultService()
  1953.     {
  1954.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1955.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService.php'true],
  1956.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService.php'true],
  1957.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService.php'true],
  1958.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService.php'true],
  1959.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService.php'true],
  1960.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService.php'true],
  1961.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService.php'true],
  1962.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService.php'true],
  1963.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService.php'true],
  1964.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService.php'true],
  1965.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService.php'true],
  1966.         ], [
  1967.             'translation.loader.csv' => '?',
  1968.             'translation.loader.dat' => '?',
  1969.             'translation.loader.ini' => '?',
  1970.             'translation.loader.json' => '?',
  1971.             'translation.loader.mo' => '?',
  1972.             'translation.loader.php' => '?',
  1973.             'translation.loader.po' => '?',
  1974.             'translation.loader.qt' => '?',
  1975.             'translation.loader.res' => '?',
  1976.             'translation.loader.xliff' => '?',
  1977.             'translation.loader.yml' => '?',
  1978.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDirs[0].'/translations'), 'debug' => true'resource_files' => ['af' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.af.xlf')], '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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ar.yml')], '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/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/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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.cs.yml')], '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')], '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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.de.yml'), => ($this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Resources/translations/messages.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')], '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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.en.yml'), => ($this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Resources/translations/messages.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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.es.yml'), => ($this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Resources/translations/messages.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')], '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/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/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/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fi.xliff'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fi.yml'), => ($this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Resources/translations/messages.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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.fr.yml'), => ($this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Resources/translations/messages.fr.xliff'), 10 => ($this->targetDirs[3].'/vendor/bomo/ical-bundle/Resources/translations/messages.fr.xlf')], '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')], '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')], '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/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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.hu.yml')], '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')], '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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.it.yml')], '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/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')], '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/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/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/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')], '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')], '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/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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pl.yml')], '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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.pt.yml')], '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/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/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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.ru.yml'), => ($this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Resources/translations/messages.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/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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.sl.yml')], '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')], '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')], 'th' => [=> ($this->targetDirs[3].'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => ($this->targetDirs[3].'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.tr.yml')], '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/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'), => ($this->targetDirs[3].'/vendor/vich/uploader-bundle/Resources/translations/VichUploaderBundle.uk.yml')], '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')], '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/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')], '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/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].'/vendor/vich/uploader-bundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle/Resources/translations'), => ($this->targetDirs[3].'/vendor/bomo/ical-bundle/Resources/translations'), 10 => ($this->targetDirs[3].'/translations'), 11 => ($this->targetDirs[3].'/vendor/symfony/framework-bundle/Resources/translations'), 12 => ($this->targetDirs[3].'/src/Resources/FrameworkBundle/translations'), 13 => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle/Resources/translations'), 14 => ($this->targetDirs[3].'/src/Resources/SensioFrameworkExtraBundle/translations'), 15 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle/Resources/translations'), 16 => ($this->targetDirs[3].'/src/Resources/DoctrineCacheBundle/translations'), 17 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle/Resources/translations'), 18 => ($this->targetDirs[3].'/src/Resources/DoctrineBundle/translations'), 19 => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle/Resources/translations'), 20 => ($this->targetDirs[3].'/src/Resources/DoctrineMigrationsBundle/translations'), 21 => ($this->targetDirs[3].'/vendor/symfony/security-bundle/Resources/translations'), 22 => ($this->targetDirs[3].'/src/Resources/SecurityBundle/translations'), 23 => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle/Resources/translations'), 24 => ($this->targetDirs[3].'/src/Resources/SwiftmailerBundle/translations'), 25 => ($this->targetDirs[3].'/vendor/symfony/twig-bundle/Resources/translations'), 26 => ($this->targetDirs[3].'/src/Resources/TwigBundle/translations'), 27 => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle/Resources/translations'), 28 => ($this->targetDirs[3].'/src/Resources/WebProfilerBundle/translations'), 29 => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle/Resources/translations'), 30 => ($this->targetDirs[3].'/src/Resources/MonologBundle/translations'), 31 => ($this->targetDirs[3].'/vendor/symfony/debug-bundle/Resources/translations'), 32 => ($this->targetDirs[3].'/src/Resources/DebugBundle/translations'), 33 => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src/Resources/translations'), 34 => ($this->targetDirs[3].'/src/Resources/MakerBundle/translations'), 35 => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle/Resources/translations'), 36 => ($this->targetDirs[3].'/src/Resources/WebServerBundle/translations'), 37 => ($this->targetDirs[3].'/src/Resources/SonataDatagridBundle/translations'), 38 => ($this->targetDirs[3].'/src/Resources/SonataCoreBundle/translations'), 39 => ($this->targetDirs[3].'/src/Resources/SonataBlockBundle/translations'), 40 => ($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src/Resources/translations'), 41 => ($this->targetDirs[3].'/src/Resources/KnpMenuBundle/translations'), 42 => ($this->targetDirs[3].'/src/Resources/SonataAdminBundle/translations'), 43 => ($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/translations'), 44 => ($this->targetDirs[3].'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 45 => ($this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle/Resources/translations'), 46 => ($this->targetDirs[3].'/src/Resources/FreshDoctrineEnumBundle/translations'), 47 => ($this->targetDirs[3].'/vendor/sonata-project/easy-extends-bundle/src/Resources/translations'), 48 => ($this->targetDirs[3].'/src/Resources/SonataEasyExtendsBundle/translations'), 49 => ($this->targetDirs[3].'/src/Resources/VichUploaderBundle/translations'), 50 => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle/Resources/translations'), 51 => ($this->targetDirs[3].'/src/Resources/StofDoctrineExtensionsBundle/translations'), 52 => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle/Resources/translations'), 53 => ($this->targetDirs[3].'/src/Resources/NelmioCorsBundle/translations'), 54 => ($this->targetDirs[3].'/src/Resources/PixSortableBehaviorBundle/translations'), 55 => ($this->targetDirs[3].'/src/Resources/BOMOIcalBundle/translations'), 56 => ($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/translations'), 57 => ($this->targetDirs[3].'/src/Resources/FOSCKEditorBundle/translations'), 58 => ($this->targetDirs[3].'/src/Resources/translations')]]);
  1979.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1980.         $instance->setFallbackLocales([=> 'de'=> 'en']);
  1981.         return $instance;
  1982.     }
  1983.     /**
  1984.      * Gets the private 'validator.builder' shared service.
  1985.      *
  1986.      * @return \Symfony\Component\Validator\ValidatorBuilderInterface
  1987.      */
  1988.     protected function getValidator_BuilderService()
  1989.     {
  1990.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  1991.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  1992.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  1993.         $instance->setTranslationDomain('validators');
  1994.         $instance->addXmlMappings([=> ($this->targetDirs[3].'/vendor/symfony/form/Resources/config/validation.xml')]);
  1995.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  1996.         $instance->addMethodMapping('loadValidatorMetadata');
  1997.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  1998.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  1999.         return $instance;
  2000.     }
  2001.     /**
  2002.      * Gets the private 'validator.validator_factory' shared service.
  2003.      *
  2004.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  2005.      */
  2006.     protected function getValidator_ValidatorFactoryService()
  2007.     {
  2008.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2009.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2010.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2011.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2012.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2013.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2014.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2015.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2016.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2017.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2018.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService.php'true],
  2019.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService.php'true],
  2020.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2021.         ], [
  2022.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  2023.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  2024.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2025.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2026.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2027.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2028.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2029.             'doctrine.orm.validator.unique' => '?',
  2030.             'security.validator.user_password' => '?',
  2031.             'sonata.admin.validator.inline' => '?',
  2032.             'sonata.core.validator.inline' => '?',
  2033.             'validator.expression' => '?',
  2034.         ]));
  2035.     }
  2036.     /**
  2037.      * Gets the private 'var_dumper.html_dumper' shared service.
  2038.      *
  2039.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2040.      */
  2041.     protected function getVarDumper_HtmlDumperService()
  2042.     {
  2043.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2044.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2045.         return $instance;
  2046.     }
  2047.     /**
  2048.      * Gets the private 'var_dumper.server_connection' shared service.
  2049.      *
  2050.      * @return \Symfony\Component\VarDumper\Server\Connection
  2051.      */
  2052.     protected function getVarDumper_ServerConnectionService()
  2053.     {
  2054.         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()]);
  2055.     }
  2056.     /**
  2057.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  2058.      *
  2059.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  2060.      */
  2061.     protected function getVichUploader_MetadataReaderService()
  2062.     {
  2063.         $a = new \Metadata\Driver\FileLocator([]);
  2064.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  2065.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDirs[0].'/vich_uploader')));
  2066.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  2067.     }
  2068.     /**
  2069.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  2070.      *
  2071.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  2072.      */
  2073.     protected function getVichUploader_PropertyMappingFactoryService()
  2074.     {
  2075.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->getParameter('vich_uploader.mappings'), '_name');
  2076.     }
  2077.     /**
  2078.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  2079.      *
  2080.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  2081.      */
  2082.     protected function getVichUploader_Storage_FileSystemService()
  2083.     {
  2084.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  2085.     }
  2086.     /**
  2087.      * Gets the private 'web_profiler.csp.handler' shared service.
  2088.      *
  2089.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2090.      */
  2091.     protected function getWebProfiler_Csp_HandlerService()
  2092.     {
  2093.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2094.     }
  2095.     /**
  2096.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2097.      *
  2098.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2099.      */
  2100.     protected function getWebProfiler_DebugToolbarService()
  2101.     {
  2102.         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()));
  2103.     }
  2104.     public function getParameter($name)
  2105.     {
  2106.         $name = (string) $name;
  2107.         if (isset($this->buildParameters[$name])) {
  2108.             return $this->buildParameters[$name];
  2109.         }
  2110.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2111.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2112.         }
  2113.         if (isset($this->loadedDynamicParameters[$name])) {
  2114.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2115.         }
  2116.         return $this->parameters[$name];
  2117.     }
  2118.     public function hasParameter($name)
  2119.     {
  2120.         $name = (string) $name;
  2121.         if (isset($this->buildParameters[$name])) {
  2122.             return true;
  2123.         }
  2124.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2125.     }
  2126.     public function setParameter($name$value)
  2127.     {
  2128.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2129.     }
  2130.     public function getParameterBag()
  2131.     {
  2132.         if (null === $this->parameterBag) {
  2133.             $parameters $this->parameters;
  2134.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2135.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2136.             }
  2137.             foreach ($this->buildParameters as $name => $value) {
  2138.                 $parameters[$name] = $value;
  2139.             }
  2140.             $this->parameterBag = new FrozenParameterBag($parameters);
  2141.         }
  2142.         return $this->parameterBag;
  2143.     }
  2144.     private $loadedDynamicParameters = [
  2145.         'kernel.root_dir' => false,
  2146.         'kernel.project_dir' => false,
  2147.         'kernel.cache_dir' => false,
  2148.         'kernel.logs_dir' => false,
  2149.         'kernel.bundles_metadata' => false,
  2150.         'upload_dir' => false,
  2151.         'visitor_download_dir' => false,
  2152.         'ticket_download_dir' => false,
  2153.         'ticket_layout_dir' => false,
  2154.         'ics_download_dir' => false,
  2155.         'wallet_dir' => false,
  2156.         'wallet_download_dir' => false,
  2157.         'font_dir' => false,
  2158.         'event_image_dir' => false,
  2159.         'custom_font_dir' => false,
  2160.         'fpdf_font_dir' => false,
  2161.         'cache_dir' => false,
  2162.         'kernel.secret' => false,
  2163.         'session.save_path' => false,
  2164.         'validator.mapping.cache.file' => false,
  2165.         'translator.default_path' => false,
  2166.         'profiler.storage.dsn' => false,
  2167.         'debug.container.dump' => false,
  2168.         'serializer.mapping.cache.file' => false,
  2169.         'doctrine.orm.proxy_dir' => false,
  2170.         'doctrine_migrations.dir_name' => false,
  2171.         'swiftmailer.spool.default.memory.path' => false,
  2172.         'twig.default_path' => false,
  2173.         'vich_uploader.mappings' => false,
  2174.         'nelmio_cors.defaults' => false,
  2175.     ];
  2176.     private $dynamicParameters = [];
  2177.     /**
  2178.      * Computes a dynamic parameter.
  2179.      *
  2180.      * @param string $name The name of the dynamic parameter to load
  2181.      *
  2182.      * @return mixed The value of the dynamic parameter
  2183.      *
  2184.      * @throws InvalidArgumentException When the dynamic parameter does not exist
  2185.      */
  2186.     private function getDynamicParameter($name)
  2187.     {
  2188.         switch ($name) {
  2189.             case 'kernel.root_dir'$value = ($this->targetDirs[3].'/src'); break;
  2190.             case 'kernel.project_dir'$value $this->targetDirs[3]; break;
  2191.             case 'kernel.cache_dir'$value $this->targetDirs[0]; break;
  2192.             case 'kernel.logs_dir'$value = ($this->targetDirs[2].'/log'); break;
  2193.             case 'kernel.bundles_metadata'$value = [
  2194.                 'FrameworkBundle' => [
  2195.                     'path' => ($this->targetDirs[3].'/vendor/symfony/framework-bundle'),
  2196.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2197.                 ],
  2198.                 'SensioFrameworkExtraBundle' => [
  2199.                     'path' => ($this->targetDirs[3].'/vendor/sensio/framework-extra-bundle'),
  2200.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  2201.                 ],
  2202.                 'DoctrineCacheBundle' => [
  2203.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-cache-bundle'),
  2204.                     'namespace' => 'Doctrine\\Bundle\\DoctrineCacheBundle',
  2205.                 ],
  2206.                 'DoctrineBundle' => [
  2207.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-bundle'),
  2208.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2209.                 ],
  2210.                 'DoctrineMigrationsBundle' => [
  2211.                     'path' => ($this->targetDirs[3].'/vendor/doctrine/doctrine-migrations-bundle'),
  2212.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2213.                 ],
  2214.                 'SecurityBundle' => [
  2215.                     'path' => ($this->targetDirs[3].'/vendor/symfony/security-bundle'),
  2216.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2217.                 ],
  2218.                 'SwiftmailerBundle' => [
  2219.                     'path' => ($this->targetDirs[3].'/vendor/symfony/swiftmailer-bundle'),
  2220.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  2221.                 ],
  2222.                 'TwigBundle' => [
  2223.                     'path' => ($this->targetDirs[3].'/vendor/symfony/twig-bundle'),
  2224.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2225.                 ],
  2226.                 'WebProfilerBundle' => [
  2227.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-profiler-bundle'),
  2228.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2229.                 ],
  2230.                 'MonologBundle' => [
  2231.                     'path' => ($this->targetDirs[3].'/vendor/symfony/monolog-bundle'),
  2232.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2233.                 ],
  2234.                 'DebugBundle' => [
  2235.                     'path' => ($this->targetDirs[3].'/vendor/symfony/debug-bundle'),
  2236.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2237.                 ],
  2238.                 'MakerBundle' => [
  2239.                     'path' => ($this->targetDirs[3].'/vendor/symfony/maker-bundle/src'),
  2240.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2241.                 ],
  2242.                 'WebServerBundle' => [
  2243.                     'path' => ($this->targetDirs[3].'/vendor/symfony/web-server-bundle'),
  2244.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  2245.                 ],
  2246.                 'SonataDatagridBundle' => [
  2247.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/datagrid-bundle/src'),
  2248.                     'namespace' => 'Sonata\\DatagridBundle',
  2249.                 ],
  2250.                 'SonataCoreBundle' => [
  2251.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  2252.                     'namespace' => 'Sonata\\CoreBundle',
  2253.                 ],
  2254.                 'SonataBlockBundle' => [
  2255.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/block-bundle/src'),
  2256.                     'namespace' => 'Sonata\\BlockBundle',
  2257.                 ],
  2258.                 'KnpMenuBundle' => [
  2259.                     'path' => ($this->targetDirs[3].'/vendor/knplabs/knp-menu-bundle/src'),
  2260.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  2261.                 ],
  2262.                 'SonataAdminBundle' => [
  2263.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/admin-bundle/src'),
  2264.                     'namespace' => 'Sonata\\AdminBundle',
  2265.                 ],
  2266.                 'SonataDoctrineORMAdminBundle' => [
  2267.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  2268.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  2269.                 ],
  2270.                 'FreshDoctrineEnumBundle' => [
  2271.                     'path' => ($this->targetDirs[3].'/vendor/fresh/doctrine-enum-bundle'),
  2272.                     'namespace' => 'Fresh\\DoctrineEnumBundle',
  2273.                 ],
  2274.                 'SonataEasyExtendsBundle' => [
  2275.                     'path' => ($this->targetDirs[3].'/vendor/sonata-project/easy-extends-bundle/src'),
  2276.                     'namespace' => 'Sonata\\EasyExtendsBundle',
  2277.                 ],
  2278.                 'VichUploaderBundle' => [
  2279.                     'path' => ($this->targetDirs[3].'/vendor/vich/uploader-bundle'),
  2280.                     'namespace' => 'Vich\\UploaderBundle',
  2281.                 ],
  2282.                 'StofDoctrineExtensionsBundle' => [
  2283.                     'path' => ($this->targetDirs[3].'/vendor/stof/doctrine-extensions-bundle'),
  2284.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2285.                 ],
  2286.                 'NelmioCorsBundle' => [
  2287.                     'path' => ($this->targetDirs[3].'/vendor/nelmio/cors-bundle'),
  2288.                     'namespace' => 'Nelmio\\CorsBundle',
  2289.                 ],
  2290.                 'PixSortableBehaviorBundle' => [
  2291.                     'path' => ($this->targetDirs[3].'/vendor/pixassociates/sortable-behavior-bundle/Pix/SortableBehaviorBundle'),
  2292.                     'namespace' => 'Pix\\SortableBehaviorBundle',
  2293.                 ],
  2294.                 'BOMOIcalBundle' => [
  2295.                     'path' => ($this->targetDirs[3].'/vendor/bomo/ical-bundle'),
  2296.                     'namespace' => 'BOMO\\IcalBundle',
  2297.                 ],
  2298.                 'FOSCKEditorBundle' => [
  2299.                     'path' => ($this->targetDirs[3].'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  2300.                     'namespace' => 'FOS\\CKEditorBundle',
  2301.                 ],
  2302.             ]; break;
  2303.             case 'upload_dir'$value = ($this->targetDirs[2].'/upload'); break;
  2304.             case 'visitor_download_dir'$value = ($this->targetDirs[2].'/download/visitor'); break;
  2305.             case 'ticket_download_dir'$value = ($this->targetDirs[2].'/download/ticket'); break;
  2306.             case 'ticket_layout_dir'$value = ($this->targetDirs[3].'/public/media/ticket_layout'); break;
  2307.             case 'ics_download_dir'$value = ($this->targetDirs[3].'/public/media/ics'); break;
  2308.             case 'wallet_dir'$value = ($this->targetDirs[3].'/public/wallet'); break;
  2309.             case 'wallet_download_dir'$value = ($this->targetDirs[3].'/public/wallet/visitor-pass'); break;
  2310.             case 'font_dir'$value = ($this->targetDirs[3].'/public/media/fonts'); break;
  2311.             case 'event_image_dir'$value = ($this->targetDirs[3].'/public/media/images'); break;
  2312.             case 'custom_font_dir'$value = ($this->targetDirs[3].'/public/custom-font'); break;
  2313.             case 'fpdf_font_dir'$value = ($this->targetDirs[3].'/vendor/setasign/fpdf/font'); break;
  2314.             case 'cache_dir'$value = ($this->targetDirs[0].'/'); break;
  2315.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2316.             case 'session.save_path'$value = ($this->targetDirs[0].'/sessions'); break;
  2317.             case 'validator.mapping.cache.file'$value = ($this->targetDirs[0].'/validation.php'); break;
  2318.             case 'translator.default_path'$value = ($this->targetDirs[3].'/translations'); break;
  2319.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDirs[0].'/profiler'); break;
  2320.             case 'debug.container.dump'$value = ($this->targetDirs[0].'/srcApp_KernelDevDebugContainer.xml'); break;
  2321.             case 'serializer.mapping.cache.file'$value = ($this->targetDirs[0].'/serialization.php'); break;
  2322.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDirs[0].'/doctrine/orm/Proxies'); break;
  2323.             case 'doctrine_migrations.dir_name'$value = ($this->targetDirs[3].'/src/Migrations'); break;
  2324.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDirs[0].'/swiftmailer/spool/default'); break;
  2325.             case 'twig.default_path'$value = ($this->targetDirs[3].'/templates'); break;
  2326.             case 'vich_uploader.mappings'$value = [
  2327.                 'images' => [
  2328.                     'uri_prefix' => '/media/images',
  2329.                     'upload_destination' => ($this->targetDirs[3].'/public/media/images'),
  2330.                     'namer' => [
  2331.                         'service' => 'vich_uploader.namer_uniqid.images',
  2332.                         'options' => [
  2333.                         ],
  2334.                     ],
  2335.                     'directory_namer' => [
  2336.                         'service' => NULL,
  2337.                         'options' => NULL,
  2338.                     ],
  2339.                     'delete_on_remove' => true,
  2340.                     'delete_on_update' => true,
  2341.                     'inject_on_load' => false,
  2342.                     'db_driver' => 'orm',
  2343.                 ],
  2344.                 'fonts' => [
  2345.                     'uri_prefix' => '/media/fonts',
  2346.                     'upload_destination' => ($this->targetDirs[3].'/public/media/fonts'),
  2347.                     'namer' => [
  2348.                         'service' => 'vich_uploader.namer_uniqid.fonts',
  2349.                         'options' => [
  2350.                         ],
  2351.                     ],
  2352.                     'directory_namer' => [
  2353.                         'service' => NULL,
  2354.                         'options' => NULL,
  2355.                     ],
  2356.                     'delete_on_remove' => true,
  2357.                     'delete_on_update' => true,
  2358.                     'inject_on_load' => false,
  2359.                     'db_driver' => 'orm',
  2360.                 ],
  2361.                 'ticket_layout' => [
  2362.                     'uri_prefix' => '/media/ticket_layout',
  2363.                     'upload_destination' => ($this->targetDirs[3].'/public/media/ticket_layout'),
  2364.                     'namer' => [
  2365.                         'service' => 'vich_uploader.namer_uniqid.ticket_layout',
  2366.                         'options' => [
  2367.                         ],
  2368.                     ],
  2369.                     'directory_namer' => [
  2370.                         'service' => NULL,
  2371.                         'options' => NULL,
  2372.                     ],
  2373.                     'delete_on_remove' => true,
  2374.                     'delete_on_update' => true,
  2375.                     'inject_on_load' => false,
  2376.                     'db_driver' => 'orm',
  2377.                 ],
  2378.             ]; break;
  2379.             case 'nelmio_cors.defaults'$value = [
  2380.                 'allow_origin' => [
  2381.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2382.                 ],
  2383.                 'allow_credentials' => false,
  2384.                 'allow_headers' => [
  2385.                     => 'content-type',
  2386.                     => 'authorization',
  2387.                 ],
  2388.                 'expose_headers' => [
  2389.                     => 'Link',
  2390.                 ],
  2391.                 'allow_methods' => [
  2392.                     => 'GET',
  2393.                     => 'OPTIONS',
  2394.                     => 'POST',
  2395.                     => 'PUT',
  2396.                     => 'PATCH',
  2397.                     => 'DELETE',
  2398.                 ],
  2399.                 'max_age' => 3600,
  2400.                 'hosts' => [
  2401.                 ],
  2402.                 'origin_regex' => true,
  2403.                 'forced_allow_origin_value' => NULL,
  2404.             ]; break;
  2405.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2406.         }
  2407.         $this->loadedDynamicParameters[$name] = true;
  2408.         return $this->dynamicParameters[$name] = $value;
  2409.     }
  2410.     /**
  2411.      * Gets the default parameters.
  2412.      *
  2413.      * @return array An array of the default parameters
  2414.      */
  2415.     protected function getDefaultParameters()
  2416.     {
  2417.         return [
  2418.             'kernel.environment' => 'dev',
  2419.             'kernel.debug' => true,
  2420.             'kernel.name' => 'src',
  2421.             'kernel.bundles' => [
  2422.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2423.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2424.                 'DoctrineCacheBundle' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle',
  2425.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2426.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2427.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2428.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  2429.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2430.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2431.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2432.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2433.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2434.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  2435.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  2436.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  2437.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  2438.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  2439.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  2440.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  2441.                 'FreshDoctrineEnumBundle' => 'Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle',
  2442.                 'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
  2443.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  2444.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2445.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2446.                 'PixSortableBehaviorBundle' => 'Pix\\SortableBehaviorBundle\\PixSortableBehaviorBundle',
  2447.                 'BOMOIcalBundle' => 'BOMO\\IcalBundle\\BOMOIcalBundle',
  2448.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  2449.             ],
  2450.             'kernel.charset' => 'UTF-8',
  2451.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2452.             'container.dumper.inline_class_loader' => true,
  2453.             'locale' => 'de',
  2454.             'app_locales' => 'de',
  2455.             'fragment.renderer.hinclude.global_template' => '',
  2456.             'fragment.path' => '/_fragment',
  2457.             'kernel.http_method_override' => true,
  2458.             'kernel.trusted_hosts' => [
  2459.             ],
  2460.             'kernel.default_locale' => 'en',
  2461.             'templating.helper.code.file_link_format' => NULL,
  2462.             'debug.file_link_format' => NULL,
  2463.             'session.metadata.storage_key' => '_sf2_meta',
  2464.             'session.storage.options' => [
  2465.                 'cache_limiter' => '0',
  2466.                 'cookie_secure' => 'auto',
  2467.                 'cookie_httponly' => true,
  2468.                 'cookie_samesite' => 'lax',
  2469.                 'gc_probability' => 1,
  2470.             ],
  2471.             'session.metadata.update_threshold' => 0,
  2472.             'form.type_extension.csrf.enabled' => true,
  2473.             'form.type_extension.csrf.field_name' => '_token',
  2474.             'asset.request_context.base_path' => '',
  2475.             'asset.request_context.secure' => false,
  2476.             'validator.mapping.cache.prefix' => '',
  2477.             'validator.translation_domain' => 'validators',
  2478.             'translator.logging' => false,
  2479.             'profiler_listener.only_exceptions' => false,
  2480.             'profiler_listener.only_master_requests' => false,
  2481.             'debug.error_handler.throw_at' => -1,
  2482.             'router.request_context.host' => 'localhost',
  2483.             'router.request_context.scheme' => 'http',
  2484.             'router.request_context.base_url' => '',
  2485.             'router.resource' => 'kernel::loadRoutes',
  2486.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2487.             'request_listener.http_port' => 80,
  2488.             'request_listener.https_port' => 443,
  2489.             'serializer.mapping.cache.prefix' => '',
  2490.             'doctrine_cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2491.             'doctrine_cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2492.             'doctrine_cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2493.             'doctrine_cache.chain.class' => 'Doctrine\\Common\\Cache\\ChainCache',
  2494.             'doctrine_cache.couchbase.class' => 'Doctrine\\Common\\Cache\\CouchbaseCache',
  2495.             'doctrine_cache.couchbase.connection.class' => 'Couchbase',
  2496.             'doctrine_cache.couchbase.hostnames' => 'localhost:8091',
  2497.             'doctrine_cache.file_system.class' => 'Doctrine\\Common\\Cache\\FilesystemCache',
  2498.             'doctrine_cache.php_file.class' => 'Doctrine\\Common\\Cache\\PhpFileCache',
  2499.             'doctrine_cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2500.             'doctrine_cache.memcache.connection.class' => 'Memcache',
  2501.             'doctrine_cache.memcache.host' => 'localhost',
  2502.             'doctrine_cache.memcache.port' => 11211,
  2503.             'doctrine_cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2504.             'doctrine_cache.memcached.connection.class' => 'Memcached',
  2505.             'doctrine_cache.memcached.host' => 'localhost',
  2506.             'doctrine_cache.memcached.port' => 11211,
  2507.             'doctrine_cache.mongodb.class' => 'Doctrine\\Common\\Cache\\MongoDBCache',
  2508.             'doctrine_cache.mongodb.collection.class' => 'MongoCollection',
  2509.             'doctrine_cache.mongodb.connection.class' => 'MongoClient',
  2510.             'doctrine_cache.mongodb.server' => 'localhost:27017',
  2511.             'doctrine_cache.predis.client.class' => 'Predis\\Client',
  2512.             'doctrine_cache.predis.scheme' => 'tcp',
  2513.             'doctrine_cache.predis.host' => 'localhost',
  2514.             'doctrine_cache.predis.port' => 6379,
  2515.             'doctrine_cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2516.             'doctrine_cache.redis.connection.class' => 'Redis',
  2517.             'doctrine_cache.redis.host' => 'localhost',
  2518.             'doctrine_cache.redis.port' => 6379,
  2519.             'doctrine_cache.riak.class' => 'Doctrine\\Common\\Cache\\RiakCache',
  2520.             'doctrine_cache.riak.bucket.class' => 'Riak\\Bucket',
  2521.             'doctrine_cache.riak.connection.class' => 'Riak\\Connection',
  2522.             'doctrine_cache.riak.bucket_property_list.class' => 'Riak\\BucketPropertyList',
  2523.             'doctrine_cache.riak.host' => 'localhost',
  2524.             'doctrine_cache.riak.port' => 8087,
  2525.             'doctrine_cache.sqlite3.class' => 'Doctrine\\Common\\Cache\\SQLite3Cache',
  2526.             'doctrine_cache.sqlite3.connection.class' => 'SQLite3',
  2527.             'doctrine_cache.void.class' => 'Doctrine\\Common\\Cache\\VoidCache',
  2528.             'doctrine_cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2529.             'doctrine_cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2530.             'doctrine_cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2531.             'doctrine_cache.security.acl.cache.class' => 'Doctrine\\Bundle\\DoctrineCacheBundle\\Acl\\Model\\AclCache',
  2532.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2533.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2534.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2535.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2536.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2537.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2538.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2539.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2540.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2541.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2542.             'doctrine.entity_managers' => [
  2543.                 'default' => 'doctrine.orm.default_entity_manager',
  2544.             ],
  2545.             'doctrine.default_entity_manager' => 'default',
  2546.             'doctrine.dbal.connection_factory.types' => [
  2547.             ],
  2548.             'doctrine.connections' => [
  2549.                 'default' => 'doctrine.dbal.default_connection',
  2550.             ],
  2551.             'doctrine.default_connection' => 'default',
  2552.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2553.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2554.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2555.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2556.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2557.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2558.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2559.             'doctrine.orm.cache.memcache_port' => 11211,
  2560.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2561.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2562.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2563.             'doctrine.orm.cache.memcached_port' => 11211,
  2564.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2565.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2566.             'doctrine.orm.cache.redis_host' => 'localhost',
  2567.             'doctrine.orm.cache.redis_port' => 6379,
  2568.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2569.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2570.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2571.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2572.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2573.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2574.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2575.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2576.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2577.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2578.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2579.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2580.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2581.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2582.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2583.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2584.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2585.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2586.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2587.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2588.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2589.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2590.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2591.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2592.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2593.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2594.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2595.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2596.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2597.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2598.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2599.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2600.             'doctrine_migrations.table_name' => 'migration_versions',
  2601.             'doctrine_migrations.column_name' => 'version',
  2602.             'doctrine_migrations.column_length' => 14,
  2603.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2604.             'doctrine_migrations.all_or_nothing' => false,
  2605.             'doctrine_migrations.name' => 'Application Migrations',
  2606.             'doctrine_migrations.custom_template' => NULL,
  2607.             'doctrine_migrations.organize_migrations' => false,
  2608.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2609.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2610.             'security.role_hierarchy.roles' => [
  2611.             ],
  2612.             'security.access.denied_url' => NULL,
  2613.             'security.authentication.manager.erase_credentials' => true,
  2614.             'security.authentication.session_strategy.strategy' => 'migrate',
  2615.             'security.access.always_authenticate_before_granting' => false,
  2616.             'security.authentication.hide_user_not_found' => true,
  2617.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  2618.             'swiftmailer.mailer.default.spool.enabled' => true,
  2619.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  2620.             'swiftmailer.mailer.default.single_address' => NULL,
  2621.             'swiftmailer.mailer.default.delivery.enabled' => true,
  2622.             'swiftmailer.spool.enabled' => true,
  2623.             'swiftmailer.delivery.enabled' => true,
  2624.             'swiftmailer.single_address' => NULL,
  2625.             'swiftmailer.mailers' => [
  2626.                 'default' => 'swiftmailer.mailer.default',
  2627.             ],
  2628.             'swiftmailer.default_mailer' => 'default',
  2629.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2630.             'twig.form.resources' => [
  2631.                 => '@VichUploader/Form/fields.html.twig',
  2632.                 => 'form_div_layout.html.twig',
  2633.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  2634.                 => '@SonataCore/Form/datepicker.html.twig',
  2635.             ],
  2636.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2637.             'web_profiler.debug_toolbar.mode' => 2,
  2638.             'monolog.use_microseconds' => true,
  2639.             'monolog.swift_mailer.handlers' => [
  2640.             ],
  2641.             'monolog.handlers_to_channels' => [
  2642.                 'monolog.handler.console' => [
  2643.                     'type' => 'exclusive',
  2644.                     'elements' => [
  2645.                         => 'event',
  2646.                         => 'doctrine',
  2647.                         => 'console',
  2648.                     ],
  2649.                 ],
  2650.                 'monolog.handler.main' => [
  2651.                     'type' => 'exclusive',
  2652.                     'elements' => [
  2653.                         => 'event',
  2654.                     ],
  2655.                 ],
  2656.             ],
  2657.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  2658.             'sonata.core.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  2659.             'sonata.core.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  2660.             'sonata.core.form_type' => 'standard',
  2661.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  2662.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  2663.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  2664.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  2665.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  2666.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  2667.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  2668.             'sonata.block.container.types' => [
  2669.                 => 'sonata.block.service.container',
  2670.                 => 'sonata.page.block.container',
  2671.                 => 'sonata.dashboard.block.container',
  2672.                 => 'cmf.block.container',
  2673.                 => 'cmf.block.slideshow',
  2674.             ],
  2675.             'sonata_block.blocks' => [
  2676.                 'sonata.admin.block.admin_list' => [
  2677.                     'contexts' => [
  2678.                         => 'admin',
  2679.                     ],
  2680.                     'templates' => [
  2681.                     ],
  2682.                     'cache' => 'sonata.cache.noop',
  2683.                     'settings' => [
  2684.                     ],
  2685.                 ],
  2686.                 'sonata.block.service.container' => [
  2687.                     'contexts' => [
  2688.                     ],
  2689.                     'templates' => [
  2690.                     ],
  2691.                     'cache' => 'sonata.cache.noop',
  2692.                     'settings' => [
  2693.                     ],
  2694.                 ],
  2695.                 'sonata.block.service.empty' => [
  2696.                     'contexts' => [
  2697.                     ],
  2698.                     'templates' => [
  2699.                     ],
  2700.                     'cache' => 'sonata.cache.noop',
  2701.                     'settings' => [
  2702.                     ],
  2703.                 ],
  2704.                 'sonata.block.service.text' => [
  2705.                     'contexts' => [
  2706.                     ],
  2707.                     'templates' => [
  2708.                     ],
  2709.                     'cache' => 'sonata.cache.noop',
  2710.                     'settings' => [
  2711.                     ],
  2712.                 ],
  2713.                 'sonata.block.service.rss' => [
  2714.                     'contexts' => [
  2715.                     ],
  2716.                     'templates' => [
  2717.                     ],
  2718.                     'cache' => 'sonata.cache.noop',
  2719.                     'settings' => [
  2720.                     ],
  2721.                 ],
  2722.                 'sonata.block.service.menu' => [
  2723.                     'contexts' => [
  2724.                     ],
  2725.                     'templates' => [
  2726.                     ],
  2727.                     'cache' => 'sonata.cache.noop',
  2728.                     'settings' => [
  2729.                     ],
  2730.                 ],
  2731.                 'sonata.block.service.template' => [
  2732.                     'contexts' => [
  2733.                     ],
  2734.                     'templates' => [
  2735.                     ],
  2736.                     'cache' => 'sonata.cache.noop',
  2737.                     'settings' => [
  2738.                     ],
  2739.                 ],
  2740.                 'sonata.admin.block.search_result' => [
  2741.                     'contexts' => [
  2742.                     ],
  2743.                     'templates' => [
  2744.                     ],
  2745.                     'cache' => 'sonata.cache.noop',
  2746.                     'settings' => [
  2747.                     ],
  2748.                 ],
  2749.                 'sonata.admin.block.stats' => [
  2750.                     'contexts' => [
  2751.                     ],
  2752.                     'templates' => [
  2753.                     ],
  2754.                     'cache' => 'sonata.cache.noop',
  2755.                     'settings' => [
  2756.                     ],
  2757.                 ],
  2758.             ],
  2759.             'sonata_block.blocks_by_class' => [
  2760.             ],
  2761.             'sonata_blocks.block_types' => [
  2762.                 => 'sonata.admin.block.admin_list',
  2763.                 => 'sonata.block.service.container',
  2764.                 => 'sonata.block.service.empty',
  2765.                 => 'sonata.block.service.text',
  2766.                 => 'sonata.block.service.rss',
  2767.                 => 'sonata.block.service.menu',
  2768.                 => 'sonata.block.service.template',
  2769.                 => 'sonata.admin.block.search_result',
  2770.                 => 'sonata.admin.block.stats',
  2771.             ],
  2772.             'sonata_block.cache_blocks' => [
  2773.                 'by_type' => [
  2774.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  2775.                     'sonata.block.service.container' => 'sonata.cache.noop',
  2776.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  2777.                     'sonata.block.service.text' => 'sonata.cache.noop',
  2778.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  2779.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  2780.                     'sonata.block.service.template' => 'sonata.cache.noop',
  2781.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  2782.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  2783.                 ],
  2784.             ],
  2785.             'sonata_blocks.default_contexts' => [
  2786.             ],
  2787.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  2788.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  2789.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  2790.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  2791.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  2792.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  2793.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  2794.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  2795.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  2796.             'knp_menu.renderer.list.options' => [
  2797.             ],
  2798.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  2799.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  2800.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  2801.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  2802.             'knp_menu.renderer.twig.options' => [
  2803.             ],
  2804.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  2805.             'knp_menu.default_renderer' => 'twig',
  2806.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  2807.                 'choice' => 'select',
  2808.                 'boolean' => 'select',
  2809.                 'text' => 'text',
  2810.                 'textarea' => 'textarea',
  2811.                 'html' => 'textarea',
  2812.                 'email' => 'email',
  2813.                 'string' => 'text',
  2814.                 'smallint' => 'text',
  2815.                 'bigint' => 'text',
  2816.                 'integer' => 'number',
  2817.                 'decimal' => 'number',
  2818.                 'currency' => 'number',
  2819.                 'percent' => 'number',
  2820.                 'url' => 'url',
  2821.                 'date' => 'date',
  2822.             ],
  2823.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  2824.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  2825.             'sonata.admin.configuration.templates' => [
  2826.                 'layout' => 'standard_layout.html.twig',
  2827.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  2828.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  2829.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  2830.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  2831.                 'search' => '@SonataAdmin/Core/search.html.twig',
  2832.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  2833.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  2834.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  2835.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  2836.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  2837.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  2838.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  2839.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  2840.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  2841.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  2842.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  2843.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  2844.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  2845.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  2846.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  2847.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  2848.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  2849.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  2850.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  2851.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  2852.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  2853.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  2854.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  2855.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  2856.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  2857.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  2858.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  2859.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  2860.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  2861.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  2862.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  2863.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  2864.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  2865.             ],
  2866.             'sonata.admin.configuration.admin_services' => [
  2867.             ],
  2868.             'sonata.admin.configuration.dashboard_groups' => [
  2869.             ],
  2870.             'sonata.admin.configuration.dashboard_blocks' => [
  2871.                 => [
  2872.                     'position' => 'left',
  2873.                     'settings' => [
  2874.                     ],
  2875.                     'type' => 'sonata.admin.block.admin_list',
  2876.                     'roles' => [
  2877.                     ],
  2878.                 ],
  2879.             ],
  2880.             'sonata.admin.configuration.sort_admins' => false,
  2881.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOcAAADnCAYAAADl9EEgAAAXfWlDQ1BJQ0MgUHJvZmlsZQAAWAmtWWVYVU3Xnn0KOBy6u7u7u7sbgUN3NyopUkoISIoggqCCQYmIiCCCiKACBiAhkiqooAjIu0F93ufH9/779nWdvW/W3GvNmlkzs/daAMDQgg8NDUSQAxAUHBluqafJbu/gyE7wFhACKkAHhAEG7xERqmFubgz+57U9AaDDxhcih7b+J+3/bqDw9IrwAAAyh5vdPSM8gmDcAgCizSM0PBIA1KE9rpjI0EOcB2PqcNhBGNceYp/fuOMQu//Gw0cca0stmDMLACEOjw/3AQC3DsvZoz18YDskOAAwlMGefsEAULHDWNXDF+8JAIMbzBEOCgo5xDkw5nf/lx2ff2E83v0fm3i8zz/491hgTbhjbb+I0EB83NEf/5+3oMAoeL6OLlr4jguN1LSEn/TwvNH7RRpYw5gaxuK+Ufo2f7B2vK+13SEXltsHu5uawZgSxp4eEVrwXALYDhQdEGJ0aOeQk+Pppa0DY3hVQCUR0VZ/8ZV4Xy3TPxx7f7zhYcxIYU4HPhxGv/t9FBppfujDoc03wYGmxn/whne47qF9WI7AeEXoWMEY9gHBHBlufSiHfUaIevvpGsAY7hehGRp4tOYOOZbhUZaHY+GGsadXsM1f3QxPvLYRLGeG5WXAGGgBbcAO30NAIPwLB37AE37+lXv8S24F4sFHEAy8QASsccRw9UsJ/4uBLsDD+j5wu8gffc0jiReIhrX2//JG1tvX/+I/Ou7/aOiC90c2/lgQvyq+Ir73l81O9tcvjA5GG6OP0cUI/JXAPf0eRfiRf0bwaLxAFGzLC+77rz//HlXUP4x/S3/PgeWRVgDM8PvbN7A98szvH1tG/8zMn7lA8aIkUTIoTZQKShWlANhRtChGIIKSRsmjNFBqKCW4TeFf8/xH64//IsD7aK6ij7wPAB9gz+FdHekVGwnHCmiFhMaF+/n4RrJrwKeFlzC7QbCHqDC7pLiEBDg8ew45AHy1PDpTINpn/5V5LQOgDK8NotH/yvzPAdDYDwBd1n9lvE7w/hUG4OZzj6jw6N/2UIcPNMACMnilMQBWwAX44fFLAlmgBNSBDjAEZsAaOAAX4AF8YX/DQQw4DpJBOsgGeaAIlIEqcAlcAdfBLdAOusAD8Ag8AaNgHLwFs2ARrIENsA12IQgigEggKogBYoN4ICFIEpKHVCEdyBiyhBwgN8gHCoaioONQKpQNFUBlUDXUAN2E7kAPoEFoDHoNzUEr0BfoJwKJwCGoESwIXoQYQh6hgTBCWCOOIXwQYYh4RBriLKIEUYO4hmhDPEA8QYwjZhFriC0kQBIjaZEcSBGkPFILaYZ0RHojw5EnkVnIYmQNsgnZiRxAvkDOIteROygMigrFjhKBY6mPskF5oMJQJ1E5qDLUFVQbqg/1AjWH2kD9QpOgmdFCaEW0Adoe7YOOQaeji9F16FZ0P3ocvYjexmAwtBg+jBy8fh0w/pgETA6mEtOM6cGMYRYwWwQEBAwEQgQqBGYEeIJIgnSCUoJrBPcJnhMsEvwgJCZkI5Qk1CV0JAwmTCEsJmwk7CZ8TrhEuEtETsRDpEhkRuRJFEeUS1RL1En0jGiRaBdLgeXDqmCtsf7YZGwJtgnbj53CfiUmJuYkViC2IPYjTiIuIb5B/Jh4jngHR4kTxGnhnHFRuLO4elwP7jXuKwkJCS+JOokjSSTJWZIGkockMyQ/SKlIRUkNSD1JE0nLSdtIn5N+IiMi4yHTIHMhiycrJrtN9oxsnZyInJdcixxPfpK8nPwO+ST5FgUVhQSFGUUQRQ5FI8UgxTIlASUvpQ6lJ2Ua5SXKh5QLVEgqLiotKg+qVKpaqn6qRWoMNR+1AbU/dTb1deoR6g0aShppGluaWJpymns0s7RIWl5aA9pA2lzaW7QTtD/pWOg06LzoMuma6J7Tfadnolen96LPom+mH6f/ycDOoMMQwJDP0M4wzYhiFGS0YIxhvMDYz7jORM2kxOTBlMV0i+kNM4JZkNmSOYH5EvMw8xYLK4seSyhLKctDlnVWWlZ1Vn/WQtZu1hU2KjZVNj+2Qrb7bKvsNOwa7IHsJex97BsczBz6HFEc1RwjHLucfJw2nCmczZzTXFgueS5vrkKuXq4NbjZuE+7j3Fe53/AQ8cjz+PKc5xng+c7Lx2vHe5q3nXeZj57PgC+e7yrfFD8Jvxp/GH8N/0sBjIC8QIBApcCoIEJQRtBXsFzwmRBCSFbIT6hSaEwYLawgHCxcIzwpghPREIkWuSoyJ0oraiyaItou+kmMW8xRLF9sQOyXuIx4oHit+FsJSglDiRSJTokvkoKSHpLlki+lSKR0pRKlOqQ2pYWkvaQvSL+SoZIxkTkt0yuzLysnGy7bJLsixy3nJlchNylPLW8unyP/WAGtoKmQqNClsKMoqxipeEvxs5KIUoBSo9KyMp+yl3Kt8oIKpwpepVplVpVd1U31ouqsGocaXq1GbV6dS91TvU59SUNAw1/jmsYnTXHNcM1Wze9ailontHq0kdp62lnaIzqUOjY6ZTozupy6PrpXdTf0ZPQS9Hr00fpG+vn6kwYsBh4GDQYbhnKGJwz7jHBGVkZlRvPGgsbhxp0mCBNDk3MmU6Y8psGm7WbAzMDsnNm0OZ95mPldC4yFuUW5xQdLCcvjlgNWVFauVo1W29aa1rnWb234baJsem3JbJ1tG2y/22nbFdjN2ovZn7B/4sDo4OfQ4UjgaOtY57jlpONU5LToLOOc7jxxjO9Y7LFBF0aXQJd7rmSueNfbbmg3O7dGtz28Gb4Gv+Vu4F7hvuGh5XHeY81T3bPQc8VLxavAa8lbxbvAe9lHxeecz4qvmm+x77qfll+Z36a/vn+V//cAs4D6gINAu8DmIMIgt6A7wZTBAcF9IawhsSFjoUKh6aGzYYphRWEb4UbhdRFQxLGIjkhq+CNvOIo/6lTUXLRqdHn0jxjbmNuxFLHBscNxgnGZcUvxuvGXE1AJHgm9xzmOJx+fO6FxovokdNL9ZG8iV2Ja4mKSXtKVZGxyQPLTFPGUgpRvqXapnWksaUlpC6f0Tl1NJ00PT588rXS6KgOV4ZcxkimVWZr5K8szayhbPLs4ey/HI2fojMSZkjMHZ73PjuTK5l7Iw+QF503kq+VfKaAoiC9YOGdyrq2QvTCr8FuRa9FgsXRx1Xns+ajzsyXGJR2l3KV5pXtlvmXj5ZrlzRXMFZkV3ys9K59fUL/QVMVSlV3186LfxVfVetVtNbw1xZcwl6Ivfai1rR24LH+5oY6xLrtuvz64fvaK5ZW+BrmGhkbmxtyriKtRV1euOV8bva59vaNJpKm6mbY5+wa4EXVj9abbzYlbRrd6b8vfbmrhaalopWrNaoPa4to22n3bZzscOsbuGN7p7VTqbL0rere+i6Or/B7NvdxubHda98H9+PtbPaE96w98Hiz0uva+fWj/8GWfRd9Iv1H/40e6jx4OaAzcf6zyuGtQcfDOkPxQ+xPZJ23DMsOtT2Weto7IjrQ9k3vWMaow2jmmPNb9XO35gxfaLx69NHj5ZNx0fGzCZuLVpPPk7CvPV8uvA19vvol+s/s2aQo9lTVNPl08wzxT807gXfOs7Oy9Oe254Xmr+bcLHgtr7yPe7y2mfSD5ULzEttSwLLnctaK7MrrqtLq4Frq2u57+keJjxSf+Ty2f1T8Pb9hvLG6Gbx58yfnK8LX+m/S33i3zrZntoO3d71k/GH5c2ZHfGfhp93NpN2aPYK9kX2C/85fRr6mDoIODUHw4/uhbAAnfEd7eAHyph3MBBzgHGAUAS/o7NzhiAICEYA6MbSEdhAZSHkWPxmIICcQJHYhSsfdxGBI8aTs5liKQcohahqaCDtAHMIwwyTLnsayxqbPncoxxYbkVeBx4A/iC+J0FNAVZBDeFHgmXigSIqoiRiL0Tb5ZIkrSQ4pD6KH1H5pSshRyz3KJ8k0KsooYSVumFcoWKp6qw6he1dvXjGpqaOM13Wt3ajTqVuvl6J/XxBmqG9IabRsPGTSaVptVmXeYLlmgrBmtGG3JbpO2e3a4DcCRyInUmOYY6tuUy7zrq1oO/7V7nUeqZ5RXn7eNj7avpJ+0vGMARyBBEFowM/hYyHzoadje8NuJsZGJUenRrLCrOK77nODjBe1Ix0SDJKTkq5WxqUVrCKelTC+m5p80zeDKJs0A2IofiDP9Z1VzTPLt8xwLHc/aFtkXWxRbnTUuMSvXKNMtVKxQqpS6IVAleFK82qkm9NHvZoO5a/VoDRSPPVYlrSte1m0ya7W643vS9FXo7puVka0rbqfaMjuw7uZ1Fdyu66u61dPffn+yZfTDR2/zQu4++73F/8aOYAe/HxwbthiyeGA3rPdUfsX4WNnpx7PUL4pdi41oTBpM6r+Rf87whfbPzdnnq1fSDmUvvUmd95mzmTRdM3pstmn0wXFJYplueXclalV6dXbuyHv9R/xPhp4bPep8XNi5txn5x+Wr2zWTLf7v3x+mf7fvaBwd/4i+BRCFXULPoBcwGIZJIFutLXIGbJRUkiyF/RMlAFUf9klaSLoV+mlGGKZ15lJWRzZ49n6OLc4pri3ubZ5X3Kd8l/nABVUFCwZdCVcL+IjIiv0QfiZ0Vt5Ngk1iSbJKKllaRgWT6ZbPkzOSp5CcUShWdlFiUpuBV4KzKoDqpdl7dSYNXY1dzXOumdo6Ol66yHoXeB/0ugyLDaCMvY3cTX9MQsyBzdwszSyUrQWsmG1JbhO223ZL9hMNDxyancuesY/Eufq72btp4MXd6D8hj1XPcq8+71afOt9gvzT8kwCFQPYgvmAReCXOhM2HfIjgiXaNKox/EvIpdiFuP3zlOfIL1JH8iexIm6V1ya0puaniayymbdPvTfhmpmZVZ17Nbc9rOtJy9mXs9ryH/csHFc+WFRUW5xZnnU0riSkPKfMr9KpIq71cJXLxSw3epoPbF5Z160iuMDVyNgvA6kLuu2qTdbHLD4WbgrfTbl1q6W8faZtqXO752Iu/SdQndU+pWvy/Xw/EA8WC+d+Bha199f/mjvIFTj+MHw4cin2QOd43QPjsxOv2c8YXaS+tx74mkycuvnr3+9pZySmTaeCb03fnZu3PP52cW5t+vfUDD0U9eGVujWBf/KPOJ9zPZ5x8bHzYnvwx9vfOteitx2/Y73/ftH1078T+VdnF72vsrf+IvCq0hKpEuKAE0AXoTs0KwSjhPtEmMxfGQaJA6kiWTX6MYozyg5qHRofWnO0VfxdDC2M/0mPkRy13WarZYdk32nxy1nEaca1wZ3HzcvTwuPDu8hXzifEP8PgIEAvWC+oJLQunC/ML9Ih6iQLRSTFnslXgU/HXTLGksuSyVKs0q3SFjKbMue0qOTa4d/mpZVkhUpFW8qqSh9FzZQ/mTSoIqgWq5mrTahHq8BqtGh6aZ5mstX60D7Rodc10i3Yd6x/Wl9VcNagydjeiNJoyLTKxMyUwHzVLNlcy/WTRbBljxWb23rrY5Zstg+9Iu117f/sCh1THQidtp2rn4mOmxbZdCVx7XFjcNtzf4WHdO91fwOeLrpect56Pga+CH9w8KwAeqBZEHTQVfDgkKlQndC3sYnhVhHkkT+TaqKtozhjfmQ+yFOJ24qfjABOqEF8fvnug+2Zf4MOlOckNKcWpqWsgpp3Sd04IZ6IyXmaVZjtnc2bs5s2eenr2TezHvZL5TgeI5xnM7hRNFt4rPnz9TUlBaXXa7/FHFq8rVC7sXSarZa6Qu6dc6Xw6pO1mfeSWnIakRf1XuGum1L9c/Nu3cwN1kvSV527wlobWl7UeHwp3QztK7N7o67t3tHry/9UCv906fVf/WQPGg1NDL4TMjbqMGzzVeak4EviadWpsfWd36tnMY/981osN3AkYWgHPJANinA2CjBkB+HwC843DeiQXAnAQAawWA4PUGCNwwgBTn/nl/QAAJMIAYUMD1GTbAB8SBIlyjMAOOcI4cAWeXueACaALd4BmYA9/gzJEZkoD0IFcoBsqHrkGPoQ8IDIIfYYyIQFTCed4BnNdFI+8gf6H0UOdQ82gpdAb6HUYRU4rZhTOsIUI5wnoiJqJ8LDE2kxhLnIdjxNWTSJN0kaqQdpLJk90l1yd/SxFJSU55nUqbaozamnqMxozmOa0r7Q+6UnoV+hmGE4xMjJ1MLsxEzF0s0azSrF/ZbrGHc8hw7HEOcBVz+/Io85LyzvLd5s8QcBfUEOIVJhXeFfkk+l5sXLxVIkFSQnJGKkNaRvqzTIdsgVycvKeCsaK4Ep0yqYqoarm6kMYZzUGtzzqEujR6DPrMBtyG0kamxmEmJaZ9Zl8suCztrM5aD9ii7LTt0x2GnWid3Y81urx3w+Ap3DHuWx6LnlNeqz5kvkZ+Rf5LgcpBhcGfQg3DGiNwkWFRb2J0YzviRRLqTrCfLE+iTc5PxaYln9o67Z+xlpWdE3S2NZ/iHGPhx+KGEtcy2vLRyjNVehe3anJrqS9n1G1fCWj4cjXvuk4zxY3NWx9altvWOpY6F7o279M90Hro0u82YDWo9kTsqcAz2bHgFz8mUW+IpqreUc11L5IuH1/T+Nj8efeL7Dfdbez3Mz+GdpZ/Lu6+3mvZz/vlfiB+dH4cxp8ArqlRwjUHDiAIpIAK0IfrDG5whSEBZIJS0ADuwHWEabABoSFGSPwo+nFQIXQDGoE+IsgQUghHRCriFmIRyYZ0RdYi11GyqDTUOFoAnYyegmNfTgAIfAnGCXUIO4jEiBqxAthrxNLE93HmuAWSWFIi0iIyDrIbcP76liKGkpayncqW6iP1CRosTQmtCO0QXQg9HX0Pgx8jNWMPUwgzN/MUSymrPRs922v2Sg5PTnEuwPWS+ypPGq8znzScy60KDAveht9iuSKposfFIsU9JNQlcZIjUlnSRjJ0Mpuyr+UG5NsUahRzlOKVo1UyVTvUvmtIaXpqZWvX6bTp3tW7q3/PYNBwzhhhImhqa3bKvN1i3Yrb2tWm0nbGntPB37HNmeCYnUuZa7/bGL7XvcEjw9PPy9Jb38fBN8WvJ4Ak0D2oK4QxND5sOkIzsiGaLCY09kk8R0L08dGTMom1yUwphWnYUwnp6xn4zPns+DPiuYi86YKbhdHF0ue/lN4sj6pUvPDzYl2N5KXK2qU6vnrfKzca6a5WXFdp+nij9JbC7ZFWfNtuR02nRRe413DfuGezt6rP/ZHiY44h1JOnT6OfYUaznuNe1Iy7Tpq8DnxbP700yzZv/j75Q/cK3VreJ96Np18Lt3N2DHYl9y7sv/+1+Sf+KEAE1zPp4egLwbUmLWAOV5iCwAl451eDFvAYzMD7HgfxQurQMSgBKofuQXMIIjjqeEQRYhRJg/RC3kMxo5JQq2gH9FOMFuYeXE95QGhMOE0UgSXD3iC2xSFx7SRhpBKkP8j6yUspoigdqAyoDWksaA3p5OgFGGQYXZnimCNZ3Fmt2UzZTThMOI25TLgteVx5I/jO8DcKPBZcESYRkRP1FisTn5BklPKUbpbZlTOXf6qYqeygilbLU9/TNNJKhSPYrtul160/YrBrZGTcZipqds1C1LLNWstmwi7IAet4zdnWhcKN2N3V08nrvY+Sb7bfhwDLwOFgk5DnYU7hy5EJ0awxM3GPEnpOVCbaJP1MqU6zTWc7vZF5LzvnjHeuXj5DwZNC76Lt86mlFGU1FbKVT6u8q6Gailr5y+P1UQ1MjY+vJTbp3RC7pduS2FbTkdvp0EV3b/J++QOHhwR9lx9JD9wd1BmaHI4dERtFjm28WB4fm8x/zfem8u2vaZ2ZrHdP5sjmbRYuvl/5ILEUsHxx5fHq6jr6I/Mn8c/aG3ab+C+eX82/cX7b2jqzzbzd+F3he9n3nR92P9p2aHfCd9p2dn+q/0z7ObhLumu1e353dI9wT30vdu/m3so+x77DfsH+0P7+L4lfnr/O/3ry69eBxIHXQcnB8GH8I7ylJA/fHgDCacLlx5mDg6+8ABAUALCff3CwW3NwsH8JTjamAOgJ/P1/h0MyBq5xVmwcoiGOXI7D57+v/wDYS4aShLvGpgAAAdVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj4xPC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPjI8L3RpZmY6UGhvdG9tZXRyaWNJbnRlcnByZXRhdGlvbj4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjl0tmoAACcLSURBVHgB7V0LvE1VGl/kmp5IEslrIqEQpcdIuDUeeZVL6DFRpJIk5ZVUE8pQjcTElNKQR4qiUnlWqIbkEcKQ8cgrjwpFNf6r9p3j3L32c621197n+36/c8+5e6+91rf/6/zPWnut75Hv12PCQsqRI0dC1hCfy0844QSWP39+R4V//vln9ssvvziWkX0SOkE3P5JJ/eYHFxllvXxP3NrJ54echw8fZm+//Tb74IMP2JIlS9j69evZgQMHmAR+u+lpzPnnn3+e3XbbbY76dO/enY0YMcKxjMyT+fLl431RtmxZz9XiB+QPf/iD5/JU0D8CJ510EkOfXHjhhax+/fqsZcuWrHjx4p4rKuCl5I4dO9jQoUPZmDFj2Pfff+/lksSWOXr0qOu9ffvtt65lZBZo2LAh/xL4qVO3jn50S0rZQ4cOsTVr1vDXlClTWNeuXVmLFi1Yv379WI0aNVxv03F+hhHx2WefZRUrVmRPP/10xhMTaGLEcZO9e/e6FZF6/r777vNd365du3xfQxeEQwCPOm+88Qa7+OKL2R133MG+++47xwqF5MSFzZo1Y+j4gwcPOlaSSSe9kFPnqFS1alWWnZ3tuwu2bt3q+xq6QB4CL7zwAqtZsyb78ssvhZXakhNfrnr16rF3331XeGGmnvjxxx9db10nOXv06OGqj10BIqcdKnqPbdy4kdWpU4d99tlntg3nISe+fE2bNmVffPGF7QWZftBtKgJ8dE1rS5Uqxdq3bx+oS4icgWCTfhEWVBs3bszWrVuXp+485MQ09tNPP81TkA78hoAXcu7fv18LXL169WJZWVmB2sKvNokZCOzbt4/l5OQw7IakynHknDdvHhs9enTqefqchgB+6dxEx/4hluTdtnSc9NywYYPTaTqnGYFVq1axgQMHHtfqceQMsup3XG0Z8I/byKmDmIC5b9++ofYpsUdNYhYCf/vb31jq40YuObH4s2LFCrO0NVAbN3L+9NNPyrUuXbo069y5c+B2sP+2ffv2wNfThWoQwB46tiwtySXniy++aB2jdwcEdu/e7XCWMR3kfOSRR1jBggUd9XA66bR873QdnVOPwCuvvMIsQxdOTkzFYJZH4o7Ali1bHAt52WpxrMDlZJUqVdjNN9/sUsr59MqVK50L0NnIENizZw9bvHgxb5+Tc+nSpXlWiiLTzvCGd+7cyZxWY61fPVW3gWmPm+G9W9tETjeEoj2/YMECrgAnJ01z/HWG0x6wX88QPy03adIkkDVQehvLli1LP0T/G4SAxUdOzm3bthmkmvmqLFy4UKhk0H1HYYW/nyhQoAB76qmn3Iq5noe9NDyKSMxFwFqx5eTMdE8Tv9300UcfCS8BiVRI7969WYUKFUJXjf1NL3u1oRuiCgIjYPGRk9OLMXfglhJ4IUZOkTO1CnKWL1+e9enTRwqSZP0lBUallVjfLU5OpS0lsHKMPKKpoQpywsFblmO006ifwK6K9S0ROQN236xZs2yvDLP/aFdhp06dWIMGDexOBTpmrQQGupgu0ooAkTMg3CJyYpsD4SlkyDnnnMOGDBkioypeB/bQ4JlPEg8EiJwB++mTTz4R7ncWLlw4YK3/vwxxgcaNG8dOO+20/x8M+QmODSTxQYDIGbCv8NCOQGd2UqhQIbvDvo5hdbZu3bq+rnErLBrt3a6j89EgQOQMgfs777xje3XYkfPSSy9lAwYMsK07zEEiZxj09F9L5AyBuSiMSxhyFitWjE2ePJnJXvVdvXr1ce5IIW6bLtWEAJEzBNDffPON7QJL0aJFA9WKxSQQE+FHZMu0adNkV0n1KUaAyBkS4Llz5+apwU/g4NSLEYZU9nOmVT9CMpLECwEiZ8j+siNniRIlfNfas2dPHsvU94UeLoCtJjyPSOKFAJEzZH/Nnz8/Tw1nn312nmNOB9q1a8cGDx7sVCTUOUyVSeKHAJEzZJ9hYz/dARthRLxKq1at2EsvvcSwr6lKxo8fr6pqqlchAkROCeB+/vnnx9XilZytW7dmII5KH9C1a9cy8t88rnti8w+RU0JXpX/5y5Qp4zoS3nPPPWzChAnSt0zSbwcxaUjiiQCRU0K/WZ7rVlUwfoddrJ3AGXvkyJE8yprKqSzaRsgUCtxm1wvxOEbklNBPmzdvzlOLnWM0gnMtWrQoVFjLPA05HJg5cyZDzCOSeCJA5JTQb3bp9EBES8444wyGgMHYzvCSl9G6Luw7/EBJ4ouAmpga8cUjkOZ2gaYvv/xyBtIiSU2bNm2kOUt7VRALQe+9957X4lTOQASInIo6pW3btgyvqOSZZ56JqmlqVxICNK2VAKQs52oJqvAqkB8UvqAk8UaAyCmh/0qWLCmhFnlVYNRUHXlenrZUkwgBIqcIGR/HK1eu7KO02qKIRj98+HC1jVDtWhAgckqAuX79+hJqkVMFiGnFPZVTI9USFQJEzpDIn3zyyax58+Yha5FzOfY0hw4dKqcyqiVyBIicIbugQ4cOUoNwhVEHCXV/+OGHMFXQtQYhQOQM0RlYpQUhTBAEG4N3C0lyECByhujLfv36sbPOOitEDXIu3bt3L+vYsaOcyqgWYxAgcgbsCpjhIXpB1IKsYX/5y18YZYqLuifkt0/kDIAp8pZgk192hLwAqvAICpSVPAhy5l9D5AzQR3D5SjVsD1CFlEvefPNN9vDDD0upiyoxDwEip88+6dy5M59G+rxMenF4uNx4443S66UKzUGAyOmjL+rVq2eE9c2mTZvYtddeyw4dOuRDeyoaNwSInB577Pzzz2evvfZa5M+ZCCjWqFEj7o7mUXUqFlMEiJweOg6G7Ui9UKRIEQ+l1RXBSNmsWTO2fv16dY1QzcYgQOR06YrTTz+dOy2LYgK5XC7t9M8//8z9QyltvDRIja+IyOnQRaeeeipDZi4TvE66dOnCEBOIJHMQIHIK+hoG7UjxV7NmTUEJfYexXTJ27Fh9DVJLRiBA5LTpBhATIybiAEUto0aNYoMGDYpaDWo/AgSInGmgg5hY/DGBmDNmzGDdunVL05D+zRQEiJwpPQ0vE0xlr7jiipSj0XxEigcECIPtLElmIkDk/L3fTznlFD6V/dOf/hT5N2HHjh2sRYsW7PDhw5HrQgpEhwCFxjyG/WmnncaJWbt27eh64veWjxw5wpB5jLxMIu+KyBXIeHIWLlyYvf/++0asyuLb0KdPH7Z48eLIvxikQPQIZDQ5ixYtyhBBoFq1atH3xDENsABEwaCN6AojlMhYchYrVozNnj2bVa1a1YiOQCDoTp06GaELKWEGAhlJzjPPPJPNmTPHCMsf62tw7733kjG7BQa9cwQyjpwYMefOncvgZWKKfPzxx+zVV181RR3SwxAEMmorBc+YphET34Pu3bsb8nUgNUxCIGPIWahQIb4qa4IRe+oXAEYPMDggIQTSEcgIciIgF4JgVa9ePf3+I/9/yJAhketACpiJQOLJmT9/fjZlyhR22WWXGdcD//nPf9iHH35onF6kkBkIJJ6cI0aMYE2aNDED7TQtJk2alHaE/iUE/o9AosnZo0cPhmh5pgosk0gIARECiSUnDMeffPJJ0X1HfvyXX35h//73vyPXgxQwF4FEkrNWrVrsX//6F8uXL5+xyG/evJkdPHjQWP1IsegRSBw5ESlv2rRpDL6ZJgvcwkgIAScEEkVObJlMnz6dgaCmy759+0xXkfSLGIFEkfPll182xvVr3rx57OjRo8LuxRYPCSHghEBiviGIUJeTk+N0r9rOYfS+5ppr2E033SQMM4JRnoQQcEIgEeREFPT+/fs73ae2c/Pnz8+N/YP0DcOGDbNtu3jx4rbH6SAhYCEQe3JWrFiR58o0YWUWNrLNmzdnCDViCbJfb9y40fo3971UqVK5n+kDIWCHQKzJiaBcWJlFDKCoZfXq1axhw4bshx9+OE4VpFGwy6EJnUuUKHFcWfqHEEhFINbkfOWVV1ilSpVS7yeSz+vWrWPZ2dkM0QzsZPLkyWz79u15Tl144YV5jtEBQsBCILbk7NmzJ59CWjcS1TumrA0aNGA7d+4UqoDREyvJ6WKiMX66jvR/dAjEkpyIxv74449Hh9rvLf/3v//lxLQbFdOVmzp1avohZkKM3DxK0QFjEIgdOZGSb+LEiZEnsQUxkeka714Ei0Xpo2udOnVYwYIFvVxOZTIQgdiREzazUa90WsT8+uuvfX1lsM2SKieeeCK76qqrUg/RZ0IgF4FYkfO+++7jK6K52kfwYcuWLax+/frMLzGhql3i2+uuuy6Cu6Am44BAbMh5wQUXsIEDB0aKKYiJqeymTZsC6bFixYo817Vs2dJo75k8CtMBbQjEgpxZWVncBSzK57OwxESPLl++PE/HwlIIz54khEA6ArEg5+DBgxlGzqjEesYMOmJaemNBaPfu3da/ue+m2ATnKkQfjEDAeHJeeeWVDNHQoxIQE8+YYYlp6b927VrrY+5769ataWqbiwZ9sBAwmpyYzo4ePTqyL+7WrVulEhOgI+JeumBqCwsjEkIgFQGjyQmbVBi2RyEwLJA5Ylr3YEdOnGvfvr1VhN4JAY6AseTEM+YDDzwQSTchhAhM8kRECqOUnYcK6sOWSpQLXmHuia5Vg4CR5IT715gxYyKxAtq1axcnJozZVYiInPBSadSokYomqc6YImAkOW+99VZ2ySWXaIcUcX0QwcBu0UaWMiJyon5atZWFcjLqMY6cp556Khs0aJB2dL///nvWuHFjtnLlSqVt41k21Rk7tbGmTZtGMltI1YE+m4OAceTs1asXQ3JbnXL48GGGINSfffaZ8mZ//fVXhpi1doJMaLRqa4dMZh4zipyIDKA7VyUi5LVp04alG6Wr/Do4LTTRc6dK5ONVt1Hk7NOnj/Zg0LfffjtPD6iz27788kthc1glJiEEgIAx5MSoCaLoFATfgguablm1apWwySpVqjA8d5MQAsaQE+5gOmO5jho1KrJER07kxDYSxRYiYgIBI8iJKHqdOnXS1iMI+tytWzdt7aU3BHJiYUgkFSpUEJ2i4xmEgBHkhOkaVip1yNKlS1m7du0cyaFaD2zbOD13ilarkcIBP2Qnn3wyO+GEE1SrSfVHjECBiNvnzXfs2FGLGjDLw5bJTz/9pKU9p0YWLFjAqlatalsEmbjLly/PypYty8qUKcMTM+E5NH3aj6h+3333HYOBPrxn8IJDN+IVLVu2jB06dMi2fjoYDwQiJ2flypW1WAOBkNdff71t/Ngouurtt99md955p23TiLaAl5tg9CxSpAh/pRMd02aQdNasWfy1cOFChoS9JPFBIHJy6ho1QYRPPvkk8p7BSAhLJIzgKgULSzVr1uQvbFHBZvjVV1/lqSswqpKYj0Ckz5z45UcmLtXy3HPP2QZ1Vt2uVT+mox06dOABvmCAAH3+/Oc/W6e1vOM5FotgSHW/ePFi1qpVq8j8ZLXccAIaiZScdevWVW6qh6nd/fffH0lXYeFmwIABbNu2bdzLBiOZCXLxxRezSZMmsa+++ordeOONJqhEOtggECk5kZFLpWBV9IYbbnBMYquifUwpu3TpwtavX89TExYuXFhFM6HrxKIT0kTAphg/lCRmIZBocuI508mOVUVX4Jlyzpw5bMSIESwuOTgvuugirjN8aE3I2KaiX+JYZ2TkRKQDbBWoEowIWADRKW3btuXhLxGULI6C52IYSFx99dVxVD9xOkdGTmSjViWIMavbAujRRx/ldrpxt4s9++yzuSMAMoVjek4SHQKRkRPBs1QJprPpSWxVtQWrHRjPw4g+KYJ7wkLWW2+9xa2RknJfcbuPSMiJzr/00kuVYIUMZO+8846SutMrxciCBL6YziZR4FsKSyaROWES79mke4qEnNWrV+c2orKB2LNnj9bp7NixY/lqsOz7MKm+GjVqsEWLFrFy5cqZpFZG6BIJOVXlBunRo4cw9bvs3sQzmQ4DCtl6B6kPxMQK9DnnnBPkcromIAKRkFNFRuclS5aw8ePHB4TB32WIMYuA15kk1hYRnOJJ9CAQCTmrVasm/e50BaDG9g+ms5m4kvnHP/6RzZgxgyHpL4l6BLSTE/a05557rtQ7g4cHFi5Ui7UAFPftkjA44Rl0woQJGfnjFAa3INdqJ+d5550n1VEYblAIp6lDevbsya644godTRndBswuM21aH0WHaCcnAljJlHHjxrHVq1fLrNK2LmzOYxGI5DcEsK9br149gkMhAtrJCedqWYJRE4l1dcjQoUNpQz4FaMv4omjRoilH6aNMBLSTE6t+smTq1Klsw4YNsqoT1nPZZZfxwNPCAhl6Aiu3w4cPz9C7V3/b2skpcyl+2LBh6hE61gJM2UjsEYB1FGIekchHQDs5S5YsKeUu4NGPl2pBtjNkHiMRIzBy5Mg8wcfEpemMVwS0k1PWyIlQHzqkd+/eOpqJdRuwHMJKNolcBLQG+MI+oQwHZEQ4mDJlilwkbGrDCi3S8pkgCLeCCHrwtsFCGEKgwCAdL5ADW1RYpIlKHnzwQR6KZefOnVGpkLh2tZITga5kBEN+/fXXGdL2qRbkbpGhrww9582bx5ysoE466SSGiAbYh0UI0Nq1a8to1nMdCHb90EMPaXU88KxcTAtq/amVZfalK/mQrrCd+O4gbKfTPqrbKjcCSGNkxZYPCAozQ5BF50gGvGTMjGLKJelqx46ce/fuZRhFVAu2T1R7YWCKiq0ITEnhDIA9W0RwtxM3cqZfgyjwTzzxBHf16tq1K/vmm2/Si0j/Hz++9OwpD9bYkROG1zoil+fk5MhDOa0mkPKxxx7jqRbg5pYahEyUQ8UvOa0mEen+H//4Bzv//PP5u1MCJeuaMO9ISIUpNkl4BLSSMz3XRxD1QU4dguc22QJiwKMFIyXIuX///jxNiEwRzzrrrFDeIFhEwwgKkzvkjFEliN6XKX6uqjC06tVKTiTeCSP4csPpV7XAayboSCXS7euvv+ZR7TCyOJFDNHKiXhmpAT/++GNWq1Ytpakp7rrrLhEMdNwHAlrJGTbr1fLlyxmeOVVLdna21CYQ1wgJcefPn+9arxM5K1as6Hq9lwJ4/sQIqirWEu5Vhc+ul3tLUhmt5Ay7/aHDZxOdKysyIGYK2P/DNO/gwYOevjc6yAlFjhw5whDRYebMmZ708lsIOVBJwiGglZxhR85PP/003N16vFrGHiEWYrCo9NRTT3ls9bdiyLEpwgmLOjLl6NGjPKERprqyJakRCWXj5FSfVnKGHTmR00O1IK9J2Ej0GCURNBtxX/0KnqvXrFlje5mKqSIIisWvzZs327YZ9GDp0qUZoiySBEdAKzmxBXLgwIFA2mI0QWIg1QIrmzCCqWzr1q3Z7NmzA1ezcuVK22vhC6vCRA8hRTHFxVRXpiAPKUlwBLSSE2pu3749kLZIV6dDwk4dEW0e2aTDCBa+7ARbUbIWhdLr/+KLLxhSSsgUImc4NGNDTtFUL9zt570aEeaCClynXnzxxaCX514nIicKqJjaWg0/+eSTPB2g9X/Yd0T1l7G3HVaPuF4fG3KmWtGoBBs5K4PIihUrpCXpRV0iUUlOPO/efffdDO8ypECBAgyJekmCIRAbcsJWVIcEsafFogoyRMt6ZoOx+u7du21vF3uIKmXp0qU89KWsNi6//HJZVWVcPdrJGXRRB6nbdcjpp5/uuxkkynXan/Rd4bELRKOnypHT0rNv377Sfmho5LRQ9f+unZwi21E31XW5PvmNJrdr1y4lMYZEz50wKyxUqJAbXKHOY5YiK/Fw1apVQ+mSyRfHhpxBt2D8di72Of3IM888oyQXqIic0A1xjVQL/EJlCOyBTXFYl3E/OuvQTk48SwWxj4VXhQ7x80XCD4aqWEZO5JRhweSGJabpc+fOdSvmej4rK4sFXWRzrTzhBbSTE3gGeT7TlanaT38jca6qHw0YImChyU50kBPtvvzyy3bN+z4GayES/whEQs4gZniylvf9QyS+QmW4FKz8in7EdJETQbtl/CiWKlVKDCKdESIQCTkR68ZU8Wr/u3HjRqkb9nZ4YFvDTuB4reMLD5NJZHALK4hiSOIfgdiQU1c+zH379nlC8f333/dULkwhETlRp67RUwY5ixQpEgaGjL02EnLC2ReuUX4EcVp1iFdyenGcDquvCeR89913Q1sMIXQJiX8EIiEn1PTrQ6h6b8+Czut+6qJFi6xLlL0vW7ZMGMwMdqs6BPu4omdfr+1ncrJhrxjZlYuMnH5DZOgiJ54l3QSO1H5Hfrc67c7j+Xft2rV2p/hep59tH9tKPB5ETN0wAhtbEv8IREZOv9MlWQmQ3CDyQk4Y4etaPRZNbRF+Upczc1hy6sLKrW/jdj4ycsLB10+WMF17ZV5sf4P6pAb5cojIibp0GZUjT0sY0RFnOIx+pl4bGTkBiJ/gUrJDVYo6xIkM1jWiGD/WeZnvTvog7YIOWbduXahmfvzxx1DXZ+rFkZJz+vTpnnEPG6HAa0P4IrpZ/egkJ0Yt0bRQFzmRIgILQ0EliLlm0LaSdF2k5IRblNeVwAsuuEAL7iCC02gFJWAvqkvwQyFyNMdUX9ez+KZNmwLfstftqcANJPTCSMkJTL2awMEixq/HSNA+++CDDxwv9etW5liZh5NOPxa6njvDjJxYXyDxj0Dk5JwwYYJw2pZ+O8j8pUPcAnSZRE5dU9sw5EQqChL/CEROzi1btrCPPvrIk+ZIk6dDMFKJwoSg/XLlyjFd5oRoz2nk1PWDFea5McyUGPefqRI5OQH8888/7wn/unXreioXthCeOydPniysBqaEIKgucSIn4uzq2OQPGh8JWNLIGeybYgQ5p0yZ4im5K56vdFkKwVfTSVQH2kptG6OWKCI7Qk+GDYSd2pboc9AMcTDqoK0UEarOx40gJzoeCV7dBOZqjRo1cism5Tx8Tp0CWV911VVS2vFaiZMPrI6pbVBDAgSrJgmGgBHkhOogJ2xW3aRly5ZuRaSdf/rpp4V1tWjRQnhOxYmoyRnUeB3G+yTBEDCGnFiAwcqtmyBB0CmnnOJWTMp5hOkQrVLimfPqq6+W0o6XSpwyrOnYTgnq9rV48WIvt0dlbBAwhpzQbeDAgcK4OZbuMPhu1aqV9a/Sd4zkTqNn//79lbafWvmSJUuEW04wbSxevHhqcemfg+wxYxHJr2ugdMVjXKFR5MTigdtCDLBG6nZdgtCXosUYbO107NhRiyqI5SNyH4MCqv07g0TCh2OD17AvWkCMWSNGkRPYPf74466jJ6ZxOlYooQ9Gz969e+OjrSA5rq7AyU7PnTVr1rTVT9bBII4HOkK5yLo/E+sxjpzYE3vppZdcserWrZtrGVkFsOcp+qJhoQRxdnS4tEVFzoIFCzIEFfMrb7zxht9LqHwKAsaRE7o9/PDDDJ4QTtKuXTuthgC33nor+/bbb21Vgt0vnq2qVKlie17WQadFIZUjJ5wO/FpE4RFFlO9FFh5Jr8dIciKOz1//+ldH7GEV069fP8cyMk/u2LGDde7cWVglwj8i5GdOTo6wTNgT2DMUWerAO+XMM88M24Tt9UEeIV577TXbuuigdwSMJCfU//vf/+64AIIyN998M6tUqRI+apFp06Y5Zn/GFHfixIls7NixLOjWg9ONgJhOo5Gq0TNIpjAZSYSdsMiEc8aSE1ZD3bt3d+wDjJ5YkNEpGNHd3Nzwo7Fq1Sol1kxRPHc2aNDAF8SY4oeNnuCrwYQWNpacwBuLMG6p6Bo2bMgaN26stXtuu+02BntgJ8E0d8aMGTzfSJCcn6K6dZMTq7TnnnuuSB3b414dGWwvpoO5CBhNTmjZtWtX5hZQa+TIkUxX0GnohFG9ffv2fPqK/50EGa+RlKhJkyZOxTyfcyJnjRo1PNfjtaBfvbEQhKk9SXgEjCfn/v37HRdiAAG2MYYMGRIeDR81wBUKxhAPPfQQJ6vTpdiGePPNN9ngwYN9r3qm14uwLgcPHkw/zP+HSeGJJ55oey7oQayK+xHcY1AjeT/tZEJZ48mJTkAAare9zzvuuEPJM57bl+CJJ57gNrZIMeEmDzzwAJ/m+t2WSK3XKcYR6q1cuXJq8VCf8aPnx8F9w4YN0tIGhlI8IRfHgpzAGkYHTuZr+GLCUL1EiRLau+bDDz9k2AscPXq066iB6fAjjzwSSkenqa3MvVanrSO7G7jrrrtcZxF219ExewRiQ05M5WDw7pQv8owzzuARDHREBkiHExHm8OWEjatbkqNevXqxihUrplfh+X8d5ISDQZcuXTzrhIW72bNney5PBd0RiA05cStr1qxxNXpHwCuMYFEJ4sxmZ2fzFH1Y0bWLIIAfj9tvvz2wik7kDEP6VIUwanpdZd62bRu79957Uy+nzxIQiBU5cb+wc3322Wcdb/2WW25hffr0cSyj+iTi/mAxBaZ9d955J0O4zdQ08mEiKWBFVBRwSwY54R7m1foK99S2bVuhaaNqnJNcf+zIic64//77+SKRU8fAWACLRFELnMjHjBnDF6sw7YaDdt++fZmTnawXnUV5ZvzuSdq1hWdir+E/cS8mZyq3u7+4HIslObFU37p1a9dESCNGjOAmfqZ0Bp6X582bx7d9wnrViKa22O8N43iNeER4dvYieHzQbaHlRa+klIklOQE+nHivvfZaYaoClMEKLmw8/Sxs4Lo4iIic0L1cwLCdsA0eP34885L386233mJ33313HKCKrY6xJScQR5h/RONz2mMEQTGCRv0MKvsb4kTOIL6l+fPn58QsW7asq6rvvfcea9OmjTBsimsFVMATArEmJ+4QSX7q1avHsGLoJHgGhbdIFNssTnoFPYcfJJFZYxBywh4WMxE3gUEIIg+KXNfcrqfz3hGIPTlxq0h4C4IitYOTwFtk7ty52jJzOeki45xo9PRDToyYCEvaoUMHV5WwUn7dddcRMV2RklMgEeQEFNYIKgrGZcGF+EOIpaorOLXVrop3ETnhEeNF8IyJZ0cve66IQgjrptTtIC9tUJngCCSGnIAACXNghOCWJh1bGvhSPvfcc1q9WYJ3k/2VInJ6iYhwzTXXcMdtuNw5CciIhR/YBZPoRSBR5AR0eBZDwiP4UjoJFoqwDwp3rriOoiJyOm2lwPYWwbvx7Og2/cUeLUhM/plO3yR15xJHTkCFtPB4Nho+fLgrcnAmBpHh0lWhQgXX8iYVgDudXdbr9JETEfKxuoowK4hDhM9uAiOJWrVqMRj1k0SDQCLJCSjhWtWjRw+GqHlOxvIW7HAqRnweOG7D5C4uYjd6YtqOWQF+nLAAhpQSGC2bNm3qyZ8U0/0rr7ySbd26NS4wJFLPxJLT6i3E+0GAKqfAWFbZrKws7tiN+DcgqQw7VatuVe92ZoBYgQXBYOkDkiHurBfBSAzLKxix2xnse6mDyshDIPHkBFQgW+3atT17q+DLDK8MRB2YOXMm3//zYjUjr1u81ySysfVew28lMQIjeh8FgvaLnLryGUFOwIdNc4wkWPzBqq4XwaIRVjOnT5/O91CxnQB/TRw3ReD9EjYsCOxj69SpQxmoTenU3/XIGHJauMN1C7lNhg0b5mvqhkWWe+65h0d2hzXSP//5Tz4FDJKmwNIl6Dum24gAOG7cOO7jimlsEIGDOPKdPvjgg76wCNIWXeMfgXzHFk5+RedkondB9erV+aKJnzg5dhAjdg7yUGIlFC9Mh7Glg0WpMIIfBKwgn3feeaxatWp82okIezICVi9fvpyvaCM3DYlZCOB7iZSPBcxSS682IBKcnmFTOmjQoMDZwuBDiRfCYFqC7GSwVsIL+4XIs4IXvGmwsY8Xpsdw8UJIEGx3gIwYifFCyj1Y8KgQPFfClJHS86lAV16dGU1OC0Ys+iBT2E033cQGDBjAygV0ubLqwzsWlTDqmbZ3CoMCxAIOO6qn3it9VoNAsIcVNbpEWiu+rEjci+e5G264gU9TI1VIQeMwcIcpHhFTAbgKqiRypoGKL+7UqVP56iWM5OGJgSlq3GXWrFl8QSvu95FJ+hM5HXobe3/wxEAsXOx7zjsWYiTstoVDc8pOIdcpPE9oxFQGsZKKiZweYD1w4AAPd4LgXIgUALNAjESitAgeqtRaBAHGRI7ZWhWhxnwhQAtCvuBi/EsOm1W8EFUBLmrw3MCqL5bAseqqS2Azi9Ed2zhYFRalrIAHCkn8ECByhugzbIcsWLCAv1ANtkbKly/PsBcJoiJFA/7H6m+hQoUCtYTtDhigYz8SZoh4Ifcn9imRbTtVsNqM0T1d4FxOEj8EiJwS+wzPdHDhwuv1118/rmbsZcLPslixYpyo2MNERjBY9+AFooOIeMFyB3ui2B+FMbpXQTbwdHJiSi4KQO21XioXDQJETk24w8cUo59KixxMX2GtlBpYOn101XS71IwEBGhBSAKIJlWR/tyZhG0gk/DVqQuRUyfaGtpCGsTU7R4KYakBdEVNEDkVARtVtfCYmTNnTm7zQT1WciugD5EhQOSMDHp1DU+cODG38vR4Qrkn6IPxCBA5je8i/wrCOdwKM0Lk9I+fKVdwcprk2W8KMHHWA1snVnZtGEoQQePZm5yc8CkkSRYCCINpCSI/kMQHAYuPnJwIpUiSLARg+2sJoiiQxAcBGKpAODkrVaoUH81JU08IwBjBMniAKSFJfBBAWBoIJyfCRtJzZ3w6z6um1ugZNkaS1/aonBwE4EcM4eQsXLgwD/kop2qqxRQE4H8KQaiUKKIE8sbpjy8EsIBXv359fg0nJz4h4BNJshBYuHBh7g3BpY3EfASaNWvGMFhCjiNn0aJFzdeeNPSMAJIJW/lO3FL9ea6UCipFAI78luSSE8u3/fv3t47Te0IQsEbPxo0bJ+SOknsbCNFqPW/iLnPJiX+QrgBp30iSgwDSNUDgS0p9a26/wr83PWXlceREsp5JkyaxIkWKmHsXpJkvBBA425LmzZtbH+ndMAReeOEFHp8qVa3jyIkTCKmBIMvw3CeJPwKp5Lz++uvjf0MJvAPk7WnVqlWeO8tDTpRAJi0kXbUsFfJcRQdigwAiIezZs4frW7lyZeMi0McGSAWKwp1v1KhRPB+qXfW25ERBJJz9/PPPWXZ2tt11dCxGCCAomCV2v9DWOXrXhwBCrMI5oVOnTsJGheTEFSVLluTxWZGy3DIpEtZEJ4xFIJWcOTk5xuqZCYphPefRRx/lERRTV2bt7t2RnNYFbdq04ZUhgNQtt9zCSWudo3fzEVi/fn2ukhdddBFfV8g9QB+UI4BYxk2aNOGByWHv3K9fPx550a1hnp/TrZDd+Z07dzJ0OsI4Uio5O4TMOVa6dGl2ySWX5Cq0cuVK9tVXX+X+Tx/kI5CVlcXzqGKBtUyZMjz8qd9WApPTb0NUnhAgBPwh8D8I22yw4XkRvwAAAABJRU5ErkJggg==',
  2882.             'sonata.admin.configuration.default_group' => 'default',
  2883.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  2884.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  2885.             'sonata.admin.configuration.breadcrumbs' => [
  2886.                 'child_admin_route' => 'edit',
  2887.             ],
  2888.             'sonata.admin.security.acl_user_manager' => NULL,
  2889.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  2890.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  2891.             'sonata.admin.configuration.security.information' => [
  2892.             ],
  2893.             'sonata.admin.configuration.security.admin_permissions' => [
  2894.                 => 'CREATE',
  2895.                 => 'LIST',
  2896.                 => 'DELETE',
  2897.                 => 'UNDELETE',
  2898.                 => 'EXPORT',
  2899.                 => 'OPERATOR',
  2900.                 => 'MASTER',
  2901.             ],
  2902.             'sonata.admin.configuration.security.object_permissions' => [
  2903.                 => 'VIEW',
  2904.                 => 'EDIT',
  2905.                 => 'DELETE',
  2906.                 => 'UNDELETE',
  2907.                 => 'OPERATOR',
  2908.                 => 'MASTER',
  2909.                 => 'OWNER',
  2910.             ],
  2911.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  2912.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  2913.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  2914.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  2915.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  2916.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  2917.             'sonata.admin.extension.map' => [
  2918.                 'admins' => [
  2919.                 ],
  2920.                 'excludes' => [
  2921.                 ],
  2922.                 'implements' => [
  2923.                 ],
  2924.                 'extends' => [
  2925.                 ],
  2926.                 'instanceof' => [
  2927.                 ],
  2928.                 'uses' => [
  2929.                 ],
  2930.             ],
  2931.             'sonata.admin.configuration.filters.persist' => false,
  2932.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  2933.             'sonata.admin.configuration.show.mosaic.button' => true,
  2934.             'sonata.admin.configuration.translate_group_label' => false,
  2935.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  2936.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  2937.             'sonata_doctrine_orm_admin.templates' => [
  2938.                 'types' => [
  2939.                     'list' => [
  2940.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  2941.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  2942.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  2943.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  2944.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  2945.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  2946.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  2947.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  2948.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  2949.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  2950.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  2951.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  2952.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  2953.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  2954.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  2955.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  2956.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  2957.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  2958.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  2959.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  2960.                     ],
  2961.                     'show' => [
  2962.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  2963.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  2964.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  2965.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  2966.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  2967.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  2968.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  2969.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  2970.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  2971.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  2972.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  2973.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  2974.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  2975.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  2976.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  2977.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  2978.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  2979.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  2980.                     ],
  2981.                 ],
  2982.                 'form' => [
  2983.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  2984.                 ],
  2985.                 'filter' => [
  2986.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  2987.                 ],
  2988.             ],
  2989.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  2990.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  2991.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2992.             'stof_doctrine_extensions.default_locale' => 'en_US',
  2993.             'stof_doctrine_extensions.translation_fallback' => false,
  2994.             'stof_doctrine_extensions.persist_default_translation' => false,
  2995.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  2996.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  2997.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  2998.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  2999.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  3000.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  3001.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  3002.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  3003.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  3004.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  3005.             'nelmio_cors.map' => [
  3006.                 '^/api/' => [
  3007.                     'allow_origin' => true,
  3008.                     'allow_headers' => true,
  3009.                     'max_age' => 3600,
  3010.                 ],
  3011.             ],
  3012.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3013.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3014.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3015.             'pix.sortable.behavior.position.field' => [
  3016.                 'default' => 'position',
  3017.                 'entities' => [
  3018.                 ],
  3019.             ],
  3020.             'pix.sortable.behavior.sortable_groups' => [
  3021.                 'entities' => [
  3022.                 ],
  3023.             ],
  3024.             'bomo_ical.ics_provider.class' => 'BOMO\\IcalBundle\\Provider\\IcsProvider',
  3025.             'data_collector.templates' => [
  3026.                 'data_collector.request' => [
  3027.                     => 'request',
  3028.                     => '@WebProfiler/Collector/request.html.twig',
  3029.                 ],
  3030.                 'data_collector.time' => [
  3031.                     => 'time',
  3032.                     => '@WebProfiler/Collector/time.html.twig',
  3033.                 ],
  3034.                 'data_collector.memory' => [
  3035.                     => 'memory',
  3036.                     => '@WebProfiler/Collector/memory.html.twig',
  3037.                 ],
  3038.                 'data_collector.validator' => [
  3039.                     => 'validator',
  3040.                     => '@WebProfiler/Collector/validator.html.twig',
  3041.                 ],
  3042.                 'data_collector.ajax' => [
  3043.                     => 'ajax',
  3044.                     => '@WebProfiler/Collector/ajax.html.twig',
  3045.                 ],
  3046.                 'data_collector.form' => [
  3047.                     => 'form',
  3048.                     => '@WebProfiler/Collector/form.html.twig',
  3049.                 ],
  3050.                 'data_collector.exception' => [
  3051.                     => 'exception',
  3052.                     => '@WebProfiler/Collector/exception.html.twig',
  3053.                 ],
  3054.                 'data_collector.logger' => [
  3055.                     => 'logger',
  3056.                     => '@WebProfiler/Collector/logger.html.twig',
  3057.                 ],
  3058.                 'data_collector.events' => [
  3059.                     => 'events',
  3060.                     => '@WebProfiler/Collector/events.html.twig',
  3061.                 ],
  3062.                 'data_collector.router' => [
  3063.                     => 'router',
  3064.                     => '@WebProfiler/Collector/router.html.twig',
  3065.                 ],
  3066.                 'data_collector.cache' => [
  3067.                     => 'cache',
  3068.                     => '@WebProfiler/Collector/cache.html.twig',
  3069.                 ],
  3070.                 'data_collector.translation' => [
  3071.                     => 'translation',
  3072.                     => '@WebProfiler/Collector/translation.html.twig',
  3073.                 ],
  3074.                 'data_collector.security' => [
  3075.                     => 'security',
  3076.                     => '@Security/Collector/security.html.twig',
  3077.                 ],
  3078.                 'data_collector.twig' => [
  3079.                     => 'twig',
  3080.                     => '@WebProfiler/Collector/twig.html.twig',
  3081.                 ],
  3082.                 'data_collector.doctrine' => [
  3083.                     => 'db',
  3084.                     => '@Doctrine/Collector/db.html.twig',
  3085.                 ],
  3086.                 'swiftmailer.data_collector' => [
  3087.                     => 'swiftmailer',
  3088.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  3089.                 ],
  3090.                 'data_collector.dump' => [
  3091.                     => 'dump',
  3092.                     => '@Debug/Profiler/dump.html.twig',
  3093.                 ],
  3094.                 'sonata.block.data_collector' => [
  3095.                     => 'block',
  3096.                     => '@SonataBlock/Profiler/block.html.twig',
  3097.                 ],
  3098.                 'data_collector.config' => [
  3099.                     => 'config',
  3100.                     => '@WebProfiler/Collector/config.html.twig',
  3101.                 ],
  3102.             ],
  3103.             'sonata.core.form.types' => [
  3104.                 => 'App\\Form\\VisitorCodeImportSettingType',
  3105.                 => 'form.type.form',
  3106.                 => 'form.type.choice',
  3107.                 => 'form.type.file',
  3108.                 => 'form.type.entity',
  3109.                 => 'sonata.core.form.type.array_legacy',
  3110.                 => 'sonata.core.form.type.boolean_legacy',
  3111.                 => 'sonata.core.form.type.collection_legacy',
  3112.                 => 'sonata.core.form.type.translatable_choice',
  3113.                 => 'sonata.core.form.type.date_range_legacy',
  3114.                 10 => 'sonata.core.form.type.datetime_range_legacy',
  3115.                 11 => 'sonata.core.form.type.date_picker_legacy',
  3116.                 12 => 'sonata.core.form.type.datetime_picker_legacy',
  3117.                 13 => 'sonata.core.form.type.date_range_picker_legacy',
  3118.                 14 => 'sonata.core.form.type.datetime_range_picker_legacy',
  3119.                 15 => 'sonata.core.form.type.equal_legacy',
  3120.                 16 => 'sonata.core.form.type.color_selector',
  3121.                 17 => 'sonata.core.form.type.color_legacy',
  3122.                 18 => 'sonata.core.form.type.array',
  3123.                 19 => 'sonata.core.form.type.boolean',
  3124.                 20 => 'sonata.core.form.type.collection',
  3125.                 21 => 'sonata.core.form.type.date_range',
  3126.                 22 => 'sonata.core.form.type.datetime_range',
  3127.                 23 => 'sonata.core.form.type.date_picker',
  3128.                 24 => 'sonata.core.form.type.datetime_picker',
  3129.                 25 => 'sonata.core.form.type.date_range_picker',
  3130.                 26 => 'sonata.core.form.type.datetime_range_picker',
  3131.                 27 => 'sonata.core.form.type.equal',
  3132.                 28 => 'sonata.block.form.type.block',
  3133.                 29 => 'sonata.block.form.type.container_template',
  3134.                 30 => 'sonata.admin.form.type.admin',
  3135.                 31 => 'sonata.admin.form.type.model_choice',
  3136.                 32 => 'sonata.admin.form.type.model_list',
  3137.                 33 => 'sonata.admin.form.type.model_reference',
  3138.                 34 => 'sonata.admin.form.type.model_hidden',
  3139.                 35 => 'sonata.admin.form.type.model_autocomplete',
  3140.                 36 => 'sonata.admin.form.type.collection',
  3141.                 37 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  3142.                 38 => 'sonata.admin.form.filter.type.number',
  3143.                 39 => 'sonata.admin.form.filter.type.choice',
  3144.                 40 => 'sonata.admin.form.filter.type.default',
  3145.                 41 => 'sonata.admin.form.filter.type.date',
  3146.                 42 => 'sonata.admin.form.filter.type.daterange',
  3147.                 43 => 'sonata.admin.form.filter.type.datetime',
  3148.                 44 => 'sonata.admin.form.filter.type.datetime_range',
  3149.                 45 => 'vich_uploader.form.type.file',
  3150.                 46 => 'vich_uploader.form.type.image',
  3151.                 47 => 'fos_ck_editor.form.type',
  3152.             ],
  3153.             'sonata.core.form.type_extensions' => [
  3154.                 => 'form.type_extension.form.transformation_failure_handling',
  3155.                 => 'form.type_extension.form.http_foundation',
  3156.                 => 'form.type_extension.form.validator',
  3157.                 => 'form.type_extension.repeated.validator',
  3158.                 => 'form.type_extension.submit.validator',
  3159.                 => 'form.type_extension.upload.validator',
  3160.                 => 'form.type_extension.csrf',
  3161.                 => 'form.type_extension.form.data_collector',
  3162.                 => 'sonata.admin.form.extension.field',
  3163.                 => 'sonata.admin.form.extension.field.mopa',
  3164.                 10 => 'sonata.admin.form.extension.choice',
  3165.             ],
  3166.             'console.command.ids' => [
  3167.                 => 'console.command.public_alias.doctrine_cache.contains_command',
  3168.                 => 'console.command.public_alias.doctrine_cache.delete_command',
  3169.                 => 'console.command.public_alias.doctrine_cache.flush_command',
  3170.                 => 'console.command.public_alias.doctrine_cache.stats_command',
  3171.                 => 'console.command.public_alias.doctrine_migrations.diff_command',
  3172.                 => 'console.command.public_alias.doctrine_migrations.dump_schema_command',
  3173.                 => 'console.command.public_alias.doctrine_migrations.execute_command',
  3174.                 => 'console.command.public_alias.doctrine_migrations.generate_command',
  3175.                 => 'console.command.public_alias.doctrine_migrations.latest_command',
  3176.                 => 'console.command.public_alias.doctrine_migrations.migrate_command',
  3177.                 10 => 'console.command.public_alias.doctrine_migrations.rollup_command',
  3178.                 11 => 'console.command.public_alias.doctrine_migrations.status_command',
  3179.                 12 => 'console.command.public_alias.doctrine_migrations.up_to_date_command',
  3180.                 13 => 'console.command.public_alias.doctrine_migrations.version_command',
  3181.                 14 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  3182.                 15 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  3183.                 16 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
  3184.                 17 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
  3185.             ],
  3186.         ];
  3187.     }
  3188. }