var/cache/dev/ContainerPx4JQDX/srcApp_KernelDevDebugContainer.php line 7500

Open in your IDE?
  1. <?php
  2. namespace ContainerPx4JQDX;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\Admin\\TransactionAdminController' => 'getTransactionAdminControllerService',
  37.             'App\\Controller\\Api\\AccountController' => 'getAccountControllerService',
  38.             'App\\Controller\\Api\\BingopayAcquiringRequestController' => 'getBingopayAcquiringRequestControllerService',
  39.             'App\\Controller\\Api\\LoginController' => 'getLoginControllerService',
  40.             'App\\Controller\\Api\\MailerController' => 'getMailerControllerService',
  41.             'App\\Controller\\Api\\RegistrationController' => 'getRegistrationControllerService',
  42.             'App\\Controller\\Api\\TransactionController' => 'getTransactionControllerService',
  43.             'App\\Controller\\Api\\UserController' => 'getUserControllerService',
  44.             'App\\Controller\\IndexController' => 'getIndexControllerService',
  45.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService',
  46.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService',
  47.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService',
  48.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService',
  49.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService',
  50.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService',
  51.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService',
  52.             'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService',
  53.             'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService',
  54.             'Sonata\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService',
  55.             'Sonata\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService',
  56.             'Sonata\\UserBundle\\Action\\LoginAction' => 'getLoginActionService',
  57.             'Sonata\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService',
  58.             'Sonata\\UserBundle\\Action\\RequestAction' => 'getRequestActionService',
  59.             'Sonata\\UserBundle\\Action\\ResetAction' => 'getResetActionService',
  60.             'Sonata\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService',
  61.             'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand' => 'getTwoStepVerificationCommandService',
  62.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  63.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  64.             'admin.account' => 'getAdmin_AccountService',
  65.             'admin.account.template_registry' => 'getAdmin_Account_TemplateRegistryService',
  66.             'admin.client' => 'getAdmin_ClientService',
  67.             'admin.client.template_registry' => 'getAdmin_Client_TemplateRegistryService',
  68.             'admin.transaction' => 'getAdmin_TransactionService',
  69.             'admin.transaction.template_registry' => 'getAdmin_Transaction_TemplateRegistryService',
  70.             'cache.app' => 'getCache_AppService',
  71.             'cache.app_clearer' => 'getCache_AppClearerService',
  72.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  73.             'cache.system' => 'getCache_SystemService',
  74.             'cache.system_clearer' => 'getCache_SystemClearerService',
  75.             'cache_clearer' => 'getCacheClearerService',
  76.             'cache_warmer' => 'getCacheWarmerService',
  77.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService',
  78.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService',
  79.             'console.command_loader' => 'getConsole_CommandLoaderService',
  80.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  81.             'data_collector.dump' => 'getDataCollector_DumpService',
  82.             'doctrine' => 'getDoctrineService',
  83.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  84.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  85.             'error_controller' => 'getErrorControllerService',
  86.             'event_dispatcher' => 'getEventDispatcherService',
  87.             'filesystem' => 'getFilesystemService',
  88.             'form.factory' => 'getForm_FactoryService',
  89.             'form.type.file' => 'getForm_Type_FileService',
  90.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  91.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  92.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  93.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService',
  94.             'fos_user.group_manager' => 'getFosUser_GroupManagerService',
  95.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  96.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  97.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  98.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  99.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  100.             'http_kernel' => 'getHttpKernelService',
  101.             'jms_serializer' => 'getJmsSerializerService',
  102.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  103.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  104.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  105.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  106.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  107.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  108.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  109.             'mailer' => 'getMailerService',
  110.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  111.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  112.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  113.             'profiler' => 'getProfilerService',
  114.             'request_stack' => 'getRequestStackService',
  115.             'router' => 'getRouterService',
  116.             'routing.loader' => 'getRouting_LoaderService',
  117.             'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService',
  118.             'security.acl.provider' => 'getSecurity_Acl_ProviderService',
  119.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  120.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  121.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  122.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  123.             'security.token_storage' => 'getSecurity_TokenStorageService',
  124.             'serializer' => 'getSerializerService',
  125.             'services_resetter' => 'getServicesResetterService',
  126.             'session' => 'getSessionService',
  127.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  128.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  129.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  130.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  131.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  132.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService',
  133.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  134.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  135.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  136.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService',
  137.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService',
  138.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService',
  139.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService',
  140.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService',
  141.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService',
  142.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService',
  143.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService',
  144.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService',
  145.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService',
  146.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService',
  147.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService',
  148.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService',
  149.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService',
  150.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService',
  151.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService',
  152.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService',
  153.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService',
  154.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService',
  155.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService',
  156.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService',
  157.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService',
  158.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService',
  159.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  160.             'sonata.admin.helper' => 'getSonata_Admin_HelperService',
  161.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService',
  162.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService',
  163.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService',
  164.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService',
  165.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService',
  166.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  167.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService',
  168.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  169.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService',
  170.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService',
  171.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService',
  172.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService',
  173.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService',
  174.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService',
  175.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService',
  176.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService',
  177.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService',
  178.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService',
  179.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService',
  180.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService',
  181.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService',
  182.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService',
  183.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService',
  184.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService',
  185.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService',
  186.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService',
  187.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  188.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService',
  189.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService',
  190.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService',
  191.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService',
  192.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService',
  193.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService',
  194.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService',
  195.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService',
  196.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  197.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  198.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService',
  199.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  200.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  201.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  202.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  203.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  204.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  205.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  206.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  207.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  208.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  209.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  210.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  211.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  212.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  213.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  214.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  215.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  216.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService',
  217.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService',
  218.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService',
  219.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService',
  220.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService',
  221.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService',
  222.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService',
  223.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService',
  224.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService',
  225.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService',
  226.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService',
  227.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService',
  228.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService',
  229.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService',
  230.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService',
  231.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService',
  232.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService',
  233.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService',
  234.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService',
  235.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService',
  236.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService',
  237.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService',
  238.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService',
  239.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService',
  240.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService',
  241.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService',
  242.             'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService',
  243.             'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService',
  244.             'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService',
  245.             'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService',
  246.             'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService',
  247.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  248.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  249.             'sonata.user.admin.group' => 'getSonata_User_Admin_GroupService',
  250.             'sonata.user.admin.group.template_registry' => 'getSonata_User_Admin_Group_TemplateRegistryService',
  251.             'sonata.user.admin.user' => 'getSonata_User_Admin_UserService',
  252.             'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService',
  253.             'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService',
  254.             'sonata.user.form.type.security_roles' => 'getSonata_User_Form_Type_SecurityRolesService',
  255.             'sonata.user.manager.user' => 'getSonata_User_Manager_UserService',
  256.             'templating' => 'getTemplatingService',
  257.             'templating.loader' => 'getTemplating_LoaderService',
  258.             'translator' => 'getTranslatorService',
  259.             'twig' => 'getTwigService',
  260.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  261.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  262.             'validator' => 'getValidatorService',
  263.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  264.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  265.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  266.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  267.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  268.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService',
  269.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  270.         ];
  271.         $this->aliases = [
  272.             'database_connection' => 'doctrine.dbal.default_connection',
  273.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  274.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  275.             'sonata.user.group_manager' => 'fos_user.group_manager',
  276.             'sonata.user.user_manager' => 'fos_user.user_manager',
  277.         ];
  278.         $this->privates['service_container'] = function () {
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  285.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  298.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  323.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  350.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  370.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  428.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/src/StringExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  458.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/StatusExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  464.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  466.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/StringExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  479.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  481.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/src/MissingExtensionSuggestor.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  485.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  522.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  523.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  525.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  527.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  529.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  530.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  531.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  532.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  551.             include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Mapper/DoctrineORMMapper.php';
  552.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  585.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  587.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  588.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  595.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  597.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  598.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  601.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  603.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  609.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  610.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  611.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  623.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  624.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  639.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  646.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  647.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  648.         };
  649.     }
  650.     public function compile(): void
  651.     {
  652.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  653.     }
  654.     public function isCompiled(): bool
  655.     {
  656.         return true;
  657.     }
  658.     public function getRemovedIds(): array
  659.     {
  660.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  661.     }
  662.     /**
  663.      * Gets the public 'App\Controller\Admin\TransactionAdminController' shared autowired service.
  664.      *
  665.      * @return \App\Controller\Admin\TransactionAdminController
  666.      */
  667.     protected function getTransactionAdminControllerService()
  668.     {
  669.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  670.         include_once \dirname(__DIR__4).'/src/Controller/Admin/TransactionAdminController.php';
  671.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  672.         return $this->services['App\\Controller\\Admin\\TransactionAdminController'] = new \App\Controller\Admin\TransactionAdminController(($this->privates['App\\Service\\TokenService'] ?? ($this->privates['App\\Service\\TokenService'] = new \App\Service\TokenService())), ($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->privates['App\\Service\\TransactionService'] ?? $this->getTransactionServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  673.     }
  674.     /**
  675.      * Gets the public 'App\Controller\Api\AccountController' shared autowired service.
  676.      *
  677.      * @return \App\Controller\Api\AccountController
  678.      */
  679.     protected function getAccountControllerService()
  680.     {
  681.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  682.         include_once \dirname(__DIR__4).'/src/Controller/Api/AccountController.php';
  683.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  684.         return $this->services['App\\Controller\\Api\\AccountController'] = new \App\Controller\Api\AccountController(($this->privates['App\\Service\\TokenService'] ?? ($this->privates['App\\Service\\TokenService'] = new \App\Service\TokenService())), ($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()));
  685.     }
  686.     /**
  687.      * Gets the public 'App\Controller\Api\BingopayAcquiringRequestController' shared autowired service.
  688.      *
  689.      * @return \App\Controller\Api\BingopayAcquiringRequestController
  690.      */
  691.     protected function getBingopayAcquiringRequestControllerService()
  692.     {
  693.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  694.         include_once \dirname(__DIR__4).'/src/Controller/Api/BingopayAcquiringRequestController.php';
  695.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  696.         return $this->services['App\\Controller\\Api\\BingopayAcquiringRequestController'] = new \App\Controller\Api\BingopayAcquiringRequestController(($this->privates['App\\Service\\TokenService'] ?? ($this->privates['App\\Service\\TokenService'] = new \App\Service\TokenService())), ($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->privates['App\\Repository\\AccountRepository'] ?? $this->getAccountRepositoryService()), ($this->privates['App\\Service\\TransactionService'] ?? $this->getTransactionServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  697.     }
  698.     /**
  699.      * Gets the public 'App\Controller\Api\LoginController' shared autowired service.
  700.      *
  701.      * @return \App\Controller\Api\LoginController
  702.      */
  703.     protected function getLoginControllerService()
  704.     {
  705.         include_once \dirname(__DIR__4).'/src/Controller/Api/LoginController.php';
  706.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  707.         return $this->services['App\\Controller\\Api\\LoginController'] = new \App\Controller\Api\LoginController(($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->privates['App\\Service\\TokenService'] ?? ($this->privates['App\\Service\\TokenService'] = new \App\Service\TokenService())));
  708.     }
  709.     /**
  710.      * Gets the public 'App\Controller\Api\MailerController' shared autowired service.
  711.      *
  712.      * @return \App\Controller\Api\MailerController
  713.      */
  714.     protected function getMailerControllerService()
  715.     {
  716.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  717.         include_once \dirname(__DIR__4).'/src/Controller/Api/MailerController.php';
  718.         include_once \dirname(__DIR__4).'/src/Handler/LoadFileInterface.php';
  719.         include_once \dirname(__DIR__4).'/src/Handler/FileHandler.php';
  720.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  721.         return $this->services['App\\Controller\\Api\\MailerController'] = new \App\Controller\Api\MailerController(($this->privates['App\\Service\\TokenService'] ?? ($this->privates['App\\Service\\TokenService'] = new \App\Service\TokenService())), ($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->privates['App\\Service\\MailSender'] ?? $this->getMailSenderService()), new \App\Handler\FileHandler());
  722.     }
  723.     /**
  724.      * Gets the public 'App\Controller\Api\RegistrationController' shared autowired service.
  725.      *
  726.      * @return \App\Controller\Api\RegistrationController
  727.      */
  728.     protected function getRegistrationControllerService()
  729.     {
  730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  732.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  733.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  734.         include_once \dirname(__DIR__4).'/src/Controller/Api/RegistrationController.php';
  735.         $this->services['App\\Controller\\Api\\RegistrationController'] = $instance = new \App\Controller\Api\RegistrationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  736.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  737.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  738.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  739.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  740.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  741.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  742.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  743.             'router' => ['services''router''getRouterService'false],
  744.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  745.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  746.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  747.             'serializer' => ['services''serializer''getSerializerService'false],
  748.             'session' => ['services''session''getSessionService'false],
  749.             'templating' => ['services''templating''getTemplatingService'false],
  750.             'twig' => ['services''twig''getTwigService'false],
  751.         ], [
  752.             'doctrine' => '?',
  753.             'form.factory' => '?',
  754.             'fos_rest.view_handler' => '?',
  755.             'http_kernel' => '?',
  756.             'parameter_bag' => '?',
  757.             'request_stack' => '?',
  758.             'router' => '?',
  759.             'security.authorization_checker' => '?',
  760.             'security.csrf.token_manager' => '?',
  761.             'security.token_storage' => '?',
  762.             'serializer' => '?',
  763.             'session' => '?',
  764.             'templating' => '?',
  765.             'twig' => '?',
  766.         ]))->withContext('App\\Controller\\Api\\RegistrationController'$this));
  767.         return $instance;
  768.     }
  769.     /**
  770.      * Gets the public 'App\Controller\Api\TransactionController' shared autowired service.
  771.      *
  772.      * @return \App\Controller\Api\TransactionController
  773.      */
  774.     protected function getTransactionControllerService()
  775.     {
  776.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  777.         include_once \dirname(__DIR__4).'/src/Controller/Api/TransactionController.php';
  778.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  779.         return $this->services['App\\Controller\\Api\\TransactionController'] = new \App\Controller\Api\TransactionController(($this->privates['App\\Service\\TokenService'] ?? ($this->privates['App\\Service\\TokenService'] = new \App\Service\TokenService())), ($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->privates['App\\Service\\TransactionService'] ?? $this->getTransactionServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\AccountRepository'] ?? $this->getAccountRepositoryService()));
  780.     }
  781.     /**
  782.      * Gets the public 'App\Controller\Api\UserController' shared autowired service.
  783.      *
  784.      * @return \App\Controller\Api\UserController
  785.      */
  786.     protected function getUserControllerService()
  787.     {
  788.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  789.         include_once \dirname(__DIR__4).'/src/Controller/Api/UserController.php';
  790.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  791.         return $this->services['App\\Controller\\Api\\UserController'] = new \App\Controller\Api\UserController(($this->privates['App\\Service\\TokenService'] ?? ($this->privates['App\\Service\\TokenService'] = new \App\Service\TokenService())), ($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  792.     }
  793.     /**
  794.      * Gets the public 'App\Controller\IndexController' shared autowired service.
  795.      *
  796.      * @return \App\Controller\IndexController
  797.      */
  798.     protected function getIndexControllerService()
  799.     {
  800.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  801.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  802.         include_once \dirname(__DIR__4).'/src/Controller/IndexController.php';
  803.         $this->services['App\\Controller\\IndexController'] = $instance = new \App\Controller\IndexController();
  804.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  805.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  806.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  807.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  808.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  809.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  810.             'router' => ['services''router''getRouterService'false],
  811.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  812.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  813.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  814.             'serializer' => ['services''serializer''getSerializerService'false],
  815.             'session' => ['services''session''getSessionService'false],
  816.             'templating' => ['services''templating''getTemplatingService'false],
  817.             'twig' => ['services''twig''getTwigService'false],
  818.         ], [
  819.             'doctrine' => '?',
  820.             'form.factory' => '?',
  821.             'http_kernel' => '?',
  822.             'parameter_bag' => '?',
  823.             'request_stack' => '?',
  824.             'router' => '?',
  825.             'security.authorization_checker' => '?',
  826.             'security.csrf.token_manager' => '?',
  827.             'security.token_storage' => '?',
  828.             'serializer' => '?',
  829.             'session' => '?',
  830.             'templating' => '?',
  831.             'twig' => '?',
  832.         ]))->withContext('App\\Controller\\IndexController'$this));
  833.         return $instance;
  834.     }
  835.     /**
  836.      * Gets the public 'Sonata\AdminBundle\Action\DashboardAction' shared service.
  837.      *
  838.      * @return \Sonata\AdminBundle\Action\DashboardAction
  839.      */
  840.     protected function getDashboardActionService()
  841.     {
  842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/DashboardAction.php';
  843.         return $this->services['Sonata\\AdminBundle\\Action\\DashboardAction'] = new \Sonata\AdminBundle\Action\DashboardAction($this->parameters['sonata.admin.configuration.dashboard_blocks'], ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['twig'] ?? $this->getTwigService()));
  844.     }
  845.     /**
  846.      * Gets the public 'Sonata\AdminBundle\Action\SearchAction' shared service.
  847.      *
  848.      * @return \Sonata\AdminBundle\Action\SearchAction
  849.      */
  850.     protected function getSearchActionService()
  851.     {
  852.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SearchAction.php';
  853.         return $this->services['Sonata\\AdminBundle\\Action\\SearchAction'] = new \Sonata\AdminBundle\Action\SearchAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.search.handler'] ?? $this->getSonata_Admin_Search_HandlerService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()), ($this->services['twig'] ?? $this->getTwigService()));
  854.     }
  855.     /**
  856.      * Gets the public 'Sonata\AdminBundle\Command\CreateClassCacheCommand' shared service.
  857.      *
  858.      * @return \Sonata\AdminBundle\Command\CreateClassCacheCommand
  859.      *
  860.      * @deprecated The "Sonata\AdminBundle\Command\CreateClassCacheCommand" service is deprecated since version sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.
  861.      */
  862.     protected function getCreateClassCacheCommandService()
  863.     {
  864.         @trigger_error('The "Sonata\\AdminBundle\\Command\\CreateClassCacheCommand" service is deprecated since version sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  865.         $this->services['Sonata\\AdminBundle\\Command\\CreateClassCacheCommand'] = $instance = new \Sonata\AdminBundle\Command\CreateClassCacheCommand($this->targetDir.''true);
  866.         $instance->setName('cache:create-cache-class');
  867.         return $instance;
  868.     }
  869.     /**
  870.      * Gets the public 'Sonata\AdminBundle\Command\ExplainAdminCommand' shared service.
  871.      *
  872.      * @return \Sonata\AdminBundle\Command\ExplainAdminCommand
  873.      */
  874.     protected function getExplainAdminCommandService()
  875.     {
  876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ExplainAdminCommand.php';
  878.         $this->services['Sonata\\AdminBundle\\Command\\ExplainAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ExplainAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['validator'] ?? $this->getValidatorService()));
  879.         $instance->setName('sonata:admin:explain');
  880.         return $instance;
  881.     }
  882.     /**
  883.      * Gets the public 'Sonata\AdminBundle\Command\GenerateObjectAclCommand' shared service.
  884.      *
  885.      * @return \Sonata\AdminBundle\Command\GenerateObjectAclCommand
  886.      */
  887.     protected function getGenerateObjectAclCommandService()
  888.     {
  889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/QuestionableCommand.php';
  891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/GenerateObjectAclCommand.php';
  892.         $this->services['Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand'] = $instance = new \Sonata\AdminBundle\Command\GenerateObjectAclCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), [], ($this->services['doctrine'] ?? $this->getDoctrineService()));
  893.         $instance->setName('sonata:admin:generate-object-acl');
  894.         return $instance;
  895.     }
  896.     /**
  897.      * Gets the public 'Sonata\AdminBundle\Command\ListAdminCommand' shared service.
  898.      *
  899.      * @return \Sonata\AdminBundle\Command\ListAdminCommand
  900.      */
  901.     protected function getListAdminCommandService()
  902.     {
  903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  904.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ListAdminCommand.php';
  905.         $this->services['Sonata\\AdminBundle\\Command\\ListAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ListAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  906.         $instance->setName('sonata:admin:list');
  907.         return $instance;
  908.     }
  909.     /**
  910.      * Gets the public 'Sonata\AdminBundle\Command\SetupAclCommand' shared service.
  911.      *
  912.      * @return \Sonata\AdminBundle\Command\SetupAclCommand
  913.      */
  914.     protected function getSetupAclCommandService()
  915.     {
  916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  917.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/SetupAclCommand.php';
  918.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  920.         $this->services['Sonata\\AdminBundle\\Command\\SetupAclCommand'] = $instance = new \Sonata\AdminBundle\Command\SetupAclCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.manipulator.acl.admin'] ?? ($this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder'))));
  921.         $instance->setName('sonata:admin:setup-acl');
  922.         return $instance;
  923.     }
  924.     /**
  925.      * Gets the public 'Sonata\EasyExtendsBundle\Command\DumpMappingCommand' shared service.
  926.      *
  927.      * @return \Sonata\EasyExtendsBundle\Command\DumpMappingCommand
  928.      */
  929.     protected function getDumpMappingCommandService()
  930.     {
  931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  932.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  934.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Command/DumpMappingCommand.php';
  935.         return $this->services['Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand'] = new \Sonata\EasyExtendsBundle\Command\DumpMappingCommand();
  936.     }
  937.     /**
  938.      * Gets the public 'Sonata\EasyExtendsBundle\Command\GenerateCommand' shared service.
  939.      *
  940.      * @return \Sonata\EasyExtendsBundle\Command\GenerateCommand
  941.      */
  942.     protected function getGenerateCommandService()
  943.     {
  944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  945.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  947.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Command/GenerateCommand.php';
  948.         return $this->services['Sonata\\EasyExtendsBundle\\Command\\GenerateCommand'] = new \Sonata\EasyExtendsBundle\Command\GenerateCommand();
  949.     }
  950.     /**
  951.      * Gets the public 'Sonata\UserBundle\Action\CheckEmailAction' shared service.
  952.      *
  953.      * @return \Sonata\UserBundle\Action\CheckEmailAction
  954.      */
  955.     protected function getCheckEmailActionService()
  956.     {
  957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckEmailAction.php';
  958.         return $this->services['Sonata\\UserBundle\\Action\\CheckEmailAction'] = new \Sonata\UserBundle\Action\CheckEmailAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), 7200);
  959.     }
  960.     /**
  961.      * Gets the public 'Sonata\UserBundle\Action\CheckLoginAction' shared service.
  962.      *
  963.      * @return \Sonata\UserBundle\Action\CheckLoginAction
  964.      */
  965.     protected function getCheckLoginActionService()
  966.     {
  967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckLoginAction.php';
  968.         return $this->services['Sonata\\UserBundle\\Action\\CheckLoginAction'] = new \Sonata\UserBundle\Action\CheckLoginAction();
  969.     }
  970.     /**
  971.      * Gets the public 'Sonata\UserBundle\Action\LoginAction' shared service.
  972.      *
  973.      * @return \Sonata\UserBundle\Action\LoginAction
  974.      */
  975.     protected function getLoginActionService()
  976.     {
  977.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LoginAction.php';
  978.         $this->services['Sonata\\UserBundle\\Action\\LoginAction'] = $instance = new \Sonata\UserBundle\Action\LoginAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['session'] ?? $this->getSessionService()));
  979.         if ($this->has('security.csrf.token_manager')) {
  980.             $instance->setCsrfTokenManager(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  981.         }
  982.         return $instance;
  983.     }
  984.     /**
  985.      * Gets the public 'Sonata\UserBundle\Action\LogoutAction' shared service.
  986.      *
  987.      * @return \Sonata\UserBundle\Action\LogoutAction
  988.      */
  989.     protected function getLogoutActionService()
  990.     {
  991.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LogoutAction.php';
  992.         return $this->services['Sonata\\UserBundle\\Action\\LogoutAction'] = new \Sonata\UserBundle\Action\LogoutAction();
  993.     }
  994.     /**
  995.      * Gets the public 'Sonata\UserBundle\Action\RequestAction' shared service.
  996.      *
  997.      * @return \Sonata\UserBundle\Action\RequestAction
  998.      */
  999.     protected function getRequestActionService()
  1000.     {
  1001.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/RequestAction.php';
  1002.         return $this->services['Sonata\\UserBundle\\Action\\RequestAction'] = new \Sonata\UserBundle\Action\RequestAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  1003.     }
  1004.     /**
  1005.      * Gets the public 'Sonata\UserBundle\Action\ResetAction' shared service.
  1006.      *
  1007.      * @return \Sonata\UserBundle\Action\ResetAction
  1008.      */
  1009.     protected function getResetActionService()
  1010.     {
  1011.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php';
  1012.         $this->services['Sonata\\UserBundle\\Action\\ResetAction'] = $instance = new \Sonata\UserBundle\Action\ResetAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['session'] ?? $this->getSessionService()), 7200'main');
  1013.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1014.         return $instance;
  1015.     }
  1016.     /**
  1017.      * Gets the public 'Sonata\UserBundle\Action\SendEmailAction' shared service.
  1018.      *
  1019.      * @return \Sonata\UserBundle\Action\SendEmailAction
  1020.      */
  1021.     protected function getSendEmailActionService()
  1022.     {
  1023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/SendEmailAction.php';
  1024.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  1025.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  1026.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  1027.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  1028.         return $this->services['Sonata\\UserBundle\\Action\\SendEmailAction'] = new \Sonata\UserBundle\Action\SendEmailAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['mailer'] ?? ($this->services['mailer'] = new \FOS\UserBundle\Mailer\NoopMailer())), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), 7200);
  1029.     }
  1030.     /**
  1031.      * Gets the public 'Sonata\UserBundle\Command\TwoStepVerificationCommand' shared service.
  1032.      *
  1033.      * @return \Sonata\UserBundle\Command\TwoStepVerificationCommand
  1034.      */
  1035.     protected function getTwoStepVerificationCommandService()
  1036.     {
  1037.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1038.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Command/TwoStepVerificationCommand.php';
  1041.         return $this->services['Sonata\\UserBundle\\Command\\TwoStepVerificationCommand'] = new \Sonata\UserBundle\Command\TwoStepVerificationCommand(NULLNULL, ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1042.     }
  1043.     /**
  1044.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1045.      *
  1046.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1047.      */
  1048.     protected function getRedirectControllerService()
  1049.     {
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1051.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1052.     }
  1053.     /**
  1054.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1055.      *
  1056.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1057.      */
  1058.     protected function getTemplateControllerService()
  1059.     {
  1060.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1061.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  1062.     }
  1063.     /**
  1064.      * Gets the public 'admin.account' autowired service.
  1065.      *
  1066.      * @return \App\Admin\AccountAdmin
  1067.      */
  1068.     protected function getAdmin_AccountService()
  1069.     {
  1070.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1071.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1072.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1073.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1074.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1075.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1076.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1078.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1079.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1080.         include_once \dirname(__DIR__4).'/src/Admin/AccountAdmin.php';
  1081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1083.         $instance = new \App\Admin\AccountAdmin('admin.account''App\\Entity\\Account''Sonata\\AdminBundle\\Controller\\CRUDController', ($this->privates['App\\Service\\MailSender'] ?? $this->getMailSenderService()));
  1084.         $instance->setManagerType('orm');
  1085.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1086.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1087.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1088.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1089.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1090.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1091.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1092.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1093.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1094.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1095.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1096.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1097.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1098.         $instance->setPagerType('default');
  1099.         $instance->setLabel('Account');
  1100.         $instance->showMosaicButton(true);
  1101.         $instance->setTemplateRegistry(($this->services['admin.account.template_registry'] ?? $this->getAdmin_Account_TemplateRegistryService()));
  1102.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1103.         $instance->initialize();
  1104.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1105.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1106.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1107.         return $instance;
  1108.     }
  1109.     /**
  1110.      * Gets the public 'admin.account.template_registry' shared service.
  1111.      *
  1112.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1113.      */
  1114.     protected function getAdmin_Account_TemplateRegistryService()
  1115.     {
  1116.         return $this->services['admin.account.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['user_block' => '@SonataUser/Admin/Core/user_block.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''layout' => '@SonataAdmin/standard_layout.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''dashboard' => '@SonataAdmin/Core/dashboard.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataAdmin/CRUD/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => 'admin/Account/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''edit' => '@SonataAdmin/CRUD/edit.html.twig''preview' => '@SonataAdmin/CRUD/preview.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig']);
  1117.     }
  1118.     /**
  1119.      * Gets the public 'admin.client' autowired service.
  1120.      *
  1121.      * @return \App\Admin\ClientAdmin
  1122.      */
  1123.     protected function getAdmin_ClientService()
  1124.     {
  1125.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1126.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1127.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1128.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1134.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1135.         include_once \dirname(__DIR__4).'/src/Admin/ClientAdmin.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1138.         $instance = new \App\Admin\ClientAdmin('admin.client''App\\Entity\\Client''Sonata\\AdminBundle\\Controller\\CRUDController', ($this->privates['App\\Service\\MailSender'] ?? $this->getMailSenderService()));
  1139.         $instance->setManagerType('orm');
  1140.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1141.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1142.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1143.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1144.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1145.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1146.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1147.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1148.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1149.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1150.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1151.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1152.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1153.         $instance->setPagerType('default');
  1154.         $instance->setLabel('Client');
  1155.         $instance->showMosaicButton(true);
  1156.         $instance->setTemplateRegistry(($this->services['admin.client.template_registry'] ?? $this->getAdmin_Client_TemplateRegistryService()));
  1157.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1158.         $instance->initialize();
  1159.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1160.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1161.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1162.         return $instance;
  1163.     }
  1164.     /**
  1165.      * Gets the public 'admin.client.template_registry' shared service.
  1166.      *
  1167.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1168.      */
  1169.     protected function getAdmin_Client_TemplateRegistryService()
  1170.     {
  1171.         return $this->services['admin.client.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1172.     }
  1173.     /**
  1174.      * Gets the public 'admin.transaction' autowired service.
  1175.      *
  1176.      * @return \App\Admin\TransactionAdmin
  1177.      */
  1178.     protected function getAdmin_TransactionService()
  1179.     {
  1180.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1181.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1182.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1184.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1186.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1187.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1188.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1190.         include_once \dirname(__DIR__4).'/src/Admin/TransactionAdmin.php';
  1191.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1193.         $instance = new \App\Admin\TransactionAdmin('admin.transaction''App\\Entity\\Transaction''Sonata\\AdminBundle\\Controller\\CRUDController');
  1194.         $instance->setManagerType('orm');
  1195.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1196.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1197.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1198.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1199.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1200.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1201.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1202.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1203.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1204.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1205.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1206.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1207.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1208.         $instance->setPagerType('default');
  1209.         $instance->setLabel('Transaction');
  1210.         $instance->showMosaicButton(true);
  1211.         $instance->setTemplateRegistry(($this->services['admin.transaction.template_registry'] ?? $this->getAdmin_Transaction_TemplateRegistryService()));
  1212.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1213.         $instance->initialize();
  1214.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1215.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1216.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1217.         return $instance;
  1218.     }
  1219.     /**
  1220.      * Gets the public 'admin.transaction.template_registry' shared service.
  1221.      *
  1222.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1223.      */
  1224.     protected function getAdmin_Transaction_TemplateRegistryService()
  1225.     {
  1226.         return $this->services['admin.transaction.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1227.     }
  1228.     /**
  1229.      * Gets the public 'cache.app' shared service.
  1230.      *
  1231.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1232.      */
  1233.     protected function getCache_AppService()
  1234.     {
  1235.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('bqAPFrsHHO'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1236.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1237.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1238.     }
  1239.     /**
  1240.      * Gets the public 'cache.app_clearer' shared service.
  1241.      *
  1242.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1243.      */
  1244.     protected function getCache_AppClearerService()
  1245.     {
  1246.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1247.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1248.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1249.     }
  1250.     /**
  1251.      * Gets the public 'cache.global_clearer' shared service.
  1252.      *
  1253.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1254.      */
  1255.     protected function getCache_GlobalClearerService()
  1256.     {
  1257.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1258.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1259.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())]);
  1260.     }
  1261.     /**
  1262.      * Gets the public 'cache.system' shared service.
  1263.      *
  1264.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1265.      */
  1266.     protected function getCache_SystemService()
  1267.     {
  1268.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('PAuCwUzJ0F'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1269.     }
  1270.     /**
  1271.      * Gets the public 'cache.system_clearer' shared service.
  1272.      *
  1273.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1274.      */
  1275.     protected function getCache_SystemClearerService()
  1276.     {
  1277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1278.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1279.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())]);
  1280.     }
  1281.     /**
  1282.      * Gets the public 'cache_clearer' shared service.
  1283.      *
  1284.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1285.      */
  1286.     protected function getCacheClearerService()
  1287.     {
  1288.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1289.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1290.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1291.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1292.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  1293.         }, 2));
  1294.     }
  1295.     /**
  1296.      * Gets the public 'cache_warmer' shared service.
  1297.      *
  1298.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1299.      */
  1300.     protected function getCacheWarmerService()
  1301.     {
  1302.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1303.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1304.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1305.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1306.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1307.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1308.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1309.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1310.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1311.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1312.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1313.             yield => ($this->services['sonata.admin.route.cache_warmup'] ?? $this->getSonata_Admin_Route_CacheWarmupService());
  1314.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1315.         }, 10), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1316.     }
  1317.     /**
  1318.      * Gets the public 'console.command.public_alias.Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand' shared service.
  1319.      *
  1320.      * @return \Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand
  1321.      *
  1322.      * @deprecated The "console.command.public_alias.Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
  1323.      */
  1324.     protected function getSonataDumpDoctrineMetaCommandService()
  1325.     {
  1326.         @trigger_error('The "console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.'E_USER_DEPRECATED);
  1327.         return $this->services['console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand'] = new \Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand();
  1328.     }
  1329.     /**
  1330.      * Gets the public 'console.command.public_alias.Sonata\CoreBundle\Command\SonataListFormMappingCommand' shared service.
  1331.      *
  1332.      * @return \Sonata\CoreBundle\Command\SonataListFormMappingCommand
  1333.      *
  1334.      * @deprecated The "console.command.public_alias.Sonata\CoreBundle\Command\SonataListFormMappingCommand" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
  1335.      */
  1336.     protected function getSonataListFormMappingCommandService()
  1337.     {
  1338.         @trigger_error('The "console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.'E_USER_DEPRECATED);
  1339.         return $this->services['console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand'] = new \Sonata\CoreBundle\Command\SonataListFormMappingCommand();
  1340.     }
  1341.     /**
  1342.      * Gets the public 'console.command_loader' shared service.
  1343.      *
  1344.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1345.      */
  1346.     protected function getConsole_CommandLoaderService()
  1347.     {
  1348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1349.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1350.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1351.             'App\\Command\\RecountTransactionBalanceCommand' => ['privates''App\\Command\\RecountTransactionBalanceCommand''getRecountTransactionBalanceCommandService'false],
  1352.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => ['services''Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''getCreateClassCacheCommandService'false],
  1353.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ExplainAdminCommand''getExplainAdminCommandService'false],
  1354.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => ['services''Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''getGenerateObjectAclCommandService'false],
  1355.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ListAdminCommand''getListAdminCommandService'false],
  1356.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => ['services''Sonata\\AdminBundle\\Command\\SetupAclCommand''getSetupAclCommandService'false],
  1357.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => ['privates''Sonata\\BlockBundle\\Command\\DebugBlocksCommand''getDebugBlocksCommandService'false],
  1358.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand''getInitAclCommandService'false],
  1359.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand''getSetAclCommandService'false],
  1360.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1361.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1362.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1363.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1364.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1365.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1366.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1367.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1368.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1369.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1370.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1371.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1372.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1373.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1374.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1375.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1376.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1377.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1378.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1379.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1380.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1381.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1382.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1383.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1384.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1385.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1386.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1387.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1388.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1389.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1390.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1391.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1392.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1393.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1394.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1395.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1396.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1397.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1398.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1399.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1400.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1401.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1402.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1403.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1404.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1405.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1406.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1407.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1408.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1409.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1410.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1411.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1412.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1413.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1414.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1415.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1416.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1417.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1418.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1419.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  1420.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  1421.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  1422.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  1423.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  1424.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  1425.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1426.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1427.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1428.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1429.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1430.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1431.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1432.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  1433.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1434.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1435.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1436.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1437.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1438.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1439.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1440.             'maker.auto_command.make_sonata_admin' => ['privates''maker.auto_command.make_sonata_admin''getMaker_AutoCommand_MakeSonataAdminService'false],
  1441.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1442.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1443.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  1444.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1445.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1446.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1447.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1448.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1449.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1450.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1451.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1452.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  1453.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  1454.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  1455.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  1456.         ], [
  1457.             'App\\Command\\RecountTransactionBalanceCommand' => 'App\\Command\\RecountTransactionBalanceCommand',
  1458.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand',
  1459.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand',
  1460.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand',
  1461.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand',
  1462.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand',
  1463.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
  1464.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand',
  1465.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand',
  1466.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1467.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1468.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1469.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1470.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1471.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1472.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1473.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1474.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1475.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1476.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1477.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1478.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1479.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1480.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1481.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1482.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1483.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1484.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1485.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1486.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1487.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1488.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1489.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1490.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1491.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1492.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1493.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1494.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1495.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1496.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1497.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1498.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1499.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1500.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1501.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1502.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1503.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1504.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1505.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1506.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1507.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1508.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1509.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1510.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1511.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1512.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1513.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1514.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1515.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1516.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1517.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1518.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1519.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1520.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1521.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1522.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1523.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1524.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1525.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1526.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1527.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1528.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1529.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1530.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1531.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1532.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1533.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1534.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1535.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1536.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1537.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1538.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1539.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1540.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1541.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1542.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1543.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1544.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1545.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1546.             'maker.auto_command.make_sonata_admin' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1547.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1548.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1549.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1550.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1551.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1552.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1553.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1554.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1555.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1556.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1557.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1558.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  1559.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  1560.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  1561.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  1562.         ]), ['app:recount:transaction' => 'App\\Command\\RecountTransactionBalanceCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''security:encode-password' => 'security.command.user_password_encoder''sonata:block:debug' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand''cache:create-cache-class' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''sonata:admin:explain' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand''sonata:admin:generate-object-acl' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''sonata:admin:list' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand''sonata:admin:setup-acl' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''acl:init' => 'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand''acl:set' => 'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:unit-test' => 'maker.auto_command.make_unit_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:sonata:admin' => 'maker.auto_command.make_sonata_admin']);
  1563.     }
  1564.     /**
  1565.      * Gets the public 'container.env_var_processors_locator' shared service.
  1566.      *
  1567.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1568.      */
  1569.     protected function getContainer_EnvVarProcessorsLocatorService()
  1570.     {
  1571.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1572.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1573.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1574.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1575.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1576.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1577.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1578.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1579.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1580.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1581.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1582.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1583.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1584.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1585.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1586.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1587.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1588.         ], [
  1589.             'base64' => '?',
  1590.             'bool' => '?',
  1591.             'const' => '?',
  1592.             'csv' => '?',
  1593.             'default' => '?',
  1594.             'file' => '?',
  1595.             'float' => '?',
  1596.             'int' => '?',
  1597.             'json' => '?',
  1598.             'key' => '?',
  1599.             'query_string' => '?',
  1600.             'require' => '?',
  1601.             'resolve' => '?',
  1602.             'string' => '?',
  1603.             'trim' => '?',
  1604.             'url' => '?',
  1605.         ]);
  1606.     }
  1607.     /**
  1608.      * Gets the public 'data_collector.dump' shared service.
  1609.      *
  1610.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1611.      */
  1612.     protected function getDataCollector_DumpService()
  1613.     {
  1614.         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()));
  1615.     }
  1616.     /**
  1617.      * Gets the public 'doctrine' shared service.
  1618.      *
  1619.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1620.      */
  1621.     protected function getDoctrineService()
  1622.     {
  1623.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1624.     }
  1625.     /**
  1626.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1627.      *
  1628.      * @return \Doctrine\DBAL\Connection
  1629.      */
  1630.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1631.     {
  1632.         $a = new \Doctrine\DBAL\Configuration();
  1633.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1634.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1635.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1636.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1637.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1638.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1639.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1640.         $a->setSQLLogger($b);
  1641.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1642.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1643.             'security.acl.dbal.schema_listener' => ['privates''security.acl.dbal.schema_listener''getSecurity_Acl_Dbal_SchemaListenerService'false],
  1644.         ], [
  1645.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1646.             'security.acl.dbal.schema_listener' => '?',
  1647.         ]));
  1648.         $e = new \Sonata\EasyExtendsBundle\Mapper\DoctrineORMMapper(($this->services['doctrine'] ?? $this->getDoctrineService()), []);
  1649.         $e->addAssociation('App\\Entity\\User''mapManyToMany', [=> ['fieldName' => 'groups''targetEntity' => 'App\\Entity\\Group''cascade' => [], 'joinTable' => ['name' => 'fos_user_user_group''joinColumns' => [=> ['name' => 'user_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']], 'inverseJoinColumns' => [=> ['name' => 'group_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]]]]);
  1650.         $d->addEventSubscriber($e);
  1651.         $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
  1652.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1653.         $d->addEventListener([=> 'postGenerateSchema'], 'security.acl.dbal.schema_listener');
  1654.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driver' => 'pdo_mysql''driverOptions' => [], 'defaultTableOptions' => []], $a$d, []);
  1655.     }
  1656.     /**
  1657.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1658.      *
  1659.      * @return \Doctrine\ORM\EntityManager
  1660.      */
  1661.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1662.     {
  1663.         $a = new \Doctrine\ORM\Configuration();
  1664.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1665.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/config/doctrine') => 'Sonata\\UserBundle\\Entity']);
  1666.         $c->setGlobalBasename('mapping');
  1667.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  1668.         $b->addDriver($c'Sonata\\UserBundle\\Entity');
  1669.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  1670.         $a->setEntityNamespaces(['App' => 'App\\Entity''SonataUserBundle' => 'Sonata\\UserBundle\\Entity']);
  1671.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1672.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1673.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1674.         $a->setMetadataDriverImpl($b);
  1675.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1676.         $a->setProxyNamespace('Proxies');
  1677.         $a->setAutoGenerateProxyClasses(true);
  1678.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1679.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1680.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1681.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1682.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1683.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1684.             'App\\Repository\\AccountRepository' => ['privates''App\\Repository\\AccountRepository''getAccountRepositoryService'false],
  1685.             'App\\Repository\\ClientRepository' => ['privates''App\\Repository\\ClientRepository''getClientRepositoryService'false],
  1686.             'App\\Repository\\TransactionRepository' => ['privates''App\\Repository\\TransactionRepository''getTransactionRepositoryService'false],
  1687.         ], [
  1688.             'App\\Repository\\AccountRepository' => '?',
  1689.             'App\\Repository\\ClientRepository' => '?',
  1690.             'App\\Repository\\TransactionRepository' => '?',
  1691.         ])));
  1692.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1693.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1694.         return $instance;
  1695.     }
  1696.     /**
  1697.      * Gets the public 'error_controller' shared service.
  1698.      *
  1699.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1700.      */
  1701.     protected function getErrorControllerService()
  1702.     {
  1703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1705.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1706.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1707.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1708.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1709.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['serializer'] ?? $this->getSerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer::isDebug($atrue)), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  1710.     }
  1711.     /**
  1712.      * Gets the public 'event_dispatcher' shared service.
  1713.      *
  1714.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1715.      */
  1716.     protected function getEventDispatcherService()
  1717.     {
  1718.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1719.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1720.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1721.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1722.         $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())));
  1723.         $instance->addListener('kernel.controller', [=> function () {
  1724.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1725.         }, => 'onKernelController'], 0);
  1726.         $instance->addListener('kernel.response', [=> function () {
  1727.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  1728.         }, => 'onKernelResponse'], 0);
  1729.         $instance->addListener('kernel.request', [=> function () {
  1730.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1731.         }, => 'onKernelRequest'], 250);
  1732.         $instance->addListener('kernel.response', [=> function () {
  1733.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1734.         }, => 'onKernelResponse'], 0);
  1735.         $instance->addListener('kernel.response', [=> function () {
  1736.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1737.         }, => 'onResponse'], 0);
  1738.         $instance->addListener('kernel.request', [=> function () {
  1739.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1740.         }, => 'onKernelRequest'], 10);
  1741.         $instance->addListener('kernel.response', [=> function () {
  1742.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1743.         }, => 'onKernelResponse'], 0);
  1744.         $instance->addListener('kernel.response', [=> function () {
  1745.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1746.         }, => 'onKernelResponse'], -1024);
  1747.         $instance->addListener('kernel.request', [=> function () {
  1748.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1749.         }, => 'setDefaultLocale'], 100);
  1750.         $instance->addListener('kernel.request', [=> function () {
  1751.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1752.         }, => 'onKernelRequest'], 16);
  1753.         $instance->addListener('kernel.finish_request', [=> function () {
  1754.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1755.         }, => 'onKernelFinishRequest'], 0);
  1756.         $instance->addListener('kernel.request', [=> function () {
  1757.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1758.         }, => 'onKernelRequest'], 256);
  1759.         $instance->addListener('kernel.request', [=> function () {
  1760.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1761.         }, => 'resolveControllerName'], 24);
  1762.         $instance->addListener('kernel.response', [=> function () {
  1763.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1764.         }, => 'onResponse'], -255);
  1765.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1766.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1767.         }, => 'onControllerArguments'], 0);
  1768.         $instance->addListener('kernel.exception', [=> function () {
  1769.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1770.         }, => 'logKernelException'], 0);
  1771.         $instance->addListener('kernel.exception', [=> function () {
  1772.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1773.         }, => 'onKernelException'], -128);
  1774.         $instance->addListener('kernel.request', [=> function () {
  1775.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1776.         }, => 'onKernelRequest'], 15);
  1777.         $instance->addListener('kernel.finish_request', [=> function () {
  1778.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1779.         }, => 'onKernelFinishRequest'], -15);
  1780.         $instance->addListener('console.error', [=> function () {
  1781.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1782.         }, => 'onConsoleError'], -128);
  1783.         $instance->addListener('console.terminate', [=> function () {
  1784.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1785.         }, => 'onConsoleTerminate'], -128);
  1786.         $instance->addListener('console.error', [=> function () {
  1787.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1788.         }, => 'onConsoleError'], 0);
  1789.         $instance->addListener('kernel.request', [=> function () {
  1790.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1791.         }, => 'onKernelRequest'], 128);
  1792.         $instance->addListener('kernel.response', [=> function () {
  1793.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1794.         }, => 'onKernelResponse'], -1000);
  1795.         $instance->addListener('kernel.finish_request', [=> function () {
  1796.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1797.         }, => 'onFinishRequest'], 0);
  1798.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1799.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1800.         }, => 'onMessage'], -255);
  1801.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1802.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1803.         }, => 'onMessage'], -255);
  1804.         $instance->addListener('kernel.response', [=> function () {
  1805.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1806.         }, => 'onKernelResponse'], -100);
  1807.         $instance->addListener('kernel.exception', [=> function () {
  1808.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1809.         }, => 'onKernelException'], 0);
  1810.         $instance->addListener('kernel.terminate', [=> function () {
  1811.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1812.         }, => 'onKernelTerminate'], -1024);
  1813.         $instance->addListener('kernel.controller', [=> function () {
  1814.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1815.         }, => 'onKernelController'], 0);
  1816.         $instance->addListener('kernel.response', [=> function () {
  1817.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1818.         }, => 'onKernelResponse'], 0);
  1819.         $instance->addListener('kernel.request', [=> function () {
  1820.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1821.         }, => 'configure'], 2048);
  1822.         $instance->addListener('console.command', [=> function () {
  1823.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1824.         }, => 'configure'], 2048);
  1825.         $instance->addListener('kernel.request', [=> function () {
  1826.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1827.         }, => 'onKernelRequest'], 32);
  1828.         $instance->addListener('kernel.finish_request', [=> function () {
  1829.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1830.         }, => 'onKernelFinishRequest'], 0);
  1831.         $instance->addListener('kernel.exception', [=> function () {
  1832.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1833.         }, => 'onKernelException'], -64);
  1834.         $instance->addListener('console.error', [=> function () {
  1835.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1836.         }, => 'onConsoleError'], 0);
  1837.         $instance->addListener('console.terminate', [=> function () {
  1838.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1839.         }, => 'onConsoleTerminate'], 0);
  1840.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1841.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1842.         }, => 'onMessage'], 0);
  1843.         $instance->addListener('kernel.response', [=> function () {
  1844.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1845.         }, => 'onKernelResponse'], 0);
  1846.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1847.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1848.         }, => 'onVoterVote'], 0);
  1849.         $instance->addListener('kernel.request', [=> function () {
  1850.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1851.         }, => 'configureLogoutUrlGenerator'], 8);
  1852.         $instance->addListener('kernel.request', [=> function () {
  1853.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1854.         }, => 'onKernelRequest'], 8);
  1855.         $instance->addListener('kernel.finish_request', [=> function () {
  1856.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1857.         }, => 'onKernelFinishRequest'], 0);
  1858.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1859.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1860.         }, => 'onImplicitLogin'], 0);
  1861.         $instance->addListener('security.interactive_login', [=> function () {
  1862.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1863.         }, => 'onSecurityInteractiveLogin'], 0);
  1864.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1865.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1866.         }, => 'authenticate'], 0);
  1867.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1868.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1869.         }, => 'authenticate'], 0);
  1870.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1871.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1872.         }, => 'authenticate'], 0);
  1873.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1874.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1875.         }, => 'addSuccessFlash'], 0);
  1876.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1877.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1878.         }, => 'addSuccessFlash'], 0);
  1879.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1880.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1881.         }, => 'addSuccessFlash'], 0);
  1882.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1883.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1884.         }, => 'addSuccessFlash'], 0);
  1885.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1886.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1887.         }, => 'addSuccessFlash'], 0);
  1888.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1889.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1890.         }, => 'addSuccessFlash'], 0);
  1891.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1892.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1893.         }, => 'addSuccessFlash'], 0);
  1894.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1895.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1896.         }, => 'onResettingResetInitialize'], 0);
  1897.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1898.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1899.         }, => 'onResettingResetSuccess'], 0);
  1900.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1901.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1902.         }, => 'onResettingResetRequest'], 0);
  1903.         $instance->addListener('kernel.response', [=> function () {
  1904.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1905.         }, => 'onKernelResponse'], -128);
  1906.         $instance->addListener('console.command', [=> function () {
  1907.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1908.         }, => 'onCommand'], 255);
  1909.         $instance->addListener('console.terminate', [=> function () {
  1910.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1911.         }, => 'onTerminate'], -255);
  1912.         $instance->addListener('console.command', [=> function () {
  1913.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1914.         }, => 'configure'], 1024);
  1915.         return $instance;
  1916.     }
  1917.     /**
  1918.      * Gets the public 'filesystem' shared service.
  1919.      *
  1920.      * @return \Symfony\Component\Filesystem\Filesystem
  1921.      */
  1922.     protected function getFilesystemService()
  1923.     {
  1924.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1925.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1926.     }
  1927.     /**
  1928.      * Gets the public 'form.factory' shared service.
  1929.      *
  1930.      * @return \Symfony\Component\Form\FormFactory
  1931.      */
  1932.     protected function getForm_FactoryService()
  1933.     {
  1934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1936.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1937.     }
  1938.     /**
  1939.      * Gets the public 'form.type.file' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1942.      */
  1943.     protected function getForm_Type_FileService()
  1944.     {
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1948.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1949.     }
  1950.     /**
  1951.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  1952.      *
  1953.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  1954.      */
  1955.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  1956.     {
  1957.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  1958.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  1959.         return $this->services['fos_rest.serializer.jms_handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  1960.     }
  1961.     /**
  1962.      * Gets the public 'fos_rest.view_handler' shared service.
  1963.      *
  1964.      * @return \FOS\RestBundle\View\ViewHandler
  1965.      */
  1966.     protected function getFosRest_ViewHandlerService()
  1967.     {
  1968.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  1970.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  1971.         return $this->services['fos_rest.view_handler'] = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), $this->getFosRest_Serializer_JmsService(), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false'html' => true], 400204false, ['html' => 302], 'twig', ['serializeNullStrategy' => false], false);
  1972.     }
  1973.     /**
  1974.      * Gets the public 'fos_user.change_password.controller' shared service.
  1975.      *
  1976.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  1977.      */
  1978.     protected function getFosUser_ChangePassword_ControllerService()
  1979.     {
  1980.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1981.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  1986.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  1987.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1988.         $instance->setContainer($this);
  1989.         return $instance;
  1990.     }
  1991.     /**
  1992.      * Gets the public 'fos_user.group.controller' shared service.
  1993.      *
  1994.      * @return \FOS\UserBundle\Controller\GroupController
  1995.      */
  1996.     protected function getFosUser_Group_ControllerService()
  1997.     {
  1998.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1999.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2002.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/GroupController.php';
  2003.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2004.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2005.         $this->services['fos_user.group.controller'] = $instance = new \FOS\UserBundle\Controller\GroupController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_group_form''FOS\\UserBundle\\Form\\Type\\GroupFormType'$this->parameters['fos_user.group.form.validation_groups']), ($this->services['fos_user.group_manager'] ?? $this->getFosUser_GroupManagerService()));
  2006.         $instance->setContainer($this);
  2007.         return $instance;
  2008.     }
  2009.     /**
  2010.      * Gets the public 'fos_user.group_manager' shared service.
  2011.      *
  2012.      * @return \Sonata\UserBundle\Entity\GroupManager
  2013.      */
  2014.     protected function getFosUser_GroupManagerService()
  2015.     {
  2016.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManagerInterface.php';
  2017.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManager.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/GroupManager.php';
  2019.         include_once \dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Pager/PageableInterface.php';
  2020.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/GroupManagerInterface.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/GroupManager.php';
  2022.         return $this->services['fos_user.group_manager'] = new \Sonata\UserBundle\Entity\GroupManager(($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'App\\Entity\\Group');
  2023.     }
  2024.     /**
  2025.      * Gets the public 'fos_user.profile.controller' shared service.
  2026.      *
  2027.      * @return \FOS\UserBundle\Controller\ProfileController
  2028.      */
  2029.     protected function getFosUser_Profile_ControllerService()
  2030.     {
  2031.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2032.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2035.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  2036.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2037.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2038.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_profile_form''FOS\\UserBundle\\Form\\Type\\ProfileFormType'$this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  2039.         $instance->setContainer($this);
  2040.         return $instance;
  2041.     }
  2042.     /**
  2043.      * Gets the public 'fos_user.registration.controller' shared service.
  2044.      *
  2045.      * @return \FOS\UserBundle\Controller\RegistrationController
  2046.      */
  2047.     protected function getFosUser_Registration_ControllerService()
  2048.     {
  2049.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2050.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2051.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2052.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2053.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  2054.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2055.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2056.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_registration_form''FOS\\UserBundle\\Form\\Type\\RegistrationFormType'$this->parameters['fos_user.registration.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2057.         $instance->setContainer($this);
  2058.         return $instance;
  2059.     }
  2060.     /**
  2061.      * Gets the public 'fos_user.resetting.controller' shared service.
  2062.      *
  2063.      * @return \FOS\UserBundle\Controller\ResettingController
  2064.      */
  2065.     protected function getFosUser_Resetting_ControllerService()
  2066.     {
  2067.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2071.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  2072.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2073.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2074.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  2075.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  2076.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['mailer'] ?? ($this->services['mailer'] = new \FOS\UserBundle\Mailer\NoopMailer())), 7200);
  2077.         $instance->setContainer($this);
  2078.         return $instance;
  2079.     }
  2080.     /**
  2081.      * Gets the public 'fos_user.security.controller' shared service.
  2082.      *
  2083.      * @return \FOS\UserBundle\Controller\SecurityController
  2084.      */
  2085.     protected function getFosUser_Security_ControllerService()
  2086.     {
  2087.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2088.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2089.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2090.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  2092.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2093.         $instance->setContainer($this);
  2094.         return $instance;
  2095.     }
  2096.     /**
  2097.      * Gets the public 'fos_user.user_manager' shared service.
  2098.      *
  2099.      * @return \Sonata\UserBundle\Entity\UserManager
  2100.      */
  2101.     protected function getFosUser_UserManagerService()
  2102.     {
  2103.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  2104.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  2105.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  2106.         include_once \dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Pager/PageableInterface.php';
  2107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php';
  2108.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  2109.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManager.php';
  2110.         return $this->services['fos_user.user_manager'] = new \Sonata\UserBundle\Entity\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'App\\Entity\\User');
  2111.     }
  2112.     /**
  2113.      * Gets the public 'http_kernel' shared service.
  2114.      *
  2115.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2116.      */
  2117.     protected function getHttpKernelService()
  2118.     {
  2119.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2120.         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['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  2121.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2122.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2123.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2124.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2125.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2126.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2127.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2128.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2129.         }, 8)), $a));
  2130.     }
  2131.     /**
  2132.      * Gets the public 'jms_serializer' shared service.
  2133.      *
  2134.      * @return \JMS\Serializer\Serializer
  2135.      */
  2136.     protected function getJmsSerializerService()
  2137.     {
  2138.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  2140.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  2141.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  2142.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  2143.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  2144.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  2145.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  2146.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  2147.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  2148.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  2149.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  2150.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  2155.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  2156.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  2157.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  2158.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  2159.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  2160.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  2161.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  2162.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  2163.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2166.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  2169.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  2170.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService());
  2171.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2172.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2173.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  2174.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  2175.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2176.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  2177.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  2178.         ], [
  2179.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2180.             'jms_serializer.stopwatch_subscriber' => '?',
  2181.         ]));
  2182.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  2183.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2184.         $g->setOptions(1216);
  2185.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2186.         $h->setFormatOutput(true);
  2187.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  2188.         $i->setOptions(0);
  2189.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  2190.     }
  2191.     /**
  2192.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2193.      *
  2194.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2195.      */
  2196.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2197.     {
  2198.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2199.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2200.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2201.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2202.     }
  2203.     /**
  2204.      * Gets the public 'jms_serializer.handler_registry' shared service.
  2205.      *
  2206.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  2207.      */
  2208.     protected function getJmsSerializer_HandlerRegistryService()
  2209.     {
  2210.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  2212.         return $this->services['jms_serializer.handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  2213.     }
  2214.     /**
  2215.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  2216.      *
  2217.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  2218.      */
  2219.     protected function getJmsSerializer_MetadataDriverService()
  2220.     {
  2221.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  2222.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  2223.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  2224.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  2225.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  2232.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  2234.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  2235.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  2236.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  2237.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  2238.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  2239.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  2240.         $a = new \Metadata\Driver\FileLocator(['Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer'), 'Sonata\\DatagridBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/config/serializer'), 'Sonata\\UserBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/config/serializer')]);
  2241.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  2242.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  2243.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c), $c);
  2244.     }
  2245.     /**
  2246.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2247.      *
  2248.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2249.      */
  2250.     protected function getJmsSerializer_SerializationContextFactoryService()
  2251.     {
  2252.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2253.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2254.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2255.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2256.     }
  2257.     /**
  2258.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  2259.      *
  2260.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  2261.      */
  2262.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  2263.     {
  2264.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  2265.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2266.     }
  2267.     /**
  2268.      * Gets the public 'knp_menu.factory' shared service.
  2269.      *
  2270.      * @return \Knp\Menu\MenuFactory
  2271.      */
  2272.     protected function getKnpMenu_FactoryService()
  2273.     {
  2274.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  2275.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  2276.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  2277.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  2278.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  2279.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  2280.         return $instance;
  2281.     }
  2282.     /**
  2283.      * Gets the public 'knp_menu.matcher' shared service.
  2284.      *
  2285.      * @return \Knp\Menu\Matcher\Matcher
  2286.      */
  2287.     protected function getKnpMenu_MatcherService()
  2288.     {
  2289.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2290.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  2291.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->getSonata_Admin_Menu_Matcher_Voter_AdminService());
  2292.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  2293.         }, 3));
  2294.     }
  2295.     /**
  2296.      * Gets the public 'mailer' shared service.
  2297.      *
  2298.      * @return \FOS\UserBundle\Mailer\NoopMailer
  2299.      */
  2300.     protected function getMailerService()
  2301.     {
  2302.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  2303.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  2304.         return $this->services['mailer'] = new \FOS\UserBundle\Mailer\NoopMailer();
  2305.     }
  2306.     /**
  2307.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  2308.      *
  2309.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  2310.      */
  2311.     protected function getNelmioApiDoc_Controller_SwaggerService()
  2312.     {
  2313.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  2314.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  2315.     }
  2316.     /**
  2317.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  2318.      *
  2319.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2320.      */
  2321.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  2322.     {
  2323.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  2324.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->services['twig'] ?? $this->getTwigService()));
  2325.     }
  2326.     /**
  2327.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  2328.      *
  2329.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  2330.      */
  2331.     protected function getNelmioApiDoc_Generator_DefaultService()
  2332.     {
  2333.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  2334.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  2335.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  2336.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  2337.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  2338.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  2339.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  2340.         }, 5), new RewindableGenerator(function () {
  2341.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  2342.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  2343.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  2344.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  2345.         }, 4));
  2346.         $instance->setAlternativeNames([]);
  2347.         return $instance;
  2348.     }
  2349.     /**
  2350.      * Gets the public 'profiler' shared service.
  2351.      *
  2352.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2353.      */
  2354.     protected function getProfilerService()
  2355.     {
  2356.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2357.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2358.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2359.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2360.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2361.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2362.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2363.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2364.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2365.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2366.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2367.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2368.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2369.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2370.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2371.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2372.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  2373.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2374.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2375.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2376.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2377.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2378.         if ($this->has('kernel')) {
  2379.             $f->setKernel($b);
  2380.         }
  2381.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2382.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2383.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2384.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2385.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2386.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2387.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2388.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  2389.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2390.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2391.         $instance->add($d);
  2392.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2393.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService())));
  2394.         $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())));
  2395.         $instance->add($e);
  2396.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2397.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  2398.         $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']));
  2399.         $instance->add($f);
  2400.         return $instance;
  2401.     }
  2402.     /**
  2403.      * Gets the public 'request_stack' shared service.
  2404.      *
  2405.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2406.      */
  2407.     protected function getRequestStackService()
  2408.     {
  2409.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2410.     }
  2411.     /**
  2412.      * Gets the public 'router' shared service.
  2413.      *
  2414.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2415.      */
  2416.     protected function getRouterService()
  2417.     {
  2418.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2419.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2420.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2421.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2422.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2423.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2424.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2425.         ], [
  2426.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2427.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'ru');
  2428.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2429.         return $instance;
  2430.     }
  2431.     /**
  2432.      * Gets the public 'routing.loader' shared service.
  2433.      *
  2434.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2435.      */
  2436.     protected function getRouting_LoaderService()
  2437.     {
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2442.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2443.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2444.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2445.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2446.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2447.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2448.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2449.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2457.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2458.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  2459.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2460.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2461.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2462.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2463.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2464.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2465.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2466.             'kernel' => ['services''kernel''getKernelService'false],
  2467.         ], [
  2468.             'kernel' => 'App\\Kernel',
  2469.         ]))));
  2470.         $a->addLoader(($this->services['sonata.admin.route_loader'] ?? $this->getSonata_Admin_RouteLoaderService()));
  2471.         $a->addLoader($this->getFosRest_Routing_Loader_DirectoryService());
  2472.         $a->addLoader($this->getFosRest_Routing_Loader_ControllerService());
  2473.         $a->addLoader($this->getFosRest_Routing_Loader_YamlCollectionService());
  2474.         $a->addLoader($this->getFosRest_Routing_Loader_XmlCollectionService());
  2475.         $a->addLoader($c);
  2476.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2477.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2478.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  2479.     }
  2480.     /**
  2481.      * Gets the public 'security.acl.dbal.schema' shared service.
  2482.      *
  2483.      * @return \Symfony\Component\Security\Acl\Dbal\Schema
  2484.      */
  2485.     protected function getSecurity_Acl_Dbal_SchemaService()
  2486.     {
  2487.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php';
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/Schema.php';
  2490.         return $this->services['security.acl.dbal.schema'] = new \Symfony\Component\Security\Acl\Dbal\Schema(['class_table_name' => 'acl_classes''entry_table_name' => 'acl_entries''oid_table_name' => 'acl_object_identities''oid_ancestors_table_name' => 'acl_object_identity_ancestors''sid_table_name' => 'acl_security_identities'], ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2491.     }
  2492.     /**
  2493.      * Gets the public 'security.acl.provider' shared service.
  2494.      *
  2495.      * @return \Symfony\Component\Security\Acl\Dbal\MutableAclProvider
  2496.      */
  2497.     protected function getSecurity_Acl_ProviderService()
  2498.     {
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/AclProviderInterface.php';
  2500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/AclProvider.php';
  2501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/MutableAclProviderInterface.php';
  2502.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/PropertyChangedListener.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/MutableAclProvider.php';
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/PermissionGrantingStrategyInterface.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/PermissionGrantingStrategy.php';
  2506.         return $this->services['security.acl.provider'] = new \Symfony\Component\Security\Acl\Dbal\MutableAclProvider(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), new \Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy(), ['class_table_name' => 'acl_classes''entry_table_name' => 'acl_entries''oid_table_name' => 'acl_object_identities''oid_ancestors_table_name' => 'acl_object_identity_ancestors''sid_table_name' => 'acl_security_identities'], NULL);
  2507.     }
  2508.     /**
  2509.      * Gets the public 'security.authentication_utils' shared service.
  2510.      *
  2511.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2512.      */
  2513.     protected function getSecurity_AuthenticationUtilsService()
  2514.     {
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2516.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2517.     }
  2518.     /**
  2519.      * Gets the public 'security.authorization_checker' shared service.
  2520.      *
  2521.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2522.      */
  2523.     protected function getSecurity_AuthorizationCheckerService()
  2524.     {
  2525.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  2526.     }
  2527.     /**
  2528.      * Gets the public 'security.csrf.token_manager' shared service.
  2529.      *
  2530.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2531.      */
  2532.     protected function getSecurity_Csrf_TokenManagerService()
  2533.     {
  2534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2537.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2538.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2539.     }
  2540.     /**
  2541.      * Gets the public 'security.password_encoder' shared service.
  2542.      *
  2543.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2544.      */
  2545.     protected function getSecurity_PasswordEncoderService()
  2546.     {
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2549.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2550.     }
  2551.     /**
  2552.      * Gets the public 'security.token_storage' shared service.
  2553.      *
  2554.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2555.      */
  2556.     protected function getSecurity_TokenStorageService()
  2557.     {
  2558.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2559.             'session' => ['services''session''getSessionService'false],
  2560.         ], [
  2561.             'session' => '?',
  2562.         ]));
  2563.     }
  2564.     /**
  2565.      * Gets the public 'serializer' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\Serializer\Serializer
  2568.      */
  2569.     protected function getSerializerService()
  2570.     {
  2571.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2572.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2573.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2574.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2575.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2576.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2577.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2578.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2579.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2580.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2581.         include_once \dirname(__DIR__4).'/src/Infrastructure/Normalizer/ConstraintViolationListNormalizer.php';
  2582.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2593.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2605.         $a = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  2606.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2607.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \App\Infrastructure\Normalizer\ConstraintViolationListNormalizer(), => new \FOS\RestBundle\Serializer\Normalizer\FormErrorNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $a), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($b$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($b), NULL, [])], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  2608.     }
  2609.     /**
  2610.      * Gets the public 'services_resetter' shared service.
  2611.      *
  2612.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2613.      */
  2614.     protected function getServicesResetterService()
  2615.     {
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2617.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2618.             if (isset($this->services['cache.app'])) {
  2619.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2620.             }
  2621.             if (isset($this->services['cache.system'])) {
  2622.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2623.             }
  2624.             if (isset($this->privates['cache.validator'])) {
  2625.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2626.             }
  2627.             if (isset($this->privates['cache.serializer'])) {
  2628.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2629.             }
  2630.             if (isset($this->privates['cache.annotations'])) {
  2631.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2632.             }
  2633.             if (isset($this->privates['cache.property_info'])) {
  2634.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2635.             }
  2636.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2637.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2638.             }
  2639.             if (isset($this->services['profiler'])) {
  2640.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2641.             }
  2642.             if (isset($this->services['validator'])) {
  2643.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2644.             }
  2645.             if (isset($this->privates['debug.stopwatch'])) {
  2646.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2647.             }
  2648.             if (isset($this->services['event_dispatcher'])) {
  2649.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2650.             }
  2651.             if (isset($this->services['security.token_storage'])) {
  2652.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2653.             }
  2654.             if (isset($this->privates['cache.security_expression_language'])) {
  2655.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2656.             }
  2657.             if (isset($this->services['doctrine'])) {
  2658.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2659.             }
  2660.             if (isset($this->privates['form.type.entity'])) {
  2661.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2662.             }
  2663.             if (isset($this->privates['monolog.handler.main'])) {
  2664.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2665.             }
  2666.             if (isset($this->privates['monolog.handler.console'])) {
  2667.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2668.             }
  2669.             if (isset($this->services['fos_rest.view_handler'])) {
  2670.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  2671.             }
  2672.         }, function () {
  2673.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['fos_rest.view_handler']));
  2674.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset']]);
  2675.     }
  2676.     /**
  2677.      * Gets the public 'session' shared service.
  2678.      *
  2679.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2680.      */
  2681.     protected function getSessionService()
  2682.     {
  2683.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2684.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2685.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2686.     }
  2687.     /**
  2688.      * Gets the public 'sonata.admin.action.append_form_field_element' shared service.
  2689.      *
  2690.      * @return \Sonata\AdminBundle\Action\AppendFormFieldElementAction
  2691.      */
  2692.     protected function getSonata_Admin_Action_AppendFormFieldElementService()
  2693.     {
  2694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/AppendFormFieldElementAction.php';
  2695.         return $this->services['sonata.admin.action.append_form_field_element'] = new \Sonata\AdminBundle\Action\AppendFormFieldElementAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  2696.     }
  2697.     /**
  2698.      * Gets the public 'sonata.admin.action.get_short_object_description' shared service.
  2699.      *
  2700.      * @return \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction
  2701.      */
  2702.     protected function getSonata_Admin_Action_GetShortObjectDescriptionService()
  2703.     {
  2704.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/GetShortObjectDescriptionAction.php';
  2705.         return $this->services['sonata.admin.action.get_short_object_description'] = new \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2706.     }
  2707.     /**
  2708.      * Gets the public 'sonata.admin.action.retrieve_autocomplete_items' shared service.
  2709.      *
  2710.      * @return \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction
  2711.      */
  2712.     protected function getSonata_Admin_Action_RetrieveAutocompleteItemsService()
  2713.     {
  2714.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveAutocompleteItemsAction.php';
  2715.         return $this->services['sonata.admin.action.retrieve_autocomplete_items'] = new \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2716.     }
  2717.     /**
  2718.      * Gets the public 'sonata.admin.action.retrieve_form_field_element' shared service.
  2719.      *
  2720.      * @return \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction
  2721.      */
  2722.     protected function getSonata_Admin_Action_RetrieveFormFieldElementService()
  2723.     {
  2724.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php';
  2725.         return $this->services['sonata.admin.action.retrieve_form_field_element'] = new \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  2726.     }
  2727.     /**
  2728.      * Gets the public 'sonata.admin.action.set_object_field_value' shared service.
  2729.      *
  2730.      * @return \Sonata\AdminBundle\Action\SetObjectFieldValueAction
  2731.      */
  2732.     protected function getSonata_Admin_Action_SetObjectFieldValueService()
  2733.     {
  2734.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SetObjectFieldValueAction.php';
  2735.         return $this->services['sonata.admin.action.set_object_field_value'] = new \Sonata\AdminBundle\Action\SetObjectFieldValueAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['validator'] ?? $this->getValidatorService()));
  2736.     }
  2737.     /**
  2738.      * Gets the public 'sonata.admin.audit.manager' shared service.
  2739.      *
  2740.      * @return \Sonata\AdminBundle\Model\AuditManager
  2741.      */
  2742.     protected function getSonata_Admin_Audit_ManagerService()
  2743.     {
  2744.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  2745.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  2746.         return $this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this);
  2747.     }
  2748.     /**
  2749.      * Gets the public 'sonata.admin.block.admin_list' shared service.
  2750.      *
  2751.      * @return \Sonata\AdminBundle\Block\AdminListBlockService
  2752.      */
  2753.     protected function getSonata_Admin_Block_AdminListService()
  2754.     {
  2755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2757.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2758.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminListBlockService.php';
  2759.         return $this->services['sonata.admin.block.admin_list'] = new \Sonata\AdminBundle\Block\AdminListBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  2760.     }
  2761.     /**
  2762.      * Gets the public 'sonata.admin.block.search_result' shared service.
  2763.      *
  2764.      * @return \Sonata\AdminBundle\Block\AdminSearchBlockService
  2765.      */
  2766.     protected function getSonata_Admin_Block_SearchResultService()
  2767.     {
  2768.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2769.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2770.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2771.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminSearchBlockService.php';
  2772.         return $this->services['sonata.admin.block.search_result'] = new \Sonata\AdminBundle\Block\AdminSearchBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.search.handler'] ?? $this->getSonata_Admin_Search_HandlerService()));
  2773.     }
  2774.     /**
  2775.      * Gets the public 'sonata.admin.block.stats' shared service.
  2776.      *
  2777.      * @return \Sonata\AdminBundle\Block\AdminStatsBlockService
  2778.      */
  2779.     protected function getSonata_Admin_Block_StatsService()
  2780.     {
  2781.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2782.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2783.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2784.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminStatsBlockService.php';
  2785.         return $this->services['sonata.admin.block.stats'] = new \Sonata\AdminBundle\Block\AdminStatsBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2786.     }
  2787.     /**
  2788.      * Gets the public 'sonata.admin.breadcrumbs_builder' shared service.
  2789.      *
  2790.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  2791.      */
  2792.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  2793.     {
  2794.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  2795.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  2796.         return $this->services['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  2797.     }
  2798.     /**
  2799.      * Gets the public 'sonata.admin.builder.filter.factory' shared service.
  2800.      *
  2801.      * @return \Sonata\AdminBundle\Filter\FilterFactory
  2802.      */
  2803.     protected function getSonata_Admin_Builder_Filter_FactoryService()
  2804.     {
  2805.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactoryInterface.php';
  2806.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactory.php';
  2807.         return $this->services['sonata.admin.builder.filter.factory'] = new \Sonata\AdminBundle\Filter\FilterFactory($this, ['Sonata\\DoctrineORMAdminBundle\\Filter\\BooleanFilter' => 'sonata.admin.orm.filter.type.boolean''doctrine_orm_boolean' => 'sonata.admin.orm.filter.type.boolean''Sonata\\DoctrineORMAdminBundle\\Filter\\CallbackFilter' => 'sonata.admin.orm.filter.type.callback''doctrine_orm_callback' => 'sonata.admin.orm.filter.type.callback''Sonata\\DoctrineORMAdminBundle\\Filter\\ChoiceFilter' => 'sonata.admin.orm.filter.type.choice''doctrine_orm_choice' => 'sonata.admin.orm.filter.type.choice''Sonata\\DoctrineORMAdminBundle\\Filter\\ModelFilter' => 'sonata.admin.orm.filter.type.model''doctrine_orm_model' => 'sonata.admin.orm.filter.type.model''Sonata\\DoctrineORMAdminBundle\\Filter\\ModelAutocompleteFilter' => 'sonata.admin.orm.filter.type.model_autocomplete''doctrine_orm_model_autocomplete' => 'sonata.admin.orm.filter.type.model_autocomplete''Sonata\\DoctrineORMAdminBundle\\Filter\\StringFilter' => 'sonata.admin.orm.filter.type.string''doctrine_orm_string' => 'sonata.admin.orm.filter.type.string''Sonata\\DoctrineORMAdminBundle\\Filter\\NumberFilter' => 'sonata.admin.orm.filter.type.number''doctrine_orm_number' => 'sonata.admin.orm.filter.type.number''Sonata\\DoctrineORMAdminBundle\\Filter\\DateFilter' => 'sonata.admin.orm.filter.type.date''doctrine_orm_date' => 'sonata.admin.orm.filter.type.date''Sonata\\DoctrineORMAdminBundle\\Filter\\DateRangeFilter' => 'sonata.admin.orm.filter.type.date_range''doctrine_orm_date_range' => 'sonata.admin.orm.filter.type.date_range''Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeFilter' => 'sonata.admin.orm.filter.type.datetime''doctrine_orm_datetime' => 'sonata.admin.orm.filter.type.datetime''Sonata\\DoctrineORMAdminBundle\\Filter\\TimeFilter' => 'sonata.admin.orm.filter.type.time''doctrine_orm_time' => 'sonata.admin.orm.filter.type.time''Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeRangeFilter' => 'sonata.admin.orm.filter.type.datetime_range''doctrine_orm_datetime_range' => 'sonata.admin.orm.filter.type.datetime_range''Sonata\\DoctrineORMAdminBundle\\Filter\\ClassFilter' => 'sonata.admin.orm.filter.type.class''doctrine_orm_class' => 'sonata.admin.orm.filter.type.class']);
  2808.     }
  2809.     /**
  2810.      * Gets the public 'sonata.admin.controller.admin' shared service.
  2811.      *
  2812.      * @return \Sonata\AdminBundle\Controller\HelperController
  2813.      *
  2814.      * @deprecated The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since version 3.38.0 and will be removed in 4.0.
  2815.      */
  2816.     protected function getSonata_Admin_Controller_AdminService()
  2817.     {
  2818.         @trigger_error('The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since version 3.38.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  2819.         return $this->services['sonata.admin.controller.admin'] = new \Sonata\AdminBundle\Controller\HelperController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()), ($this->services['validator'] ?? $this->getValidatorService()));
  2820.     }
  2821.     /**
  2822.      * Gets the public 'sonata.admin.doctrine_orm.form.type.choice_field_mask' shared service.
  2823.      *
  2824.      * @return \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType
  2825.      */
  2826.     protected function getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService()
  2827.     {
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ChoiceFieldMaskType.php';
  2831.         return $this->services['sonata.admin.doctrine_orm.form.type.choice_field_mask'] = new \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType();
  2832.     }
  2833.     /**
  2834.      * Gets the public 'sonata.admin.event.extension' shared service.
  2835.      *
  2836.      * @return \Sonata\AdminBundle\Event\AdminEventExtension
  2837.      */
  2838.     protected function getSonata_Admin_Event_ExtensionService()
  2839.     {
  2840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Event/AdminEventExtension.php';
  2843.         return $this->services['sonata.admin.event.extension'] = new \Sonata\AdminBundle\Event\AdminEventExtension(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2844.     }
  2845.     /**
  2846.      * Gets the public 'sonata.admin.exporter' shared service.
  2847.      *
  2848.      * @return \Sonata\AdminBundle\Export\Exporter
  2849.      *
  2850.      * @deprecated The service "sonata.admin.exporter" is deprecated in favor of the "sonata.exporter.exporter" service since version 3.14 and will be removed in 4.0.
  2851.      */
  2852.     protected function getSonata_Admin_ExporterService()
  2853.     {
  2854.         @trigger_error('The service "sonata.admin.exporter" is deprecated in favor of the "sonata.exporter.exporter" service since version 3.14 and will be removed in 4.0.'E_USER_DEPRECATED);
  2855.         return $this->services['sonata.admin.exporter'] = new \Sonata\AdminBundle\Export\Exporter();
  2856.     }
  2857.     /**
  2858.      * Gets the public 'sonata.admin.form.extension.choice' shared service.
  2859.      *
  2860.      * @return \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension
  2861.      */
  2862.     protected function getSonata_Admin_Form_Extension_ChoiceService()
  2863.     {
  2864.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  2865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  2866.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/ChoiceTypeExtension.php';
  2867.         return $this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension();
  2868.     }
  2869.     /**
  2870.      * Gets the public 'sonata.admin.form.extension.field' shared service.
  2871.      *
  2872.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension
  2873.      */
  2874.     protected function getSonata_Admin_Form_Extension_FieldService()
  2875.     {
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  2877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  2878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/FormTypeFieldExtension.php';
  2879.         return $this->services['sonata.admin.form.extension.field'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension(['Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\EmailType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => ''], ['legacy_twig_text_extension' => false'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]);
  2880.     }
  2881.     /**
  2882.      * Gets the public 'sonata.admin.form.extension.field.mopa' shared service.
  2883.      *
  2884.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension
  2885.      */
  2886.     protected function getSonata_Admin_Form_Extension_Field_MopaService()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  2890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/MopaCompatibilityTypeFieldExtension.php';
  2891.         return $this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension();
  2892.     }
  2893.     /**
  2894.      * Gets the public 'sonata.admin.form.filter.type.choice' shared service.
  2895.      *
  2896.      * @return \Sonata\AdminBundle\Form\Type\Filter\ChoiceType
  2897.      */
  2898.     protected function getSonata_Admin_Form_Filter_Type_ChoiceService()
  2899.     {
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php';
  2903.         return $this->services['sonata.admin.form.filter.type.choice'] = new \Sonata\AdminBundle\Form\Type\Filter\ChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  2904.     }
  2905.     /**
  2906.      * Gets the public 'sonata.admin.form.filter.type.date' shared service.
  2907.      *
  2908.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateType
  2909.      */
  2910.     protected function getSonata_Admin_Form_Filter_Type_DateService()
  2911.     {
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2914.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php';
  2915.         return $this->services['sonata.admin.form.filter.type.date'] = new \Sonata\AdminBundle\Form\Type\Filter\DateType(($this->services['translator'] ?? $this->getTranslatorService()));
  2916.     }
  2917.     /**
  2918.      * Gets the public 'sonata.admin.form.filter.type.daterange' shared service.
  2919.      *
  2920.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateRangeType
  2921.      */
  2922.     protected function getSonata_Admin_Form_Filter_Type_DaterangeService()
  2923.     {
  2924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php';
  2927.         return $this->services['sonata.admin.form.filter.type.daterange'] = new \Sonata\AdminBundle\Form\Type\Filter\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  2928.     }
  2929.     /**
  2930.      * Gets the public 'sonata.admin.form.filter.type.datetime' shared service.
  2931.      *
  2932.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeType
  2933.      */
  2934.     protected function getSonata_Admin_Form_Filter_Type_DatetimeService()
  2935.     {
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php';
  2939.         return $this->services['sonata.admin.form.filter.type.datetime'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeType(($this->services['translator'] ?? $this->getTranslatorService()));
  2940.     }
  2941.     /**
  2942.      * Gets the public 'sonata.admin.form.filter.type.datetime_range' shared service.
  2943.      *
  2944.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType
  2945.      */
  2946.     protected function getSonata_Admin_Form_Filter_Type_DatetimeRangeService()
  2947.     {
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php';
  2951.         return $this->services['sonata.admin.form.filter.type.datetime_range'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  2952.     }
  2953.     /**
  2954.      * Gets the public 'sonata.admin.form.filter.type.default' shared service.
  2955.      *
  2956.      * @return \Sonata\AdminBundle\Form\Type\Filter\DefaultType
  2957.      */
  2958.     protected function getSonata_Admin_Form_Filter_Type_DefaultService()
  2959.     {
  2960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2962.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DefaultType.php';
  2963.         return $this->services['sonata.admin.form.filter.type.default'] = new \Sonata\AdminBundle\Form\Type\Filter\DefaultType();
  2964.     }
  2965.     /**
  2966.      * Gets the public 'sonata.admin.form.filter.type.number' shared service.
  2967.      *
  2968.      * @return \Sonata\AdminBundle\Form\Type\Filter\NumberType
  2969.      */
  2970.     protected function getSonata_Admin_Form_Filter_Type_NumberService()
  2971.     {
  2972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2974.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php';
  2975.         return $this->services['sonata.admin.form.filter.type.number'] = new \Sonata\AdminBundle\Form\Type\Filter\NumberType(($this->services['translator'] ?? $this->getTranslatorService()));
  2976.     }
  2977.     /**
  2978.      * Gets the public 'sonata.admin.form.type.admin' shared service.
  2979.      *
  2980.      * @return \Sonata\AdminBundle\Form\Type\AdminType
  2981.      */
  2982.     protected function getSonata_Admin_Form_Type_AdminService()
  2983.     {
  2984.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2985.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2986.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/AdminType.php';
  2987.         return $this->services['sonata.admin.form.type.admin'] = new \Sonata\AdminBundle\Form\Type\AdminType(($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  2988.     }
  2989.     /**
  2990.      * Gets the public 'sonata.admin.form.type.collection' shared service.
  2991.      *
  2992.      * @return \Sonata\AdminBundle\Form\Type\CollectionType
  2993.      */
  2994.     protected function getSonata_Admin_Form_Type_CollectionService()
  2995.     {
  2996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/CollectionType.php';
  2999.         return $this->services['sonata.admin.form.type.collection'] = new \Sonata\AdminBundle\Form\Type\CollectionType();
  3000.     }
  3001.     /**
  3002.      * Gets the public 'sonata.admin.form.type.model_autocomplete' shared service.
  3003.      *
  3004.      * @return \Sonata\AdminBundle\Form\Type\ModelAutocompleteType
  3005.      */
  3006.     protected function getSonata_Admin_Form_Type_ModelAutocompleteService()
  3007.     {
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3010.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelAutocompleteType.php';
  3011.         return $this->services['sonata.admin.form.type.model_autocomplete'] = new \Sonata\AdminBundle\Form\Type\ModelAutocompleteType();
  3012.     }
  3013.     /**
  3014.      * Gets the public 'sonata.admin.form.type.model_choice' shared service.
  3015.      *
  3016.      * @return \Sonata\AdminBundle\Form\Type\ModelType
  3017.      */
  3018.     protected function getSonata_Admin_Form_Type_ModelChoiceService()
  3019.     {
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelType.php';
  3023.         return $this->services['sonata.admin.form.type.model_choice'] = new \Sonata\AdminBundle\Form\Type\ModelType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3024.     }
  3025.     /**
  3026.      * Gets the public 'sonata.admin.form.type.model_hidden' shared service.
  3027.      *
  3028.      * @return \Sonata\AdminBundle\Form\Type\ModelHiddenType
  3029.      */
  3030.     protected function getSonata_Admin_Form_Type_ModelHiddenService()
  3031.     {
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3034.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelHiddenType.php';
  3035.         return $this->services['sonata.admin.form.type.model_hidden'] = new \Sonata\AdminBundle\Form\Type\ModelHiddenType();
  3036.     }
  3037.     /**
  3038.      * Gets the public 'sonata.admin.form.type.model_list' shared service.
  3039.      *
  3040.      * @return \Sonata\AdminBundle\Form\Type\ModelListType
  3041.      */
  3042.     protected function getSonata_Admin_Form_Type_ModelListService()
  3043.     {
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelListType.php';
  3047.         return $this->services['sonata.admin.form.type.model_list'] = new \Sonata\AdminBundle\Form\Type\ModelListType();
  3048.     }
  3049.     /**
  3050.      * Gets the public 'sonata.admin.form.type.model_reference' shared service.
  3051.      *
  3052.      * @return \Sonata\AdminBundle\Form\Type\ModelReferenceType
  3053.      */
  3054.     protected function getSonata_Admin_Form_Type_ModelReferenceService()
  3055.     {
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelReferenceType.php';
  3059.         return $this->services['sonata.admin.form.type.model_reference'] = new \Sonata\AdminBundle\Form\Type\ModelReferenceType();
  3060.     }
  3061.     /**
  3062.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  3063.      *
  3064.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3065.      */
  3066.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3067.     {
  3068.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3069.     }
  3070.     /**
  3071.      * Gets the public 'sonata.admin.helper' shared service.
  3072.      *
  3073.      * @return \Sonata\AdminBundle\Admin\AdminHelper
  3074.      */
  3075.     protected function getSonata_Admin_HelperService()
  3076.     {
  3077.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminHelper.php';
  3078.         return $this->services['sonata.admin.helper'] = new \Sonata\AdminBundle\Admin\AdminHelper(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3079.     }
  3080.     /**
  3081.      * Gets the public 'sonata.admin.label.strategy.bc' shared service.
  3082.      *
  3083.      * @return \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy
  3084.      */
  3085.     protected function getSonata_Admin_Label_Strategy_BcService()
  3086.     {
  3087.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3088.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/BCLabelTranslatorStrategy.php';
  3089.         return $this->services['sonata.admin.label.strategy.bc'] = new \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy();
  3090.     }
  3091.     /**
  3092.      * Gets the public 'sonata.admin.label.strategy.form_component' shared service.
  3093.      *
  3094.      * @return \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy
  3095.      */
  3096.     protected function getSonata_Admin_Label_Strategy_FormComponentService()
  3097.     {
  3098.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/FormLabelTranslatorStrategy.php';
  3100.         return $this->services['sonata.admin.label.strategy.form_component'] = new \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy();
  3101.     }
  3102.     /**
  3103.      * Gets the public 'sonata.admin.label.strategy.native' shared service.
  3104.      *
  3105.      * @return \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy
  3106.      */
  3107.     protected function getSonata_Admin_Label_Strategy_NativeService()
  3108.     {
  3109.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3111.         return $this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy();
  3112.     }
  3113.     /**
  3114.      * Gets the public 'sonata.admin.label.strategy.noop' shared service.
  3115.      *
  3116.      * @return \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy
  3117.      */
  3118.     protected function getSonata_Admin_Label_Strategy_NoopService()
  3119.     {
  3120.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3121.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NoopLabelTranslatorStrategy.php';
  3122.         return $this->services['sonata.admin.label.strategy.noop'] = new \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy();
  3123.     }
  3124.     /**
  3125.      * Gets the public 'sonata.admin.label.strategy.underscore' shared service.
  3126.      *
  3127.      * @return \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy
  3128.      */
  3129.     protected function getSonata_Admin_Label_Strategy_UnderscoreService()
  3130.     {
  3131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3132.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  3133.         return $this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy();
  3134.     }
  3135.     /**
  3136.      * Gets the public 'sonata.admin.manager.orm' shared service.
  3137.      *
  3138.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  3139.      */
  3140.     protected function getSonata_Admin_Manager_OrmService()
  3141.     {
  3142.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  3144.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  3145.         return $this->services['sonata.admin.manager.orm'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3146.     }
  3147.     /**
  3148.      * Gets the public 'sonata.admin.manipulator.acl.admin' shared service.
  3149.      *
  3150.      * @return \Sonata\AdminBundle\Util\AdminAclManipulator
  3151.      */
  3152.     protected function getSonata_Admin_Manipulator_Acl_AdminService()
  3153.     {
  3154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  3155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  3156.         return $this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  3157.     }
  3158.     /**
  3159.      * Gets the public 'sonata.admin.manipulator.acl.object.orm' shared service.
  3160.      *
  3161.      * @return \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator
  3162.      */
  3163.     protected function getSonata_Admin_Manipulator_Acl_Object_OrmService()
  3164.     {
  3165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  3168.         return $this->services['sonata.admin.manipulator.acl.object.orm'] = new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator();
  3169.     }
  3170.     /**
  3171.      * Gets the public 'sonata.admin.menu.matcher.voter.active' shared service.
  3172.      *
  3173.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter
  3174.      */
  3175.     protected function getSonata_Admin_Menu_Matcher_Voter_ActiveService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/ActiveVoter.php';
  3179.         return $this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter();
  3180.     }
  3181.     /**
  3182.      * Gets the public 'sonata.admin.menu.matcher.voter.admin' shared service.
  3183.      *
  3184.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter
  3185.      */
  3186.     protected function getSonata_Admin_Menu_Matcher_Voter_AdminService()
  3187.     {
  3188.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  3189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/AdminVoter.php';
  3190.         return $this->services['sonata.admin.menu.matcher.voter.admin'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3191.     }
  3192.     /**
  3193.      * Gets the public 'sonata.admin.menu.matcher.voter.children' shared service.
  3194.      *
  3195.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter
  3196.      *
  3197.      * @deprecated The "sonata.admin.menu.matcher.voter.children" service is deprecated since 3.28 and will be removed in 4.0.
  3198.      */
  3199.     protected function getSonata_Admin_Menu_Matcher_Voter_ChildrenService()
  3200.     {
  3201.         @trigger_error('The "sonata.admin.menu.matcher.voter.children" service is deprecated since 3.28 and will be removed in 4.0.'E_USER_DEPRECATED);
  3202.         return $this->services['sonata.admin.menu.matcher.voter.children'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  3203.     }
  3204.     /**
  3205.      * Gets the public 'sonata.admin.menu_builder' shared service.
  3206.      *
  3207.      * @return \Sonata\AdminBundle\Menu\MenuBuilder
  3208.      */
  3209.     protected function getSonata_Admin_MenuBuilderService()
  3210.     {
  3211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/MenuBuilder.php';
  3212.         return $this->services['sonata.admin.menu_builder'] = new \Sonata\AdminBundle\Menu\MenuBuilder(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  3213.     }
  3214.     /**
  3215.      * Gets the public 'sonata.admin.object.manipulator.acl.admin' shared service.
  3216.      *
  3217.      * @return \Sonata\AdminBundle\Util\AdminObjectAclManipulator
  3218.      */
  3219.     protected function getSonata_Admin_Object_Manipulator_Acl_AdminService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminObjectAclManipulator.php';
  3222.         return $this->services['sonata.admin.object.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminObjectAclManipulator(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  3223.     }
  3224.     /**
  3225.      * Gets the public 'sonata.admin.orm.filter.type.boolean' service.
  3226.      *
  3227.      * @return \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter
  3228.      */
  3229.     protected function getSonata_Admin_Orm_Filter_Type_BooleanService()
  3230.     {
  3231.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3232.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3233.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3234.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/BooleanFilter.php';
  3235.         return new \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter();
  3236.     }
  3237.     /**
  3238.      * Gets the public 'sonata.admin.orm.filter.type.callback' service.
  3239.      *
  3240.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter
  3241.      */
  3242.     protected function getSonata_Admin_Orm_Filter_Type_CallbackService()
  3243.     {
  3244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3245.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3246.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3247.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CallbackFilter.php';
  3248.         return new \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter();
  3249.     }
  3250.     /**
  3251.      * Gets the public 'sonata.admin.orm.filter.type.choice' service.
  3252.      *
  3253.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter
  3254.      */
  3255.     protected function getSonata_Admin_Orm_Filter_Type_ChoiceService()
  3256.     {
  3257.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3259.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3260.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ChoiceFilter.php';
  3261.         return new \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter();
  3262.     }
  3263.     /**
  3264.      * Gets the public 'sonata.admin.orm.filter.type.class' service.
  3265.      *
  3266.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter
  3267.      */
  3268.     protected function getSonata_Admin_Orm_Filter_Type_ClassService()
  3269.     {
  3270.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3272.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3273.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ClassFilter.php';
  3274.         return new \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter();
  3275.     }
  3276.     /**
  3277.      * Gets the public 'sonata.admin.orm.filter.type.date' service.
  3278.      *
  3279.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateFilter
  3280.      */
  3281.     protected function getSonata_Admin_Orm_Filter_Type_DateService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3285.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3286.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateFilter.php';
  3288.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateFilter();
  3289.     }
  3290.     /**
  3291.      * Gets the public 'sonata.admin.orm.filter.type.date_range' service.
  3292.      *
  3293.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter
  3294.      */
  3295.     protected function getSonata_Admin_Orm_Filter_Type_DateRangeService()
  3296.     {
  3297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3299.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3300.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateRangeFilter.php';
  3302.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter();
  3303.     }
  3304.     /**
  3305.      * Gets the public 'sonata.admin.orm.filter.type.datetime' service.
  3306.      *
  3307.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter
  3308.      */
  3309.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3315.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeFilter.php';
  3316.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter();
  3317.     }
  3318.     /**
  3319.      * Gets the public 'sonata.admin.orm.filter.type.datetime_range' service.
  3320.      *
  3321.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter
  3322.      */
  3323.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeRangeService()
  3324.     {
  3325.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3326.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3327.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3328.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3329.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeRangeFilter.php';
  3330.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter();
  3331.     }
  3332.     /**
  3333.      * Gets the public 'sonata.admin.orm.filter.type.model' service.
  3334.      *
  3335.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter
  3336.      */
  3337.     protected function getSonata_Admin_Orm_Filter_Type_ModelService()
  3338.     {
  3339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3340.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3341.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3342.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelFilter.php';
  3343.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter();
  3344.     }
  3345.     /**
  3346.      * Gets the public 'sonata.admin.orm.filter.type.model_autocomplete' service.
  3347.      *
  3348.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter
  3349.      */
  3350.     protected function getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService()
  3351.     {
  3352.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3354.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3355.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelAutocompleteFilter.php';
  3356.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter();
  3357.     }
  3358.     /**
  3359.      * Gets the public 'sonata.admin.orm.filter.type.number' service.
  3360.      *
  3361.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter
  3362.      */
  3363.     protected function getSonata_Admin_Orm_Filter_Type_NumberService()
  3364.     {
  3365.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3367.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3368.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NumberFilter.php';
  3369.         return new \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter();
  3370.     }
  3371.     /**
  3372.      * Gets the public 'sonata.admin.orm.filter.type.string' service.
  3373.      *
  3374.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringFilter
  3375.      */
  3376.     protected function getSonata_Admin_Orm_Filter_Type_StringService()
  3377.     {
  3378.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3381.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringFilter.php';
  3382.         return new \Sonata\DoctrineORMAdminBundle\Filter\StringFilter();
  3383.     }
  3384.     /**
  3385.      * Gets the public 'sonata.admin.orm.filter.type.time' service.
  3386.      *
  3387.      * @return \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter
  3388.      */
  3389.     protected function getSonata_Admin_Orm_Filter_Type_TimeService()
  3390.     {
  3391.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3394.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3395.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/TimeFilter.php';
  3396.         return new \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter();
  3397.     }
  3398.     /**
  3399.      * Gets the public 'sonata.admin.pool' shared service.
  3400.      *
  3401.      * @return \Sonata\AdminBundle\Admin\Pool
  3402.      */
  3403.     protected function getSonata_Admin_PoolService()
  3404.     {
  3405.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'Sonata Admin''bundles/sonataadmin/logo_title.png', ['legacy_twig_text_extension' => false'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()));
  3406.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  3407.         $instance->setAdminServiceIds([=> 'admin.account'=> 'admin.client'=> 'admin.transaction'=> 'sonata.user.admin.user'=> 'sonata.user.admin.group']);
  3408.         $instance->setAdminGroups(['admin' => ['label' => 'admin''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.account''label' => 'Account''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.client''label' => 'Client''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.transaction''label' => 'Transaction''route' => '''route_params' => [], 'route_absolute' => false]]], 'sonata_user' => ['label' => 'sonata_user''label_catalogue' => 'SonataUserBundle''icon' => '<i class=\'fa fa-users\'></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'sonata.user.admin.user''label' => 'users''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'sonata.user.admin.group''label' => 'groups''route' => '''route_params' => [], 'route_absolute' => false]]]]);
  3409.         $instance->setAdminClasses(['App\\Entity\\Account' => [=> 'admin.account'], 'App\\Entity\\Client' => [=> 'admin.client'], 'App\\Entity\\Transaction' => [=> 'admin.transaction'], 'App\\Entity\\User' => [=> 'sonata.user.admin.user'], 'App\\Entity\\Group' => [=> 'sonata.user.admin.group']]);
  3410.         return $instance;
  3411.     }
  3412.     /**
  3413.      * Gets the public 'sonata.admin.route.cache' shared service.
  3414.      *
  3415.      * @return \Sonata\AdminBundle\Route\RoutesCache
  3416.      */
  3417.     protected function getSonata_Admin_Route_CacheService()
  3418.     {
  3419.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3420.         return $this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true);
  3421.     }
  3422.     /**
  3423.      * Gets the public 'sonata.admin.route.cache_warmup' shared service.
  3424.      *
  3425.      * @return \Sonata\AdminBundle\Route\RoutesCacheWarmUp
  3426.      */
  3427.     protected function getSonata_Admin_Route_CacheWarmupService()
  3428.     {
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCacheWarmUp.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3432.         return $this->services['sonata.admin.route.cache_warmup'] = new \Sonata\AdminBundle\Route\RoutesCacheWarmUp(($this->services['sonata.admin.route.cache'] ?? ($this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true))), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3433.     }
  3434.     /**
  3435.      * Gets the public 'sonata.admin.route.default_generator' shared service.
  3436.      *
  3437.      * @return \Sonata\AdminBundle\Route\DefaultRouteGenerator
  3438.      */
  3439.     protected function getSonata_Admin_Route_DefaultGeneratorService()
  3440.     {
  3441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RouteGeneratorInterface.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/DefaultRouteGenerator.php';
  3443.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3444.         return $this->services['sonata.admin.route.default_generator'] = new \Sonata\AdminBundle\Route\DefaultRouteGenerator(($this->services['router'] ?? $this->getRouterService()), ($this->services['sonata.admin.route.cache'] ?? ($this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true))));
  3445.     }
  3446.     /**
  3447.      * Gets the public 'sonata.admin.route.path_info' shared service.
  3448.      *
  3449.      * @return \Sonata\AdminBundle\Route\PathInfoBuilder
  3450.      */
  3451.     protected function getSonata_Admin_Route_PathInfoService()
  3452.     {
  3453.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  3454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/PathInfoBuilder.php';
  3455.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  3456.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  3457.         return $this->services['sonata.admin.route.path_info'] = new \Sonata\AdminBundle\Route\PathInfoBuilder(($this->services['sonata.admin.audit.manager'] ?? ($this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this))));
  3458.     }
  3459.     /**
  3460.      * Gets the public 'sonata.admin.route.query_string' shared service.
  3461.      *
  3462.      * @return \Sonata\AdminBundle\Route\QueryStringBuilder
  3463.      */
  3464.     protected function getSonata_Admin_Route_QueryStringService()
  3465.     {
  3466.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/QueryStringBuilder.php';
  3468.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  3469.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  3470.         return $this->services['sonata.admin.route.query_string'] = new \Sonata\AdminBundle\Route\QueryStringBuilder(($this->services['sonata.admin.audit.manager'] ?? ($this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this))));
  3471.     }
  3472.     /**
  3473.      * Gets the public 'sonata.admin.route_loader' shared service.
  3474.      *
  3475.      * @return \Sonata\AdminBundle\Route\AdminPoolLoader
  3476.      */
  3477.     protected function getSonata_Admin_RouteLoaderService()
  3478.     {
  3479.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3481.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/AdminPoolLoader.php';
  3482.         return $this->services['sonata.admin.route_loader'] = new \Sonata\AdminBundle\Route\AdminPoolLoader(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), [=> 'admin.account'=> 'admin.client'=> 'admin.transaction'=> 'sonata.user.admin.user'=> 'sonata.user.admin.group'], $this);
  3483.     }
  3484.     /**
  3485.      * Gets the public 'sonata.admin.search.handler' shared service.
  3486.      *
  3487.      * @return \Sonata\AdminBundle\Search\SearchHandler
  3488.      */
  3489.     protected function getSonata_Admin_Search_HandlerService()
  3490.     {
  3491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  3492.         return $this->services['sonata.admin.search.handler'] = new \Sonata\AdminBundle\Search\SearchHandler(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), true);
  3493.     }
  3494.     /**
  3495.      * Gets the public 'sonata.admin.sidebar_menu' shared service.
  3496.      *
  3497.      * @return \Knp\Menu\MenuItem
  3498.      */
  3499.     protected function getSonata_Admin_SidebarMenuService()
  3500.     {
  3501.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  3503.         return $this->services['sonata.admin.sidebar_menu'] = ($this->services['sonata.admin.menu_builder'] ?? $this->getSonata_Admin_MenuBuilderService())->createSidebarMenu();
  3504.     }
  3505.     /**
  3506.      * Gets the public 'sonata.admin.twig.extension' shared service.
  3507.      *
  3508.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  3509.      */
  3510.     protected function getSonata_Admin_Twig_ExtensionService()
  3511.     {
  3512.         $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()));
  3513.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  3514.         return $instance;
  3515.     }
  3516.     /**
  3517.      * Gets the public 'sonata.admin.twig.global' shared service.
  3518.      *
  3519.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  3520.      */
  3521.     protected function getSonata_Admin_Twig_GlobalService()
  3522.     {
  3523.         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,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==');
  3524.     }
  3525.     /**
  3526.      * Gets the public 'sonata.admin.validator.inline' shared service.
  3527.      *
  3528.      * @return \Sonata\CoreBundle\Validator\InlineValidator
  3529.      */
  3530.     protected function getSonata_Admin_Validator_InlineService()
  3531.     {
  3532.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3533.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3534.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Validator/InlineValidator.php';
  3535.         return $this->services['sonata.admin.validator.inline'] = new \Sonata\CoreBundle\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3536.     }
  3537.     /**
  3538.      * Gets the public 'sonata.block.context_manager.default' shared service.
  3539.      *
  3540.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  3541.      */
  3542.     protected function getSonata_Block_ContextManager_DefaultService()
  3543.     {
  3544.         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()));
  3545.     }
  3546.     /**
  3547.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  3548.      *
  3549.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  3550.      */
  3551.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  3552.     {
  3553.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3554.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/DebugOnlyFilter.php';
  3555.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  3556.     }
  3557.     /**
  3558.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  3559.      *
  3560.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  3561.      */
  3562.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  3563.     {
  3564.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3565.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/IgnoreClassFilter.php';
  3566.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  3567.     }
  3568.     /**
  3569.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  3570.      *
  3571.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  3572.      */
  3573.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  3574.     {
  3575.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepAllFilter.php';
  3577.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  3578.     }
  3579.     /**
  3580.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  3581.      *
  3582.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  3583.      */
  3584.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  3585.     {
  3586.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3587.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  3588.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  3589.     }
  3590.     /**
  3591.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  3592.      *
  3593.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  3594.      */
  3595.     protected function getSonata_Block_Exception_Renderer_InlineService()
  3596.     {
  3597.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineRenderer.php';
  3599.         return $this->services['sonata.block.exception.renderer.inline'] = new \Sonata\BlockBundle\Exception\Renderer\InlineRenderer(($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), '@SonataBlock/Block/block_exception.html.twig');
  3600.     }
  3601.     /**
  3602.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  3603.      *
  3604.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  3605.      */
  3606.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  3607.     {
  3608.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3609.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineDebugRenderer.php';
  3610.         return $this->services['sonata.block.exception.renderer.inline_debug'] = new \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer(($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), '@SonataBlock/Block/block_exception_debug.html.twig'truetrue);
  3611.     }
  3612.     /**
  3613.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  3614.      *
  3615.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  3616.      */
  3617.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  3618.     {
  3619.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3620.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  3621.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  3622.     }
  3623.     /**
  3624.      * Gets the public 'sonata.block.manager' shared service.
  3625.      *
  3626.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  3627.      */
  3628.     protected function getSonata_Block_ManagerService()
  3629.     {
  3630.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3631.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  3632.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  3633.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  3634.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  3635.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  3636.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  3637.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  3638.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  3639.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  3640.         return $instance;
  3641.     }
  3642.     /**
  3643.      * Gets the public 'sonata.block.menu.registry' shared service.
  3644.      *
  3645.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  3646.      */
  3647.     protected function getSonata_Block_Menu_RegistryService()
  3648.     {
  3649.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  3650.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  3651.         $this->services['sonata.block.menu.registry'] = $instance = new \Sonata\BlockBundle\Menu\MenuRegistry([]);
  3652.         $instance->add('sonata_admin_sidebar');
  3653.         return $instance;
  3654.     }
  3655.     /**
  3656.      * Gets the public 'sonata.block.renderer.default' shared service.
  3657.      *
  3658.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  3659.      */
  3660.     protected function getSonata_Block_Renderer_DefaultService()
  3661.     {
  3662.         $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'], [], []);
  3663.         $a->setDefaultFilter('debug_only');
  3664.         $a->setDefaultRenderer('throw');
  3665.         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);
  3666.     }
  3667.     /**
  3668.      * Gets the public 'sonata.block.service.container' shared service.
  3669.      *
  3670.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  3671.      */
  3672.     protected function getSonata_Block_Service_ContainerService()
  3673.     {
  3674.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3675.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3676.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3677.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3678.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3679.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  3680.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService('sonata.block.container', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3681.     }
  3682.     /**
  3683.      * Gets the public 'sonata.block.service.empty' shared service.
  3684.      *
  3685.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  3686.      */
  3687.     protected function getSonata_Block_Service_EmptyService()
  3688.     {
  3689.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  3693.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService('sonata.block.empty', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3694.     }
  3695.     /**
  3696.      * Gets the public 'sonata.block.service.menu' shared service.
  3697.      *
  3698.      * @return \Sonata\BlockBundle\Block\Service\MenuBlockService
  3699.      */
  3700.     protected function getSonata_Block_Service_MenuService()
  3701.     {
  3702.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3704.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3705.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3707.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
  3708.         return $this->services['sonata.block.service.menu'] = new \Sonata\BlockBundle\Block\Service\MenuBlockService('sonata.block.menu', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), ($this->services['sonata.block.menu.registry'] ?? $this->getSonata_Block_Menu_RegistryService()));
  3709.     }
  3710.     /**
  3711.      * Gets the public 'sonata.block.service.rss' shared service.
  3712.      *
  3713.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  3714.      */
  3715.     protected function getSonata_Block_Service_RssService()
  3716.     {
  3717.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3719.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3720.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  3723.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService('sonata.block.rss', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3724.     }
  3725.     /**
  3726.      * Gets the public 'sonata.block.service.template' shared service.
  3727.      *
  3728.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  3729.      */
  3730.     protected function getSonata_Block_Service_TemplateService()
  3731.     {
  3732.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3734.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3735.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3736.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  3738.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService('sonata.block.template', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3739.     }
  3740.     /**
  3741.      * Gets the public 'sonata.block.service.text' shared service.
  3742.      *
  3743.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  3744.      */
  3745.     protected function getSonata_Block_Service_TextService()
  3746.     {
  3747.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  3753.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService('sonata.block.text', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3754.     }
  3755.     /**
  3756.      * Gets the public 'sonata.core.form.type.array' shared service.
  3757.      *
  3758.      * @return \Sonata\Form\Type\ImmutableArrayType
  3759.      */
  3760.     protected function getSonata_Core_Form_Type_ArrayService()
  3761.     {
  3762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3764.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/ImmutableArrayType.php';
  3765.         return $this->services['sonata.core.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  3766.     }
  3767.     /**
  3768.      * Gets the public 'sonata.core.form.type.array_legacy' shared service.
  3769.      *
  3770.      * @return \Sonata\CoreBundle\Form\Type\ImmutableArrayType
  3771.      *
  3772.      * @deprecated The "sonata.core.form.type.array_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.array" instead.
  3773.      */
  3774.     protected function getSonata_Core_Form_Type_ArrayLegacyService()
  3775.     {
  3776.         @trigger_error('The "sonata.core.form.type.array_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.array" instead.'E_USER_DEPRECATED);
  3777.         return $this->services['sonata.core.form.type.array_legacy'] = new \Sonata\CoreBundle\Form\Type\ImmutableArrayType();
  3778.     }
  3779.     /**
  3780.      * Gets the public 'sonata.core.form.type.boolean' shared service.
  3781.      *
  3782.      * @return \Sonata\Form\Type\BooleanType
  3783.      */
  3784.     protected function getSonata_Core_Form_Type_BooleanService()
  3785.     {
  3786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BooleanType.php';
  3789.         return $this->services['sonata.core.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  3790.     }
  3791.     /**
  3792.      * Gets the public 'sonata.core.form.type.boolean_legacy' shared service.
  3793.      *
  3794.      * @return \Sonata\CoreBundle\Form\Type\BooleanType
  3795.      *
  3796.      * @deprecated The "sonata.core.form.type.boolean_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.boolean" instead.
  3797.      */
  3798.     protected function getSonata_Core_Form_Type_BooleanLegacyService()
  3799.     {
  3800.         @trigger_error('The "sonata.core.form.type.boolean_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.boolean" instead.'E_USER_DEPRECATED);
  3801.         return $this->services['sonata.core.form.type.boolean_legacy'] = new \Sonata\CoreBundle\Form\Type\BooleanType();
  3802.     }
  3803.     /**
  3804.      * Gets the public 'sonata.core.form.type.collection' shared service.
  3805.      *
  3806.      * @return \Sonata\Form\Type\CollectionType
  3807.      */
  3808.     protected function getSonata_Core_Form_Type_CollectionService()
  3809.     {
  3810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/CollectionType.php';
  3813.         return $this->services['sonata.core.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  3814.     }
  3815.     /**
  3816.      * Gets the public 'sonata.core.form.type.collection_legacy' shared service.
  3817.      *
  3818.      * @return \Sonata\CoreBundle\Form\Type\CollectionType
  3819.      *
  3820.      * @deprecated The "sonata.core.form.type.collection_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.collection" instead.
  3821.      */
  3822.     protected function getSonata_Core_Form_Type_CollectionLegacyService()
  3823.     {
  3824.         @trigger_error('The "sonata.core.form.type.collection_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.collection" instead.'E_USER_DEPRECATED);
  3825.         return $this->services['sonata.core.form.type.collection_legacy'] = new \Sonata\CoreBundle\Form\Type\CollectionType();
  3826.     }
  3827.     /**
  3828.      * Gets the public 'sonata.core.form.type.color_legacy' shared service.
  3829.      *
  3830.      * @return \Sonata\CoreBundle\Form\Type\ColorType
  3831.      *
  3832.      * @deprecated The "sonata.core.form.type.color_legacy" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
  3833.      */
  3834.     protected function getSonata_Core_Form_Type_ColorLegacyService()
  3835.     {
  3836.         @trigger_error('The "sonata.core.form.type.color_legacy" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.'E_USER_DEPRECATED);
  3837.         return $this->services['sonata.core.form.type.color_legacy'] = new \Sonata\CoreBundle\Form\Type\ColorType();
  3838.     }
  3839.     /**
  3840.      * Gets the public 'sonata.core.form.type.color_selector' shared service.
  3841.      *
  3842.      * @return \Sonata\CoreBundle\Form\Type\ColorSelectorType
  3843.      *
  3844.      * @deprecated The "sonata.core.form.type.color_selector" service is deprecated since 3.5 and will be removed in 4.0.
  3845.      */
  3846.     protected function getSonata_Core_Form_Type_ColorSelectorService()
  3847.     {
  3848.         @trigger_error('The "sonata.core.form.type.color_selector" service is deprecated since 3.5 and will be removed in 4.0.'E_USER_DEPRECATED);
  3849.         return $this->services['sonata.core.form.type.color_selector'] = new \Sonata\CoreBundle\Form\Type\ColorSelectorType();
  3850.     }
  3851.     /**
  3852.      * Gets the public 'sonata.core.form.type.date_picker' shared service.
  3853.      *
  3854.      * @return \Sonata\Form\Type\DatePickerType
  3855.      */
  3856.     protected function getSonata_Core_Form_Type_DatePickerService()
  3857.     {
  3858.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3860.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php';
  3862.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3863.         return $this->services['sonata.core.form.type.date_picker'] = new \Sonata\Form\Type\DatePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  3864.     }
  3865.     /**
  3866.      * Gets the public 'sonata.core.form.type.date_picker_legacy' shared service.
  3867.      *
  3868.      * @return \Sonata\CoreBundle\Form\Type\DatePickerType
  3869.      *
  3870.      * @deprecated The "sonata.core.form.type.date_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_picker" instead.
  3871.      */
  3872.     protected function getSonata_Core_Form_Type_DatePickerLegacyService()
  3873.     {
  3874.         @trigger_error('The "sonata.core.form.type.date_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_picker" instead.'E_USER_DEPRECATED);
  3875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3876.         return $this->services['sonata.core.form.type.date_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DatePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  3877.     }
  3878.     /**
  3879.      * Gets the public 'sonata.core.form.type.date_range' shared service.
  3880.      *
  3881.      * @return \Sonata\Form\Type\DateRangeType
  3882.      */
  3883.     protected function getSonata_Core_Form_Type_DateRangeService()
  3884.     {
  3885.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  3888.         return $this->services['sonata.core.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3889.     }
  3890.     /**
  3891.      * Gets the public 'sonata.core.form.type.date_range_legacy' shared service.
  3892.      *
  3893.      * @return \Sonata\CoreBundle\Form\Type\DateRangeType
  3894.      *
  3895.      * @deprecated The "sonata.core.form.type.date_range_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_range" instead.
  3896.      */
  3897.     protected function getSonata_Core_Form_Type_DateRangeLegacyService()
  3898.     {
  3899.         @trigger_error('The "sonata.core.form.type.date_range_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_range" instead.'E_USER_DEPRECATED);
  3900.         return $this->services['sonata.core.form.type.date_range_legacy'] = new \Sonata\CoreBundle\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3901.     }
  3902.     /**
  3903.      * Gets the public 'sonata.core.form.type.date_range_picker' shared service.
  3904.      *
  3905.      * @return \Sonata\Form\Type\DateRangePickerType
  3906.      */
  3907.     protected function getSonata_Core_Form_Type_DateRangePickerService()
  3908.     {
  3909.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3911.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  3912.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php';
  3913.         return $this->services['sonata.core.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  3914.     }
  3915.     /**
  3916.      * Gets the public 'sonata.core.form.type.date_range_picker_legacy' shared service.
  3917.      *
  3918.      * @return \Sonata\CoreBundle\Form\Type\DateRangePickerType
  3919.      *
  3920.      * @deprecated The "sonata.core.form.type.date_range_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_range_picker" instead.
  3921.      */
  3922.     protected function getSonata_Core_Form_Type_DateRangePickerLegacyService()
  3923.     {
  3924.         @trigger_error('The "sonata.core.form.type.date_range_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.date_range_picker" instead.'E_USER_DEPRECATED);
  3925.         return $this->services['sonata.core.form.type.date_range_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  3926.     }
  3927.     /**
  3928.      * Gets the public 'sonata.core.form.type.datetime_picker' shared service.
  3929.      *
  3930.      * @return \Sonata\Form\Type\DateTimePickerType
  3931.      */
  3932.     protected function getSonata_Core_Form_Type_DatetimePickerService()
  3933.     {
  3934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3939.         return $this->services['sonata.core.form.type.datetime_picker'] = new \Sonata\Form\Type\DateTimePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  3940.     }
  3941.     /**
  3942.      * Gets the public 'sonata.core.form.type.datetime_picker_legacy' shared service.
  3943.      *
  3944.      * @return \Sonata\CoreBundle\Form\Type\DateTimePickerType
  3945.      *
  3946.      * @deprecated The "sonata.core.form.type.datetime_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_picker" instead.
  3947.      */
  3948.     protected function getSonata_Core_Form_Type_DatetimePickerLegacyService()
  3949.     {
  3950.         @trigger_error('The "sonata.core.form.type.datetime_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_picker" instead.'E_USER_DEPRECATED);
  3951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3952.         return $this->services['sonata.core.form.type.datetime_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  3953.     }
  3954.     /**
  3955.      * Gets the public 'sonata.core.form.type.datetime_range' shared service.
  3956.      *
  3957.      * @return \Sonata\Form\Type\DateTimeRangeType
  3958.      */
  3959.     protected function getSonata_Core_Form_Type_DatetimeRangeService()
  3960.     {
  3961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  3964.         return $this->services['sonata.core.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3965.     }
  3966.     /**
  3967.      * Gets the public 'sonata.core.form.type.datetime_range_legacy' shared service.
  3968.      *
  3969.      * @return \Sonata\CoreBundle\Form\Type\DateTimeRangeType
  3970.      *
  3971.      * @deprecated The "sonata.core.form.type.datetime_range_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_range" instead.
  3972.      */
  3973.     protected function getSonata_Core_Form_Type_DatetimeRangeLegacyService()
  3974.     {
  3975.         @trigger_error('The "sonata.core.form.type.datetime_range_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_range" instead.'E_USER_DEPRECATED);
  3976.         return $this->services['sonata.core.form.type.datetime_range_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3977.     }
  3978.     /**
  3979.      * Gets the public 'sonata.core.form.type.datetime_range_picker' shared service.
  3980.      *
  3981.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  3982.      */
  3983.     protected function getSonata_Core_Form_Type_DatetimeRangePickerService()
  3984.     {
  3985.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3987.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  3988.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php';
  3989.         return $this->services['sonata.core.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  3990.     }
  3991.     /**
  3992.      * Gets the public 'sonata.core.form.type.datetime_range_picker_legacy' shared service.
  3993.      *
  3994.      * @return \Sonata\CoreBundle\Form\Type\DateTimeRangePickerType
  3995.      *
  3996.      * @deprecated The "sonata.core.form.type.datetime_range_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_range_picker" instead.
  3997.      */
  3998.     protected function getSonata_Core_Form_Type_DatetimeRangePickerLegacyService()
  3999.     {
  4000.         @trigger_error('The "sonata.core.form.type.datetime_range_picker_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.datetime_range_picker" instead.'E_USER_DEPRECATED);
  4001.         return $this->services['sonata.core.form.type.datetime_range_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  4002.     }
  4003.     /**
  4004.      * Gets the public 'sonata.core.form.type.equal' shared service.
  4005.      *
  4006.      * @return \Sonata\Form\Type\EqualType
  4007.      *
  4008.      * @deprecated The "sonata.core.form.type.equal" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "%alias_id%" instead.
  4009.      */
  4010.     protected function getSonata_Core_Form_Type_EqualService()
  4011.     {
  4012.         @trigger_error('The "sonata.core.form.type.equal" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "%alias_id%" instead.'E_USER_DEPRECATED);
  4013.         return $this->services['sonata.core.form.type.equal'] = new \Sonata\Form\Type\EqualType();
  4014.     }
  4015.     /**
  4016.      * Gets the public 'sonata.core.form.type.equal_legacy' shared service.
  4017.      *
  4018.      * @return \Sonata\CoreBundle\Form\Type\EqualType
  4019.      *
  4020.      * @deprecated The "sonata.core.form.type.equal_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.equal" instead.
  4021.      */
  4022.     protected function getSonata_Core_Form_Type_EqualLegacyService()
  4023.     {
  4024.         @trigger_error('The "sonata.core.form.type.equal_legacy" service is deprecated since 3.19 and will be removed in 4.0. Use "sonata.form.type.equal" instead.'E_USER_DEPRECATED);
  4025.         return $this->services['sonata.core.form.type.equal_legacy'] = new \Sonata\CoreBundle\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  4026.     }
  4027.     /**
  4028.      * Gets the public 'sonata.core.form.type.translatable_choice' shared service.
  4029.      *
  4030.      * @return \Sonata\CoreBundle\Form\Type\TranslatableChoiceType
  4031.      *
  4032.      * @deprecated The "sonata.core.form.type.translatable_choice" service is deprecated since 2.2.0 and will be removed in 4.0.
  4033.      */
  4034.     protected function getSonata_Core_Form_Type_TranslatableChoiceService()
  4035.     {
  4036.         @trigger_error('The "sonata.core.form.type.translatable_choice" service is deprecated since 2.2.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  4037.         return $this->services['sonata.core.form.type.translatable_choice'] = new \Sonata\CoreBundle\Form\Type\TranslatableChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  4038.     }
  4039.     /**
  4040.      * Gets the public 'sonata.core.model.adapter.chain' shared service.
  4041.      *
  4042.      * @return \Sonata\CoreBundle\Model\Adapter\AdapterChain
  4043.      *
  4044.      * @deprecated The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.
  4045.      */
  4046.     protected function getSonata_Core_Model_Adapter_ChainService()
  4047.     {
  4048.         @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  4049.         $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
  4050.         $instance->addAdapter($this->getSonata_Core_Model_Adapter_DoctrineOrmService());
  4051.         return $instance;
  4052.     }
  4053.     /**
  4054.      * Gets the public 'sonata.core.slugify.cocur' shared service.
  4055.      *
  4056.      * @return \Cocur\Slugify\Slugify
  4057.      *
  4058.      * @deprecated The "sonata.core.slugify.cocur" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.slugify.cocur" instead.
  4059.      */
  4060.     protected function getSonata_Core_Slugify_CocurService()
  4061.     {
  4062.         @trigger_error('The "sonata.core.slugify.cocur" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.slugify.cocur" instead.'E_USER_DEPRECATED);
  4063.         return $this->services['sonata.core.slugify.cocur'] = new \Cocur\Slugify\Slugify();
  4064.     }
  4065.     /**
  4066.      * Gets the public 'sonata.core.slugify.native' shared service.
  4067.      *
  4068.      * @return \Sonata\CoreBundle\Component\NativeSlugify
  4069.      *
  4070.      * @deprecated The "sonata.core.slugify.native" service is deprecated since 2.3 and will be removed in 4.0.
  4071.      */
  4072.     protected function getSonata_Core_Slugify_NativeService()
  4073.     {
  4074.         @trigger_error('The "sonata.core.slugify.native" service is deprecated since 2.3 and will be removed in 4.0.'E_USER_DEPRECATED);
  4075.         return $this->services['sonata.core.slugify.native'] = new \Sonata\CoreBundle\Component\NativeSlugify();
  4076.     }
  4077.     /**
  4078.      * Gets the public 'sonata.easy_extends.generator.bundle' shared service.
  4079.      *
  4080.      * @return \Sonata\EasyExtendsBundle\Generator\BundleGenerator
  4081.      */
  4082.     protected function getSonata_EasyExtends_Generator_BundleService()
  4083.     {
  4084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/BundleGenerator.php';
  4086.         return $this->services['sonata.easy_extends.generator.bundle'] = new \Sonata\EasyExtendsBundle\Generator\BundleGenerator();
  4087.     }
  4088.     /**
  4089.      * Gets the public 'sonata.easy_extends.generator.odm' shared service.
  4090.      *
  4091.      * @return \Sonata\EasyExtendsBundle\Generator\OdmGenerator
  4092.      */
  4093.     protected function getSonata_EasyExtends_Generator_OdmService()
  4094.     {
  4095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  4096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/OdmGenerator.php';
  4097.         return $this->services['sonata.easy_extends.generator.odm'] = new \Sonata\EasyExtendsBundle\Generator\OdmGenerator();
  4098.     }
  4099.     /**
  4100.      * Gets the public 'sonata.easy_extends.generator.orm' shared service.
  4101.      *
  4102.      * @return \Sonata\EasyExtendsBundle\Generator\OrmGenerator
  4103.      */
  4104.     protected function getSonata_EasyExtends_Generator_OrmService()
  4105.     {
  4106.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/OrmGenerator.php';
  4108.         return $this->services['sonata.easy_extends.generator.orm'] = new \Sonata\EasyExtendsBundle\Generator\OrmGenerator();
  4109.     }
  4110.     /**
  4111.      * Gets the public 'sonata.easy_extends.generator.phpcr' shared service.
  4112.      *
  4113.      * @return \Sonata\EasyExtendsBundle\Generator\PHPCRGenerator
  4114.      */
  4115.     protected function getSonata_EasyExtends_Generator_PhpcrService()
  4116.     {
  4117.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  4118.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/PHPCRGenerator.php';
  4119.         return $this->services['sonata.easy_extends.generator.phpcr'] = new \Sonata\EasyExtendsBundle\Generator\PHPCRGenerator();
  4120.     }
  4121.     /**
  4122.      * Gets the public 'sonata.easy_extends.generator.serializer' shared service.
  4123.      *
  4124.      * @return \Sonata\EasyExtendsBundle\Generator\SerializerGenerator
  4125.      */
  4126.     protected function getSonata_EasyExtends_Generator_SerializerService()
  4127.     {
  4128.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  4129.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/SerializerGenerator.php';
  4130.         return $this->services['sonata.easy_extends.generator.serializer'] = new \Sonata\EasyExtendsBundle\Generator\SerializerGenerator();
  4131.     }
  4132.     /**
  4133.      * Gets the public 'sonata.twig.flashmessage.manager' shared service.
  4134.      *
  4135.      * @return \Sonata\Twig\FlashMessage\FlashManager
  4136.      */
  4137.     protected function getSonata_Twig_Flashmessage_ManagerService()
  4138.     {
  4139.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Status/StatusClassRendererInterface.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php';
  4141.         return $this->services['sonata.twig.flashmessage.manager'] = new \Sonata\Twig\FlashMessage\FlashManager(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()), ['success' => ['success' => ['domain' => 'SonataCoreBundle'], 'sonata_flash_success' => ['domain' => 'SonataAdminBundle'], 'sonata_user_success' => ['domain' => 'SonataUserBundle'], 'fos_user_success' => ['domain' => 'FOSUserBundle']], 'warning' => ['warning' => ['domain' => 'SonataCoreBundle'], 'sonata_flash_info' => ['domain' => 'SonataAdminBundle']], 'danger' => ['error' => ['domain' => 'SonataCoreBundle'], 'sonata_flash_error' => ['domain' => 'SonataAdminBundle'], 'sonata_user_error' => ['domain' => 'SonataUserBundle']]], ['success' => 'success''warning' => 'warning''danger' => 'danger']);
  4142.     }
  4143.     /**
  4144.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  4145.      *
  4146.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  4147.      */
  4148.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  4149.     {
  4150.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  4151.     }
  4152.     /**
  4153.      * Gets the public 'sonata.user.admin.group' service.
  4154.      *
  4155.      * @return \Sonata\UserBundle\Admin\Entity\GroupAdmin
  4156.      */
  4157.     protected function getSonata_User_Admin_GroupService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  4161.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  4162.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  4163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  4164.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  4165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  4167.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  4168.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  4169.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/GroupAdmin.php';
  4170.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  4173.         $instance = new \Sonata\UserBundle\Admin\Entity\GroupAdmin('sonata.user.admin.group''App\\Entity\\Group''Sonata\\AdminBundle\\Controller\\CRUDController');
  4174.         $instance->setTranslationDomain('SonataUserBundle');
  4175.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  4176.         $instance->setManagerType('orm');
  4177.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  4178.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  4179.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  4180.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  4181.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  4182.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  4183.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4184.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  4185.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  4186.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  4187.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  4188.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  4189.         $instance->setPagerType('default');
  4190.         $instance->setLabel('groups');
  4191.         $instance->showMosaicButton(true);
  4192.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.group.template_registry'] ?? $this->getSonata_User_Admin_Group_TemplateRegistryService()));
  4193.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  4194.         $instance->initialize();
  4195.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  4196.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  4197.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  4198.         return $instance;
  4199.     }
  4200.     /**
  4201.      * Gets the public 'sonata.user.admin.group.template_registry' shared service.
  4202.      *
  4203.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4204.      */
  4205.     protected function getSonata_User_Admin_Group_TemplateRegistryService()
  4206.     {
  4207.         return $this->services['sonata.user.admin.group.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4208.     }
  4209.     /**
  4210.      * Gets the public 'sonata.user.admin.user' service.
  4211.      *
  4212.      * @return \Sonata\UserBundle\Admin\Entity\UserAdmin
  4213.      */
  4214.     protected function getSonata_User_Admin_UserService()
  4215.     {
  4216.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  4217.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  4218.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  4219.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  4224.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  4225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  4226.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/UserAdmin.php';
  4227.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  4230.         $instance = new \Sonata\UserBundle\Admin\Entity\UserAdmin('sonata.user.admin.user''App\\Entity\\User''Sonata\\AdminBundle\\Controller\\CRUDController');
  4231.         $instance->setUserManager(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  4232.         $instance->setTranslationDomain('SonataUserBundle');
  4233.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  4234.         $instance->setManagerType('orm');
  4235.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  4236.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  4237.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  4238.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  4239.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  4240.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  4241.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4242.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  4243.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  4244.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  4245.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  4246.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  4247.         $instance->setPagerType('default');
  4248.         $instance->setLabel('users');
  4249.         $instance->showMosaicButton(true);
  4250.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.user.template_registry'] ?? $this->getSonata_User_Admin_User_TemplateRegistryService()));
  4251.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  4252.         $instance->initialize();
  4253.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  4254.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  4255.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  4256.         return $instance;
  4257.     }
  4258.     /**
  4259.      * Gets the public 'sonata.user.admin.user.template_registry' shared service.
  4260.      *
  4261.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4262.      */
  4263.     protected function getSonata_User_Admin_User_TemplateRegistryService()
  4264.     {
  4265.         return $this->services['sonata.user.admin.user.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4266.     }
  4267.     /**
  4268.      * Gets the public 'sonata.user.form.roles_matrix_type' shared service.
  4269.      *
  4270.      * @return \Sonata\UserBundle\Form\Type\RolesMatrixType
  4271.      */
  4272.     protected function getSonata_User_Form_RolesMatrixTypeService()
  4273.     {
  4274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4276.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/RolesMatrixType.php';
  4277.         return $this->services['sonata.user.form.roles_matrix_type'] = new \Sonata\UserBundle\Form\Type\RolesMatrixType(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService()));
  4278.     }
  4279.     /**
  4280.      * Gets the public 'sonata.user.form.type.security_roles' shared service.
  4281.      *
  4282.      * @return \Sonata\UserBundle\Form\Type\SecurityRolesType
  4283.      */
  4284.     protected function getSonata_User_Form_Type_SecurityRolesService()
  4285.     {
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/SecurityRolesType.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php';
  4290.         $a = new \Sonata\UserBundle\Security\EditableRolesBuilder(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), $this->parameters['security.role_hierarchy.roles']);
  4291.         $a->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4292.         return $this->services['sonata.user.form.type.security_roles'] = new \Sonata\UserBundle\Form\Type\SecurityRolesType($a);
  4293.     }
  4294.     /**
  4295.      * Gets the public 'sonata.user.manager.user' shared service.
  4296.      *
  4297.      * @return \Sonata\UserBundle\Entity\UserManagerProxy
  4298.      */
  4299.     protected function getSonata_User_Manager_UserService()
  4300.     {
  4301.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  4302.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  4303.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  4304.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManagerProxy.php';
  4305.         return $this->services['sonata.user.manager.user'] = new \Sonata\UserBundle\Entity\UserManagerProxy('App\\Entity\\User', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  4306.     }
  4307.     /**
  4308.      * Gets the public 'templating' shared service.
  4309.      *
  4310.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  4311.      *
  4312.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  4313.      */
  4314.     protected function getTemplatingService()
  4315.     {
  4316.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  4317.         return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  4318.     }
  4319.     /**
  4320.      * Gets the public 'templating.loader' shared service.
  4321.      *
  4322.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  4323.      *
  4324.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  4325.      */
  4326.     protected function getTemplating_LoaderService()
  4327.     {
  4328.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  4329.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  4330.     }
  4331.     /**
  4332.      * Gets the public 'translator' shared service.
  4333.      *
  4334.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4335.      */
  4336.     protected function getTranslatorService()
  4337.     {
  4338.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4339.     }
  4340.     /**
  4341.      * Gets the public 'twig' shared service.
  4342.      *
  4343.      * @return \Twig\Environment
  4344.      */
  4345.     protected function getTwigService()
  4346.     {
  4347.         $a = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  4348.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4349.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  4350.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  4351.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  4352.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  4353.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4354.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4355.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  4356.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  4357.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  4358.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  4359.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  4360.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  4361.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  4362.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  4363.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4364.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4365.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  4366.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  4367.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  4368.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  4369.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  4370.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  4371.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  4372.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  4373.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  4374.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  4375.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4376.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4377.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4378.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4379.         $a->addPath((\dirname(__DIR__4).'/templates'));
  4380.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4381.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4382.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4383.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  4384.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4385.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  4386.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4387.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  4388.         $f = new \Knp\Menu\Util\MenuManipulator();
  4389.         $g = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  4390.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  4391.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  4392.         $i = new \Symfony\Bridge\Twig\AppVariable();
  4393.         $i->setEnvironment('dev');
  4394.         $i->setDebug(true);
  4395.         if ($this->has('security.token_storage')) {
  4396.             $i->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4397.         }
  4398.         if ($this->has('request_stack')) {
  4399.             $i->setRequestStack($d);
  4400.         }
  4401.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  4402.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  4403.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  4404.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  4405.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d''false)), [])));
  4406.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  4407.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  4408.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  4409.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  4410.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  4411.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  4412.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  4413.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  4414.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  4415.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  4416.         $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())));
  4417.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  4418.         $instance->addExtension($this->getSonata_Core_Twig_Extension_TextService());
  4419.         $instance->addExtension($this->getSonata_Core_Twig_StatusExtensionService());
  4420.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  4421.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  4422.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  4423.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  4424.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true$c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
  4425.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  4426.         $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, [
  4427.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  4428.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  4429.         ], [
  4430.             'list' => '?',
  4431.             'twig' => '?',
  4432.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $f$g), $g$f));
  4433.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  4434.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  4435.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\StringExtension(NULL));
  4436.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  4437.         $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  4438.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  4439.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  4440.         $instance->addGlobal('app'$i);
  4441.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4442.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  4443.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'false],
  4444.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'false],
  4445.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  4446.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  4447.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  4448.         ], [
  4449.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  4450.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  4451.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  4452.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  4453.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  4454.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  4455.         ])));
  4456.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  4457.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  4458.         $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']));
  4459.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  4460.         $instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables($this));
  4461.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  4462.         return $instance;
  4463.     }
  4464.     /**
  4465.      * Gets the public 'twig.controller.exception' shared service.
  4466.      *
  4467.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  4468.      *
  4469.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  4470.      */
  4471.     protected function getTwig_Controller_ExceptionService()
  4472.     {
  4473.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4474.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  4475.     }
  4476.     /**
  4477.      * Gets the public 'twig.controller.preview_error' shared service.
  4478.      *
  4479.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  4480.      *
  4481.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  4482.      */
  4483.     protected function getTwig_Controller_PreviewErrorService()
  4484.     {
  4485.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4486.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  4487.     }
  4488.     /**
  4489.      * Gets the public 'validator' shared service.
  4490.      *
  4491.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  4492.      */
  4493.     protected function getValidatorService()
  4494.     {
  4495.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  4496.     }
  4497.     /**
  4498.      * Gets the public 'var_dumper.cloner' shared service.
  4499.      *
  4500.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4501.      */
  4502.     protected function getVarDumper_ClonerService()
  4503.     {
  4504.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4505.         $instance->setMaxItems(2500);
  4506.         $instance->setMinDepth(1);
  4507.         $instance->setMaxString(-1);
  4508.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4509.         return $instance;
  4510.     }
  4511.     /**
  4512.      * Gets the public 'web_profiler.controller.exception' shared service.
  4513.      *
  4514.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  4515.      *
  4516.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  4517.      */
  4518.     protected function getWebProfiler_Controller_ExceptionService()
  4519.     {
  4520.         @trigger_error('The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.'E_USER_DEPRECATED);
  4521.         return $this->services['web_profiler.controller.exception'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()));
  4522.     }
  4523.     /**
  4524.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4525.      *
  4526.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4527.      */
  4528.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4529.     {
  4530.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4531.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['profiler'] ?? $this->getProfilerService()));
  4532.     }
  4533.     /**
  4534.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4535.      *
  4536.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4537.      */
  4538.     protected function getWebProfiler_Controller_ProfilerService()
  4539.     {
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4541.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  4542.     }
  4543.     /**
  4544.      * Gets the public 'web_profiler.controller.router' shared service.
  4545.      *
  4546.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4547.      */
  4548.     protected function getWebProfiler_Controller_RouterService()
  4549.     {
  4550.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4551.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  4552.             return new \EmptyIterator();
  4553.         }, 0));
  4554.     }
  4555.     /**
  4556.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  4557.      *
  4558.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  4559.      */
  4560.     protected function get_LegacyResolveControllerNameSubscriberService()
  4561.     {
  4562.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  4563.     }
  4564.     /**
  4565.      * Gets the private '.service_locator.I9.Rasc' shared service.
  4566.      *
  4567.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4568.      */
  4569.     protected function get_ServiceLocator_I9_RascService()
  4570.     {
  4571.         return $this->privates['.service_locator.I9.Rasc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4572.             'App\\Controller\\Api\\RegistrationController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4573.             'App\\Controller\\Api\\RegistrationController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4574.         ], [
  4575.             'App\\Controller\\Api\\RegistrationController::setViewHandler' => '?',
  4576.             'App\\Controller\\Api\\RegistrationController:setViewHandler' => '?',
  4577.         ]);
  4578.     }
  4579.     /**
  4580.      * Gets the private '.service_locator.RGIiAl4' shared service.
  4581.      *
  4582.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4583.      */
  4584.     protected function get_ServiceLocator_RGIiAl4Service()
  4585.     {
  4586.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4587.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4588.         ], [
  4589.             'viewhandler' => '?',
  4590.         ]);
  4591.     }
  4592.     /**
  4593.      * Gets the private '.service_locator.o9nGMXB' shared service.
  4594.      *
  4595.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4596.      */
  4597.     protected function get_ServiceLocator_O9nGMXBService()
  4598.     {
  4599.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4600.             'twig' => ['services''twig''getTwigService'false],
  4601.         ], [
  4602.             'twig' => 'Twig\\Environment',
  4603.         ]);
  4604.     }
  4605.     /**
  4606.      * Gets the private 'App\Command\RecountTransactionBalanceCommand' shared autowired service.
  4607.      *
  4608.      * @return \App\Command\RecountTransactionBalanceCommand
  4609.      */
  4610.     protected function getRecountTransactionBalanceCommandService()
  4611.     {
  4612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4613.         include_once \dirname(__DIR__4).'/src/Command/RecountTransactionBalanceCommand.php';
  4614.         $this->privates['App\\Command\\RecountTransactionBalanceCommand'] = $instance = new \App\Command\RecountTransactionBalanceCommand();
  4615.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4616.         $instance->setName('app:recount:transaction');
  4617.         return $instance;
  4618.     }
  4619.     /**
  4620.      * Gets the private 'App\Form\Type\TransactionChoiceType' shared autowired service.
  4621.      *
  4622.      * @return \App\Form\Type\TransactionChoiceType
  4623.      */
  4624.     protected function getTransactionChoiceTypeService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4628.         include_once \dirname(__DIR__4).'/src/Form/Type/TransactionChoiceType.php';
  4629.         return $this->privates['App\\Form\\Type\\TransactionChoiceType'] = new \App\Form\Type\TransactionChoiceType();
  4630.     }
  4631.     /**
  4632.      * Gets the private 'App\Repository\AccountRepository' shared autowired service.
  4633.      *
  4634.      * @return \App\Repository\AccountRepository
  4635.      */
  4636.     protected function getAccountRepositoryService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4639.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4641.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4642.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4643.         include_once \dirname(__DIR__4).'/src/Repository/AccountRepository.php';
  4644.         return $this->privates['App\\Repository\\AccountRepository'] = new \App\Repository\AccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4645.     }
  4646.     /**
  4647.      * Gets the private 'App\Repository\ClientRepository' shared autowired service.
  4648.      *
  4649.      * @return \App\Repository\ClientRepository
  4650.      */
  4651.     protected function getClientRepositoryService()
  4652.     {
  4653.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4654.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4655.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4657.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4658.         include_once \dirname(__DIR__4).'/src/Repository/ClientRepository.php';
  4659.         return $this->privates['App\\Repository\\ClientRepository'] = new \App\Repository\ClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4660.     }
  4661.     /**
  4662.      * Gets the private 'App\Repository\TransactionRepository' shared autowired service.
  4663.      *
  4664.      * @return \App\Repository\TransactionRepository
  4665.      */
  4666.     protected function getTransactionRepositoryService()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4669.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4670.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4671.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4672.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4673.         include_once \dirname(__DIR__4).'/src/Repository/TransactionRepository.php';
  4674.         return $this->privates['App\\Repository\\TransactionRepository'] = new \App\Repository\TransactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4675.     }
  4676.     /**
  4677.      * Gets the private 'App\Service\MailSender' shared autowired service.
  4678.      *
  4679.      * @return \App\Service\MailSender
  4680.      */
  4681.     protected function getMailSenderService()
  4682.     {
  4683.         include_once \dirname(__DIR__4).'/src/Service/MailSender.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4685.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4686.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4687.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4688.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4689.         return $this->privates['App\\Service\\MailSender'] = new \App\Service\MailSender(new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4690.             yield => ($this->privates['mailer.transport_factory.gmail'] ?? $this->getMailer_TransportFactory_GmailService());
  4691.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  4692.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  4693.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  4694.         }, 4)))->fromStrings(['main' => 'gmail+smtp://'.$this->getEnv('string:EMAIL_USERNAME').':'.$this->getEnv('string:EMAIL_PASSWORD').'@default?verify_peer=0']), NULL, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  4695.     }
  4696.     /**
  4697.      * Gets the private 'App\Service\TransactionService' shared autowired service.
  4698.      *
  4699.      * @return \App\Service\TransactionService
  4700.      */
  4701.     protected function getTransactionServiceService()
  4702.     {
  4703.         include_once \dirname(__DIR__4).'/src/Service/TransactionService.php';
  4704.         include_once \dirname(__DIR__4).'/src/Service/AcquiringService.php';
  4705.         return $this->privates['App\\Service\\TransactionService'] = new \App\Service\TransactionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\TransactionRepository'] ?? $this->getTransactionRepositoryService()), new \App\Service\AcquiringService());
  4706.     }
  4707.     /**
  4708.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  4709.      *
  4710.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  4711.      */
  4712.     protected function getDebugBlocksCommandService()
  4713.     {
  4714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4715.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/BaseCommand.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  4717.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(NULL, ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  4718.         $instance->setName('sonata:block:debug');
  4719.         return $instance;
  4720.     }
  4721.     /**
  4722.      * Gets the private 'Symfony\Bundle\AclBundle\Command\InitAclCommand' shared service.
  4723.      *
  4724.      * @return \Symfony\Bundle\AclBundle\Command\InitAclCommand
  4725.      */
  4726.     protected function getInitAclCommandService()
  4727.     {
  4728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4729.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/InitAclCommand.php';
  4730.         $this->privates['Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand'] = $instance = new \Symfony\Bundle\AclBundle\Command\InitAclCommand(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['security.acl.dbal.schema'] ?? $this->getSecurity_Acl_Dbal_SchemaService()));
  4731.         $instance->setName('acl:init');
  4732.         return $instance;
  4733.     }
  4734.     /**
  4735.      * Gets the private 'Symfony\Bundle\AclBundle\Command\SetAclCommand' shared service.
  4736.      *
  4737.      * @return \Symfony\Bundle\AclBundle\Command\SetAclCommand
  4738.      */
  4739.     protected function getSetAclCommandService()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4742.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/SetAclCommand.php';
  4743.         $this->privates['Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand'] = $instance = new \Symfony\Bundle\AclBundle\Command\SetAclCommand(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()));
  4744.         $instance->setName('acl:set');
  4745.         return $instance;
  4746.     }
  4747.     /**
  4748.      * Gets the private 'annotations.cache' shared service.
  4749.      *
  4750.      * @return \Symfony\Component\Cache\DoctrineProvider
  4751.      */
  4752.     protected function getAnnotations_CacheService()
  4753.     {
  4754.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  4755.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  4756.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  4757.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  4758.     }
  4759.     /**
  4760.      * Gets the private 'annotations.cache_warmer' shared service.
  4761.      *
  4762.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4763.      */
  4764.     protected function getAnnotations_CacheWarmerService()
  4765.     {
  4766.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4769.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  4770.     }
  4771.     /**
  4772.      * Gets the private 'annotations.cached_reader' shared service.
  4773.      *
  4774.      * @return \Doctrine\Common\Annotations\CachedReader
  4775.      */
  4776.     protected function getAnnotations_CachedReaderService()
  4777.     {
  4778.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  4779.     }
  4780.     /**
  4781.      * Gets the private 'annotations.reader' shared service.
  4782.      *
  4783.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4784.      */
  4785.     protected function getAnnotations_ReaderService()
  4786.     {
  4787.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4788.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4789.         $a->registerUniqueLoader('class_exists');
  4790.         $instance->addGlobalIgnoredName('required'$a);
  4791.         return $instance;
  4792.     }
  4793.     /**
  4794.      * Gets the private 'cache.annotations' shared service.
  4795.      *
  4796.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4797.      */
  4798.     protected function getCache_AnnotationsService()
  4799.     {
  4800.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4L-025f0W5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4801.     }
  4802.     /**
  4803.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  4804.      *
  4805.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4806.      */
  4807.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  4808.     {
  4809.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4810.     }
  4811.     /**
  4812.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4813.      *
  4814.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4815.      */
  4816.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4817.     {
  4818.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4819.     }
  4820.     /**
  4821.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4822.      *
  4823.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4824.      */
  4825.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4826.     {
  4827.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4828.     }
  4829.     /**
  4830.      * Gets the private 'cache.property_info' shared service.
  4831.      *
  4832.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4833.      */
  4834.     protected function getCache_PropertyInfoService()
  4835.     {
  4836.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('D9RN0D5zKs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4837.     }
  4838.     /**
  4839.      * Gets the private 'cache.security_expression_language' shared service.
  4840.      *
  4841.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4842.      */
  4843.     protected function getCache_SecurityExpressionLanguageService()
  4844.     {
  4845.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('or01Y7eLso'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4846.     }
  4847.     /**
  4848.      * Gets the private 'cache.serializer' shared service.
  4849.      *
  4850.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4851.      */
  4852.     protected function getCache_SerializerService()
  4853.     {
  4854.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yZXbSD8lXv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4855.     }
  4856.     /**
  4857.      * Gets the private 'cache.validator' shared service.
  4858.      *
  4859.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4860.      */
  4861.     protected function getCache_ValidatorService()
  4862.     {
  4863.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mA2kYEcTMc'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4864.     }
  4865.     /**
  4866.      * Gets the private 'config_cache_factory' shared service.
  4867.      *
  4868.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4869.      */
  4870.     protected function getConfigCacheFactoryService()
  4871.     {
  4872.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4873.             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)));
  4874.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4875.         }, 2));
  4876.     }
  4877.     /**
  4878.      * Gets the private 'console.command.about' shared service.
  4879.      *
  4880.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4881.      */
  4882.     protected function getConsole_Command_AboutService()
  4883.     {
  4884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4885.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4886.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4887.         $instance->setName('about');
  4888.         return $instance;
  4889.     }
  4890.     /**
  4891.      * Gets the private 'console.command.assets_install' shared service.
  4892.      *
  4893.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4894.      */
  4895.     protected function getConsole_Command_AssetsInstallService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4898.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4899.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4900.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  4901.         $instance->setName('assets:install');
  4902.         return $instance;
  4903.     }
  4904.     /**
  4905.      * Gets the private 'console.command.cache_clear' shared service.
  4906.      *
  4907.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4908.      */
  4909.     protected function getConsole_Command_CacheClearService()
  4910.     {
  4911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4912.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4913.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4914.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['cache_clearer'] ?? $this->getCacheClearerService()), ($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  4915.         $instance->setName('cache:clear');
  4916.         return $instance;
  4917.     }
  4918.     /**
  4919.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4920.      *
  4921.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4922.      */
  4923.     protected function getConsole_Command_CachePoolClearService()
  4924.     {
  4925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4926.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4927.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  4928.         $instance->setName('cache:pool:clear');
  4929.         return $instance;
  4930.     }
  4931.     /**
  4932.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4933.      *
  4934.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4935.      */
  4936.     protected function getConsole_Command_CachePoolDeleteService()
  4937.     {
  4938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4940.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  4941.         $instance->setName('cache:pool:delete');
  4942.         return $instance;
  4943.     }
  4944.     /**
  4945.      * Gets the private 'console.command.cache_pool_list' shared service.
  4946.      *
  4947.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4948.      */
  4949.     protected function getConsole_Command_CachePoolListService()
  4950.     {
  4951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4953.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  4954.         $instance->setName('cache:pool:list');
  4955.         return $instance;
  4956.     }
  4957.     /**
  4958.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4959.      *
  4960.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4961.      */
  4962.     protected function getConsole_Command_CachePoolPruneService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4966.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4967.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4968.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4969.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4970.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4971.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4972.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4973.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4974.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  4975.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4976.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4977.         }, 10));
  4978.         $instance->setName('cache:pool:prune');
  4979.         return $instance;
  4980.     }
  4981.     /**
  4982.      * Gets the private 'console.command.cache_warmup' shared service.
  4983.      *
  4984.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4985.      */
  4986.     protected function getConsole_Command_CacheWarmupService()
  4987.     {
  4988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  4990.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  4991.         $instance->setName('cache:warmup');
  4992.         return $instance;
  4993.     }
  4994.     /**
  4995.      * Gets the private 'console.command.config_debug' shared service.
  4996.      *
  4997.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  4998.      */
  4999.     protected function getConsole_Command_ConfigDebugService()
  5000.     {
  5001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5005.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5006.         $instance->setName('debug:config');
  5007.         return $instance;
  5008.     }
  5009.     /**
  5010.      * Gets the private 'console.command.config_dump_reference' shared service.
  5011.      *
  5012.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5013.      */
  5014.     protected function getConsole_Command_ConfigDumpReferenceService()
  5015.     {
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5019.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5020.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5021.         $instance->setName('config:dump-reference');
  5022.         return $instance;
  5023.     }
  5024.     /**
  5025.      * Gets the private 'console.command.container_debug' shared service.
  5026.      *
  5027.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5028.      */
  5029.     protected function getConsole_Command_ContainerDebugService()
  5030.     {
  5031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5032.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5033.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5034.         $instance->setName('debug:container');
  5035.         return $instance;
  5036.     }
  5037.     /**
  5038.      * Gets the private 'console.command.container_lint' shared service.
  5039.      *
  5040.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5041.      */
  5042.     protected function getConsole_Command_ContainerLintService()
  5043.     {
  5044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5046.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5047.         $instance->setName('lint:container');
  5048.         return $instance;
  5049.     }
  5050.     /**
  5051.      * Gets the private 'console.command.debug_autowiring' shared service.
  5052.      *
  5053.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5054.      */
  5055.     protected function getConsole_Command_DebugAutowiringService()
  5056.     {
  5057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5059.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5060.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5061.         $instance->setName('debug:autowiring');
  5062.         return $instance;
  5063.     }
  5064.     /**
  5065.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5066.      *
  5067.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5068.      */
  5069.     protected function getConsole_Command_EventDispatcherDebugService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5073.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5074.         $instance->setName('debug:event-dispatcher');
  5075.         return $instance;
  5076.     }
  5077.     /**
  5078.      * Gets the private 'console.command.form_debug' shared service.
  5079.      *
  5080.      * @return \Symfony\Component\Form\Command\DebugCommand
  5081.      */
  5082.     protected function getConsole_Command_FormDebugService()
  5083.     {
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5086.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form\\Type'=> 'Sonata\\CoreBundle\\Form\\Type'=> 'Sonata\\Form\\Type'=> 'Sonata\\BlockBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type\\Filter'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'=> 'Sonata\\UserBundle\\Form\\Type'], [=> 'App\\Form\\Type\\TransactionChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType'=> 'Sonata\\CoreBundle\\Form\\Type\\BooleanType'=> 'Sonata\\CoreBundle\\Form\\Type\\CollectionType'=> 'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType'=> 'Sonata\\CoreBundle\\Form\\Type\\DateRangeType'=> 'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType'10 => 'Sonata\\CoreBundle\\Form\\Type\\DatePickerType'11 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType'12 => 'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType'13 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType'14 => 'Sonata\\CoreBundle\\Form\\Type\\EqualType'15 => 'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType'16 => 'Sonata\\CoreBundle\\Form\\Type\\ColorType'17 => 'Sonata\\Form\\Type\\ImmutableArrayType'18 => 'Sonata\\Form\\Type\\BooleanType'19 => 'Sonata\\Form\\Type\\CollectionType'20 => 'Sonata\\Form\\Type\\DateRangeType'21 => 'Sonata\\Form\\Type\\DateTimeRangeType'22 => 'Sonata\\Form\\Type\\DatePickerType'23 => 'Sonata\\Form\\Type\\DateTimePickerType'24 => 'Sonata\\Form\\Type\\DateRangePickerType'25 => 'Sonata\\Form\\Type\\DateTimeRangePickerType'26 => 'Sonata\\Form\\Type\\EqualType'27 => 'Sonata\\BlockBundle\\Form\\Type\\ServiceListType'28 => 'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType'29 => 'Sonata\\AdminBundle\\Form\\Type\\AdminType'30 => 'Sonata\\AdminBundle\\Form\\Type\\ModelType'31 => 'Sonata\\AdminBundle\\Form\\Type\\ModelListType'32 => 'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType'33 => 'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType'34 => 'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType'35 => 'Sonata\\AdminBundle\\Form\\Type\\CollectionType'36 => 'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType'37 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType'38 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType'39 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType'40 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType'41 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType'42 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType'43 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType'44 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'45 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'46 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'47 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'48 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'49 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'50 => 'FOS\\UserBundle\\Form\\Type\\GroupFormType'51 => 'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType'52 => 'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType'53 => 'Sonata\\UserBundle\\Form\\Type\\UserGenderListType'54 => 'Sonata\\UserBundle\\Form\\Type\\ApiGroupType'55 => 'Sonata\\UserBundle\\Form\\Type\\ApiUserType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\FormTypeFieldExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\MopaCompatibilityTypeFieldExtension'10 => 'Sonata\\AdminBundle\\Form\\Extension\\ChoiceTypeExtension'11 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5087.         $instance->setName('debug:form');
  5088.         return $instance;
  5089.     }
  5090.     /**
  5091.      * Gets the private 'console.command.router_debug' shared service.
  5092.      *
  5093.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5094.      */
  5095.     protected function getConsole_Command_RouterDebugService()
  5096.     {
  5097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5099.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['router'] ?? $this->getRouterService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5100.         $instance->setName('debug:router');
  5101.         return $instance;
  5102.     }
  5103.     /**
  5104.      * Gets the private 'console.command.router_match' shared service.
  5105.      *
  5106.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5107.      */
  5108.     protected function getConsole_Command_RouterMatchService()
  5109.     {
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5112.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  5113.         $instance->setName('router:match');
  5114.         return $instance;
  5115.     }
  5116.     /**
  5117.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5118.      *
  5119.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5120.      */
  5121.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5122.     {
  5123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5124.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5126.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5127.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5129.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5130.         $instance->setName('secrets:decrypt-to-local');
  5131.         return $instance;
  5132.     }
  5133.     /**
  5134.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5135.      *
  5136.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5137.      */
  5138.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5139.     {
  5140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5146.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5147.         $instance->setName('secrets:encrypt-from-local');
  5148.         return $instance;
  5149.     }
  5150.     /**
  5151.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5152.      *
  5153.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5154.      */
  5155.     protected function getConsole_Command_SecretsGenerateKeyService()
  5156.     {
  5157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5163.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5164.         $instance->setName('secrets:generate-keys');
  5165.         return $instance;
  5166.     }
  5167.     /**
  5168.      * Gets the private 'console.command.secrets_list' shared service.
  5169.      *
  5170.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5171.      */
  5172.     protected function getConsole_Command_SecretsListService()
  5173.     {
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5179.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5180.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5181.         $instance->setName('secrets:list');
  5182.         return $instance;
  5183.     }
  5184.     /**
  5185.      * Gets the private 'console.command.secrets_remove' shared service.
  5186.      *
  5187.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5188.      */
  5189.     protected function getConsole_Command_SecretsRemoveService()
  5190.     {
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5193.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5194.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5197.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5198.         $instance->setName('secrets:remove');
  5199.         return $instance;
  5200.     }
  5201.     /**
  5202.      * Gets the private 'console.command.secrets_set' shared service.
  5203.      *
  5204.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5205.      */
  5206.     protected function getConsole_Command_SecretsSetService()
  5207.     {
  5208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5209.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5210.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5211.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5214.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5215.         $instance->setName('secrets:set');
  5216.         return $instance;
  5217.     }
  5218.     /**
  5219.      * Gets the private 'console.command.translation_debug' shared service.
  5220.      *
  5221.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5222.      */
  5223.     protected function getConsole_Command_TranslationDebugService()
  5224.     {
  5225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5227.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Admin/AccountAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ClientAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/TransactionAdmin.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/TranslatableChoiceType.php'), 17 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangeType.php'), 18 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangeType.php'), 19 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DatePickerType.php'), 20 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimePickerType.php'), 21 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangePickerType.php'), 22 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangePickerType.php'), 23 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/EqualType.php'), 24 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php'), 25 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php'), 26 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 33 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php'), 40 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php'), 44 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php'), 45 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php'), 46 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php')]);
  5228.         $instance->setName('debug:translation');
  5229.         return $instance;
  5230.     }
  5231.     /**
  5232.      * Gets the private 'console.command.translation_update' shared service.
  5233.      *
  5234.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5235.      */
  5236.     protected function getConsole_Command_TranslationUpdateService()
  5237.     {
  5238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  5241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  5242.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  5243.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  5245.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  5246.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  5247.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  5248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  5254.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  5255.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  5256.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  5257.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  5258.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  5259.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  5260.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  5261.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  5262.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  5263.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  5264.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  5265.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  5266.         $this->privates['console.command.translation_update'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand($a, ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'ru', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Admin/AccountAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ClientAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/TransactionAdmin.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php'), 16 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/TranslatableChoiceType.php'), 17 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangeType.php'), 18 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangeType.php'), 19 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DatePickerType.php'), 20 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimePickerType.php'), 21 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangePickerType.php'), 22 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangePickerType.php'), 23 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/EqualType.php'), 24 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php'), 25 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php'), 26 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 33 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php'), 40 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php'), 44 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php'), 45 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php'), 46 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php')]);
  5267.         $instance->setName('translation:update');
  5268.         return $instance;
  5269.     }
  5270.     /**
  5271.      * Gets the private 'console.command.xliff_lint' shared service.
  5272.      *
  5273.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  5274.      */
  5275.     protected function getConsole_Command_XliffLintService()
  5276.     {
  5277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5278.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5279.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  5280.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  5281.         $instance->setName('lint:xliff');
  5282.         return $instance;
  5283.     }
  5284.     /**
  5285.      * Gets the private 'console.command.yaml_lint' shared service.
  5286.      *
  5287.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5288.      */
  5289.     protected function getConsole_Command_YamlLintService()
  5290.     {
  5291.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5292.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5293.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5294.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5295.         $instance->setName('lint:yaml');
  5296.         return $instance;
  5297.     }
  5298.     /**
  5299.      * Gets the private 'console.error_listener' shared service.
  5300.      *
  5301.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5302.      */
  5303.     protected function getConsole_ErrorListenerService()
  5304.     {
  5305.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5306.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5307.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5308.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5309.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5310.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5311.     }
  5312.     /**
  5313.      * Gets the private 'container.env_var_processor' shared service.
  5314.      *
  5315.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5316.      */
  5317.     protected function getContainer_EnvVarProcessorService()
  5318.     {
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5321.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5322.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  5323.         }, 1));
  5324.     }
  5325.     /**
  5326.      * Gets the private 'data_collector.form' shared service.
  5327.      *
  5328.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5329.      */
  5330.     protected function getDataCollector_FormService()
  5331.     {
  5332.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5333.     }
  5334.     /**
  5335.      * Gets the private 'debug.argument_resolver.default' shared service.
  5336.      *
  5337.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5338.      */
  5339.     protected function getDebug_ArgumentResolver_DefaultService()
  5340.     {
  5341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5343.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5344.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5345.     }
  5346.     /**
  5347.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5348.      *
  5349.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5350.      */
  5351.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5352.     {
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5356.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.I9.Rasc'] ?? $this->get_ServiceLocator_I9_RascService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5357.     }
  5358.     /**
  5359.      * Gets the private 'debug.argument_resolver.request' shared service.
  5360.      *
  5361.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5362.      */
  5363.     protected function getDebug_ArgumentResolver_RequestService()
  5364.     {
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5368.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5369.     }
  5370.     /**
  5371.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5372.      *
  5373.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5374.      */
  5375.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5376.     {
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5380.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5381.     }
  5382.     /**
  5383.      * Gets the private 'debug.argument_resolver.service' shared service.
  5384.      *
  5385.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5386.      */
  5387.     protected function getDebug_ArgumentResolver_ServiceService()
  5388.     {
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5392.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.I9.Rasc'] ?? $this->get_ServiceLocator_I9_RascService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5393.     }
  5394.     /**
  5395.      * Gets the private 'debug.argument_resolver.session' shared service.
  5396.      *
  5397.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5398.      */
  5399.     protected function getDebug_ArgumentResolver_SessionService()
  5400.     {
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5404.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5405.     }
  5406.     /**
  5407.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5408.      *
  5409.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5410.      */
  5411.     protected function getDebug_ArgumentResolver_VariadicService()
  5412.     {
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5416.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5417.     }
  5418.     /**
  5419.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5420.      *
  5421.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5422.      */
  5423.     protected function getDebug_DebugHandlersListenerService()
  5424.     {
  5425.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5426.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5427.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5428.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5429.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5430.         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);
  5431.     }
  5432.     /**
  5433.      * Gets the private 'debug.dump_listener' shared service.
  5434.      *
  5435.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5436.      */
  5437.     protected function getDebug_DumpListenerService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5441.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), new \Symfony\Component\VarDumper\Dumper\ContextualizedDumper(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService()), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()))]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  5442.     }
  5443.     /**
  5444.      * Gets the private 'debug.file_link_formatter' shared service.
  5445.      *
  5446.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5447.      */
  5448.     protected function getDebug_FileLinkFormatterService()
  5449.     {
  5450.         return $this->privates['debug.file_link_formatter'] = new \Symfony\Component\HttpKernel\Debug\FileLinkFormatter(NULL, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), \dirname(__DIR__4), function () {
  5451.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5452.         });
  5453.     }
  5454.     /**
  5455.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5456.      *
  5457.      * @return \string
  5458.      */
  5459.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5460.     {
  5461.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['router'] ?? $this->getRouterService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  5462.     }
  5463.     /**
  5464.      * Gets the private 'debug.log_processor' shared service.
  5465.      *
  5466.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5467.      */
  5468.     protected function getDebug_LogProcessorService()
  5469.     {
  5470.         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())));
  5471.     }
  5472.     /**
  5473.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5474.      *
  5475.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5476.      */
  5477.     protected function getDebug_Security_Access_DecisionManagerService()
  5478.     {
  5479.         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 () {
  5480.             yield => ($this->privates['debug.security.voter.security.acl.voter.user_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_UserPermissionsService());
  5481.             yield => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService());
  5482.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5483.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5484.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5485.         }, 5), 'affirmative'falsetrue));
  5486.     }
  5487.     /**
  5488.      * Gets the private 'debug.security.firewall' shared service.
  5489.      *
  5490.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5491.      */
  5492.     protected function getDebug_Security_FirewallService()
  5493.     {
  5494.         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()));
  5495.     }
  5496.     /**
  5497.      * Gets the private 'debug.security.user_value_resolver' shared service.
  5498.      *
  5499.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5500.      */
  5501.     protected function getDebug_Security_UserValueResolverService()
  5502.     {
  5503.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5506.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5507.     }
  5508.     /**
  5509.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5510.      *
  5511.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5512.      */
  5513.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5514.     {
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5520.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL)))), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5521.     }
  5522.     /**
  5523.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5524.      *
  5525.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5526.      */
  5527.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5528.     {
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5536.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5537.     }
  5538.     /**
  5539.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5540.      *
  5541.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5542.      */
  5543.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5544.     {
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5549.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5550.     }
  5551.     /**
  5552.      * Gets the private 'debug.security.voter.security.acl.voter.basic_permissions' shared service.
  5553.      *
  5554.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5555.      */
  5556.     protected function getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService()
  5557.     {
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5560.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  5561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  5562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  5563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/MaskBuilderRetrievalInterface.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/BasicPermissionMap.php';
  5566.         return $this->privates['debug.security.voter.security.acl.voter.basic_permissions'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Acl\Voter\AclVoter(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()), ($this->privates['security.acl.object_identity_retrieval_strategy'] ?? ($this->privates['security.acl.object_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy())), ($this->privates['security.acl.security_identity_retrieval_strategy'] ?? $this->getSecurity_Acl_SecurityIdentityRetrievalStrategyService()), ($this->privates['security.acl.permission.map'] ?? ($this->privates['security.acl.permission.map'] = new \Symfony\Component\Security\Acl\Permission\BasicPermissionMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5567.     }
  5568.     /**
  5569.      * Gets the private 'debug.security.voter.security.acl.voter.user_permissions' shared service.
  5570.      *
  5571.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5572.      */
  5573.     protected function getDebug_Security_Voter_Security_Acl_Voter_UserPermissionsService()
  5574.     {
  5575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/Authorization/Voter/UserAclVoter.php';
  5579.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  5580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/MaskBuilderRetrievalInterface.php';
  5583.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/BasicPermissionMap.php';
  5584.         return $this->privates['debug.security.voter.security.acl.voter.user_permissions'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()), ($this->privates['security.acl.object_identity_retrieval_strategy'] ?? ($this->privates['security.acl.object_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy())), ($this->privates['security.acl.security_identity_retrieval_strategy'] ?? $this->getSecurity_Acl_SecurityIdentityRetrievalStrategyService()), ($this->privates['security.acl.permission.map'] ?? ($this->privates['security.acl.permission.map'] = new \Symfony\Component\Security\Acl\Permission\BasicPermissionMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5585.     }
  5586.     /**
  5587.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5588.      *
  5589.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5590.      */
  5591.     protected function getDebug_Security_Voter_VoteListenerService()
  5592.     {
  5593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5594.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener(($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()));
  5595.     }
  5596.     /**
  5597.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5598.      *
  5599.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  5600.      */
  5601.     protected function getDoctrine_CacheClearMetadataCommandService()
  5602.     {
  5603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5604.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5605.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5606.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  5607.         $instance->setName('doctrine:cache:clear-metadata');
  5608.         return $instance;
  5609.     }
  5610.     /**
  5611.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5612.      *
  5613.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5614.      */
  5615.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5616.     {
  5617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5618.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5619.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5620.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  5621.         $instance->setName('doctrine:cache:clear-query');
  5622.         return $instance;
  5623.     }
  5624.     /**
  5625.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5626.      *
  5627.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5628.      */
  5629.     protected function getDoctrine_CacheClearResultCommandService()
  5630.     {
  5631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5632.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  5633.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5634.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  5635.         $instance->setName('doctrine:cache:clear-result');
  5636.         return $instance;
  5637.     }
  5638.     /**
  5639.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5640.      *
  5641.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5642.      */
  5643.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5644.     {
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5646.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5647.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  5648.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  5649.         $instance->setName('doctrine:cache:clear-collection-region');
  5650.         return $instance;
  5651.     }
  5652.     /**
  5653.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5654.      *
  5655.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5656.      */
  5657.     protected function getDoctrine_ClearEntityRegionCommandService()
  5658.     {
  5659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5660.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5661.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5662.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  5663.         $instance->setName('doctrine:cache:clear-entity-region');
  5664.         return $instance;
  5665.     }
  5666.     /**
  5667.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5668.      *
  5669.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5670.      */
  5671.     protected function getDoctrine_ClearQueryRegionCommandService()
  5672.     {
  5673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5674.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5675.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5676.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  5677.         $instance->setName('doctrine:cache:clear-query-region');
  5678.         return $instance;
  5679.     }
  5680.     /**
  5681.      * Gets the private 'doctrine.database_create_command' shared service.
  5682.      *
  5683.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5684.      */
  5685.     protected function getDoctrine_DatabaseCreateCommandService()
  5686.     {
  5687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5688.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5689.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5690.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5691.         $instance->setName('doctrine:database:create');
  5692.         return $instance;
  5693.     }
  5694.     /**
  5695.      * Gets the private 'doctrine.database_drop_command' shared service.
  5696.      *
  5697.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5698.      */
  5699.     protected function getDoctrine_DatabaseDropCommandService()
  5700.     {
  5701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5702.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5704.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5705.         $instance->setName('doctrine:database:drop');
  5706.         return $instance;
  5707.     }
  5708.     /**
  5709.      * Gets the private 'doctrine.database_import_command' shared service.
  5710.      *
  5711.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  5712.      */
  5713.     protected function getDoctrine_DatabaseImportCommandService()
  5714.     {
  5715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  5718.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  5719.         $instance->setName('doctrine:database:import');
  5720.         return $instance;
  5721.     }
  5722.     /**
  5723.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5724.      *
  5725.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5726.      */
  5727.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5728.     {
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5730.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5732.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  5733.         $instance->setName('doctrine:ensure-production-settings');
  5734.         return $instance;
  5735.     }
  5736.     /**
  5737.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5738.      *
  5739.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5740.      */
  5741.     protected function getDoctrine_MappingConvertCommandService()
  5742.     {
  5743.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5744.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  5745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5746.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  5747.         $instance->setName('doctrine:mapping:convert');
  5748.         return $instance;
  5749.     }
  5750.     /**
  5751.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5752.      *
  5753.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5754.      */
  5755.     protected function getDoctrine_MappingImportCommandService()
  5756.     {
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5760.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5761.         $instance->setName('doctrine:mapping:import');
  5762.         return $instance;
  5763.     }
  5764.     /**
  5765.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5766.      *
  5767.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  5768.      */
  5769.     protected function getDoctrine_MappingInfoCommandService()
  5770.     {
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  5774.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  5775.         $instance->setName('doctrine:mapping:info');
  5776.         return $instance;
  5777.     }
  5778.     /**
  5779.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5780.      *
  5781.      * @return \Doctrine\Migrations\DependencyFactory
  5782.      */
  5783.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5784.     {
  5785.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  5786.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  5791.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  5792.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ExistingEntityManager.php';
  5793.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5794.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  5795.         $a->setAllOrNothing(false);
  5796.         $a->setCheckDatabasePlatform(true);
  5797.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5798.         return $this->privates['doctrine.migrations.dependency_factory'] = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), new \Doctrine\Migrations\Configuration\EntityManager\ExistingEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  5799.     }
  5800.     /**
  5801.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5802.      *
  5803.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5804.      */
  5805.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5806.     {
  5807.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5808.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5809.     }
  5810.     /**
  5811.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5812.      *
  5813.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5814.      */
  5815.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5816.     {
  5817.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  5818.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5819.     }
  5820.     /**
  5821.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5822.      *
  5823.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5824.      */
  5825.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5826.     {
  5827.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5829.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5830.     }
  5831.     /**
  5832.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5833.      *
  5834.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5835.      */
  5836.     protected function getDoctrine_Orm_Validator_UniqueService()
  5837.     {
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5840.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5841.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5842.     }
  5843.     /**
  5844.      * Gets the private 'doctrine.query_dql_command' shared service.
  5845.      *
  5846.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5847.      */
  5848.     protected function getDoctrine_QueryDqlCommandService()
  5849.     {
  5850.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5851.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  5852.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5853.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  5854.         $instance->setName('doctrine:query:dql');
  5855.         return $instance;
  5856.     }
  5857.     /**
  5858.      * Gets the private 'doctrine.query_sql_command' shared service.
  5859.      *
  5860.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5861.      */
  5862.     protected function getDoctrine_QuerySqlCommandService()
  5863.     {
  5864.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5865.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5867.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  5868.         $instance->setName('doctrine:query:sql');
  5869.         return $instance;
  5870.     }
  5871.     /**
  5872.      * Gets the private 'doctrine.schema_create_command' shared service.
  5873.      *
  5874.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5875.      */
  5876.     protected function getDoctrine_SchemaCreateCommandService()
  5877.     {
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5880.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5881.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5882.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  5883.         $instance->setName('doctrine:schema:create');
  5884.         return $instance;
  5885.     }
  5886.     /**
  5887.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5888.      *
  5889.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5890.      */
  5891.     protected function getDoctrine_SchemaDropCommandService()
  5892.     {
  5893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5895.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5896.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5897.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  5898.         $instance->setName('doctrine:schema:drop');
  5899.         return $instance;
  5900.     }
  5901.     /**
  5902.      * Gets the private 'doctrine.schema_update_command' shared service.
  5903.      *
  5904.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5905.      */
  5906.     protected function getDoctrine_SchemaUpdateCommandService()
  5907.     {
  5908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5909.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5910.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5911.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5912.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  5913.         $instance->setName('doctrine:schema:update');
  5914.         return $instance;
  5915.     }
  5916.     /**
  5917.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5918.      *
  5919.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5920.      */
  5921.     protected function getDoctrine_SchemaValidateCommandService()
  5922.     {
  5923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5924.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  5925.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5926.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  5927.         $instance->setName('doctrine:schema:validate');
  5928.         return $instance;
  5929.     }
  5930.     /**
  5931.      * Gets the private 'doctrine_migrations.current_command' shared service.
  5932.      *
  5933.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  5934.      */
  5935.     protected function getDoctrineMigrations_CurrentCommandService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  5940.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  5941.         $instance->setName('doctrine:migrations:current');
  5942.         return $instance;
  5943.     }
  5944.     /**
  5945.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5946.      *
  5947.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  5948.      */
  5949.     protected function getDoctrineMigrations_DiffCommandService()
  5950.     {
  5951.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5952.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5953.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5954.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  5955.         $instance->setName('doctrine:migrations:diff');
  5956.         return $instance;
  5957.     }
  5958.     /**
  5959.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5960.      *
  5961.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  5962.      */
  5963.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5964.     {
  5965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5968.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  5969.         $instance->setName('doctrine:migrations:dump-schema');
  5970.         return $instance;
  5971.     }
  5972.     /**
  5973.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5974.      *
  5975.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  5976.      */
  5977.     protected function getDoctrineMigrations_ExecuteCommandService()
  5978.     {
  5979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5980.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5981.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5982.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  5983.         $instance->setName('doctrine:migrations:execute');
  5984.         return $instance;
  5985.     }
  5986.     /**
  5987.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5988.      *
  5989.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  5990.      */
  5991.     protected function getDoctrineMigrations_GenerateCommandService()
  5992.     {
  5993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5994.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5995.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  5996.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  5997.         $instance->setName('doctrine:migrations:generate');
  5998.         return $instance;
  5999.     }
  6000.     /**
  6001.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6002.      *
  6003.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6004.      */
  6005.     protected function getDoctrineMigrations_LatestCommandService()
  6006.     {
  6007.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6008.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6009.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6010.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  6011.         $instance->setName('doctrine:migrations:latest');
  6012.         return $instance;
  6013.     }
  6014.     /**
  6015.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6016.      *
  6017.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6018.      */
  6019.     protected function getDoctrineMigrations_MigrateCommandService()
  6020.     {
  6021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6022.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6023.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6024.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  6025.         $instance->setName('doctrine:migrations:migrate');
  6026.         return $instance;
  6027.     }
  6028.     /**
  6029.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6030.      *
  6031.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6032.      */
  6033.     protected function getDoctrineMigrations_RollupCommandService()
  6034.     {
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6036.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6037.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6038.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  6039.         $instance->setName('doctrine:migrations:rollup');
  6040.         return $instance;
  6041.     }
  6042.     /**
  6043.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6044.      *
  6045.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6046.      */
  6047.     protected function getDoctrineMigrations_StatusCommandService()
  6048.     {
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6050.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6051.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6052.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  6053.         $instance->setName('doctrine:migrations:status');
  6054.         return $instance;
  6055.     }
  6056.     /**
  6057.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6058.      *
  6059.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6060.      */
  6061.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6062.     {
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  6066.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  6067.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6068.         return $instance;
  6069.     }
  6070.     /**
  6071.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6072.      *
  6073.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6074.      */
  6075.     protected function getDoctrineMigrations_UpToDateCommandService()
  6076.     {
  6077.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6078.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6079.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6080.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  6081.         $instance->setName('doctrine:migrations:up-to-date');
  6082.         return $instance;
  6083.     }
  6084.     /**
  6085.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6086.      *
  6087.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6088.      */
  6089.     protected function getDoctrineMigrations_VersionCommandService()
  6090.     {
  6091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6093.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6094.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  6095.         $instance->setName('doctrine:migrations:version');
  6096.         return $instance;
  6097.     }
  6098.     /**
  6099.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6100.      *
  6101.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6102.      */
  6103.     protected function getDoctrineMigrations_VersionsCommandService()
  6104.     {
  6105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6106.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6107.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  6108.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  6109.         $instance->setName('doctrine:migrations:list');
  6110.         return $instance;
  6111.     }
  6112.     /**
  6113.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6114.      *
  6115.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6116.      */
  6117.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6118.     {
  6119.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6121.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6122.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6123.     }
  6124.     /**
  6125.      * Gets the private 'exception_listener' shared service.
  6126.      *
  6127.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6128.      */
  6129.     protected function getExceptionListenerService()
  6130.     {
  6131.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  6132.     }
  6133.     /**
  6134.      * Gets the private 'file_locator' shared service.
  6135.      *
  6136.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  6137.      */
  6138.     protected function getFileLocatorService()
  6139.     {
  6140.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  6141.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  6143.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src/Resources'), [=> (\dirname(__DIR__4).'/src')], false);
  6144.     }
  6145.     /**
  6146.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6147.      *
  6148.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6149.      */
  6150.     protected function getForm_ChoiceListFactory_CachedService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6156.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  6157.     }
  6158.     /**
  6159.      * Gets the private 'form.registry' shared service.
  6160.      *
  6161.      * @return \Symfony\Component\Form\FormRegistry
  6162.      */
  6163.     protected function getForm_RegistryService()
  6164.     {
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6171.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6172.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6173.             'App\\Form\\Type\\TransactionChoiceType' => ['privates''App\\Form\\Type\\TransactionChoiceType''getTransactionChoiceTypeService'false],
  6174.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  6175.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => ['privates''fos_user.group.form.type''getFosUser_Group_Form_TypeService'false],
  6176.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  6177.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  6178.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  6179.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  6180.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['services''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  6181.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['services''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  6182.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['services''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  6183.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['services''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  6184.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['services''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  6185.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['services''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  6186.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['services''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  6187.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['services''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  6188.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['services''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  6189.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['services''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  6190.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['services''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  6191.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['services''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  6192.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['services''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  6193.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['services''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  6194.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['services''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  6195.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  6196.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  6197.             'Sonata\\CoreBundle\\Form\\Type\\BooleanType' => ['services''sonata.core.form.type.boolean_legacy''getSonata_Core_Form_Type_BooleanLegacyService'false],
  6198.             'Sonata\\CoreBundle\\Form\\Type\\CollectionType' => ['services''sonata.core.form.type.collection_legacy''getSonata_Core_Form_Type_CollectionLegacyService'false],
  6199.             'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType' => ['services''sonata.core.form.type.color_selector''getSonata_Core_Form_Type_ColorSelectorService'false],
  6200.             'Sonata\\CoreBundle\\Form\\Type\\ColorType' => ['services''sonata.core.form.type.color_legacy''getSonata_Core_Form_Type_ColorLegacyService'false],
  6201.             'Sonata\\CoreBundle\\Form\\Type\\DatePickerType' => ['services''sonata.core.form.type.date_picker_legacy''getSonata_Core_Form_Type_DatePickerLegacyService'false],
  6202.             'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType' => ['services''sonata.core.form.type.date_range_picker_legacy''getSonata_Core_Form_Type_DateRangePickerLegacyService'false],
  6203.             'Sonata\\CoreBundle\\Form\\Type\\DateRangeType' => ['services''sonata.core.form.type.date_range_legacy''getSonata_Core_Form_Type_DateRangeLegacyService'false],
  6204.             'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType' => ['services''sonata.core.form.type.datetime_picker_legacy''getSonata_Core_Form_Type_DatetimePickerLegacyService'false],
  6205.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType' => ['services''sonata.core.form.type.datetime_range_picker_legacy''getSonata_Core_Form_Type_DatetimeRangePickerLegacyService'false],
  6206.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType' => ['services''sonata.core.form.type.datetime_range_legacy''getSonata_Core_Form_Type_DatetimeRangeLegacyService'false],
  6207.             'Sonata\\CoreBundle\\Form\\Type\\EqualType' => ['services''sonata.core.form.type.equal_legacy''getSonata_Core_Form_Type_EqualLegacyService'false],
  6208.             'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType' => ['services''sonata.core.form.type.array_legacy''getSonata_Core_Form_Type_ArrayLegacyService'false],
  6209.             'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType' => ['services''sonata.core.form.type.translatable_choice''getSonata_Core_Form_Type_TranslatableChoiceService'false],
  6210.             'Sonata\\Form\\Type\\BooleanType' => ['services''sonata.core.form.type.boolean''getSonata_Core_Form_Type_BooleanService'false],
  6211.             'Sonata\\Form\\Type\\CollectionType' => ['services''sonata.core.form.type.collection''getSonata_Core_Form_Type_CollectionService'false],
  6212.             'Sonata\\Form\\Type\\DatePickerType' => ['services''sonata.core.form.type.date_picker''getSonata_Core_Form_Type_DatePickerService'false],
  6213.             'Sonata\\Form\\Type\\DateRangePickerType' => ['services''sonata.core.form.type.date_range_picker''getSonata_Core_Form_Type_DateRangePickerService'false],
  6214.             'Sonata\\Form\\Type\\DateRangeType' => ['services''sonata.core.form.type.date_range''getSonata_Core_Form_Type_DateRangeService'false],
  6215.             'Sonata\\Form\\Type\\DateTimePickerType' => ['services''sonata.core.form.type.datetime_picker''getSonata_Core_Form_Type_DatetimePickerService'false],
  6216.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['services''sonata.core.form.type.datetime_range_picker''getSonata_Core_Form_Type_DatetimeRangePickerService'false],
  6217.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['services''sonata.core.form.type.datetime_range''getSonata_Core_Form_Type_DatetimeRangeService'false],
  6218.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'false],
  6219.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['services''sonata.core.form.type.array''getSonata_Core_Form_Type_ArrayService'false],
  6220.             'Sonata\\UserBundle\\Form\\Type\\ApiGroupType' => ['privates''sonata.user.api.form.type.group''getSonata_User_Api_Form_Type_GroupService'false],
  6221.             'Sonata\\UserBundle\\Form\\Type\\ApiUserType' => ['privates''sonata.user.api.form.type.user''getSonata_User_Api_Form_Type_UserService'false],
  6222.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => ['services''sonata.user.form.roles_matrix_type''getSonata_User_Form_RolesMatrixTypeService'false],
  6223.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => ['services''sonata.user.form.type.security_roles''getSonata_User_Form_Type_SecurityRolesService'false],
  6224.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => ['privates''sonata.user.form.gender_list''getSonata_User_Form_GenderListService'false],
  6225.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  6226.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6227.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  6228.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6229.         ], [
  6230.             'App\\Form\\Type\\TransactionChoiceType' => '?',
  6231.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  6232.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => '?',
  6233.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  6234.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  6235.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  6236.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  6237.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  6238.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  6239.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  6240.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  6241.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  6242.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  6243.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  6244.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  6245.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  6246.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  6247.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  6248.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  6249.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  6250.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  6251.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  6252.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  6253.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  6254.             'Sonata\\CoreBundle\\Form\\Type\\BooleanType' => '?',
  6255.             'Sonata\\CoreBundle\\Form\\Type\\CollectionType' => '?',
  6256.             'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType' => '?',
  6257.             'Sonata\\CoreBundle\\Form\\Type\\ColorType' => '?',
  6258.             'Sonata\\CoreBundle\\Form\\Type\\DatePickerType' => '?',
  6259.             'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType' => '?',
  6260.             'Sonata\\CoreBundle\\Form\\Type\\DateRangeType' => '?',
  6261.             'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType' => '?',
  6262.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType' => '?',
  6263.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType' => '?',
  6264.             'Sonata\\CoreBundle\\Form\\Type\\EqualType' => '?',
  6265.             'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType' => '?',
  6266.             'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType' => '?',
  6267.             'Sonata\\Form\\Type\\BooleanType' => '?',
  6268.             'Sonata\\Form\\Type\\CollectionType' => '?',
  6269.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  6270.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  6271.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  6272.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  6273.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  6274.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  6275.             'Sonata\\Form\\Type\\EqualType' => '?',
  6276.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  6277.             'Sonata\\UserBundle\\Form\\Type\\ApiGroupType' => '?',
  6278.             'Sonata\\UserBundle\\Form\\Type\\ApiUserType' => '?',
  6279.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => '?',
  6280.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => '?',
  6281.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => '?',
  6282.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6283.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6284.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6285.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6286.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6287.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6288.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6289.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6290.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6291.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6292.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6293.             yield => ($this->services['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  6294.             yield => ($this->services['sonata.admin.form.extension.field.mopa'] ?? ($this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension()));
  6295.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  6296.         }, 9), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6297.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6298.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6299.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6300.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  6301.             yield => ($this->services['sonata.admin.form.extension.choice'] ?? ($this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  6302.         }, 1)], new RewindableGenerator(function () {
  6303.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6304.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6305.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6306.     }
  6307.     /**
  6308.      * Gets the private 'form.server_params' shared service.
  6309.      *
  6310.      * @return \Symfony\Component\Form\Util\ServerParams
  6311.      */
  6312.     protected function getForm_ServerParamsService()
  6313.     {
  6314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6315.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6316.     }
  6317.     /**
  6318.      * Gets the private 'form.type.choice' shared service.
  6319.      *
  6320.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6321.      */
  6322.     protected function getForm_Type_ChoiceService()
  6323.     {
  6324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6327.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()));
  6328.     }
  6329.     /**
  6330.      * Gets the private 'form.type.entity' shared service.
  6331.      *
  6332.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6333.      */
  6334.     protected function getForm_Type_EntityService()
  6335.     {
  6336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6340.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6341.     }
  6342.     /**
  6343.      * Gets the private 'form.type.form' shared service.
  6344.      *
  6345.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6346.      */
  6347.     protected function getForm_Type_FormService()
  6348.     {
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6353.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6354.     }
  6355.     /**
  6356.      * Gets the private 'form.type_extension.csrf' shared service.
  6357.      *
  6358.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6359.      */
  6360.     protected function getForm_TypeExtension_CsrfService()
  6361.     {
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6365.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  6366.     }
  6367.     /**
  6368.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6369.      *
  6370.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6371.      */
  6372.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6373.     {
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6376.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6377.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  6378.     }
  6379.     /**
  6380.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6381.      *
  6382.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6383.      */
  6384.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6385.     {
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6388.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6389.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6390.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6391.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  6392.     }
  6393.     /**
  6394.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6395.      *
  6396.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6397.      */
  6398.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6399.     {
  6400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6402.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6403.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6404.     }
  6405.     /**
  6406.      * Gets the private 'form.type_extension.form.validator' shared service.
  6407.      *
  6408.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6409.      */
  6410.     protected function getForm_TypeExtension_Form_ValidatorService()
  6411.     {
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6414.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6415.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6416.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  6417.     }
  6418.     /**
  6419.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6420.      *
  6421.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6422.      */
  6423.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6424.     {
  6425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6428.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6429.     }
  6430.     /**
  6431.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6432.      *
  6433.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6434.      */
  6435.     protected function getForm_TypeGuesser_DoctrineService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6439.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6440.     }
  6441.     /**
  6442.      * Gets the private 'form.type_guesser.validator' shared service.
  6443.      *
  6444.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6445.      */
  6446.     protected function getForm_TypeGuesser_ValidatorService()
  6447.     {
  6448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6449.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6450.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  6451.     }
  6452.     /**
  6453.      * Gets the private 'fos_rest.body_listener' shared service.
  6454.      *
  6455.      * @return \FOS\RestBundle\EventListener\BodyListener
  6456.      */
  6457.     protected function getFosRest_BodyListenerService()
  6458.     {
  6459.         $this->privates['fos_rest.body_listener'] = $instance = new \FOS\RestBundle\EventListener\BodyListener(new \FOS\RestBundle\Decoder\ContainerDecoderProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6460.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  6461.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  6462.         ], [
  6463.             'fos_rest.decoder.json' => '?',
  6464.             'fos_rest.decoder.xml' => '?',
  6465.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  6466.         $instance->setDefaultFormat(NULL);
  6467.         return $instance;
  6468.     }
  6469.     /**
  6470.      * Gets the private 'fos_rest.decoder.json' shared service.
  6471.      *
  6472.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  6473.      */
  6474.     protected function getFosRest_Decoder_JsonService()
  6475.     {
  6476.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  6477.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  6478.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  6479.     }
  6480.     /**
  6481.      * Gets the private 'fos_rest.decoder.xml' shared service.
  6482.      *
  6483.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  6484.      */
  6485.     protected function getFosRest_Decoder_XmlService()
  6486.     {
  6487.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  6488.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  6489.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  6490.     }
  6491.     /**
  6492.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  6493.      *
  6494.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  6495.      *
  6496.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  6497.      */
  6498.     protected function getFosRest_Inflector_DoctrineService()
  6499.     {
  6500.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  6501.         return new \FOS\RestBundle\Inflector\DoctrineInflector();
  6502.     }
  6503.     /**
  6504.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  6505.      *
  6506.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  6507.      *
  6508.      * @deprecated The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  6509.      */
  6510.     protected function getFosRest_Routing_Loader_ControllerService()
  6511.     {
  6512.         @trigger_error('The fos_rest.routing.loader.controller service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  6513.         return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), $this->getFosRest_Routing_Loader_Reader_ControllerService(), NULL);
  6514.     }
  6515.     /**
  6516.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  6517.      *
  6518.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  6519.      *
  6520.      * @deprecated The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  6521.      */
  6522.     protected function getFosRest_Routing_Loader_DirectoryService()
  6523.     {
  6524.         @trigger_error('The fos_rest.routing.loader.directory service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  6525.         return new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()));
  6526.     }
  6527.     /**
  6528.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  6529.      *
  6530.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  6531.      *
  6532.      * @deprecated The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  6533.      */
  6534.     protected function getFosRest_Routing_Loader_ProcessorService()
  6535.     {
  6536.         @trigger_error('The fos_rest.routing.loader.processor service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  6537.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  6538.     }
  6539.     /**
  6540.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  6541.      *
  6542.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  6543.      *
  6544.      * @deprecated The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  6545.      */
  6546.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  6547.     {
  6548.         @trigger_error('The fos_rest.routing.loader.reader.action service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  6549.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  6551.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  6552.         return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader($a, new \FOS\RestBundle\Request\ParamReader($a), $this->getFosRest_Inflector_DoctrineService(), true, ['json' => false'xml' => false'html' => true], true);
  6553.     }
  6554.     /**
  6555.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  6556.      *
  6557.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  6558.      *
  6559.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  6560.      */
  6561.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  6562.     {
  6563.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  6564.         return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->getFosRest_Routing_Loader_Reader_ActionService(), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6565.     }
  6566.     /**
  6567.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  6568.      *
  6569.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  6570.      *
  6571.      * @deprecated The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  6572.      */
  6573.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  6574.     {
  6575.         @trigger_error('The fos_rest.routing.loader.xml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  6576.         return new \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['json' => false'xml' => false'html' => true], NULL);
  6577.     }
  6578.     /**
  6579.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  6580.      *
  6581.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  6582.      *
  6583.      * @deprecated The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.
  6584.      */
  6585.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  6586.     {
  6587.         @trigger_error('The fos_rest.routing.loader.yaml_collection service is deprecated since FOSRestBundle 2.8. You can disable it by setting the config `fos_rest.routing_loader.enabled` to `false`.'E_USER_DEPRECATED);
  6588.         return new \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['json' => false'xml' => false'html' => true], NULL);
  6589.     }
  6590.     /**
  6591.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  6592.      *
  6593.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  6594.      */
  6595.     protected function getFosRest_Serializer_FormErrorHandlerService()
  6596.     {
  6597.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  6598.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  6599.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  6600.         return $this->privates['fos_rest.serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
  6601.     }
  6602.     /**
  6603.      * Gets the private 'fos_rest.serializer.jms' shared service.
  6604.      *
  6605.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  6606.      */
  6607.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  6608.     {
  6609.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  6611.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  6612.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  6614.         return new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  6615.     }
  6616.     /**
  6617.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  6618.      *
  6619.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  6620.      */
  6621.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  6622.     {
  6623.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  6626.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6627.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  6628.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  6629.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  6630.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  6631.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  6632.             'sonata.user.serializer.handler.user' => ['privates''sonata.user.serializer.handler.user''getSonata_User_Serializer_Handler_UserService'false],
  6633.         ], [
  6634.             'fos_rest.serializer.form_error_handler' => '?',
  6635.             'jms_serializer.array_collection_handler' => '?',
  6636.             'jms_serializer.constraint_violation_handler' => '?',
  6637.             'jms_serializer.datetime_handler' => '?',
  6638.             'jms_serializer.iterator_handler' => '?',
  6639.             'sonata.user.serializer.handler.user' => '?',
  6640.         ]), [=> ['sonata_user_user_id' => ['json' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.user.serializer.handler.user'=> 'serializeObjectToId']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']]], => ['sonata_user_user_id' => ['json' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.user.serializer.handler.user'=> 'deserializeObjectFromId']], 'ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  6641.     }
  6642.     /**
  6643.      * Gets the private 'fos_user.change_password.form.type' shared service.
  6644.      *
  6645.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  6646.      */
  6647.     protected function getFosUser_ChangePassword_Form_TypeService()
  6648.     {
  6649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  6652.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\User');
  6653.     }
  6654.     /**
  6655.      * Gets the private 'fos_user.command.activate_user' shared service.
  6656.      *
  6657.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  6658.      */
  6659.     protected function getFosUser_Command_ActivateUserService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  6663.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6664.         $instance->setName('fos:user:activate');
  6665.         return $instance;
  6666.     }
  6667.     /**
  6668.      * Gets the private 'fos_user.command.change_password' shared service.
  6669.      *
  6670.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  6671.      */
  6672.     protected function getFosUser_Command_ChangePasswordService()
  6673.     {
  6674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6675.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  6676.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6677.         $instance->setName('fos:user:change-password');
  6678.         return $instance;
  6679.     }
  6680.     /**
  6681.      * Gets the private 'fos_user.command.create_user' shared service.
  6682.      *
  6683.      * @return \FOS\UserBundle\Command\CreateUserCommand
  6684.      */
  6685.     protected function getFosUser_Command_CreateUserService()
  6686.     {
  6687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6688.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  6689.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6690.         $instance->setName('fos:user:create');
  6691.         return $instance;
  6692.     }
  6693.     /**
  6694.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  6695.      *
  6696.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  6697.      */
  6698.     protected function getFosUser_Command_DeactivateUserService()
  6699.     {
  6700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6701.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  6702.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6703.         $instance->setName('fos:user:deactivate');
  6704.         return $instance;
  6705.     }
  6706.     /**
  6707.      * Gets the private 'fos_user.command.demote_user' shared service.
  6708.      *
  6709.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  6710.      */
  6711.     protected function getFosUser_Command_DemoteUserService()
  6712.     {
  6713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6714.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  6715.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  6716.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6717.         $instance->setName('fos:user:demote');
  6718.         return $instance;
  6719.     }
  6720.     /**
  6721.      * Gets the private 'fos_user.command.promote_user' shared service.
  6722.      *
  6723.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  6724.      */
  6725.     protected function getFosUser_Command_PromoteUserService()
  6726.     {
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  6730.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6731.         $instance->setName('fos:user:promote');
  6732.         return $instance;
  6733.     }
  6734.     /**
  6735.      * Gets the private 'fos_user.group.form.type' shared service.
  6736.      *
  6737.      * @return \FOS\UserBundle\Form\Type\GroupFormType
  6738.      */
  6739.     protected function getFosUser_Group_Form_TypeService()
  6740.     {
  6741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6743.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/GroupFormType.php';
  6744.         return $this->privates['fos_user.group.form.type'] = new \FOS\UserBundle\Form\Type\GroupFormType('App\\Entity\\Group');
  6745.     }
  6746.     /**
  6747.      * Gets the private 'fos_user.listener.authentication' shared service.
  6748.      *
  6749.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  6750.      */
  6751.     protected function getFosUser_Listener_AuthenticationService()
  6752.     {
  6753.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  6754.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  6755.     }
  6756.     /**
  6757.      * Gets the private 'fos_user.listener.flash' shared service.
  6758.      *
  6759.      * @return \FOS\UserBundle\EventListener\FlashListener
  6760.      */
  6761.     protected function getFosUser_Listener_FlashService()
  6762.     {
  6763.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  6764.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6765.     }
  6766.     /**
  6767.      * Gets the private 'fos_user.listener.resetting' shared service.
  6768.      *
  6769.      * @return \FOS\UserBundle\EventListener\ResettingListener
  6770.      */
  6771.     protected function getFosUser_Listener_ResettingService()
  6772.     {
  6773.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  6774.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  6775.     }
  6776.     /**
  6777.      * Gets the private 'fos_user.object_manager' shared service.
  6778.      *
  6779.      * @return \Doctrine\Common\Persistence\ObjectManager
  6780.      */
  6781.     protected function getFosUser_ObjectManagerService()
  6782.     {
  6783.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  6784.     }
  6785.     /**
  6786.      * Gets the private 'fos_user.profile.form.type' shared service.
  6787.      *
  6788.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  6789.      */
  6790.     protected function getFosUser_Profile_Form_TypeService()
  6791.     {
  6792.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6794.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  6795.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\User');
  6796.     }
  6797.     /**
  6798.      * Gets the private 'fos_user.registration.form.type' shared service.
  6799.      *
  6800.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  6801.      */
  6802.     protected function getFosUser_Registration_Form_TypeService()
  6803.     {
  6804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  6807.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\User');
  6808.     }
  6809.     /**
  6810.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  6811.      *
  6812.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  6813.      */
  6814.     protected function getFosUser_Resetting_Form_FactoryService()
  6815.     {
  6816.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  6818.         return $this->privates['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']);
  6819.     }
  6820.     /**
  6821.      * Gets the private 'fos_user.resetting.form.type' shared service.
  6822.      *
  6823.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  6824.      */
  6825.     protected function getFosUser_Resetting_Form_TypeService()
  6826.     {
  6827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6828.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6829.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  6830.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\User');
  6831.     }
  6832.     /**
  6833.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  6834.      *
  6835.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  6836.      */
  6837.     protected function getFosUser_Security_InteractiveLoginListenerService()
  6838.     {
  6839.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  6840.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6841.     }
  6842.     /**
  6843.      * Gets the private 'fos_user.security.login_manager' shared service.
  6844.      *
  6845.      * @return \FOS\UserBundle\Security\LoginManager
  6846.      */
  6847.     protected function getFosUser_Security_LoginManagerService()
  6848.     {
  6849.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  6850.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  6851.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6852.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6853.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6855.         return $this->privates['fos_user.security.login_manager'] = new \FOS\UserBundle\Security\LoginManager(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  6856.     }
  6857.     /**
  6858.      * Gets the private 'fos_user.user_provider.username' shared service.
  6859.      *
  6860.      * @return \FOS\UserBundle\Security\UserProvider
  6861.      */
  6862.     protected function getFosUser_UserProvider_UsernameService()
  6863.     {
  6864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  6866.         return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6867.     }
  6868.     /**
  6869.      * Gets the private 'fos_user.username_form_type' shared service.
  6870.      *
  6871.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  6872.      */
  6873.     protected function getFosUser_UsernameFormTypeService()
  6874.     {
  6875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6877.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  6878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  6879.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  6880.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService())));
  6881.     }
  6882.     /**
  6883.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  6884.      *
  6885.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  6886.      */
  6887.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  6888.     {
  6889.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  6890.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  6891.     }
  6892.     /**
  6893.      * Gets the private 'fos_user.util.password_updater' shared service.
  6894.      *
  6895.      * @return \FOS\UserBundle\Util\PasswordUpdater
  6896.      */
  6897.     protected function getFosUser_Util_PasswordUpdaterService()
  6898.     {
  6899.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  6900.     }
  6901.     /**
  6902.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  6903.      *
  6904.      * @return \FOS\UserBundle\Util\UserManipulator
  6905.      */
  6906.     protected function getFosUser_Util_UserManipulatorService()
  6907.     {
  6908.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  6909.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6910.     }
  6911.     /**
  6912.      * Gets the private 'fragment.renderer.inline' shared service.
  6913.      *
  6914.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6915.      */
  6916.     protected function getFragment_Renderer_InlineService()
  6917.     {
  6918.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6919.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6921.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6922.         $instance->setFragmentPath('/_fragment');
  6923.         return $instance;
  6924.     }
  6925.     /**
  6926.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  6927.      *
  6928.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  6929.      */
  6930.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  6931.     {
  6932.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  6933.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  6934.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  6935.     }
  6936.     /**
  6937.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  6938.      *
  6939.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  6940.      */
  6941.     protected function getJmsSerializer_Cache_CacheClearerService()
  6942.     {
  6943.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  6945.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  6946.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  6947.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  6948.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  6949.     }
  6950.     /**
  6951.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  6952.      *
  6953.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  6954.      */
  6955.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  6956.     {
  6957.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  6959.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  6960.     }
  6961.     /**
  6962.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  6963.      *
  6964.      * @return \JMS\Serializer\Handler\DateHandler
  6965.      */
  6966.     protected function getJmsSerializer_DatetimeHandlerService()
  6967.     {
  6968.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  6969.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  6970.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  6971.     }
  6972.     /**
  6973.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  6974.      *
  6975.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  6976.      */
  6977.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  6978.     {
  6979.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  6981.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  6982.     }
  6983.     /**
  6984.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  6985.      *
  6986.      * @return \JMS\Serializer\Handler\IteratorHandler
  6987.      */
  6988.     protected function getJmsSerializer_IteratorHandlerService()
  6989.     {
  6990.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  6992.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  6993.     }
  6994.     /**
  6995.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  6996.      *
  6997.      * @return \Metadata\MetadataFactory
  6998.      */
  6999.     protected function getJmsSerializer_MetadataFactoryService()
  7000.     {
  7001.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  7006.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  7007.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  7008.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  7009.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7010.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  7011.         ], [
  7012.             'metadata_driver' => '?',
  7013.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  7014.         $instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  7015.         $instance->setIncludeInterfaces(false);
  7016.         return $instance;
  7017.     }
  7018.     /**
  7019.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  7020.      *
  7021.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  7022.      */
  7023.     protected function getJmsSerializer_StopwatchSubscriberService()
  7024.     {
  7025.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  7026.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  7027.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  7028.     }
  7029.     /**
  7030.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  7031.      *
  7032.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  7033.      */
  7034.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  7035.     {
  7036.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  7037.         return $this->privates['knp_menu.menu_provider.builder_alias'] = new \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider(($this->services['kernel'] ?? $this->get('kernel'1)), $this, ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  7038.     }
  7039.     /**
  7040.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  7041.      *
  7042.      * @return \Knp\Menu\Provider\ChainProvider
  7043.      */
  7044.     protected function getKnpMenu_MenuProvider_ChainService()
  7045.     {
  7046.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  7047.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  7048.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  7049.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  7050.         }, 3));
  7051.     }
  7052.     /**
  7053.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  7054.      *
  7055.      * @return \Knp\Menu\Provider\LazyProvider
  7056.      */
  7057.     protected function getKnpMenu_MenuProvider_LazyService()
  7058.     {
  7059.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  7060.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  7061.             return ($this->services['sonata.admin.sidebar_menu'] ?? $this->getSonata_Admin_SidebarMenuService());
  7062.         }]);
  7063.     }
  7064.     /**
  7065.      * Gets the private 'knp_menu.renderer.list' shared service.
  7066.      *
  7067.      * @return \Knp\Menu\Renderer\ListRenderer
  7068.      */
  7069.     protected function getKnpMenu_Renderer_ListService()
  7070.     {
  7071.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  7072.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  7073.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  7074.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  7075.     }
  7076.     /**
  7077.      * Gets the private 'knp_menu.renderer.twig' shared service.
  7078.      *
  7079.      * @return \Knp\Menu\Renderer\TwigRenderer
  7080.      */
  7081.     protected function getKnpMenu_Renderer_TwigService()
  7082.     {
  7083.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  7084.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  7085.         return $this->privates['knp_menu.renderer.twig'] = new \Knp\Menu\Renderer\TwigRenderer(($this->services['twig'] ?? $this->getTwigService()), '@KnpMenu/menu.html.twig', ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), []);
  7086.     }
  7087.     /**
  7088.      * Gets the private 'knp_menu.voter.router' shared service.
  7089.      *
  7090.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  7091.      */
  7092.     protected function getKnpMenu_Voter_RouterService()
  7093.     {
  7094.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  7095.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  7096.         return $this->privates['knp_menu.voter.router'] = new \Knp\Menu\Matcher\Voter\RouteVoter(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7097.     }
  7098.     /**
  7099.      * Gets the private 'locale_aware_listener' shared service.
  7100.      *
  7101.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7102.      */
  7103.     protected function getLocaleAwareListenerService()
  7104.     {
  7105.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7106.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7107.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7108.     }
  7109.     /**
  7110.      * Gets the private 'locale_listener' shared service.
  7111.      *
  7112.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7113.      */
  7114.     protected function getLocaleListenerService()
  7115.     {
  7116.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'ru', ($this->services['router'] ?? $this->getRouterService()));
  7117.     }
  7118.     /**
  7119.      * Gets the private 'mailer.transport_factory.gmail' shared service.
  7120.      *
  7121.      * @return \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory
  7122.      */
  7123.     protected function getMailer_TransportFactory_GmailService()
  7124.     {
  7125.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/google-mailer/Transport/GmailTransportFactory.php';
  7128.         return $this->privates['mailer.transport_factory.gmail'] = new \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7129.     }
  7130.     /**
  7131.      * Gets the private 'mailer.transport_factory.null' shared service.
  7132.      *
  7133.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7134.      */
  7135.     protected function getMailer_TransportFactory_NullService()
  7136.     {
  7137.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7139.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7140.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7141.     }
  7142.     /**
  7143.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7144.      *
  7145.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7146.      */
  7147.     protected function getMailer_TransportFactory_SendmailService()
  7148.     {
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7151.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7152.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7153.     }
  7154.     /**
  7155.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7156.      *
  7157.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7158.      */
  7159.     protected function getMailer_TransportFactory_SmtpService()
  7160.     {
  7161.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7163.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7164.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7165.     }
  7166.     /**
  7167.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7168.      *
  7169.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7170.      */
  7171.     protected function getMaker_AutoCommand_MakeAuthService()
  7172.     {
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7179.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7180.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7181.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  7182.         $instance->setName('make:auth');
  7183.         return $instance;
  7184.     }
  7185.     /**
  7186.      * Gets the private 'maker.auto_command.make_command' shared service.
  7187.      *
  7188.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7189.      */
  7190.     protected function getMaker_AutoCommand_MakeCommandService()
  7191.     {
  7192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7197.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7198.         $instance->setName('make:command');
  7199.         return $instance;
  7200.     }
  7201.     /**
  7202.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7203.      *
  7204.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7205.      */
  7206.     protected function getMaker_AutoCommand_MakeControllerService()
  7207.     {
  7208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7209.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7210.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7211.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7213.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7214.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7215.         $instance->setName('make:controller');
  7216.         return $instance;
  7217.     }
  7218.     /**
  7219.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7220.      *
  7221.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7222.      */
  7223.     protected function getMaker_AutoCommand_MakeCrudService()
  7224.     {
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7227.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7228.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7229.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7230.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7231.         $instance->setName('make:crud');
  7232.         return $instance;
  7233.     }
  7234.     /**
  7235.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7236.      *
  7237.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7238.      */
  7239.     protected function getMaker_AutoCommand_MakeEntityService()
  7240.     {
  7241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7245.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7247.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7248.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7249.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  7250.         $instance->setName('make:entity');
  7251.         return $instance;
  7252.     }
  7253.     /**
  7254.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7255.      *
  7256.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7257.      */
  7258.     protected function getMaker_AutoCommand_MakeFixturesService()
  7259.     {
  7260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7264.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7265.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7266.         $instance->setName('make:fixtures');
  7267.         return $instance;
  7268.     }
  7269.     /**
  7270.      * Gets the private 'maker.auto_command.make_form' shared service.
  7271.      *
  7272.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7273.      */
  7274.     protected function getMaker_AutoCommand_MakeFormService()
  7275.     {
  7276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7281.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7282.         $instance->setName('make:form');
  7283.         return $instance;
  7284.     }
  7285.     /**
  7286.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  7287.      *
  7288.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7289.      */
  7290.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  7291.     {
  7292.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  7297.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7298.         $instance->setName('make:functional-test');
  7299.         return $instance;
  7300.     }
  7301.     /**
  7302.      * Gets the private 'maker.auto_command.make_message' shared service.
  7303.      *
  7304.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7305.      */
  7306.     protected function getMaker_AutoCommand_MakeMessageService()
  7307.     {
  7308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7309.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7313.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7314.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7315.         $instance->setName('make:message');
  7316.         return $instance;
  7317.     }
  7318.     /**
  7319.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7320.      *
  7321.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7322.      */
  7323.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7324.     {
  7325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7330.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7331.         $instance->setName('make:messenger-middleware');
  7332.         return $instance;
  7333.     }
  7334.     /**
  7335.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7336.      *
  7337.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7338.      */
  7339.     protected function getMaker_AutoCommand_MakeMigrationService()
  7340.     {
  7341.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7343.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7347.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7348.         $instance->setName('make:migration');
  7349.         return $instance;
  7350.     }
  7351.     /**
  7352.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7353.      *
  7354.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7355.      */
  7356.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7357.     {
  7358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7361.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7362.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7363.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7364.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7365.         $instance->setName('make:registration-form');
  7366.         return $instance;
  7367.     }
  7368.     /**
  7369.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7370.      *
  7371.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7372.      */
  7373.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7374.     {
  7375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7376.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7377.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7378.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7379.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7380.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7381.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7382.         $instance->setName('make:reset-password');
  7383.         return $instance;
  7384.     }
  7385.     /**
  7386.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7387.      *
  7388.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7389.      */
  7390.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7391.     {
  7392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7393.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7396.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7397.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7398.         $instance->setName('make:serializer:encoder');
  7399.         return $instance;
  7400.     }
  7401.     /**
  7402.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7403.      *
  7404.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7405.      */
  7406.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7407.     {
  7408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7410.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7411.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7412.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7413.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7414.         $instance->setName('make:serializer:normalizer');
  7415.         return $instance;
  7416.     }
  7417.     /**
  7418.      * Gets the private 'maker.auto_command.make_sonata_admin' shared service.
  7419.      *
  7420.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7421.      */
  7422.     protected function getMaker_AutoCommand_MakeSonataAdminService()
  7423.     {
  7424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Maker/AdminMaker.php';
  7429.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  7430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  7431.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  7432.         $this->privates['maker.auto_command.make_sonata_admin'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Sonata\AdminBundle\Maker\AdminMaker(\dirname(__DIR__4), ['sonata.admin.manager.orm' => new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()))]), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7433.         $instance->setName('make:sonata:admin');
  7434.         return $instance;
  7435.     }
  7436.     /**
  7437.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7438.      *
  7439.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7440.      */
  7441.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7442.     {
  7443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7448.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7449.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7450.         $instance->setName('make:subscriber');
  7451.         return $instance;
  7452.     }
  7453.     /**
  7454.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7455.      *
  7456.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7457.      */
  7458.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7459.     {
  7460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7465.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7466.         $instance->setName('make:twig-extension');
  7467.         return $instance;
  7468.     }
  7469.     /**
  7470.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  7471.      *
  7472.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7473.      */
  7474.     protected function getMaker_AutoCommand_MakeUnitTestService()
  7475.     {
  7476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7479.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7480.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  7481.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7482.         $instance->setName('make:unit-test');
  7483.         return $instance;
  7484.     }
  7485.     /**
  7486.      * Gets the private 'maker.auto_command.make_user' shared service.
  7487.      *
  7488.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7489.      */
  7490.     protected function getMaker_AutoCommand_MakeUserService()
  7491.     {
  7492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7493.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7494.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7495.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7496.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7497.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7498.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7499.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7500.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7501.         $instance->setName('make:user');
  7502.         return $instance;
  7503.     }
  7504.     /**
  7505.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7506.      *
  7507.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7508.      */
  7509.     protected function getMaker_AutoCommand_MakeValidatorService()
  7510.     {
  7511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7513.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7514.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7515.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7516.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7517.         $instance->setName('make:validator');
  7518.         return $instance;
  7519.     }
  7520.     /**
  7521.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7522.      *
  7523.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7524.      */
  7525.     protected function getMaker_AutoCommand_MakeVoterService()
  7526.     {
  7527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7529.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7532.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7533.         $instance->setName('make:voter');
  7534.         return $instance;
  7535.     }
  7536.     /**
  7537.      * Gets the private 'maker.doctrine_helper' shared service.
  7538.      *
  7539.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7540.      */
  7541.     protected function getMaker_DoctrineHelperService()
  7542.     {
  7543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7544.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  7545.     }
  7546.     /**
  7547.      * Gets the private 'maker.entity_class_generator' shared service.
  7548.      *
  7549.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7550.      */
  7551.     protected function getMaker_EntityClassGeneratorService()
  7552.     {
  7553.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7554.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  7555.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  7556.         return $instance;
  7557.     }
  7558.     /**
  7559.      * Gets the private 'maker.file_manager' shared service.
  7560.      *
  7561.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7562.      */
  7563.     protected function getMaker_FileManagerService()
  7564.     {
  7565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7568.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7569.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7570.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  7571.     }
  7572.     /**
  7573.      * Gets the private 'maker.generator' shared service.
  7574.      *
  7575.      * @return \Symfony\Bundle\MakerBundle\Generator
  7576.      */
  7577.     protected function getMaker_GeneratorService()
  7578.     {
  7579.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7580.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  7581.     }
  7582.     /**
  7583.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7584.      *
  7585.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7586.      */
  7587.     protected function getMaker_Renderer_FormTypeRendererService()
  7588.     {
  7589.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7590.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7591.     }
  7592.     /**
  7593.      * Gets the private 'mime_types' shared service.
  7594.      *
  7595.      * @return \Symfony\Component\Mime\MimeTypes
  7596.      */
  7597.     protected function getMimeTypesService()
  7598.     {
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7600.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7601.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7602.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7603.         $instance->setDefault($instance);
  7604.         return $instance;
  7605.     }
  7606.     /**
  7607.      * Gets the private 'monolog.command.server_log' shared service.
  7608.      *
  7609.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7610.      */
  7611.     protected function getMonolog_Command_ServerLogService()
  7612.     {
  7613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7614.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7615.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7616.         $instance->setName('server:log');
  7617.         return $instance;
  7618.     }
  7619.     /**
  7620.      * Gets the private 'monolog.handler.console' shared service.
  7621.      *
  7622.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7623.      */
  7624.     protected function getMonolog_Handler_ConsoleService()
  7625.     {
  7626.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7627.     }
  7628.     /**
  7629.      * Gets the private 'monolog.handler.main' shared service.
  7630.      *
  7631.      * @return \Monolog\Handler\StreamHandler
  7632.      */
  7633.     protected function getMonolog_Handler_MainService()
  7634.     {
  7635.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  7636.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7637.         return $instance;
  7638.     }
  7639.     /**
  7640.      * Gets the private 'monolog.logger' shared service.
  7641.      *
  7642.      * @return \Symfony\Bridge\Monolog\Logger
  7643.      */
  7644.     protected function getMonolog_LoggerService()
  7645.     {
  7646.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7647.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7648.         $instance->useMicrosecondTimestamps(true);
  7649.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7650.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7651.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7652.         return $instance;
  7653.     }
  7654.     /**
  7655.      * Gets the private 'monolog.logger.cache' shared service.
  7656.      *
  7657.      * @return \Symfony\Bridge\Monolog\Logger
  7658.      */
  7659.     protected function getMonolog_Logger_CacheService()
  7660.     {
  7661.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7662.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7663.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7664.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7665.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7666.         return $instance;
  7667.     }
  7668.     /**
  7669.      * Gets the private 'monolog.logger.request' shared service.
  7670.      *
  7671.      * @return \Symfony\Bridge\Monolog\Logger
  7672.      */
  7673.     protected function getMonolog_Logger_RequestService()
  7674.     {
  7675.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7676.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7677.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7678.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7679.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7680.         return $instance;
  7681.     }
  7682.     /**
  7683.      * Gets the private 'monolog.logger.security' shared service.
  7684.      *
  7685.      * @return \Symfony\Bridge\Monolog\Logger
  7686.      */
  7687.     protected function getMonolog_Logger_SecurityService()
  7688.     {
  7689.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7690.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7691.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7692.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7693.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7694.         return $instance;
  7695.     }
  7696.     /**
  7697.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  7698.      *
  7699.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  7700.      */
  7701.     protected function getNelmioApiDoc_Describers_ConfigService()
  7702.     {
  7703.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  7705.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'My App''description' => 'This is an awesome app!''version' => '1.0.0']]);
  7706.     }
  7707.     /**
  7708.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  7709.      *
  7710.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  7711.      */
  7712.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  7713.     {
  7714.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  7715.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7716.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7717.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  7718.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7719.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  7720.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  7721.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  7722.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  7723.         }, 3));
  7724.     }
  7725.     /**
  7726.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  7727.      *
  7728.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  7729.      */
  7730.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  7731.     {
  7732.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7733.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7734.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  7735.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7736.         return $this->privates['nelmio_api_doc.describers.swagger_php.default'] = new \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7737.     }
  7738.     /**
  7739.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  7740.      *
  7741.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7742.      */
  7743.     protected function getNelmioApiDoc_GeneratorLocatorService()
  7744.     {
  7745.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7746.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  7747.         ], [
  7748.             'default' => '?',
  7749.         ]);
  7750.     }
  7751.     /**
  7752.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  7753.      *
  7754.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  7755.      */
  7756.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  7757.     {
  7758.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7759.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7761.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  7762.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  7763.     }
  7764.     /**
  7765.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  7766.      *
  7767.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  7768.      */
  7769.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  7770.     {
  7771.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7773.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7774.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
  7775.         return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), NULL, ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  7776.     }
  7777.     /**
  7778.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  7779.      *
  7780.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  7781.      */
  7782.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  7783.     {
  7784.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7786.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7787.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  7788.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  7789.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7790.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  7791.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  7792.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  7793.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  7794.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  7795.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  7796.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7797.     }
  7798.     /**
  7799.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  7800.      *
  7801.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  7802.      */
  7803.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  7804.     {
  7805.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  7806.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7807.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7808.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  7809.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  7810.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7811.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  7812.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  7813.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  7814.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  7815.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  7816.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  7817.         }, 7));
  7818.     }
  7819.     /**
  7820.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  7821.      *
  7822.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  7823.      */
  7824.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  7825.     {
  7826.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  7829.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7830.     }
  7831.     /**
  7832.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  7833.      *
  7834.      * @return \Symfony\Component\Routing\RouteCollection
  7835.      */
  7836.     protected function getNelmioApiDoc_Routes_DefaultService()
  7837.     {
  7838.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  7840.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7841.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  7842.     }
  7843.     /**
  7844.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  7845.      *
  7846.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  7847.      */
  7848.     protected function getNelmioCors_CorsListenerService()
  7849.     {
  7850.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->parameters['nelmio_cors.defaults'])]));
  7851.     }
  7852.     /**
  7853.      * Gets the private 'parameter_bag' shared service.
  7854.      *
  7855.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7856.      */
  7857.     protected function getParameterBagService()
  7858.     {
  7859.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7860.     }
  7861.     /**
  7862.      * Gets the private 'profiler_listener' shared service.
  7863.      *
  7864.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7865.      */
  7866.     protected function getProfilerListenerService()
  7867.     {
  7868.         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);
  7869.     }
  7870.     /**
  7871.      * Gets the private 'property_accessor' shared service.
  7872.      *
  7873.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7874.      */
  7875.     protected function getPropertyAccessorService()
  7876.     {
  7877.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  7878.     }
  7879.     /**
  7880.      * Gets the private 'property_info' shared service.
  7881.      *
  7882.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7883.      */
  7884.     protected function getPropertyInfoService()
  7885.     {
  7886.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7887.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7888.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7889.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7890.         }, 3), new RewindableGenerator(function () {
  7891.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7892.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7893.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7894.         }, 3), new RewindableGenerator(function () {
  7895.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7896.         }, 1), new RewindableGenerator(function () {
  7897.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7898.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7899.         }, 2), new RewindableGenerator(function () {
  7900.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7901.         }, 1));
  7902.     }
  7903.     /**
  7904.      * Gets the private 'property_info.serializer_extractor' shared service.
  7905.      *
  7906.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7907.      */
  7908.     protected function getPropertyInfo_SerializerExtractorService()
  7909.     {
  7910.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7911.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7912.     }
  7913.     /**
  7914.      * Gets the private 'router.cache_warmer' shared service.
  7915.      *
  7916.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7917.      */
  7918.     protected function getRouter_CacheWarmerService()
  7919.     {
  7920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7922.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7923.             'router' => ['services''router''getRouterService'false],
  7924.         ], [
  7925.             'router' => '?',
  7926.         ]))->withContext('router.cache_warmer'$this));
  7927.     }
  7928.     /**
  7929.      * Gets the private 'router.request_context' shared service.
  7930.      *
  7931.      * @return \Symfony\Component\Routing\RequestContext
  7932.      */
  7933.     protected function getRouter_RequestContextService()
  7934.     {
  7935.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  7936.     }
  7937.     /**
  7938.      * Gets the private 'router_listener' shared service.
  7939.      *
  7940.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7941.      */
  7942.     protected function getRouterListenerService()
  7943.     {
  7944.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  7945.     }
  7946.     /**
  7947.      * Gets the private 'security.access_listener' shared service.
  7948.      *
  7949.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7950.      */
  7951.     protected function getSecurity_AccessListenerService()
  7952.     {
  7953.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7954.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  7955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  7956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7957.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  7958.     }
  7959.     /**
  7960.      * Gets the private 'security.access_map' shared service.
  7961.      *
  7962.      * @return \Symfony\Component\Security\Http\AccessMap
  7963.      */
  7964.     protected function getSecurity_AccessMapService()
  7965.     {
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7969.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7970.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7971.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7972.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7973.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7974.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7975.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_ADMIN'=> 'ROLE_SONATA_ADMIN'=> 'ROLE_ADMIN_NEWS_ADMIN'], NULL);
  7976.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/.*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7977.         return $instance;
  7978.     }
  7979.     /**
  7980.      * Gets the private 'security.acl.dbal.schema_listener' shared service.
  7981.      *
  7982.      * @return \Symfony\Bundle\AclBundle\EventListener\AclSchemaListener
  7983.      */
  7984.     protected function getSecurity_Acl_Dbal_SchemaListenerService()
  7985.     {
  7986.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/EventListener/AclSchemaListener.php';
  7987.         return $this->privates['security.acl.dbal.schema_listener'] = new \Symfony\Bundle\AclBundle\EventListener\AclSchemaListener(($this->services['security.acl.dbal.schema'] ?? $this->getSecurity_Acl_Dbal_SchemaService()));
  7988.     }
  7989.     /**
  7990.      * Gets the private 'security.acl.security_identity_retrieval_strategy' shared service.
  7991.      *
  7992.      * @return \Symfony\Component\Security\Acl\Domain\SecurityIdentityRetrievalStrategy
  7993.      */
  7994.     protected function getSecurity_Acl_SecurityIdentityRetrievalStrategyService()
  7995.     {
  7996.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/SecurityIdentityRetrievalStrategyInterface.php';
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/SecurityIdentityRetrievalStrategy.php';
  7998.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  7999.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8000.         return $this->privates['security.acl.security_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\SecurityIdentityRetrievalStrategy(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))));
  8001.     }
  8002.     /**
  8003.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  8004.      *
  8005.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8006.      */
  8007.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  8008.     {
  8009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8012.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8013.         return $this->privates['security.authentication.listener.anonymous.admin'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  8014.     }
  8015.     /**
  8016.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8017.      *
  8018.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8019.      */
  8020.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8021.     {
  8022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8026.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  8027.     }
  8028.     /**
  8029.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  8030.      *
  8031.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  8032.      */
  8033.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  8034.     {
  8035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8037.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8038.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  8039.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  8040.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8041.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  8043.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8044.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  8045.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8047.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8048.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  8049.         $b->setOptions(['login_path' => '/admin/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  8050.         $b->setProviderKey('admin');
  8051.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  8052.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  8053.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  8054.         return $this->privates['security.authentication.listener.form.admin'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'admin'$b$d, ['use_forward' => false'check_path' => '/admin/login_check''require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  8055.     }
  8056.     /**
  8057.      * Gets the private 'security.authentication.listener.form.main' shared service.
  8058.      *
  8059.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  8060.      */
  8061.     protected function getSecurity_Authentication_Listener_Form_MainService()
  8062.     {
  8063.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  8067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  8068.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  8071.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8072.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  8073.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8075.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8076.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  8077.         $b->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  8078.         $b->setProviderKey('main');
  8079.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  8080.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  8081.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  8082.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'main'$b$d, ['use_forward' => false'check_path' => '/login_check''require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  8083.     }
  8084.     /**
  8085.      * Gets the private 'security.authentication.manager' shared service.
  8086.      *
  8087.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8088.      */
  8089.     protected function getSecurity_Authentication_ManagerService()
  8090.     {
  8091.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8092.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  8093.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  8094.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  8095.             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'))));
  8096.         }, 4), true);
  8097.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8098.         return $instance;
  8099.     }
  8100.     /**
  8101.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  8102.      *
  8103.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  8104.      */
  8105.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  8106.     {
  8107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  8109.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  8110.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8111.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  8112.         return $this->privates['security.authentication.provider.dao.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'admin', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  8113.     }
  8114.     /**
  8115.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  8116.      *
  8117.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  8118.      */
  8119.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  8120.     {
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  8123.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  8124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  8126.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  8127.     }
  8128.     /**
  8129.      * Gets the private 'security.channel_listener' shared service.
  8130.      *
  8131.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8132.      */
  8133.     protected function getSecurity_ChannelListenerService()
  8134.     {
  8135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  8141.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), new \Symfony\Component\Security\Http\EntryPoint\RetryAuthenticationEntryPoint(80443), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  8142.     }
  8143.     /**
  8144.      * Gets the private 'security.command.user_password_encoder' shared service.
  8145.      *
  8146.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8147.      */
  8148.     protected function getSecurity_Command_UserPasswordEncoderService()
  8149.     {
  8150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  8152.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'FOS\\UserBundle\\Model\\UserInterface']);
  8153.         $instance->setName('security:encode-password');
  8154.         return $instance;
  8155.     }
  8156.     /**
  8157.      * Gets the private 'security.context_listener.0' shared service.
  8158.      *
  8159.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8160.      */
  8161.     protected function getSecurity_ContextListener_0Service()
  8162.     {
  8163.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8165.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8166.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8167.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8169.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  8170.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  8171.         }, 1), 'user', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  8172.     }
  8173.     /**
  8174.      * Gets the private 'security.csrf.token_storage' shared service.
  8175.      *
  8176.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8177.      */
  8178.     protected function getSecurity_Csrf_TokenStorageService()
  8179.     {
  8180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8183.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  8184.     }
  8185.     /**
  8186.      * Gets the private 'security.encoder_factory.generic' shared service.
  8187.      *
  8188.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8189.      */
  8190.     protected function getSecurity_EncoderFactory_GenericService()
  8191.     {
  8192.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['algorithm' => 'sha512''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  8193.     }
  8194.     /**
  8195.      * Gets the private 'security.firewall.map' shared service.
  8196.      *
  8197.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8198.      */
  8199.     protected function getSecurity_Firewall_MapService()
  8200.     {
  8201.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8202.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  8203.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  8204.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  8205.         ], [
  8206.             'security.firewall.map.context.admin' => '?',
  8207.             'security.firewall.map.context.dev' => '?',
  8208.             'security.firewall.map.context.main' => '?',
  8209.         ]), new RewindableGenerator(function () {
  8210.             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)/')));
  8211.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.e_DUqBA'] ?? ($this->privates['.security.request_matcher.e_DUqBA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/admin(.*)')));
  8212.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
  8213.         }, 3));
  8214.     }
  8215.     /**
  8216.      * Gets the private 'security.firewall.map.context.admin' shared service.
  8217.      *
  8218.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8219.      */
  8220.     protected function getSecurity_Firewall_Map_Context_AdminService()
  8221.     {
  8222.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  8232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  8233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  8238.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  8239.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8240.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/admin/login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/admin/logout']);
  8241.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  8242.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  8243.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8244.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8245.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8246.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  8247.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  8248.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8249.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'admin', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/admin/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.e_DUqBA'truefalse'fos_user.user_provider.username''user''security.authentication.form_entry_point.admin'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  8250.     }
  8251.     /**
  8252.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8253.      *
  8254.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8255.      */
  8256.     protected function getSecurity_Firewall_Map_Context_DevService()
  8257.     {
  8258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8260.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8261.             return new \EmptyIterator();
  8262.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  8263.     }
  8264.     /**
  8265.      * Gets the private 'security.firewall.map.context.main' shared service.
  8266.      *
  8267.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8268.      */
  8269.     protected function getSecurity_Firewall_Map_Context_MainService()
  8270.     {
  8271.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  8276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8279.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8280.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  8281.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  8282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  8287.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  8288.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8289.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  8290.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  8291.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  8292.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8293.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8294.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8295.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  8296.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8297.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8298.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.OKzIMc6'truefalse'fos_user.user_provider.username''user''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  8299.     }
  8300.     /**
  8301.      * Gets the private 'security.http_utils' shared service.
  8302.      *
  8303.      * @return \Symfony\Component\Security\Http\HttpUtils
  8304.      */
  8305.     protected function getSecurity_HttpUtilsService()
  8306.     {
  8307.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8308.         $a = ($this->services['router'] ?? $this->getRouterService());
  8309.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8310.     }
  8311.     /**
  8312.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  8313.      *
  8314.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  8315.      */
  8316.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  8317.     {
  8318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8319.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  8320.         return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  8321.     }
  8322.     /**
  8323.      * Gets the private 'security.logout_url_generator' shared service.
  8324.      *
  8325.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8326.      */
  8327.     protected function getSecurity_LogoutUrlGeneratorService()
  8328.     {
  8329.         $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->getSecurity_TokenStorageService()));
  8330.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULL'user');
  8331.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'user');
  8332.         return $instance;
  8333.     }
  8334.     /**
  8335.      * Gets the private 'security.role_hierarchy' shared service.
  8336.      *
  8337.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8338.      */
  8339.     protected function getSecurity_RoleHierarchyService()
  8340.     {
  8341.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8342.     }
  8343.     /**
  8344.      * Gets the private 'security.validator.user_password' shared service.
  8345.      *
  8346.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8347.      */
  8348.     protected function getSecurity_Validator_UserPasswordService()
  8349.     {
  8350.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8351.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8352.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8353.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  8354.     }
  8355.     /**
  8356.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8357.      *
  8358.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8359.      */
  8360.     protected function getSerializer_Mapping_CacheWarmerService()
  8361.     {
  8362.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8365.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8367.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  8368.     }
  8369.     /**
  8370.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8371.      *
  8372.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8373.      */
  8374.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8375.     {
  8376.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8377.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8378.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8379.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8381.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8382.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]), NULL);
  8383.     }
  8384.     /**
  8385.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  8386.      *
  8387.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  8388.      */
  8389.     protected function getSerializer_NameConverter_MetadataAwareService()
  8390.     {
  8391.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  8392.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  8393.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  8394.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8395.     }
  8396.     /**
  8397.      * Gets the private 'session.storage.native' shared service.
  8398.      *
  8399.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8400.      */
  8401.     protected function getSession_Storage_NativeService()
  8402.     {
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  8404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  8405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  8406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  8407.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  8408.     }
  8409.     /**
  8410.      * Gets the private 'session_listener' shared service.
  8411.      *
  8412.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8413.      */
  8414.     protected function getSessionListenerService()
  8415.     {
  8416.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8417.             'initialized_session' => ['services''session'NULLfalse],
  8418.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8419.             'session' => ['services''session''getSessionService'false],
  8420.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8421.         ], [
  8422.             'initialized_session' => '?',
  8423.             'request_stack' => '?',
  8424.             'session' => '?',
  8425.             'session_storage' => '?',
  8426.         ]));
  8427.     }
  8428.     /**
  8429.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  8430.      *
  8431.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  8432.      */
  8433.     protected function getSonata_Admin_Builder_OrmDatagridService()
  8434.     {
  8435.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8436.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  8437.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  8438.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  8439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  8440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  8441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/FilterTypeGuesser.php';
  8442.         return $this->privates['sonata.admin.builder.orm_datagrid'] = new \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['sonata.admin.builder.filter.factory'] ?? $this->getSonata_Admin_Builder_Filter_FactoryService()), new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\FilterTypeGuesser()]), true);
  8443.     }
  8444.     /**
  8445.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  8446.      *
  8447.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  8448.      */
  8449.     protected function getSonata_Admin_Builder_OrmFormService()
  8450.     {
  8451.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8452.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  8453.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  8454.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  8455.     }
  8456.     /**
  8457.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  8458.      *
  8459.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  8460.      */
  8461.     protected function getSonata_Admin_Builder_OrmListService()
  8462.     {
  8463.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8464.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  8465.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  8466.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  8467.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  8468.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  8469.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  8470.         return $this->privates['sonata.admin.builder.orm_list'] = new \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder(new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/list_array.html.twig''boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig''date' => '@SonataAdmin/CRUD/list_date.html.twig''time' => '@SonataAdmin/CRUD/list_time.html.twig''datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig''text' => '@SonataAdmin/CRUD/list_string.html.twig''textarea' => '@SonataAdmin/CRUD/list_string.html.twig''email' => '@SonataAdmin/CRUD/list_email.html.twig''trans' => '@SonataAdmin/CRUD/list_trans.html.twig''string' => '@SonataAdmin/CRUD/list_string.html.twig''smallint' => '@SonataAdmin/CRUD/list_string.html.twig''bigint' => '@SonataAdmin/CRUD/list_string.html.twig''integer' => '@SonataAdmin/CRUD/list_string.html.twig''decimal' => '@SonataAdmin/CRUD/list_string.html.twig''identifier' => '@SonataAdmin/CRUD/list_string.html.twig''currency' => '@SonataAdmin/CRUD/list_currency.html.twig''percent' => '@SonataAdmin/CRUD/list_percent.html.twig''choice' => '@SonataAdmin/CRUD/list_choice.html.twig''url' => '@SonataAdmin/CRUD/list_url.html.twig''html' => '@SonataAdmin/CRUD/list_html.html.twig']);
  8471.     }
  8472.     /**
  8473.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  8474.      *
  8475.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  8476.      */
  8477.     protected function getSonata_Admin_Builder_OrmShowService()
  8478.     {
  8479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  8482.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  8483.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  8484.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  8485.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  8486.         return $this->privates['sonata.admin.builder.orm_show'] = new \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder(new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/show_array.html.twig''boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig''date' => '@SonataAdmin/CRUD/show_date.html.twig''time' => '@SonataAdmin/CRUD/show_time.html.twig''datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig''text' => '@SonataAdmin/CRUD/base_show_field.html.twig''email' => '@SonataAdmin/CRUD/show_email.html.twig''trans' => '@SonataAdmin/CRUD/show_trans.html.twig''string' => '@SonataAdmin/CRUD/base_show_field.html.twig''smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig''bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig''integer' => '@SonataAdmin/CRUD/base_show_field.html.twig''decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig''currency' => '@SonataAdmin/CRUD/show_currency.html.twig''percent' => '@SonataAdmin/CRUD/show_percent.html.twig''choice' => '@SonataAdmin/CRUD/show_choice.html.twig''url' => '@SonataAdmin/CRUD/show_url.html.twig''html' => '@SonataAdmin/CRUD/show_html.html.twig']);
  8487.     }
  8488.     /**
  8489.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  8490.      *
  8491.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  8492.      */
  8493.     protected function getSonata_Admin_Menu_GroupProviderService()
  8494.     {
  8495.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  8496.         return $this->privates['sonata.admin.menu.group_provider'] = new \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  8497.     }
  8498.     /**
  8499.      * Gets the private 'sonata.admin.security.handler.role' shared service.
  8500.      *
  8501.      * @return \Sonata\AdminBundle\Security\Handler\RoleSecurityHandler
  8502.      */
  8503.     protected function getSonata_Admin_Security_Handler_RoleService()
  8504.     {
  8505.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  8506.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/RoleSecurityHandler.php';
  8507.         return $this->privates['sonata.admin.security.handler.role'] = new \Sonata\AdminBundle\Security\Handler\RoleSecurityHandler(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), [=> 'ROLE_SUPER_ADMIN']);
  8508.     }
  8509.     /**
  8510.      * Gets the private 'sonata.block.form.type.block' shared service.
  8511.      *
  8512.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  8513.      */
  8514.     protected function getSonata_Block_Form_Type_BlockService()
  8515.     {
  8516.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8518.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  8519.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  8520.     }
  8521.     /**
  8522.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  8523.      *
  8524.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  8525.      */
  8526.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  8527.     {
  8528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8530.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  8531.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['@SonataBlock/Block/block_container.html.twig' => 'SonataBlockBundle default template']);
  8532.     }
  8533.     /**
  8534.      * Gets the private 'sonata.block.templating.helper' shared service.
  8535.      *
  8536.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  8537.      */
  8538.     protected function getSonata_Block_Templating_HelperService()
  8539.     {
  8540.         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))));
  8541.     }
  8542.     /**
  8543.      * Gets the private 'sonata.core.model.adapter.doctrine_orm' shared service.
  8544.      *
  8545.      * @return \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter
  8546.      *
  8547.      * @deprecated The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.
  8548.      */
  8549.     protected function getSonata_Core_Model_Adapter_DoctrineOrmService()
  8550.     {
  8551.         @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  8552.         return new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8553.     }
  8554.     /**
  8555.      * Gets the private 'sonata.core.twig.extension.text' shared service.
  8556.      *
  8557.      * @return \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension
  8558.      *
  8559.      * @deprecated The "sonata.core.twig.extension.text" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
  8560.      */
  8561.     protected function getSonata_Core_Twig_Extension_TextService()
  8562.     {
  8563.         @trigger_error('The "sonata.core.twig.extension.text" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.'E_USER_DEPRECATED);
  8564.         return new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension();
  8565.     }
  8566.     /**
  8567.      * Gets the private 'sonata.core.twig.status_extension' shared service.
  8568.      *
  8569.      * @return \Sonata\CoreBundle\Twig\Extension\StatusExtension
  8570.      *
  8571.      * @deprecated The "sonata.core.twig.status_extension" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.status_extension" instead.
  8572.      */
  8573.     protected function getSonata_Core_Twig_StatusExtensionService()
  8574.     {
  8575.         @trigger_error('The "sonata.core.twig.status_extension" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.status_extension" instead.'E_USER_DEPRECATED);
  8576.         return new \Sonata\CoreBundle\Twig\Extension\StatusExtension();
  8577.     }
  8578.     /**
  8579.      * Gets the private 'sonata.core.validator.inline' shared service.
  8580.      *
  8581.      * @return \Sonata\Form\Validator\InlineValidator
  8582.      *
  8583.      * @deprecated The "sonata.core.validator.inline" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.form.validator.inline" instead.
  8584.      */
  8585.     protected function getSonata_Core_Validator_InlineService()
  8586.     {
  8587.         @trigger_error('The "sonata.core.validator.inline" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.form.validator.inline" instead.'E_USER_DEPRECATED);
  8588.         return $this->privates['sonata.core.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  8589.     }
  8590.     /**
  8591.      * Gets the private 'sonata.form.type.equal' shared service.
  8592.      *
  8593.      * @return \Sonata\Form\Type\EqualType
  8594.      */
  8595.     protected function getSonata_Form_Type_EqualService()
  8596.     {
  8597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8599.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php';
  8600.         return $this->privates['sonata.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  8601.     }
  8602.     /**
  8603.      * Gets the private 'sonata.form.validator.inline' shared service.
  8604.      *
  8605.      * @return \Sonata\Form\Validator\InlineValidator
  8606.      */
  8607.     protected function getSonata_Form_Validator_InlineService()
  8608.     {
  8609.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8610.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Validator/InlineValidator.php';
  8612.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  8613.     }
  8614.     /**
  8615.      * Gets the private 'sonata.templating' shared service.
  8616.      *
  8617.      * @return \Sonata\BlockBundle\Templating\TwigEngine
  8618.      *
  8619.      * @deprecated The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  8620.      */
  8621.     protected function getSonata_TemplatingService()
  8622.     {
  8623.         @trigger_error('The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.'E_USER_DEPRECATED);
  8624.         return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->getSonata_Templating_NameParserService(), $this->getSonata_Templating_LocatorService());
  8625.     }
  8626.     /**
  8627.      * Gets the private 'sonata.templating.locator' shared service.
  8628.      *
  8629.      * @return \Sonata\BlockBundle\Templating\TemplateLocator
  8630.      *
  8631.      * @deprecated The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  8632.      */
  8633.     protected function getSonata_Templating_LocatorService()
  8634.     {
  8635.         @trigger_error('The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.'E_USER_DEPRECATED);
  8636.         return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  8637.     }
  8638.     /**
  8639.      * Gets the private 'sonata.templating.name_parser' shared service.
  8640.      *
  8641.      * @return \Sonata\BlockBundle\Templating\TemplateNameParser
  8642.      *
  8643.      * @deprecated The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  8644.      */
  8645.     protected function getSonata_Templating_NameParserService()
  8646.     {
  8647.         @trigger_error('The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.'E_USER_DEPRECATED);
  8648.         return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  8649.     }
  8650.     /**
  8651.      * Gets the private 'sonata.twig.flashmessage.twig.runtime' shared service.
  8652.      *
  8653.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  8654.      */
  8655.     protected function getSonata_Twig_Flashmessage_Twig_RuntimeService()
  8656.     {
  8657.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageRuntime.php';
  8658.         return $this->privates['sonata.twig.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  8659.     }
  8660.     /**
  8661.      * Gets the private 'sonata.twig.status_runtime' shared service.
  8662.      *
  8663.      * @return \Sonata\Twig\Extension\StatusRuntime
  8664.      */
  8665.     protected function getSonata_Twig_StatusRuntimeService()
  8666.     {
  8667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/StatusRuntime.php';
  8668.         $this->privates['sonata.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  8669.         $instance->addStatusService(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  8670.         return $instance;
  8671.     }
  8672.     /**
  8673.      * Gets the private 'sonata.user.api.form.type.group' shared service.
  8674.      *
  8675.      * @return \Sonata\UserBundle\Form\Type\ApiGroupType
  8676.      */
  8677.     protected function getSonata_User_Api_Form_Type_GroupService()
  8678.     {
  8679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8681.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BaseDoctrineORMSerializationType.php';
  8682.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/ApiGroupType.php';
  8683.         return $this->privates['sonata.user.api.form.type.group'] = new \Sonata\UserBundle\Form\Type\ApiGroupType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_user_api_form_group''App\\Entity\\Group''sonata_api_write');
  8684.     }
  8685.     /**
  8686.      * Gets the private 'sonata.user.api.form.type.user' shared service.
  8687.      *
  8688.      * @return \Sonata\UserBundle\Form\Type\ApiUserType
  8689.      */
  8690.     protected function getSonata_User_Api_Form_Type_UserService()
  8691.     {
  8692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BaseDoctrineORMSerializationType.php';
  8695.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/ApiUserType.php';
  8696.         return $this->privates['sonata.user.api.form.type.user'] = new \Sonata\UserBundle\Form\Type\ApiUserType(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), 'sonata_user_api_form_user''App\\Entity\\User''sonata_api_write');
  8697.     }
  8698.     /**
  8699.      * Gets the private 'sonata.user.form.gender_list' shared service.
  8700.      *
  8701.      * @return \Sonata\UserBundle\Form\Type\UserGenderListType
  8702.      *
  8703.      * @deprecated The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.
  8704.      */
  8705.     protected function getSonata_User_Form_GenderListService()
  8706.     {
  8707.         @trigger_error('The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.'E_USER_DEPRECATED);
  8708.         return $this->privates['sonata.user.form.gender_list'] = new \Sonata\UserBundle\Form\Type\UserGenderListType('App\\Entity\\User''getGenderList''Sonata\\UserBundle\\Form\\Type\\UserGenderListType');
  8709.     }
  8710.     /**
  8711.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  8712.      *
  8713.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  8714.      */
  8715.     protected function getSonata_User_MatrixRolesBuilderService()
  8716.     {
  8717.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  8718.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  8719.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  8720.         return $this->privates['sonata.user.matrix_roles_builder'] = new \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \Sonata\UserBundle\Security\RolesBuilder\AdminRolesBuilder($a$b$c), new \Sonata\UserBundle\Security\RolesBuilder\SecurityRolesBuilder($a$b$c$this->parameters['security.role_hierarchy.roles']));
  8721.     }
  8722.     /**
  8723.      * Gets the private 'sonata.user.serializer.handler.user' shared service.
  8724.      *
  8725.      * @return \Sonata\UserBundle\Serializer\UserSerializerHandler
  8726.      */
  8727.     protected function getSonata_User_Serializer_Handler_UserService()
  8728.     {
  8729.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Serializer/SerializerHandlerInterface.php';
  8731.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Serializer/BaseSerializerHandler.php';
  8732.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Serializer/UserSerializerHandler.php';
  8733.         return $this->privates['sonata.user.serializer.handler.user'] = new \Sonata\UserBundle\Serializer\UserSerializerHandler(($this->services['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
  8734.     }
  8735.     /**
  8736.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  8737.      *
  8738.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  8739.      *
  8740.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8741.      */
  8742.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  8743.     {
  8744.         @trigger_error('The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  8745.         return $this->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  8746.     }
  8747.     /**
  8748.      * Gets the private 'templating.finder' shared service.
  8749.      *
  8750.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  8751.      *
  8752.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8753.      */
  8754.     protected function getTemplating_FinderService()
  8755.     {
  8756.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  8757.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  8758.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  8759.         return $this->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($this->services['kernel'] ?? $this->get('kernel'1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__4).'/src/Resources'));
  8760.     }
  8761.     /**
  8762.      * Gets the private 'templating.locator' shared service.
  8763.      *
  8764.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  8765.      *
  8766.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8767.      */
  8768.     protected function getTemplating_LocatorService()
  8769.     {
  8770.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  8771.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  8772.     }
  8773.     /**
  8774.      * Gets the private 'templating.name_parser' shared service.
  8775.      *
  8776.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  8777.      *
  8778.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8779.      */
  8780.     protected function getTemplating_NameParserService()
  8781.     {
  8782.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  8783.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  8784.     }
  8785.     /**
  8786.      * Gets the private 'translation.extractor' shared service.
  8787.      *
  8788.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8789.      */
  8790.     protected function getTranslation_ExtractorService()
  8791.     {
  8792.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8793.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8794.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8795.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8796.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8797.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8798.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8799.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  8800.         return $instance;
  8801.     }
  8802.     /**
  8803.      * Gets the private 'translation.loader.csv' shared service.
  8804.      *
  8805.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8806.      */
  8807.     protected function getTranslation_Loader_CsvService()
  8808.     {
  8809.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8810.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8811.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8812.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8813.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8814.     }
  8815.     /**
  8816.      * Gets the private 'translation.loader.dat' shared service.
  8817.      *
  8818.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8819.      */
  8820.     protected function getTranslation_Loader_DatService()
  8821.     {
  8822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8824.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8825.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8826.     }
  8827.     /**
  8828.      * Gets the private 'translation.loader.ini' shared service.
  8829.      *
  8830.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8831.      */
  8832.     protected function getTranslation_Loader_IniService()
  8833.     {
  8834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8837.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8838.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8839.     }
  8840.     /**
  8841.      * Gets the private 'translation.loader.json' shared service.
  8842.      *
  8843.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8844.      */
  8845.     protected function getTranslation_Loader_JsonService()
  8846.     {
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8848.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8849.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8850.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8851.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8852.     }
  8853.     /**
  8854.      * Gets the private 'translation.loader.mo' shared service.
  8855.      *
  8856.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8857.      */
  8858.     protected function getTranslation_Loader_MoService()
  8859.     {
  8860.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8863.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8864.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8865.     }
  8866.     /**
  8867.      * Gets the private 'translation.loader.php' shared service.
  8868.      *
  8869.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8870.      */
  8871.     protected function getTranslation_Loader_PhpService()
  8872.     {
  8873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8875.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8876.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8877.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8878.     }
  8879.     /**
  8880.      * Gets the private 'translation.loader.po' shared service.
  8881.      *
  8882.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8883.      */
  8884.     protected function getTranslation_Loader_PoService()
  8885.     {
  8886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8889.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8890.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8891.     }
  8892.     /**
  8893.      * Gets the private 'translation.loader.qt' shared service.
  8894.      *
  8895.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8896.      */
  8897.     protected function getTranslation_Loader_QtService()
  8898.     {
  8899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8901.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8902.     }
  8903.     /**
  8904.      * Gets the private 'translation.loader.res' shared service.
  8905.      *
  8906.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8907.      */
  8908.     protected function getTranslation_Loader_ResService()
  8909.     {
  8910.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8911.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8912.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8913.     }
  8914.     /**
  8915.      * Gets the private 'translation.loader.xliff' shared service.
  8916.      *
  8917.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8918.      */
  8919.     protected function getTranslation_Loader_XliffService()
  8920.     {
  8921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8923.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8924.     }
  8925.     /**
  8926.      * Gets the private 'translation.loader.yml' shared service.
  8927.      *
  8928.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8929.      */
  8930.     protected function getTranslation_Loader_YmlService()
  8931.     {
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8936.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8937.     }
  8938.     /**
  8939.      * Gets the private 'translation.reader' shared service.
  8940.      *
  8941.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8942.      */
  8943.     protected function getTranslation_ReaderService()
  8944.     {
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8947.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8948.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8949.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8950.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8951.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8952.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8953.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8954.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8955.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8956.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8960.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8961.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8962.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8963.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8964.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8965.         $instance->addLoader('yaml'$a);
  8966.         $instance->addLoader('yml'$a);
  8967.         $instance->addLoader('xlf'$b);
  8968.         $instance->addLoader('xliff'$b);
  8969.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8970.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8971.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8972.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8973.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8974.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8975.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8976.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8977.         return $instance;
  8978.     }
  8979.     /**
  8980.      * Gets the private 'translation.warmer' shared service.
  8981.      *
  8982.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8983.      */
  8984.     protected function getTranslation_WarmerService()
  8985.     {
  8986.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8988.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8989.             'translator' => ['services''translator''getTranslatorService'false],
  8990.         ], [
  8991.             'translator' => '?',
  8992.         ]))->withContext('translation.warmer'$this));
  8993.     }
  8994.     /**
  8995.      * Gets the private 'translator.default' shared service.
  8996.      *
  8997.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8998.      */
  8999.     protected function getTranslator_DefaultService()
  9000.     {
  9001.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9002.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9003.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9004.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9005.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9006.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9007.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9008.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9009.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9010.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9011.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9012.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9013.         ], [
  9014.             'translation.loader.csv' => '?',
  9015.             'translation.loader.dat' => '?',
  9016.             'translation.loader.ini' => '?',
  9017.             'translation.loader.json' => '?',
  9018.             'translation.loader.mo' => '?',
  9019.             'translation.loader.php' => '?',
  9020.             'translation.loader.po' => '?',
  9021.             'translation.loader.qt' => '?',
  9022.             'translation.loader.res' => '?',
  9023.             'translation.loader.xliff' => '?',
  9024.             'translation.loader.yml' => '?',
  9025.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ru', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.bg.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/FOSUserBundle.ru.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ru.xliff'), 11 => (\dirname(__DIR__4).'/translations/admin.ru.yaml'), 12 => (\dirname(__DIR__4).'/translations/messages.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.uk.xliff')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.zh_TW.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/WebServerBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/SonataCoreBundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/KnpMenuBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/SonataAdminBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/SonataEasyExtendsBundle/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/SonataDatagridBundle/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/SonataUserBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/AclBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 42 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 43 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 44 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 46 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 48 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 49 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 50 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 52 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 53 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 54 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/sonata-project/datagrid-bundle/src/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/sonata-project/user-bundle/src/Resources/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'src/Resources/FrameworkBundle/translations'12 => 'vendor/symfony/maker-bundle/src/translations'13 => 'src/Resources/MakerBundle/translations'14 => 'vendor/symfony/web-server-bundle/translations'15 => 'src/Resources/WebServerBundle/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'src/Resources/TwigBundle/translations'18 => 'vendor/twig/extra-bundle/src/translations'19 => 'src/Resources/TwigExtraBundle/translations'20 => 'vendor/symfony/security-bundle/translations'21 => 'src/Resources/SecurityBundle/translations'22 => 'src/Resources/SonataCoreBundle/translations'23 => 'src/Resources/SonataBlockBundle/translations'24 => 'vendor/knplabs/knp-menu-bundle/src/translations'25 => 'src/Resources/KnpMenuBundle/translations'26 => 'src/Resources/SonataAdminBundle/translations'27 => 'vendor/doctrine/doctrine-bundle/translations'28 => 'src/Resources/DoctrineBundle/translations'29 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'30 => 'src/Resources/SonataDoctrineORMAdminBundle/translations'31 => 'vendor/sonata-project/easy-extends-bundle/src/translations'32 => 'src/Resources/SonataEasyExtendsBundle/translations'33 => 'src/Resources/SonataDatagridBundle/translations'34 => 'src/Resources/FOSUserBundle/translations'35 => 'src/Resources/SonataUserBundle/translations'36 => 'vendor/symfony/acl-bundle/src/translations'37 => 'src/Resources/AclBundle/translations'38 => 'vendor/doctrine/doctrine-migrations-bundle/translations'39 => 'src/Resources/DoctrineMigrationsBundle/translations'40 => 'vendor/jms/serializer-bundle/translations'41 => 'src/Resources/JMSSerializerBundle/translations'42 => 'vendor/nelmio/api-doc-bundle/translations'43 => 'src/Resources/NelmioApiDocBundle/translations'44 => 'vendor/nelmio/cors-bundle/translations'45 => 'src/Resources/NelmioCorsBundle/translations'46 => 'vendor/symfony/web-profiler-bundle/translations'47 => 'src/Resources/WebProfilerBundle/translations'48 => 'vendor/symfony/monolog-bundle/translations'49 => 'src/Resources/MonologBundle/translations'50 => 'vendor/symfony/debug-bundle/translations'51 => 'src/Resources/DebugBundle/translations'52 => 'vendor/friendsofsymfony/rest-bundle/translations'53 => 'src/Resources/FOSRestBundle/translations'54 => 'src/Resources/translations']]]);
  9026.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9027.         $instance->setFallbackLocales([=> 'en'=> 'ru']);
  9028.         return $instance;
  9029.     }
  9030.     /**
  9031.      * Gets the private 'twig.cache_warmer' shared service.
  9032.      *
  9033.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  9034.      *
  9035.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  9036.      */
  9037.     protected function getTwig_CacheWarmerService()
  9038.     {
  9039.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  9040.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  9041.     }
  9042.     /**
  9043.      * Gets the private 'twig.command.debug' shared service.
  9044.      *
  9045.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9046.      */
  9047.     protected function getTwig_Command_DebugService()
  9048.     {
  9049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9050.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9051.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['twig'] ?? $this->getTwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), (\dirname(__DIR__4).'/src'));
  9052.         $instance->setName('debug:twig');
  9053.         return $instance;
  9054.     }
  9055.     /**
  9056.      * Gets the private 'twig.command.lint' shared service.
  9057.      *
  9058.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9059.      */
  9060.     protected function getTwig_Command_LintService()
  9061.     {
  9062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9063.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9064.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9065.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  9066.         $instance->setName('lint:twig');
  9067.         return $instance;
  9068.     }
  9069.     /**
  9070.      * Gets the private 'twig.form.renderer' shared service.
  9071.      *
  9072.      * @return \Symfony\Component\Form\FormRenderer
  9073.      */
  9074.     protected function getTwig_Form_RendererService()
  9075.     {
  9076.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9080.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9081.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['twig'] ?? $this->getTwigService())), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  9082.     }
  9083.     /**
  9084.      * Gets the private 'twig.mailer.message_listener' shared service.
  9085.      *
  9086.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9087.      */
  9088.     protected function getTwig_Mailer_MessageListenerService()
  9089.     {
  9090.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9091.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9092.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9093.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  9094.     }
  9095.     /**
  9096.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9097.      *
  9098.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9099.      */
  9100.     protected function getTwig_Runtime_HttpkernelService()
  9101.     {
  9102.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9103.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9104.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9105.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9106.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9107.         ], [
  9108.             'inline' => '?',
  9109.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  9110.     }
  9111.     /**
  9112.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9113.      *
  9114.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9115.      */
  9116.     protected function getTwig_Runtime_SecurityCsrfService()
  9117.     {
  9118.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9119.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  9120.     }
  9121.     /**
  9122.      * Gets the private 'twig.template_cache_warmer' shared service.
  9123.      *
  9124.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9125.      */
  9126.     protected function getTwig_TemplateCacheWarmerService()
  9127.     {
  9128.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  9130.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9131.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9132.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  9133.     }
  9134.     /**
  9135.      * Gets the private 'validator.builder' shared service.
  9136.      *
  9137.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9138.      */
  9139.     protected function getValidator_BuilderService()
  9140.     {
  9141.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9142.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9143.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  9144.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  9145.         $instance->setTranslationDomain('validators');
  9146.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  9147.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9148.         $instance->addMethodMapping('loadValidatorMetadata');
  9149.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  9150.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9151.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9152.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  9153.         return $instance;
  9154.     }
  9155.     /**
  9156.      * Gets the private 'validator.email' shared service.
  9157.      *
  9158.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9159.      */
  9160.     protected function getValidator_EmailService()
  9161.     {
  9162.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9163.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9164.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9165.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9166.     }
  9167.     /**
  9168.      * Gets the private 'validator.expression' shared service.
  9169.      *
  9170.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9171.      */
  9172.     protected function getValidator_ExpressionService()
  9173.     {
  9174.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9175.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9176.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9177.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  9178.     }
  9179.     /**
  9180.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9181.      *
  9182.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9183.      */
  9184.     protected function getValidator_Mapping_CacheWarmerService()
  9185.     {
  9186.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9189.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9190.     }
  9191.     /**
  9192.      * Gets the private 'validator.not_compromised_password' shared service.
  9193.      *
  9194.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9195.      */
  9196.     protected function getValidator_NotCompromisedPasswordService()
  9197.     {
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9200.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9201.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  9202.     }
  9203.     /**
  9204.      * Gets the private 'validator.validator_factory' shared service.
  9205.      *
  9206.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  9207.      */
  9208.     protected function getValidator_ValidatorFactoryService()
  9209.     {
  9210.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9211.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  9212.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  9213.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9214.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9215.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9216.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9217.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9218.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9219.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9220.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  9221.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService'false],
  9222.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  9223.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9224.         ], [
  9225.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  9226.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  9227.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9228.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9229.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9230.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9231.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9232.             'doctrine.orm.validator.unique' => '?',
  9233.             'security.validator.user_password' => '?',
  9234.             'sonata.admin.validator.inline' => '?',
  9235.             'sonata.core.validator.inline' => '?',
  9236.             'sonata.form.validator.inline' => '?',
  9237.             'validator.expression' => '?',
  9238.         ]));
  9239.     }
  9240.     /**
  9241.      * Gets the private 'var_dumper.command.server_dump' shared service.
  9242.      *
  9243.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  9244.      */
  9245.     protected function getVarDumper_Command_ServerDumpService()
  9246.     {
  9247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9248.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  9249.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  9250.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  9251.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  9252.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  9253.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  9254.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9255.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9256.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9257.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9258.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), $a), ['cli' => new \Symfony\Component\VarDumper\Command\Descriptor\CliDescriptor(($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService())), 'html' => new \Symfony\Component\VarDumper\Command\Descriptor\HtmlDescriptor(($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()))]);
  9259.         $instance->setName('server:dump');
  9260.         return $instance;
  9261.     }
  9262.     /**
  9263.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  9264.      *
  9265.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  9266.      */
  9267.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  9268.     {
  9269.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  9270.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9271.         return $instance;
  9272.     }
  9273.     /**
  9274.      * Gets the private 'var_dumper.html_dumper' shared service.
  9275.      *
  9276.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  9277.      */
  9278.     protected function getVarDumper_HtmlDumperService()
  9279.     {
  9280.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  9281.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9282.         return $instance;
  9283.     }
  9284.     /**
  9285.      * Gets the private 'var_dumper.server_connection' shared service.
  9286.      *
  9287.      * @return \Symfony\Component\VarDumper\Server\Connection
  9288.      */
  9289.     protected function getVarDumper_ServerConnectionService()
  9290.     {
  9291.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  9292.     }
  9293.     /**
  9294.      * Gets the private 'web_profiler.csp.handler' shared service.
  9295.      *
  9296.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9297.      */
  9298.     protected function getWebProfiler_Csp_HandlerService()
  9299.     {
  9300.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9301.     }
  9302.     /**
  9303.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9304.      *
  9305.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9306.      */
  9307.     protected function getWebProfiler_DebugToolbarService()
  9308.     {
  9309.         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()));
  9310.     }
  9311.     /**
  9312.      * Gets the private 'web_server.command.server_run' shared service.
  9313.      *
  9314.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  9315.      */
  9316.     protected function getWebServer_Command_ServerRunService()
  9317.     {
  9318.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  9320.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  9321.         $instance->setName('server:run');
  9322.         return $instance;
  9323.     }
  9324.     /**
  9325.      * Gets the private 'web_server.command.server_start' shared service.
  9326.      *
  9327.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  9328.      */
  9329.     protected function getWebServer_Command_ServerStartService()
  9330.     {
  9331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  9333.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  9334.         $instance->setName('server:start');
  9335.         return $instance;
  9336.     }
  9337.     /**
  9338.      * Gets the private 'web_server.command.server_status' shared service.
  9339.      *
  9340.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  9341.      */
  9342.     protected function getWebServer_Command_ServerStatusService()
  9343.     {
  9344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9345.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  9346.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__4));
  9347.         $instance->setName('server:status');
  9348.         return $instance;
  9349.     }
  9350.     /**
  9351.      * Gets the private 'web_server.command.server_stop' shared service.
  9352.      *
  9353.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  9354.      */
  9355.     protected function getWebServer_Command_ServerStopService()
  9356.     {
  9357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  9359.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__4));
  9360.         $instance->setName('server:stop');
  9361.         return $instance;
  9362.     }
  9363.     /**
  9364.      * Gets the public 'sonata.core.flashmessage.manager' alias.
  9365.      *
  9366.      * @return object The "sonata.twig.flashmessage.manager" service.
  9367.      */
  9368.     protected function getSonata_Core_Flashmessage_ManagerService()
  9369.     {
  9370.         @trigger_error('The "%service_id%" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.core.flashmessage.manager" instead.'E_USER_DEPRECATED);
  9371.         return $this->get('sonata.twig.flashmessage.manager');
  9372.     }
  9373.     /**
  9374.      * Gets the public 'sonata.core.flashmessage.twig.extension' alias.
  9375.      *
  9376.      * @return object The "sonata.twig.flashmessage.twig.extension" service.
  9377.      */
  9378.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  9379.     {
  9380.         @trigger_error('The "%service_id%" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.core.flashmessage.twig.extension" instead.'E_USER_DEPRECATED);
  9381.         return $this->get('sonata.twig.flashmessage.twig.extension');
  9382.     }
  9383.     public function getParameter($name)
  9384.     {
  9385.         $name = (string) $name;
  9386.         if (isset($this->buildParameters[$name])) {
  9387.             return $this->buildParameters[$name];
  9388.         }
  9389.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  9390.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9391.         }
  9392.         if (isset($this->loadedDynamicParameters[$name])) {
  9393.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9394.         }
  9395.         return $this->parameters[$name];
  9396.     }
  9397.     public function hasParameter($name): bool
  9398.     {
  9399.         $name = (string) $name;
  9400.         if (isset($this->buildParameters[$name])) {
  9401.             return true;
  9402.         }
  9403.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  9404.     }
  9405.     public function setParameter($name$value): void
  9406.     {
  9407.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9408.     }
  9409.     public function getParameterBag(): ParameterBagInterface
  9410.     {
  9411.         if (null === $this->parameterBag) {
  9412.             $parameters $this->parameters;
  9413.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9414.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9415.             }
  9416.             foreach ($this->buildParameters as $name => $value) {
  9417.                 $parameters[$name] = $value;
  9418.             }
  9419.             $this->parameterBag = new FrozenParameterBag($parameters);
  9420.         }
  9421.         return $this->parameterBag;
  9422.     }
  9423.     private $loadedDynamicParameters = [
  9424.         'kernel.cache_dir' => false,
  9425.         'stripe_api_key' => false,
  9426.         'kernel.secret' => false,
  9427.         'session.save_path' => false,
  9428.         'validator.mapping.cache.file' => false,
  9429.         'profiler.storage.dsn' => false,
  9430.         'debug.container.dump' => false,
  9431.         'serializer.mapping.cache.file' => false,
  9432.         'doctrine.orm.proxy_dir' => false,
  9433.         'fos_user.registration.confirmation.from_email' => false,
  9434.         'fos_user.resetting.email.from_email' => false,
  9435.     ];
  9436.     private $dynamicParameters = [];
  9437.     private function getDynamicParameter(string $name)
  9438.     {
  9439.         switch ($name) {
  9440.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9441.             case 'stripe_api_key'$value $this->getEnv('STRIPE_API_KEY'); break;
  9442.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9443.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  9444.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9445.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9446.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  9447.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9448.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9449.             case 'fos_user.registration.confirmation.from_email'$value = [
  9450.                 $this->getEnv('MAILER_USER_ADDRESS') => $this->getEnv('MAILER_USER_NAME'),
  9451.             ]; break;
  9452.             case 'fos_user.resetting.email.from_email'$value = [
  9453.                 $this->getEnv('MAILER_USER_ADDRESS') => $this->getEnv('MAILER_USER_NAME'),
  9454.             ]; break;
  9455.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9456.         }
  9457.         $this->loadedDynamicParameters[$name] = true;
  9458.         return $this->dynamicParameters[$name] = $value;
  9459.     }
  9460.     protected function getDefaultParameters(): array
  9461.     {
  9462.         return [
  9463.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  9464.             'kernel.project_dir' => \dirname(__DIR__4),
  9465.             'kernel.environment' => 'dev',
  9466.             'kernel.debug' => true,
  9467.             'kernel.name' => 'src',
  9468.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9469.             'kernel.bundles' => [
  9470.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9471.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9472.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  9473.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9474.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9475.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9476.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  9477.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  9478.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  9479.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  9480.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9481.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  9482.                 'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
  9483.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  9484.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  9485.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  9486.                 'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
  9487.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9488.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  9489.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  9490.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  9491.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9492.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9493.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9494.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  9495.             ],
  9496.             'kernel.bundles_metadata' => [
  9497.                 'FrameworkBundle' => [
  9498.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9499.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9500.                 ],
  9501.                 'MakerBundle' => [
  9502.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9503.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9504.                 ],
  9505.                 'WebServerBundle' => [
  9506.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  9507.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  9508.                 ],
  9509.                 'TwigBundle' => [
  9510.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9511.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9512.                 ],
  9513.                 'TwigExtraBundle' => [
  9514.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  9515.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9516.                 ],
  9517.                 'SecurityBundle' => [
  9518.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9519.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9520.                 ],
  9521.                 'SonataCoreBundle' => [
  9522.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  9523.                     'namespace' => 'Sonata\\CoreBundle',
  9524.                 ],
  9525.                 'SonataBlockBundle' => [
  9526.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  9527.                     'namespace' => 'Sonata\\BlockBundle',
  9528.                 ],
  9529.                 'KnpMenuBundle' => [
  9530.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  9531.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  9532.                 ],
  9533.                 'SonataAdminBundle' => [
  9534.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  9535.                     'namespace' => 'Sonata\\AdminBundle',
  9536.                 ],
  9537.                 'DoctrineBundle' => [
  9538.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9539.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9540.                 ],
  9541.                 'SonataDoctrineORMAdminBundle' => [
  9542.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  9543.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  9544.                 ],
  9545.                 'SonataEasyExtendsBundle' => [
  9546.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src'),
  9547.                     'namespace' => 'Sonata\\EasyExtendsBundle',
  9548.                 ],
  9549.                 'SonataDatagridBundle' => [
  9550.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  9551.                     'namespace' => 'Sonata\\DatagridBundle',
  9552.                 ],
  9553.                 'FOSUserBundle' => [
  9554.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  9555.                     'namespace' => 'FOS\\UserBundle',
  9556.                 ],
  9557.                 'SonataUserBundle' => [
  9558.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src'),
  9559.                     'namespace' => 'Sonata\\UserBundle',
  9560.                 ],
  9561.                 'AclBundle' => [
  9562.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src'),
  9563.                     'namespace' => 'Symfony\\Bundle\\AclBundle',
  9564.                 ],
  9565.                 'DoctrineMigrationsBundle' => [
  9566.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9567.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9568.                 ],
  9569.                 'JMSSerializerBundle' => [
  9570.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  9571.                     'namespace' => 'JMS\\SerializerBundle',
  9572.                 ],
  9573.                 'NelmioApiDocBundle' => [
  9574.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  9575.                     'namespace' => 'Nelmio\\ApiDocBundle',
  9576.                 ],
  9577.                 'NelmioCorsBundle' => [
  9578.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  9579.                     'namespace' => 'Nelmio\\CorsBundle',
  9580.                 ],
  9581.                 'WebProfilerBundle' => [
  9582.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9583.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9584.                 ],
  9585.                 'MonologBundle' => [
  9586.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9587.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9588.                 ],
  9589.                 'DebugBundle' => [
  9590.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9591.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9592.                 ],
  9593.                 'FOSRestBundle' => [
  9594.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  9595.                     'namespace' => 'FOS\\RestBundle',
  9596.                 ],
  9597.             ],
  9598.             'kernel.charset' => 'UTF-8',
  9599.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  9600.             'container.dumper.inline_class_loader' => true,
  9601.             'container.dumper.inline_factories' => true,
  9602.             'fragment.renderer.hinclude.global_template' => NULL,
  9603.             'fragment.path' => '/_fragment',
  9604.             'kernel.http_method_override' => true,
  9605.             'kernel.trusted_hosts' => [
  9606.             ],
  9607.             'kernel.default_locale' => 'ru',
  9608.             'kernel.error_controller' => 'error_controller',
  9609.             'templating.helper.code.file_link_format' => NULL,
  9610.             'debug.file_link_format' => NULL,
  9611.             'session.metadata.storage_key' => '_sf2_meta',
  9612.             'session.storage.options' => [
  9613.                 'cache_limiter' => '0',
  9614.                 'cookie_secure' => 'auto',
  9615.                 'cookie_httponly' => true,
  9616.                 'cookie_samesite' => 'lax',
  9617.                 'gc_probability' => 1,
  9618.             ],
  9619.             'session.metadata.update_threshold' => 0,
  9620.             'form.type_extension.csrf.enabled' => true,
  9621.             'form.type_extension.csrf.field_name' => '_token',
  9622.             'asset.request_context.base_path' => '',
  9623.             'asset.request_context.secure' => false,
  9624.             'templating.loader.cache.path' => NULL,
  9625.             'templating.engines' => [
  9626.                 => 'twig',
  9627.             ],
  9628.             'validator.mapping.cache.prefix' => '',
  9629.             'validator.translation_domain' => 'validators',
  9630.             'translator.logging' => false,
  9631.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9632.             'profiler_listener.only_exceptions' => false,
  9633.             'profiler_listener.only_master_requests' => false,
  9634.             'debug.error_handler.throw_at' => -1,
  9635.             'router.request_context.host' => 'localhost',
  9636.             'router.request_context.scheme' => 'http',
  9637.             'router.request_context.base_url' => '',
  9638.             'router.resource' => 'kernel::loadRoutes',
  9639.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  9640.             'request_listener.http_port' => 80,
  9641.             'request_listener.https_port' => 443,
  9642.             'serializer.mapping.cache.prefix' => '',
  9643.             'twig.exception_listener.controller' => NULL,
  9644.             'twig.form.resources' => [
  9645.                 => 'form_div_layout.html.twig',
  9646.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  9647.                 => 'fieldTypes/transaction_type.html.twig',
  9648.             ],
  9649.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9650.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  9651.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  9652.             'security.role_hierarchy.roles' => [
  9653.                 'ROLE_ADMIN' => [
  9654.                     => 'ROLE_USER',
  9655.                     => 'ROLE_SONATA_ADMIN',
  9656.                 ],
  9657.                 'ROLE_SUPER_ADMIN' => [
  9658.                     => 'ROLE_ADMIN',
  9659.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9660.                 ],
  9661.                 'ROLE_CONTENT_MANAGER' => [
  9662.                     => 'ROLE_USER',
  9663.                     => 'ROLE_ADMIN',
  9664.                 ],
  9665.             ],
  9666.             'security.access.denied_url' => NULL,
  9667.             'security.authentication.manager.erase_credentials' => true,
  9668.             'security.authentication.session_strategy.strategy' => 'migrate',
  9669.             'security.access.always_authenticate_before_granting' => false,
  9670.             'security.authentication.hide_user_not_found' => true,
  9671.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  9672.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  9673.             'sonata.core.form_type' => 'standard',
  9674.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  9675.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  9676.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  9677.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  9678.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  9679.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  9680.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  9681.             'sonata.block.container.types' => [
  9682.                 => 'sonata.block.service.container',
  9683.                 => 'sonata.page.block.container',
  9684.                 => 'sonata.dashboard.block.container',
  9685.                 => 'cmf.block.container',
  9686.                 => 'cmf.block.slideshow',
  9687.             ],
  9688.             'sonata_block.blocks' => [
  9689.                 'sonata.admin.block.admin_list' => [
  9690.                     'contexts' => [
  9691.                         => 'admin',
  9692.                     ],
  9693.                     'templates' => [
  9694.                     ],
  9695.                     'cache' => 'sonata.cache.noop',
  9696.                     'settings' => [
  9697.                     ],
  9698.                 ],
  9699.                 'sonata.block.service.container' => [
  9700.                     'contexts' => [
  9701.                     ],
  9702.                     'templates' => [
  9703.                     ],
  9704.                     'cache' => 'sonata.cache.noop',
  9705.                     'settings' => [
  9706.                     ],
  9707.                 ],
  9708.                 'sonata.block.service.empty' => [
  9709.                     'contexts' => [
  9710.                     ],
  9711.                     'templates' => [
  9712.                     ],
  9713.                     'cache' => 'sonata.cache.noop',
  9714.                     'settings' => [
  9715.                     ],
  9716.                 ],
  9717.                 'sonata.block.service.text' => [
  9718.                     'contexts' => [
  9719.                     ],
  9720.                     'templates' => [
  9721.                     ],
  9722.                     'cache' => 'sonata.cache.noop',
  9723.                     'settings' => [
  9724.                     ],
  9725.                 ],
  9726.                 'sonata.block.service.rss' => [
  9727.                     'contexts' => [
  9728.                     ],
  9729.                     'templates' => [
  9730.                     ],
  9731.                     'cache' => 'sonata.cache.noop',
  9732.                     'settings' => [
  9733.                     ],
  9734.                 ],
  9735.                 'sonata.block.service.menu' => [
  9736.                     'contexts' => [
  9737.                     ],
  9738.                     'templates' => [
  9739.                     ],
  9740.                     'cache' => 'sonata.cache.noop',
  9741.                     'settings' => [
  9742.                     ],
  9743.                 ],
  9744.                 'sonata.block.service.template' => [
  9745.                     'contexts' => [
  9746.                     ],
  9747.                     'templates' => [
  9748.                     ],
  9749.                     'cache' => 'sonata.cache.noop',
  9750.                     'settings' => [
  9751.                     ],
  9752.                 ],
  9753.                 'sonata.admin.block.search_result' => [
  9754.                     'contexts' => [
  9755.                     ],
  9756.                     'templates' => [
  9757.                     ],
  9758.                     'cache' => 'sonata.cache.noop',
  9759.                     'settings' => [
  9760.                     ],
  9761.                 ],
  9762.                 'sonata.admin.block.stats' => [
  9763.                     'contexts' => [
  9764.                     ],
  9765.                     'templates' => [
  9766.                     ],
  9767.                     'cache' => 'sonata.cache.noop',
  9768.                     'settings' => [
  9769.                     ],
  9770.                 ],
  9771.             ],
  9772.             'sonata_block.blocks_by_class' => [
  9773.             ],
  9774.             'sonata_blocks.block_types' => [
  9775.                 => 'sonata.admin.block.admin_list',
  9776.                 => 'sonata.block.service.container',
  9777.                 => 'sonata.block.service.empty',
  9778.                 => 'sonata.block.service.text',
  9779.                 => 'sonata.block.service.rss',
  9780.                 => 'sonata.block.service.menu',
  9781.                 => 'sonata.block.service.template',
  9782.                 => 'sonata.admin.block.search_result',
  9783.                 => 'sonata.admin.block.stats',
  9784.             ],
  9785.             'sonata_block.cache_blocks' => [
  9786.                 'by_type' => [
  9787.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  9788.                     'sonata.block.service.container' => 'sonata.cache.noop',
  9789.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  9790.                     'sonata.block.service.text' => 'sonata.cache.noop',
  9791.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  9792.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  9793.                     'sonata.block.service.template' => 'sonata.cache.noop',
  9794.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  9795.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  9796.                 ],
  9797.             ],
  9798.             'sonata_blocks.default_contexts' => [
  9799.             ],
  9800.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  9801.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  9802.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  9803.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  9804.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  9805.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  9806.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  9807.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  9808.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  9809.             'knp_menu.renderer.list.options' => [
  9810.             ],
  9811.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  9812.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  9813.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  9814.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  9815.             'knp_menu.renderer.twig.options' => [
  9816.             ],
  9817.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  9818.             'knp_menu.default_renderer' => 'twig',
  9819.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  9820.                 'choice' => 'select',
  9821.                 'boolean' => 'select',
  9822.                 'text' => 'text',
  9823.                 'textarea' => 'textarea',
  9824.                 'html' => 'textarea',
  9825.                 'email' => 'email',
  9826.                 'string' => 'text',
  9827.                 'smallint' => 'text',
  9828.                 'bigint' => 'text',
  9829.                 'integer' => 'number',
  9830.                 'decimal' => 'number',
  9831.                 'currency' => 'number',
  9832.                 'percent' => 'number',
  9833.                 'url' => 'url',
  9834.                 'date' => 'date',
  9835.             ],
  9836.             'sonata.admin.configuration.legacy_twig_text_extension' => false,
  9837.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  9838.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  9839.             'sonata.admin.configuration.templates' => [
  9840.                 'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
  9841.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  9842.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  9843.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  9844.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  9845.                 'search' => '@SonataAdmin/Core/search.html.twig',
  9846.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  9847.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  9848.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  9849.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  9850.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  9851.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  9852.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  9853.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  9854.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  9855.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  9856.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  9857.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  9858.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  9859.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  9860.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  9861.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  9862.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  9863.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  9864.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  9865.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  9866.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  9867.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  9868.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  9869.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  9870.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  9871.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  9872.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  9873.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  9874.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  9875.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  9876.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  9877.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  9878.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  9879.             ],
  9880.             'sonata.admin.configuration.admin_services' => [
  9881.             ],
  9882.             'sonata.admin.configuration.dashboard_groups' => [
  9883.             ],
  9884.             'sonata.admin.configuration.dashboard_blocks' => [
  9885.                 => [
  9886.                     'type' => 'sonata.admin.block.admin_list',
  9887.                     'position' => 'left',
  9888.                     'roles' => [
  9889.                     ],
  9890.                     'settings' => [
  9891.                     ],
  9892.                     'class' => 'col-md-4',
  9893.                 ],
  9894.             ],
  9895.             'sonata.admin.configuration.sort_admins' => false,
  9896.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  9897.             'sonata.admin.configuration.default_group' => 'default',
  9898.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  9899.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  9900.             'sonata.admin.configuration.breadcrumbs' => [
  9901.                 'child_admin_route' => 'edit',
  9902.             ],
  9903.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  9904.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  9905.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  9906.             'sonata.admin.configuration.security.information' => [
  9907.                 'EDIT' => [
  9908.                     => 'EDIT',
  9909.                 ],
  9910.                 'LIST' => [
  9911.                     => 'LIST',
  9912.                 ],
  9913.                 'CREATE' => [
  9914.                     => 'CREATE',
  9915.                 ],
  9916.                 'VIEW' => [
  9917.                     => 'VIEW',
  9918.                 ],
  9919.                 'DELETE' => [
  9920.                     => 'DELETE',
  9921.                 ],
  9922.                 'EXPORT' => [
  9923.                     => 'EXPORT',
  9924.                 ],
  9925.                 'ALL' => [
  9926.                     => 'ALL',
  9927.                 ],
  9928.             ],
  9929.             'sonata.admin.configuration.security.admin_permissions' => [
  9930.                 => 'CREATE',
  9931.                 => 'LIST',
  9932.                 => 'DELETE',
  9933.                 => 'UNDELETE',
  9934.                 => 'EXPORT',
  9935.                 => 'OPERATOR',
  9936.                 => 'MASTER',
  9937.             ],
  9938.             'sonata.admin.configuration.security.object_permissions' => [
  9939.                 => 'VIEW',
  9940.                 => 'EDIT',
  9941.                 => 'DELETE',
  9942.                 => 'UNDELETE',
  9943.                 => 'OPERATOR',
  9944.                 => 'MASTER',
  9945.                 => 'OWNER',
  9946.             ],
  9947.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  9948.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  9949.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  9950.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  9951.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  9952.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  9953.             'sonata.admin.extension.map' => [
  9954.                 'admins' => [
  9955.                 ],
  9956.                 'excludes' => [
  9957.                 ],
  9958.                 'implements' => [
  9959.                 ],
  9960.                 'extends' => [
  9961.                 ],
  9962.                 'instanceof' => [
  9963.                 ],
  9964.                 'uses' => [
  9965.                 ],
  9966.             ],
  9967.             'sonata.admin.configuration.filters.persist' => false,
  9968.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  9969.             'sonata.admin.configuration.show.mosaic.button' => true,
  9970.             'sonata.admin.configuration.translate_group_label' => false,
  9971.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  9972.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  9973.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  9974.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9975.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9976.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9977.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9978.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9979.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9980.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9981.             'doctrine.entity_managers' => [
  9982.                 'default' => 'doctrine.orm.default_entity_manager',
  9983.             ],
  9984.             'doctrine.default_entity_manager' => 'default',
  9985.             'doctrine.dbal.connection_factory.types' => [
  9986.                 'currency' => [
  9987.                     'class' => 'App\\Entity\\Type\\Currency',
  9988.                 ],
  9989.                 'account_type' => [
  9990.                     'class' => 'App\\Entity\\Type\\AccountType',
  9991.                 ],
  9992.                 'direction_type' => [
  9993.                     'class' => 'App\\Entity\\Type\\DirectionType',
  9994.                 ],
  9995.                 'transaction_type' => [
  9996.                     'class' => 'App\\Entity\\Type\\TransactionType',
  9997.                 ],
  9998.                 'transaction_status_type' => [
  9999.                     'class' => 'App\\Entity\\Type\\TransactionStatusType',
  10000.                 ],
  10001.             ],
  10002.             'doctrine.connections' => [
  10003.                 'default' => 'doctrine.dbal.default_connection',
  10004.             ],
  10005.             'doctrine.default_connection' => 'default',
  10006.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10007.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10008.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10009.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10010.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10011.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10012.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10013.             'doctrine.orm.cache.memcache_port' => 11211,
  10014.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10015.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10016.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10017.             'doctrine.orm.cache.memcached_port' => 11211,
  10018.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10019.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10020.             'doctrine.orm.cache.redis_host' => 'localhost',
  10021.             'doctrine.orm.cache.redis_port' => 6379,
  10022.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10023.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10024.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10025.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10026.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10027.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10028.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10029.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10030.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10031.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10032.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10033.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10034.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10035.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10036.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10037.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10038.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10039.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10040.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10041.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10042.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10043.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10044.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10045.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10046.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10047.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10048.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10049.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10050.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10051.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10052.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10053.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  10054.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  10055.             'sonata_doctrine_orm_admin.templates' => [
  10056.                 'types' => [
  10057.                     'list' => [
  10058.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  10059.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  10060.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  10061.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  10062.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  10063.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  10064.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  10065.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  10066.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  10067.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  10068.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  10069.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  10070.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  10071.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  10072.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  10073.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  10074.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  10075.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  10076.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  10077.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  10078.                     ],
  10079.                     'show' => [
  10080.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  10081.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  10082.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  10083.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  10084.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  10085.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10086.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  10087.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  10088.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10089.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10090.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10091.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10092.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10093.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  10094.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  10095.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  10096.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  10097.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  10098.                     ],
  10099.                 ],
  10100.                 'form' => [
  10101.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  10102.                 ],
  10103.                 'filter' => [
  10104.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  10105.                 ],
  10106.             ],
  10107.             'fos_user.backend_type_orm' => true,
  10108.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  10109.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  10110.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  10111.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  10112.             'fos_user.storage' => 'orm',
  10113.             'fos_user.firewall_name' => 'main',
  10114.             'fos_user.model_manager_name' => NULL,
  10115.             'fos_user.model.user.class' => 'App\\Entity\\User',
  10116.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  10117.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  10118.             'fos_user.profile.form.validation_groups' => [
  10119.                 => 'Profile',
  10120.                 => 'Default',
  10121.             ],
  10122.             'fos_user.registration.confirmation.enabled' => false,
  10123.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  10124.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  10125.             'fos_user.registration.form.validation_groups' => [
  10126.                 => 'Registration',
  10127.                 => 'Default',
  10128.             ],
  10129.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  10130.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  10131.             'fos_user.change_password.form.validation_groups' => [
  10132.                 => 'ChangePassword',
  10133.                 => 'Default',
  10134.             ],
  10135.             'fos_user.resetting.retry_ttl' => 7200,
  10136.             'fos_user.resetting.token_ttl' => 86400,
  10137.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  10138.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  10139.             'fos_user.resetting.form.validation_groups' => [
  10140.                 => 'ResetPassword',
  10141.                 => 'Default',
  10142.             ],
  10143.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  10144.             'fos_user.model.group.class' => 'App\\Entity\\Group',
  10145.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  10146.             'fos_user.group.form.name' => 'fos_user_group_form',
  10147.             'fos_user.group.form.validation_groups' => [
  10148.                 => 'Registration',
  10149.                 => 'Default',
  10150.             ],
  10151.             'sonata.user.admin.groupname' => 'sonata_user',
  10152.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  10153.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  10154.             'security.acl.user_voter.class' => 'Sonata\\UserBundle\\Security\\Authorization\\Voter\\UserAclVoter',
  10155.             'sonata.user.admin.user.class' => 'Sonata\\UserBundle\\Admin\\Entity\\UserAdmin',
  10156.             'sonata.user.admin.group.class' => 'Sonata\\UserBundle\\Admin\\Entity\\GroupAdmin',
  10157.             'sonata.user.admin.user.entity' => 'App\\Entity\\User',
  10158.             'sonata.user.admin.group.entity' => 'App\\Entity\\Group',
  10159.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  10160.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  10161.             'sonata.user.admin.user.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  10162.             'sonata.user.admin.group.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  10163.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  10164.             'sonata.user.impersonating' => false,
  10165.             'sonata.user.google.authenticator.enabled' => false,
  10166.             'security.acl.dbal.class_table_name' => 'acl_classes',
  10167.             'security.acl.dbal.entry_table_name' => 'acl_entries',
  10168.             'security.acl.dbal.oid_table_name' => 'acl_object_identities',
  10169.             'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
  10170.             'security.acl.dbal.sid_table_name' => 'acl_security_identities',
  10171.             'doctrine.migrations.preferred_em' => NULL,
  10172.             'doctrine.migrations.preferred_connection' => NULL,
  10173.             'nelmio_api_doc.areas' => [
  10174.                 => 'default',
  10175.             ],
  10176.             'nelmio_cors.map' => [
  10177.                 '^/api/' => [
  10178.                 ],
  10179.             ],
  10180.             'nelmio_cors.defaults' => [
  10181.                 'allow_origin' => true,
  10182.                 'allow_credentials' => false,
  10183.                 'allow_headers' => [
  10184.                     => 'content-type',
  10185.                     => 'authorization',
  10186.                     => 'origin',
  10187.                     => 'accept',
  10188.                     => 'bearer',
  10189.                 ],
  10190.                 'expose_headers' => [
  10191.                     => 'Link',
  10192.                 ],
  10193.                 'allow_methods' => [
  10194.                     => 'GET',
  10195.                     => 'OPTIONS',
  10196.                     => 'POST',
  10197.                     => 'PUT',
  10198.                     => 'PATCH',
  10199.                     => 'DELETE',
  10200.                 ],
  10201.                 'max_age' => 3600,
  10202.                 'hosts' => [
  10203.                 ],
  10204.                 'origin_regex' => true,
  10205.                 'forced_allow_origin_value' => NULL,
  10206.             ],
  10207.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  10208.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  10209.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  10210.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10211.             'web_profiler.debug_toolbar.mode' => 2,
  10212.             'monolog.use_microseconds' => true,
  10213.             'monolog.swift_mailer.handlers' => [
  10214.             ],
  10215.             'monolog.handlers_to_channels' => [
  10216.                 'monolog.handler.console' => [
  10217.                     'type' => 'exclusive',
  10218.                     'elements' => [
  10219.                         => 'event',
  10220.                         => 'doctrine',
  10221.                         => 'console',
  10222.                     ],
  10223.                 ],
  10224.                 'monolog.handler.main' => [
  10225.                     'type' => 'exclusive',
  10226.                     'elements' => [
  10227.                         => 'event',
  10228.                     ],
  10229.                 ],
  10230.             ],
  10231.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  10232.             'data_collector.templates' => [
  10233.                 'data_collector.request' => [
  10234.                     => 'request',
  10235.                     => '@WebProfiler/Collector/request.html.twig',
  10236.                 ],
  10237.                 'data_collector.time' => [
  10238.                     => 'time',
  10239.                     => '@WebProfiler/Collector/time.html.twig',
  10240.                 ],
  10241.                 'data_collector.memory' => [
  10242.                     => 'memory',
  10243.                     => '@WebProfiler/Collector/memory.html.twig',
  10244.                 ],
  10245.                 'data_collector.validator' => [
  10246.                     => 'validator',
  10247.                     => '@WebProfiler/Collector/validator.html.twig',
  10248.                 ],
  10249.                 'data_collector.ajax' => [
  10250.                     => 'ajax',
  10251.                     => '@WebProfiler/Collector/ajax.html.twig',
  10252.                 ],
  10253.                 'data_collector.form' => [
  10254.                     => 'form',
  10255.                     => '@WebProfiler/Collector/form.html.twig',
  10256.                 ],
  10257.                 'data_collector.exception' => [
  10258.                     => 'exception',
  10259.                     => '@WebProfiler/Collector/exception.html.twig',
  10260.                 ],
  10261.                 'data_collector.logger' => [
  10262.                     => 'logger',
  10263.                     => '@WebProfiler/Collector/logger.html.twig',
  10264.                 ],
  10265.                 'data_collector.events' => [
  10266.                     => 'events',
  10267.                     => '@WebProfiler/Collector/events.html.twig',
  10268.                 ],
  10269.                 'data_collector.router' => [
  10270.                     => 'router',
  10271.                     => '@WebProfiler/Collector/router.html.twig',
  10272.                 ],
  10273.                 'data_collector.cache' => [
  10274.                     => 'cache',
  10275.                     => '@WebProfiler/Collector/cache.html.twig',
  10276.                 ],
  10277.                 'data_collector.translation' => [
  10278.                     => 'translation',
  10279.                     => '@WebProfiler/Collector/translation.html.twig',
  10280.                 ],
  10281.                 'data_collector.security' => [
  10282.                     => 'security',
  10283.                     => '@Security/Collector/security.html.twig',
  10284.                 ],
  10285.                 'data_collector.twig' => [
  10286.                     => 'twig',
  10287.                     => '@WebProfiler/Collector/twig.html.twig',
  10288.                 ],
  10289.                 'data_collector.doctrine' => [
  10290.                     => 'db',
  10291.                     => '@Doctrine/Collector/db.html.twig',
  10292.                 ],
  10293.                 'data_collector.dump' => [
  10294.                     => 'dump',
  10295.                     => '@Debug/Profiler/dump.html.twig',
  10296.                 ],
  10297.                 'mailer.data_collector' => [
  10298.                     => 'mailer',
  10299.                     => '@WebProfiler/Collector/mailer.html.twig',
  10300.                 ],
  10301.                 'sonata.block.data_collector' => [
  10302.                     => 'block',
  10303.                     => '@SonataBlock/Profiler/block.html.twig',
  10304.                 ],
  10305.                 'data_collector.config' => [
  10306.                     => 'config',
  10307.                     => '@WebProfiler/Collector/config.html.twig',
  10308.                 ],
  10309.             ],
  10310.             'sonata.core.form.types' => [
  10311.                 => 'App\\Form\\Type\\TransactionChoiceType',
  10312.                 => 'form.type.form',
  10313.                 => 'form.type.choice',
  10314.                 => 'form.type.file',
  10315.                 => 'sonata.core.form.type.array_legacy',
  10316.                 => 'sonata.core.form.type.boolean_legacy',
  10317.                 => 'sonata.core.form.type.collection_legacy',
  10318.                 => 'sonata.core.form.type.translatable_choice',
  10319.                 => 'sonata.core.form.type.date_range_legacy',
  10320.                 => 'sonata.core.form.type.datetime_range_legacy',
  10321.                 10 => 'sonata.core.form.type.date_picker_legacy',
  10322.                 11 => 'sonata.core.form.type.datetime_picker_legacy',
  10323.                 12 => 'sonata.core.form.type.date_range_picker_legacy',
  10324.                 13 => 'sonata.core.form.type.datetime_range_picker_legacy',
  10325.                 14 => 'sonata.core.form.type.equal_legacy',
  10326.                 15 => 'sonata.core.form.type.color_selector',
  10327.                 16 => 'sonata.core.form.type.color_legacy',
  10328.                 17 => 'sonata.form.type.array',
  10329.                 18 => 'sonata.form.type.boolean',
  10330.                 19 => 'sonata.form.type.collection',
  10331.                 20 => 'sonata.form.type.date_range',
  10332.                 21 => 'sonata.form.type.datetime_range',
  10333.                 22 => 'sonata.form.type.date_picker',
  10334.                 23 => 'sonata.form.type.datetime_picker',
  10335.                 24 => 'sonata.form.type.date_range_picker',
  10336.                 25 => 'sonata.form.type.datetime_range_picker',
  10337.                 26 => 'sonata.form.type.equal',
  10338.                 27 => 'sonata.block.form.type.block',
  10339.                 28 => 'sonata.block.form.type.container_template',
  10340.                 29 => 'sonata.admin.form.type.admin',
  10341.                 30 => 'sonata.admin.form.type.model_choice',
  10342.                 31 => 'sonata.admin.form.type.model_list',
  10343.                 32 => 'sonata.admin.form.type.model_reference',
  10344.                 33 => 'sonata.admin.form.type.model_hidden',
  10345.                 34 => 'sonata.admin.form.type.model_autocomplete',
  10346.                 35 => 'sonata.admin.form.type.collection',
  10347.                 36 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  10348.                 37 => 'sonata.admin.form.filter.type.number',
  10349.                 38 => 'sonata.admin.form.filter.type.choice',
  10350.                 39 => 'sonata.admin.form.filter.type.default',
  10351.                 40 => 'sonata.admin.form.filter.type.date',
  10352.                 41 => 'sonata.admin.form.filter.type.daterange',
  10353.                 42 => 'sonata.admin.form.filter.type.datetime',
  10354.                 43 => 'sonata.admin.form.filter.type.datetime_range',
  10355.                 44 => 'form.type.entity',
  10356.                 45 => 'fos_user.username_form_type',
  10357.                 46 => 'fos_user.profile.form.type',
  10358.                 47 => 'fos_user.registration.form.type',
  10359.                 48 => 'fos_user.change_password.form.type',
  10360.                 49 => 'fos_user.resetting.form.type',
  10361.                 50 => 'fos_user.group.form.type',
  10362.                 51 => 'sonata.user.form.type.security_roles',
  10363.                 52 => 'sonata.user.form.roles_matrix_type',
  10364.                 53 => 'sonata.user.form.gender_list',
  10365.                 54 => 'sonata.user.api.form.type.group',
  10366.                 55 => 'sonata.user.api.form.type.user',
  10367.             ],
  10368.             'sonata.core.form.type_extensions' => [
  10369.                 => 'form.type_extension.form.transformation_failure_handling',
  10370.                 => 'form.type_extension.form.http_foundation',
  10371.                 => 'form.type_extension.form.validator',
  10372.                 => 'form.type_extension.repeated.validator',
  10373.                 => 'form.type_extension.submit.validator',
  10374.                 => 'form.type_extension.upload.validator',
  10375.                 => 'form.type_extension.csrf',
  10376.                 => 'form.type_extension.form.data_collector',
  10377.                 => 'sonata.admin.form.extension.field',
  10378.                 => 'sonata.admin.form.extension.field.mopa',
  10379.                 10 => 'sonata.admin.form.extension.choice',
  10380.                 11 => 'nelmio_api_doc.form.documentation_extension',
  10381.             ],
  10382.             'console.command.ids' => [
  10383.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  10384.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  10385.                 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
  10386.                 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
  10387.                 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  10388.             ],
  10389.         ];
  10390.     }
  10391. }