var/cache/dev/ContainerPGZZgZG/srcApp_KernelDevDebugContainer.php line 4540

Open in your IDE?
  1. <?php
  2. namespace ContainerPGZZgZG;
  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\\ForgotPasswordController' => 'getForgotPasswordControllerService',
  40.             'App\\Controller\\Api\\LoginController' => 'getLoginControllerService',
  41.             'App\\Controller\\Api\\MailerController' => 'getMailerControllerService',
  42.             'App\\Controller\\Api\\RegistrationController' => 'getRegistrationControllerService',
  43.             'App\\Controller\\Api\\TransactionController' => 'getTransactionControllerService',
  44.             'App\\Controller\\Api\\UserController' => 'getUserControllerService',
  45.             'App\\Controller\\IndexController' => 'getIndexControllerService',
  46.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService',
  47.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService',
  48.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService',
  49.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService',
  50.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService',
  51.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService',
  52.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService',
  53.             'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService',
  54.             'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService',
  55.             'Sonata\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService',
  56.             'Sonata\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService',
  57.             'Sonata\\UserBundle\\Action\\LoginAction' => 'getLoginActionService',
  58.             'Sonata\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService',
  59.             'Sonata\\UserBundle\\Action\\RequestAction' => 'getRequestActionService',
  60.             'Sonata\\UserBundle\\Action\\ResetAction' => 'getResetActionService',
  61.             'Sonata\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService',
  62.             'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand' => 'getTwoStepVerificationCommandService',
  63.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  64.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  65.             'admin.account' => 'getAdmin_AccountService',
  66.             'admin.account.template_registry' => 'getAdmin_Account_TemplateRegistryService',
  67.             'admin.client' => 'getAdmin_ClientService',
  68.             'admin.client.template_registry' => 'getAdmin_Client_TemplateRegistryService',
  69.             'admin.transaction' => 'getAdmin_TransactionService',
  70.             'admin.transaction.template_registry' => 'getAdmin_Transaction_TemplateRegistryService',
  71.             'cache.app' => 'getCache_AppService',
  72.             'cache.app_clearer' => 'getCache_AppClearerService',
  73.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  74.             'cache.system' => 'getCache_SystemService',
  75.             'cache.system_clearer' => 'getCache_SystemClearerService',
  76.             'cache_clearer' => 'getCacheClearerService',
  77.             'cache_warmer' => 'getCacheWarmerService',
  78.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService',
  79.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService',
  80.             'console.command_loader' => 'getConsole_CommandLoaderService',
  81.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  82.             'data_collector.dump' => 'getDataCollector_DumpService',
  83.             'doctrine' => 'getDoctrineService',
  84.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  85.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  86.             'error_controller' => 'getErrorControllerService',
  87.             'event_dispatcher' => 'getEventDispatcherService',
  88.             'filesystem' => 'getFilesystemService',
  89.             'form.factory' => 'getForm_FactoryService',
  90.             'form.type.file' => 'getForm_Type_FileService',
  91.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  92.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  93.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  94.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService',
  95.             'fos_user.group_manager' => 'getFosUser_GroupManagerService',
  96.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  97.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  98.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  99.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  100.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  101.             'http_kernel' => 'getHttpKernelService',
  102.             'jms_serializer' => 'getJmsSerializerService',
  103.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  104.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  105.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  106.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  107.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  108.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  109.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  110.             'mailer' => 'getMailerService',
  111.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  112.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  113.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  114.             'profiler' => 'getProfilerService',
  115.             'request_stack' => 'getRequestStackService',
  116.             'router' => 'getRouterService',
  117.             'routing.loader' => 'getRouting_LoaderService',
  118.             'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService',
  119.             'security.acl.provider' => 'getSecurity_Acl_ProviderService',
  120.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  121.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  122.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  123.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  124.             'security.token_storage' => 'getSecurity_TokenStorageService',
  125.             'serializer' => 'getSerializerService',
  126.             'services_resetter' => 'getServicesResetterService',
  127.             'session' => 'getSessionService',
  128.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  129.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  130.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  131.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  132.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  133.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService',
  134.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  135.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  136.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  137.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService',
  138.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService',
  139.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService',
  140.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService',
  141.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService',
  142.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService',
  143.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService',
  144.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService',
  145.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService',
  146.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService',
  147.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService',
  148.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService',
  149.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService',
  150.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService',
  151.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService',
  152.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService',
  153.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService',
  154.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService',
  155.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService',
  156.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService',
  157.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService',
  158.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService',
  159.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService',
  160.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  161.             'sonata.admin.helper' => 'getSonata_Admin_HelperService',
  162.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService',
  163.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService',
  164.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService',
  165.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService',
  166.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService',
  167.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  168.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService',
  169.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  170.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService',
  171.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService',
  172.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService',
  173.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService',
  174.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService',
  175.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService',
  176.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService',
  177.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService',
  178.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService',
  179.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService',
  180.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService',
  181.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService',
  182.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService',
  183.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService',
  184.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService',
  185.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService',
  186.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService',
  187.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService',
  188.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  189.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService',
  190.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService',
  191.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService',
  192.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService',
  193.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService',
  194.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService',
  195.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService',
  196.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService',
  197.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  198.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  199.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService',
  200.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  201.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  202.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  203.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  204.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  205.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  206.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  207.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  208.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  209.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  210.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  211.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  212.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  213.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  214.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  215.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  216.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  217.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService',
  218.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService',
  219.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService',
  220.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService',
  221.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService',
  222.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService',
  223.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService',
  224.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService',
  225.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService',
  226.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService',
  227.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService',
  228.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService',
  229.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService',
  230.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService',
  231.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService',
  232.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService',
  233.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService',
  234.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService',
  235.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService',
  236.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService',
  237.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService',
  238.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService',
  239.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService',
  240.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService',
  241.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService',
  242.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService',
  243.             'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService',
  244.             'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService',
  245.             'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService',
  246.             'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService',
  247.             'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService',
  248.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  249.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  250.             'sonata.user.admin.group' => 'getSonata_User_Admin_GroupService',
  251.             'sonata.user.admin.group.template_registry' => 'getSonata_User_Admin_Group_TemplateRegistryService',
  252.             'sonata.user.admin.user' => 'getSonata_User_Admin_UserService',
  253.             'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService',
  254.             'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService',
  255.             'sonata.user.form.type.security_roles' => 'getSonata_User_Form_Type_SecurityRolesService',
  256.             'sonata.user.manager.user' => 'getSonata_User_Manager_UserService',
  257.             'templating' => 'getTemplatingService',
  258.             'templating.loader' => 'getTemplating_LoaderService',
  259.             'translator' => 'getTranslatorService',
  260.             'twig' => 'getTwigService',
  261.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  262.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  263.             'validator' => 'getValidatorService',
  264.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  265.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  266.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  267.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  268.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  269.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService',
  270.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  271.         ];
  272.         $this->aliases = [
  273.             'database_connection' => 'doctrine.dbal.default_connection',
  274.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  275.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  276.             'sonata.user.group_manager' => 'fos_user.group_manager',
  277.             'sonata.user.user_manager' => 'fos_user.user_manager',
  278.         ];
  279.         $this->privates['service_container'] = function () {
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  286.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  299.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  324.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  351.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  371.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  393.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  423.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  424.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  429.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  432.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  456.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/src/StringExtension.php';
  457.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  459.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/StatusExtension.php';
  460.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  465.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  467.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/StringExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  480.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  482.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/src/MissingExtensionSuggestor.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  486.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  510.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  517.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  523.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  524.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  526.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  528.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  530.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  531.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  532.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  533.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Mapper/DoctrineORMMapper.php';
  553.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  564.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  565.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  586.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  588.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  589.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  596.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  598.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  599.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  602.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  604.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  610.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  611.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  612.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  624.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  625.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  640.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  647.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  649.         };
  650.     }
  651.     public function compile(): void
  652.     {
  653.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  654.     }
  655.     public function isCompiled(): bool
  656.     {
  657.         return true;
  658.     }
  659.     public function getRemovedIds(): array
  660.     {
  661.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  662.     }
  663.     /**
  664.      * Gets the public 'App\Controller\Admin\TransactionAdminController' shared autowired service.
  665.      *
  666.      * @return \App\Controller\Admin\TransactionAdminController
  667.      */
  668.     protected function getTransactionAdminControllerService()
  669.     {
  670.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  671.         include_once \dirname(__DIR__4).'/src/Controller/Admin/TransactionAdminController.php';
  672.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  673.         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()));
  674.     }
  675.     /**
  676.      * Gets the public 'App\Controller\Api\AccountController' shared autowired service.
  677.      *
  678.      * @return \App\Controller\Api\AccountController
  679.      */
  680.     protected function getAccountControllerService()
  681.     {
  682.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  683.         include_once \dirname(__DIR__4).'/src/Controller/Api/AccountController.php';
  684.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  685.         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()));
  686.     }
  687.     /**
  688.      * Gets the public 'App\Controller\Api\BingopayAcquiringRequestController' shared autowired service.
  689.      *
  690.      * @return \App\Controller\Api\BingopayAcquiringRequestController
  691.      */
  692.     protected function getBingopayAcquiringRequestControllerService()
  693.     {
  694.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  695.         include_once \dirname(__DIR__4).'/src/Controller/Api/BingopayAcquiringRequestController.php';
  696.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  697.         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()));
  698.     }
  699.     /**
  700.      * Gets the public 'App\Controller\Api\ForgotPasswordController' shared autowired service.
  701.      *
  702.      * @return \App\Controller\Api\ForgotPasswordController
  703.      */
  704.     protected function getForgotPasswordControllerService()
  705.     {
  706.         include_once \dirname(__DIR__4).'/src/Controller/Api/ForgotPasswordController.php';
  707.         return $this->services['App\\Controller\\Api\\ForgotPasswordController'] = new \App\Controller\Api\ForgotPasswordController(($this->privates['App\\Repository\\ClientRepository'] ?? $this->getClientRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\MailSender'] ?? $this->getMailSenderService()));
  708.     }
  709.     /**
  710.      * Gets the public 'App\Controller\Api\LoginController' shared autowired service.
  711.      *
  712.      * @return \App\Controller\Api\LoginController
  713.      */
  714.     protected function getLoginControllerService()
  715.     {
  716.         include_once \dirname(__DIR__4).'/src/Controller/Api/LoginController.php';
  717.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  718.         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())));
  719.     }
  720.     /**
  721.      * Gets the public 'App\Controller\Api\MailerController' shared autowired service.
  722.      *
  723.      * @return \App\Controller\Api\MailerController
  724.      */
  725.     protected function getMailerControllerService()
  726.     {
  727.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  728.         include_once \dirname(__DIR__4).'/src/Controller/Api/MailerController.php';
  729.         include_once \dirname(__DIR__4).'/src/Handler/LoadFileInterface.php';
  730.         include_once \dirname(__DIR__4).'/src/Handler/FileHandler.php';
  731.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  732.         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());
  733.     }
  734.     /**
  735.      * Gets the public 'App\Controller\Api\RegistrationController' shared autowired service.
  736.      *
  737.      * @return \App\Controller\Api\RegistrationController
  738.      */
  739.     protected function getRegistrationControllerService()
  740.     {
  741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  742.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  743.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  744.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  745.         include_once \dirname(__DIR__4).'/src/Controller/Api/RegistrationController.php';
  746.         $this->services['App\\Controller\\Api\\RegistrationController'] = $instance = new \App\Controller\Api\RegistrationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  747.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  748.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  749.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  750.             'fos_rest.view_handler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  751.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  752.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  753.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  754.             'router' => ['services''router''getRouterService'false],
  755.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  756.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  757.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  758.             'serializer' => ['services''serializer''getSerializerService'false],
  759.             'session' => ['services''session''getSessionService'false],
  760.             'templating' => ['services''templating''getTemplatingService'false],
  761.             'twig' => ['services''twig''getTwigService'false],
  762.         ], [
  763.             'doctrine' => '?',
  764.             'form.factory' => '?',
  765.             'fos_rest.view_handler' => '?',
  766.             'http_kernel' => '?',
  767.             'parameter_bag' => '?',
  768.             'request_stack' => '?',
  769.             'router' => '?',
  770.             'security.authorization_checker' => '?',
  771.             'security.csrf.token_manager' => '?',
  772.             'security.token_storage' => '?',
  773.             'serializer' => '?',
  774.             'session' => '?',
  775.             'templating' => '?',
  776.             'twig' => '?',
  777.         ]))->withContext('App\\Controller\\Api\\RegistrationController'$this));
  778.         return $instance;
  779.     }
  780.     /**
  781.      * Gets the public 'App\Controller\Api\TransactionController' shared autowired service.
  782.      *
  783.      * @return \App\Controller\Api\TransactionController
  784.      */
  785.     protected function getTransactionControllerService()
  786.     {
  787.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  788.         include_once \dirname(__DIR__4).'/src/Controller/Api/TransactionController.php';
  789.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  790.         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()));
  791.     }
  792.     /**
  793.      * Gets the public 'App\Controller\Api\UserController' shared autowired service.
  794.      *
  795.      * @return \App\Controller\Api\UserController
  796.      */
  797.     protected function getUserControllerService()
  798.     {
  799.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractApiController.php';
  800.         include_once \dirname(__DIR__4).'/src/Controller/Api/UserController.php';
  801.         include_once \dirname(__DIR__4).'/src/Service/TokenService.php';
  802.         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()));
  803.     }
  804.     /**
  805.      * Gets the public 'App\Controller\IndexController' shared autowired service.
  806.      *
  807.      * @return \App\Controller\IndexController
  808.      */
  809.     protected function getIndexControllerService()
  810.     {
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  813.         include_once \dirname(__DIR__4).'/src/Controller/IndexController.php';
  814.         $this->services['App\\Controller\\IndexController'] = $instance = new \App\Controller\IndexController();
  815.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  816.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  817.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  818.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  819.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  820.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  821.             'router' => ['services''router''getRouterService'false],
  822.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  823.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  824.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  825.             'serializer' => ['services''serializer''getSerializerService'false],
  826.             'session' => ['services''session''getSessionService'false],
  827.             'templating' => ['services''templating''getTemplatingService'false],
  828.             'twig' => ['services''twig''getTwigService'false],
  829.         ], [
  830.             'doctrine' => '?',
  831.             'form.factory' => '?',
  832.             'http_kernel' => '?',
  833.             'parameter_bag' => '?',
  834.             'request_stack' => '?',
  835.             'router' => '?',
  836.             'security.authorization_checker' => '?',
  837.             'security.csrf.token_manager' => '?',
  838.             'security.token_storage' => '?',
  839.             'serializer' => '?',
  840.             'session' => '?',
  841.             'templating' => '?',
  842.             'twig' => '?',
  843.         ]))->withContext('App\\Controller\\IndexController'$this));
  844.         return $instance;
  845.     }
  846.     /**
  847.      * Gets the public 'Sonata\AdminBundle\Action\DashboardAction' shared service.
  848.      *
  849.      * @return \Sonata\AdminBundle\Action\DashboardAction
  850.      */
  851.     protected function getDashboardActionService()
  852.     {
  853.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/DashboardAction.php';
  854.         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()));
  855.     }
  856.     /**
  857.      * Gets the public 'Sonata\AdminBundle\Action\SearchAction' shared service.
  858.      *
  859.      * @return \Sonata\AdminBundle\Action\SearchAction
  860.      */
  861.     protected function getSearchActionService()
  862.     {
  863.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SearchAction.php';
  864.         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()));
  865.     }
  866.     /**
  867.      * Gets the public 'Sonata\AdminBundle\Command\CreateClassCacheCommand' shared service.
  868.      *
  869.      * @return \Sonata\AdminBundle\Command\CreateClassCacheCommand
  870.      *
  871.      * @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.
  872.      */
  873.     protected function getCreateClassCacheCommandService()
  874.     {
  875.         @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);
  876.         $this->services['Sonata\\AdminBundle\\Command\\CreateClassCacheCommand'] = $instance = new \Sonata\AdminBundle\Command\CreateClassCacheCommand($this->targetDir.''true);
  877.         $instance->setName('cache:create-cache-class');
  878.         return $instance;
  879.     }
  880.     /**
  881.      * Gets the public 'Sonata\AdminBundle\Command\ExplainAdminCommand' shared service.
  882.      *
  883.      * @return \Sonata\AdminBundle\Command\ExplainAdminCommand
  884.      */
  885.     protected function getExplainAdminCommandService()
  886.     {
  887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ExplainAdminCommand.php';
  889.         $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()));
  890.         $instance->setName('sonata:admin:explain');
  891.         return $instance;
  892.     }
  893.     /**
  894.      * Gets the public 'Sonata\AdminBundle\Command\GenerateObjectAclCommand' shared service.
  895.      *
  896.      * @return \Sonata\AdminBundle\Command\GenerateObjectAclCommand
  897.      */
  898.     protected function getGenerateObjectAclCommandService()
  899.     {
  900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/QuestionableCommand.php';
  902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/GenerateObjectAclCommand.php';
  903.         $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()));
  904.         $instance->setName('sonata:admin:generate-object-acl');
  905.         return $instance;
  906.     }
  907.     /**
  908.      * Gets the public 'Sonata\AdminBundle\Command\ListAdminCommand' shared service.
  909.      *
  910.      * @return \Sonata\AdminBundle\Command\ListAdminCommand
  911.      */
  912.     protected function getListAdminCommandService()
  913.     {
  914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ListAdminCommand.php';
  916.         $this->services['Sonata\\AdminBundle\\Command\\ListAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ListAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  917.         $instance->setName('sonata:admin:list');
  918.         return $instance;
  919.     }
  920.     /**
  921.      * Gets the public 'Sonata\AdminBundle\Command\SetupAclCommand' shared service.
  922.      *
  923.      * @return \Sonata\AdminBundle\Command\SetupAclCommand
  924.      */
  925.     protected function getSetupAclCommandService()
  926.     {
  927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/SetupAclCommand.php';
  929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  930.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  931.         $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'))));
  932.         $instance->setName('sonata:admin:setup-acl');
  933.         return $instance;
  934.     }
  935.     /**
  936.      * Gets the public 'Sonata\EasyExtendsBundle\Command\DumpMappingCommand' shared service.
  937.      *
  938.      * @return \Sonata\EasyExtendsBundle\Command\DumpMappingCommand
  939.      */
  940.     protected function getDumpMappingCommandService()
  941.     {
  942.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  943.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  944.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  945.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Command/DumpMappingCommand.php';
  946.         return $this->services['Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand'] = new \Sonata\EasyExtendsBundle\Command\DumpMappingCommand();
  947.     }
  948.     /**
  949.      * Gets the public 'Sonata\EasyExtendsBundle\Command\GenerateCommand' shared service.
  950.      *
  951.      * @return \Sonata\EasyExtendsBundle\Command\GenerateCommand
  952.      */
  953.     protected function getGenerateCommandService()
  954.     {
  955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  956.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  957.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Command/GenerateCommand.php';
  959.         return $this->services['Sonata\\EasyExtendsBundle\\Command\\GenerateCommand'] = new \Sonata\EasyExtendsBundle\Command\GenerateCommand();
  960.     }
  961.     /**
  962.      * Gets the public 'Sonata\UserBundle\Action\CheckEmailAction' shared service.
  963.      *
  964.      * @return \Sonata\UserBundle\Action\CheckEmailAction
  965.      */
  966.     protected function getCheckEmailActionService()
  967.     {
  968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckEmailAction.php';
  969.         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);
  970.     }
  971.     /**
  972.      * Gets the public 'Sonata\UserBundle\Action\CheckLoginAction' shared service.
  973.      *
  974.      * @return \Sonata\UserBundle\Action\CheckLoginAction
  975.      */
  976.     protected function getCheckLoginActionService()
  977.     {
  978.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckLoginAction.php';
  979.         return $this->services['Sonata\\UserBundle\\Action\\CheckLoginAction'] = new \Sonata\UserBundle\Action\CheckLoginAction();
  980.     }
  981.     /**
  982.      * Gets the public 'Sonata\UserBundle\Action\LoginAction' shared service.
  983.      *
  984.      * @return \Sonata\UserBundle\Action\LoginAction
  985.      */
  986.     protected function getLoginActionService()
  987.     {
  988.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LoginAction.php';
  989.         $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()));
  990.         if ($this->has('security.csrf.token_manager')) {
  991.             $instance->setCsrfTokenManager(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  992.         }
  993.         return $instance;
  994.     }
  995.     /**
  996.      * Gets the public 'Sonata\UserBundle\Action\LogoutAction' shared service.
  997.      *
  998.      * @return \Sonata\UserBundle\Action\LogoutAction
  999.      */
  1000.     protected function getLogoutActionService()
  1001.     {
  1002.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LogoutAction.php';
  1003.         return $this->services['Sonata\\UserBundle\\Action\\LogoutAction'] = new \Sonata\UserBundle\Action\LogoutAction();
  1004.     }
  1005.     /**
  1006.      * Gets the public 'Sonata\UserBundle\Action\RequestAction' shared service.
  1007.      *
  1008.      * @return \Sonata\UserBundle\Action\RequestAction
  1009.      */
  1010.     protected function getRequestActionService()
  1011.     {
  1012.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/RequestAction.php';
  1013.         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()));
  1014.     }
  1015.     /**
  1016.      * Gets the public 'Sonata\UserBundle\Action\ResetAction' shared service.
  1017.      *
  1018.      * @return \Sonata\UserBundle\Action\ResetAction
  1019.      */
  1020.     protected function getResetActionService()
  1021.     {
  1022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php';
  1023.         $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');
  1024.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1025.         return $instance;
  1026.     }
  1027.     /**
  1028.      * Gets the public 'Sonata\UserBundle\Action\SendEmailAction' shared service.
  1029.      *
  1030.      * @return \Sonata\UserBundle\Action\SendEmailAction
  1031.      */
  1032.     protected function getSendEmailActionService()
  1033.     {
  1034.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/SendEmailAction.php';
  1035.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  1036.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  1037.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  1038.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  1039.         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);
  1040.     }
  1041.     /**
  1042.      * Gets the public 'Sonata\UserBundle\Command\TwoStepVerificationCommand' shared service.
  1043.      *
  1044.      * @return \Sonata\UserBundle\Command\TwoStepVerificationCommand
  1045.      */
  1046.     protected function getTwoStepVerificationCommandService()
  1047.     {
  1048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1051.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Command/TwoStepVerificationCommand.php';
  1052.         return $this->services['Sonata\\UserBundle\\Command\\TwoStepVerificationCommand'] = new \Sonata\UserBundle\Command\TwoStepVerificationCommand(NULLNULL, ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1053.     }
  1054.     /**
  1055.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1056.      *
  1057.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1058.      */
  1059.     protected function getRedirectControllerService()
  1060.     {
  1061.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1062.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1063.     }
  1064.     /**
  1065.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1066.      *
  1067.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1068.      */
  1069.     protected function getTemplateControllerService()
  1070.     {
  1071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1072.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  1073.     }
  1074.     /**
  1075.      * Gets the public 'admin.account' autowired service.
  1076.      *
  1077.      * @return \App\Admin\AccountAdmin
  1078.      */
  1079.     protected function getAdmin_AccountService()
  1080.     {
  1081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1085.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1086.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1087.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1088.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1089.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1091.         include_once \dirname(__DIR__4).'/src/Admin/AccountAdmin.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1094.         $instance = new \App\Admin\AccountAdmin('admin.account''App\\Entity\\Account''Sonata\\AdminBundle\\Controller\\CRUDController', ($this->privates['App\\Service\\MailSender'] ?? $this->getMailSenderService()));
  1095.         $instance->setManagerType('orm');
  1096.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1097.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1098.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1099.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1100.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1101.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1102.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1103.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1104.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1105.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1106.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1107.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1108.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1109.         $instance->setPagerType('default');
  1110.         $instance->setLabel('Account');
  1111.         $instance->showMosaicButton(true);
  1112.         $instance->setTemplateRegistry(($this->services['admin.account.template_registry'] ?? $this->getAdmin_Account_TemplateRegistryService()));
  1113.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1114.         $instance->initialize();
  1115.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1116.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1117.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1118.         return $instance;
  1119.     }
  1120.     /**
  1121.      * Gets the public 'admin.account.template_registry' shared service.
  1122.      *
  1123.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1124.      */
  1125.     protected function getAdmin_Account_TemplateRegistryService()
  1126.     {
  1127.         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']);
  1128.     }
  1129.     /**
  1130.      * Gets the public 'admin.client' autowired service.
  1131.      *
  1132.      * @return \App\Admin\ClientAdmin
  1133.      */
  1134.     protected function getAdmin_ClientService()
  1135.     {
  1136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1138.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1139.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1140.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1141.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1142.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1143.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1144.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1146.         include_once \dirname(__DIR__4).'/src/Admin/ClientAdmin.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1148.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1149.         $instance = new \App\Admin\ClientAdmin('admin.client''App\\Entity\\Client''Sonata\\AdminBundle\\Controller\\CRUDController', ($this->privates['App\\Service\\MailSender'] ?? $this->getMailSenderService()));
  1150.         $instance->setManagerType('orm');
  1151.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1152.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1153.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1154.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1155.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1156.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1157.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1158.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1159.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1160.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1161.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1162.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1163.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1164.         $instance->setPagerType('default');
  1165.         $instance->setLabel('Client');
  1166.         $instance->showMosaicButton(true);
  1167.         $instance->setTemplateRegistry(($this->services['admin.client.template_registry'] ?? $this->getAdmin_Client_TemplateRegistryService()));
  1168.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1169.         $instance->initialize();
  1170.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1171.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1172.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1173.         return $instance;
  1174.     }
  1175.     /**
  1176.      * Gets the public 'admin.client.template_registry' shared service.
  1177.      *
  1178.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1179.      */
  1180.     protected function getAdmin_Client_TemplateRegistryService()
  1181.     {
  1182.         return $this->services['admin.client.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1183.     }
  1184.     /**
  1185.      * Gets the public 'admin.transaction' autowired service.
  1186.      *
  1187.      * @return \App\Admin\TransactionAdmin
  1188.      */
  1189.     protected function getAdmin_TransactionService()
  1190.     {
  1191.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1193.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1201.         include_once \dirname(__DIR__4).'/src/Admin/TransactionAdmin.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1204.         $instance = new \App\Admin\TransactionAdmin('admin.transaction''App\\Entity\\Transaction''Sonata\\AdminBundle\\Controller\\CRUDController');
  1205.         $instance->setManagerType('orm');
  1206.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1207.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1208.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1209.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1210.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1211.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1212.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1213.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1214.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1215.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1216.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1217.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1218.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1219.         $instance->setPagerType('default');
  1220.         $instance->setLabel('Transaction');
  1221.         $instance->showMosaicButton(true);
  1222.         $instance->setTemplateRegistry(($this->services['admin.transaction.template_registry'] ?? $this->getAdmin_Transaction_TemplateRegistryService()));
  1223.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1224.         $instance->initialize();
  1225.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1226.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1227.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1228.         return $instance;
  1229.     }
  1230.     /**
  1231.      * Gets the public 'admin.transaction.template_registry' shared service.
  1232.      *
  1233.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1234.      */
  1235.     protected function getAdmin_Transaction_TemplateRegistryService()
  1236.     {
  1237.         return $this->services['admin.transaction.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1238.     }
  1239.     /**
  1240.      * Gets the public 'cache.app' shared service.
  1241.      *
  1242.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1243.      */
  1244.     protected function getCache_AppService()
  1245.     {
  1246.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('bqAPFrsHHO'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1247.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1248.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1249.     }
  1250.     /**
  1251.      * Gets the public 'cache.app_clearer' shared service.
  1252.      *
  1253.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1254.      */
  1255.     protected function getCache_AppClearerService()
  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.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1260.     }
  1261.     /**
  1262.      * Gets the public 'cache.global_clearer' shared service.
  1263.      *
  1264.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1265.      */
  1266.     protected function getCache_GlobalClearerService()
  1267.     {
  1268.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1270.         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())]);
  1271.     }
  1272.     /**
  1273.      * Gets the public 'cache.system' shared service.
  1274.      *
  1275.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1276.      */
  1277.     protected function getCache_SystemService()
  1278.     {
  1279.         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())));
  1280.     }
  1281.     /**
  1282.      * Gets the public 'cache.system_clearer' shared service.
  1283.      *
  1284.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1285.      */
  1286.     protected function getCache_SystemClearerService()
  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/Psr6CacheClearer.php';
  1290.         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())]);
  1291.     }
  1292.     /**
  1293.      * Gets the public 'cache_clearer' shared service.
  1294.      *
  1295.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1296.      */
  1297.     protected function getCacheClearerService()
  1298.     {
  1299.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1300.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1301.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1302.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1303.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  1304.         }, 2));
  1305.     }
  1306.     /**
  1307.      * Gets the public 'cache_warmer' shared service.
  1308.      *
  1309.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1310.      */
  1311.     protected function getCacheWarmerService()
  1312.     {
  1313.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1314.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1315.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1316.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1317.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1318.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1319.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1320.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1321.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1322.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1323.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1324.             yield => ($this->services['sonata.admin.route.cache_warmup'] ?? $this->getSonata_Admin_Route_CacheWarmupService());
  1325.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1326.         }, 10), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1327.     }
  1328.     /**
  1329.      * Gets the public 'console.command.public_alias.Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand' shared service.
  1330.      *
  1331.      * @return \Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand
  1332.      *
  1333.      * @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.
  1334.      */
  1335.     protected function getSonataDumpDoctrineMetaCommandService()
  1336.     {
  1337.         @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);
  1338.         return $this->services['console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand'] = new \Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand();
  1339.     }
  1340.     /**
  1341.      * Gets the public 'console.command.public_alias.Sonata\CoreBundle\Command\SonataListFormMappingCommand' shared service.
  1342.      *
  1343.      * @return \Sonata\CoreBundle\Command\SonataListFormMappingCommand
  1344.      *
  1345.      * @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.
  1346.      */
  1347.     protected function getSonataListFormMappingCommandService()
  1348.     {
  1349.         @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);
  1350.         return $this->services['console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand'] = new \Sonata\CoreBundle\Command\SonataListFormMappingCommand();
  1351.     }
  1352.     /**
  1353.      * Gets the public 'console.command_loader' shared service.
  1354.      *
  1355.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1356.      */
  1357.     protected function getConsole_CommandLoaderService()
  1358.     {
  1359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1361.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1362.             'App\\Command\\RecountTransactionBalanceCommand' => ['privates''App\\Command\\RecountTransactionBalanceCommand''getRecountTransactionBalanceCommandService'false],
  1363.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => ['services''Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''getCreateClassCacheCommandService'false],
  1364.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ExplainAdminCommand''getExplainAdminCommandService'false],
  1365.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => ['services''Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''getGenerateObjectAclCommandService'false],
  1366.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ListAdminCommand''getListAdminCommandService'false],
  1367.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => ['services''Sonata\\AdminBundle\\Command\\SetupAclCommand''getSetupAclCommandService'false],
  1368.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => ['privates''Sonata\\BlockBundle\\Command\\DebugBlocksCommand''getDebugBlocksCommandService'false],
  1369.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand''getInitAclCommandService'false],
  1370.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand''getSetAclCommandService'false],
  1371.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1372.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1373.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1374.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1375.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1376.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1377.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1378.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1379.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1380.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1381.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1382.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1383.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1384.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1385.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1386.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1387.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1388.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1389.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1390.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1391.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1392.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1393.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1394.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1395.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1396.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1397.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1398.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1399.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1400.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1401.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1402.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1403.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1404.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1405.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1406.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1407.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1408.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1409.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1410.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1411.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1412.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1413.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1414.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1415.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1416.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1417.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  1418.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1419.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1420.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1421.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1422.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1423.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1424.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1425.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1426.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  1427.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1428.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1429.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  1430.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  1431.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  1432.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  1433.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  1434.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  1435.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  1436.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1437.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1438.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1439.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1440.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1441.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1442.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1443.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  1444.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1445.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1446.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1447.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1448.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1449.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1450.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1451.             'maker.auto_command.make_sonata_admin' => ['privates''maker.auto_command.make_sonata_admin''getMaker_AutoCommand_MakeSonataAdminService'false],
  1452.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1453.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1454.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  1455.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1456.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1457.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1458.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1459.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1460.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1461.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1462.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1463.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  1464.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  1465.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  1466.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  1467.         ], [
  1468.             'App\\Command\\RecountTransactionBalanceCommand' => 'App\\Command\\RecountTransactionBalanceCommand',
  1469.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand',
  1470.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand',
  1471.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand',
  1472.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand',
  1473.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand',
  1474.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
  1475.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand',
  1476.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand',
  1477.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1478.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1479.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1480.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1481.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1482.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1483.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1484.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1485.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1486.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1487.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1488.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1489.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1490.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1491.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1492.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1493.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1494.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1495.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1496.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1497.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1498.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1499.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1500.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1501.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1502.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1503.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1504.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1505.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1506.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1507.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1508.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1509.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1510.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1511.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1512.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1513.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1514.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1515.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1516.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1517.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1518.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1519.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1520.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1521.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1522.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1523.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  1524.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  1525.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  1526.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  1527.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  1528.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  1529.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  1530.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  1531.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  1532.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  1533.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  1534.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  1535.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  1536.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1537.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1538.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1539.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1540.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1541.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1542.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1543.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1544.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1545.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1546.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1547.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1548.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1549.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1550.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1551.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1552.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1553.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1554.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1555.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1556.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1557.             'maker.auto_command.make_sonata_admin' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1558.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1559.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1560.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1561.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1562.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1563.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1564.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1565.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1566.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1567.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1568.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1569.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  1570.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  1571.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  1572.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  1573.         ]), ['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']);
  1574.     }
  1575.     /**
  1576.      * Gets the public 'container.env_var_processors_locator' shared service.
  1577.      *
  1578.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1579.      */
  1580.     protected function getContainer_EnvVarProcessorsLocatorService()
  1581.     {
  1582.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1583.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1584.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1585.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1586.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1587.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1588.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1589.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1590.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1591.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1592.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1593.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1594.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1595.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1596.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1597.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1598.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1599.         ], [
  1600.             'base64' => '?',
  1601.             'bool' => '?',
  1602.             'const' => '?',
  1603.             'csv' => '?',
  1604.             'default' => '?',
  1605.             'file' => '?',
  1606.             'float' => '?',
  1607.             'int' => '?',
  1608.             'json' => '?',
  1609.             'key' => '?',
  1610.             'query_string' => '?',
  1611.             'require' => '?',
  1612.             'resolve' => '?',
  1613.             'string' => '?',
  1614.             'trim' => '?',
  1615.             'url' => '?',
  1616.         ]);
  1617.     }
  1618.     /**
  1619.      * Gets the public 'data_collector.dump' shared service.
  1620.      *
  1621.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1622.      */
  1623.     protected function getDataCollector_DumpService()
  1624.     {
  1625.         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()));
  1626.     }
  1627.     /**
  1628.      * Gets the public 'doctrine' shared service.
  1629.      *
  1630.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1631.      */
  1632.     protected function getDoctrineService()
  1633.     {
  1634.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1635.     }
  1636.     /**
  1637.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1638.      *
  1639.      * @return \Doctrine\DBAL\Connection
  1640.      */
  1641.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1642.     {
  1643.         $a = new \Doctrine\DBAL\Configuration();
  1644.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  1645.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1646.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1647.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1648.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1649.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1650.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1651.         $a->setSQLLogger($b);
  1652.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1653.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1654.             'security.acl.dbal.schema_listener' => ['privates''security.acl.dbal.schema_listener''getSecurity_Acl_Dbal_SchemaListenerService'false],
  1655.         ], [
  1656.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1657.             'security.acl.dbal.schema_listener' => '?',
  1658.         ]));
  1659.         $e = new \Sonata\EasyExtendsBundle\Mapper\DoctrineORMMapper(($this->services['doctrine'] ?? $this->getDoctrineService()), []);
  1660.         $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']]]]]);
  1661.         $d->addEventSubscriber($e);
  1662.         $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())));
  1663.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1664.         $d->addEventListener([=> 'postGenerateSchema'], 'security.acl.dbal.schema_listener');
  1665.         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, []);
  1666.     }
  1667.     /**
  1668.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1669.      *
  1670.      * @return \Doctrine\ORM\EntityManager
  1671.      */
  1672.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1673.     {
  1674.         $a = new \Doctrine\ORM\Configuration();
  1675.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1676.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/config/doctrine') => 'Sonata\\UserBundle\\Entity']);
  1677.         $c->setGlobalBasename('mapping');
  1678.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  1679.         $b->addDriver($c'Sonata\\UserBundle\\Entity');
  1680.         $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');
  1681.         $a->setEntityNamespaces(['App' => 'App\\Entity''SonataUserBundle' => 'Sonata\\UserBundle\\Entity']);
  1682.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1683.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1684.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1685.         $a->setMetadataDriverImpl($b);
  1686.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1687.         $a->setProxyNamespace('Proxies');
  1688.         $a->setAutoGenerateProxyClasses(true);
  1689.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1690.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1691.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1692.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1693.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1694.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1695.             'App\\Repository\\AccountRepository' => ['privates''App\\Repository\\AccountRepository''getAccountRepositoryService'false],
  1696.             'App\\Repository\\ClientRepository' => ['privates''App\\Repository\\ClientRepository''getClientRepositoryService'false],
  1697.             'App\\Repository\\TransactionRepository' => ['privates''App\\Repository\\TransactionRepository''getTransactionRepositoryService'false],
  1698.         ], [
  1699.             'App\\Repository\\AccountRepository' => '?',
  1700.             'App\\Repository\\ClientRepository' => '?',
  1701.             'App\\Repository\\TransactionRepository' => '?',
  1702.         ])));
  1703.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1704.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1705.         return $instance;
  1706.     }
  1707.     /**
  1708.      * Gets the public 'error_controller' shared service.
  1709.      *
  1710.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1711.      */
  1712.     protected function getErrorControllerService()
  1713.     {
  1714.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1716.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1717.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1718.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1719.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1720.         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)));
  1721.     }
  1722.     /**
  1723.      * Gets the public 'event_dispatcher' shared service.
  1724.      *
  1725.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1726.      */
  1727.     protected function getEventDispatcherService()
  1728.     {
  1729.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1730.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1731.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1732.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1733.         $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())));
  1734.         $instance->addListener('kernel.controller', [=> function () {
  1735.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1736.         }, => 'onKernelController'], 0);
  1737.         $instance->addListener('kernel.response', [=> function () {
  1738.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  1739.         }, => 'onKernelResponse'], 0);
  1740.         $instance->addListener('kernel.request', [=> function () {
  1741.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1742.         }, => 'onKernelRequest'], 250);
  1743.         $instance->addListener('kernel.response', [=> function () {
  1744.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1745.         }, => 'onKernelResponse'], 0);
  1746.         $instance->addListener('kernel.response', [=> function () {
  1747.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1748.         }, => 'onResponse'], 0);
  1749.         $instance->addListener('kernel.request', [=> function () {
  1750.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1751.         }, => 'onKernelRequest'], 10);
  1752.         $instance->addListener('kernel.response', [=> function () {
  1753.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1754.         }, => 'onKernelResponse'], 0);
  1755.         $instance->addListener('kernel.response', [=> function () {
  1756.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1757.         }, => 'onKernelResponse'], -1024);
  1758.         $instance->addListener('kernel.request', [=> function () {
  1759.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1760.         }, => 'setDefaultLocale'], 100);
  1761.         $instance->addListener('kernel.request', [=> function () {
  1762.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1763.         }, => 'onKernelRequest'], 16);
  1764.         $instance->addListener('kernel.finish_request', [=> function () {
  1765.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1766.         }, => 'onKernelFinishRequest'], 0);
  1767.         $instance->addListener('kernel.request', [=> function () {
  1768.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1769.         }, => 'onKernelRequest'], 256);
  1770.         $instance->addListener('kernel.request', [=> function () {
  1771.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1772.         }, => 'resolveControllerName'], 24);
  1773.         $instance->addListener('kernel.response', [=> function () {
  1774.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1775.         }, => 'onResponse'], -255);
  1776.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1777.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1778.         }, => 'onControllerArguments'], 0);
  1779.         $instance->addListener('kernel.exception', [=> function () {
  1780.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1781.         }, => 'logKernelException'], 0);
  1782.         $instance->addListener('kernel.exception', [=> function () {
  1783.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1784.         }, => 'onKernelException'], -128);
  1785.         $instance->addListener('kernel.request', [=> function () {
  1786.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1787.         }, => 'onKernelRequest'], 15);
  1788.         $instance->addListener('kernel.finish_request', [=> function () {
  1789.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1790.         }, => 'onKernelFinishRequest'], -15);
  1791.         $instance->addListener('console.error', [=> function () {
  1792.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1793.         }, => 'onConsoleError'], -128);
  1794.         $instance->addListener('console.terminate', [=> function () {
  1795.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1796.         }, => 'onConsoleTerminate'], -128);
  1797.         $instance->addListener('console.error', [=> function () {
  1798.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1799.         }, => 'onConsoleError'], 0);
  1800.         $instance->addListener('kernel.request', [=> function () {
  1801.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1802.         }, => 'onKernelRequest'], 128);
  1803.         $instance->addListener('kernel.response', [=> function () {
  1804.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1805.         }, => 'onKernelResponse'], -1000);
  1806.         $instance->addListener('kernel.finish_request', [=> function () {
  1807.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1808.         }, => 'onFinishRequest'], 0);
  1809.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1810.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1811.         }, => 'onMessage'], -255);
  1812.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1813.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1814.         }, => 'onMessage'], -255);
  1815.         $instance->addListener('kernel.response', [=> function () {
  1816.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1817.         }, => 'onKernelResponse'], -100);
  1818.         $instance->addListener('kernel.exception', [=> function () {
  1819.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1820.         }, => 'onKernelException'], 0);
  1821.         $instance->addListener('kernel.terminate', [=> function () {
  1822.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1823.         }, => 'onKernelTerminate'], -1024);
  1824.         $instance->addListener('kernel.controller', [=> function () {
  1825.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1826.         }, => 'onKernelController'], 0);
  1827.         $instance->addListener('kernel.response', [=> function () {
  1828.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1829.         }, => 'onKernelResponse'], 0);
  1830.         $instance->addListener('kernel.request', [=> function () {
  1831.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1832.         }, => 'configure'], 2048);
  1833.         $instance->addListener('console.command', [=> function () {
  1834.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1835.         }, => 'configure'], 2048);
  1836.         $instance->addListener('kernel.request', [=> function () {
  1837.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1838.         }, => 'onKernelRequest'], 32);
  1839.         $instance->addListener('kernel.finish_request', [=> function () {
  1840.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1841.         }, => 'onKernelFinishRequest'], 0);
  1842.         $instance->addListener('kernel.exception', [=> function () {
  1843.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1844.         }, => 'onKernelException'], -64);
  1845.         $instance->addListener('console.error', [=> function () {
  1846.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1847.         }, => 'onConsoleError'], 0);
  1848.         $instance->addListener('console.terminate', [=> function () {
  1849.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1850.         }, => 'onConsoleTerminate'], 0);
  1851.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1852.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1853.         }, => 'onMessage'], 0);
  1854.         $instance->addListener('kernel.response', [=> function () {
  1855.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1856.         }, => 'onKernelResponse'], 0);
  1857.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1858.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1859.         }, => 'onVoterVote'], 0);
  1860.         $instance->addListener('kernel.request', [=> function () {
  1861.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1862.         }, => 'configureLogoutUrlGenerator'], 8);
  1863.         $instance->addListener('kernel.request', [=> function () {
  1864.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1865.         }, => 'onKernelRequest'], 8);
  1866.         $instance->addListener('kernel.finish_request', [=> function () {
  1867.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1868.         }, => 'onKernelFinishRequest'], 0);
  1869.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1870.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1871.         }, => 'onImplicitLogin'], 0);
  1872.         $instance->addListener('security.interactive_login', [=> function () {
  1873.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1874.         }, => 'onSecurityInteractiveLogin'], 0);
  1875.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1876.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1877.         }, => 'authenticate'], 0);
  1878.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1879.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1880.         }, => 'authenticate'], 0);
  1881.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1882.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1883.         }, => 'authenticate'], 0);
  1884.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1885.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1886.         }, => 'addSuccessFlash'], 0);
  1887.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1888.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1889.         }, => 'addSuccessFlash'], 0);
  1890.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1891.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1892.         }, => 'addSuccessFlash'], 0);
  1893.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1894.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1895.         }, => 'addSuccessFlash'], 0);
  1896.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1897.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1898.         }, => 'addSuccessFlash'], 0);
  1899.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1900.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1901.         }, => 'addSuccessFlash'], 0);
  1902.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1903.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1904.         }, => 'addSuccessFlash'], 0);
  1905.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1906.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1907.         }, => 'onResettingResetInitialize'], 0);
  1908.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1909.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1910.         }, => 'onResettingResetSuccess'], 0);
  1911.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1912.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1913.         }, => 'onResettingResetRequest'], 0);
  1914.         $instance->addListener('kernel.response', [=> function () {
  1915.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1916.         }, => 'onKernelResponse'], -128);
  1917.         $instance->addListener('console.command', [=> function () {
  1918.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1919.         }, => 'onCommand'], 255);
  1920.         $instance->addListener('console.terminate', [=> function () {
  1921.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1922.         }, => 'onTerminate'], -255);
  1923.         $instance->addListener('console.command', [=> function () {
  1924.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1925.         }, => 'configure'], 1024);
  1926.         return $instance;
  1927.     }
  1928.     /**
  1929.      * Gets the public 'filesystem' shared service.
  1930.      *
  1931.      * @return \Symfony\Component\Filesystem\Filesystem
  1932.      */
  1933.     protected function getFilesystemService()
  1934.     {
  1935.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1936.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1937.     }
  1938.     /**
  1939.      * Gets the public 'form.factory' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\Form\FormFactory
  1942.      */
  1943.     protected function getForm_FactoryService()
  1944.     {
  1945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1947.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1948.     }
  1949.     /**
  1950.      * Gets the public 'form.type.file' shared service.
  1951.      *
  1952.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1953.      */
  1954.     protected function getForm_Type_FileService()
  1955.     {
  1956.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1957.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1958.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1959.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1960.     }
  1961.     /**
  1962.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  1963.      *
  1964.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  1965.      */
  1966.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  1967.     {
  1968.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  1970.         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()));
  1971.     }
  1972.     /**
  1973.      * Gets the public 'fos_rest.view_handler' shared service.
  1974.      *
  1975.      * @return \FOS\RestBundle\View\ViewHandler
  1976.      */
  1977.     protected function getFosRest_ViewHandlerService()
  1978.     {
  1979.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  1980.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  1981.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  1982.         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);
  1983.     }
  1984.     /**
  1985.      * Gets the public 'fos_user.change_password.controller' shared service.
  1986.      *
  1987.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  1988.      */
  1989.     protected function getFosUser_ChangePassword_ControllerService()
  1990.     {
  1991.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1992.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1993.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1994.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1995.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  1996.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  1997.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  1998.         $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()));
  1999.         $instance->setContainer($this);
  2000.         return $instance;
  2001.     }
  2002.     /**
  2003.      * Gets the public 'fos_user.group.controller' shared service.
  2004.      *
  2005.      * @return \FOS\UserBundle\Controller\GroupController
  2006.      */
  2007.     protected function getFosUser_Group_ControllerService()
  2008.     {
  2009.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2010.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2011.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2012.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2013.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/GroupController.php';
  2014.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2015.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2016.         $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()));
  2017.         $instance->setContainer($this);
  2018.         return $instance;
  2019.     }
  2020.     /**
  2021.      * Gets the public 'fos_user.group_manager' shared service.
  2022.      *
  2023.      * @return \Sonata\UserBundle\Entity\GroupManager
  2024.      */
  2025.     protected function getFosUser_GroupManagerService()
  2026.     {
  2027.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManagerInterface.php';
  2028.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManager.php';
  2029.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/GroupManager.php';
  2030.         include_once \dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Pager/PageableInterface.php';
  2031.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/GroupManagerInterface.php';
  2032.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/GroupManager.php';
  2033.         return $this->services['fos_user.group_manager'] = new \Sonata\UserBundle\Entity\GroupManager(($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'App\\Entity\\Group');
  2034.     }
  2035.     /**
  2036.      * Gets the public 'fos_user.profile.controller' shared service.
  2037.      *
  2038.      * @return \FOS\UserBundle\Controller\ProfileController
  2039.      */
  2040.     protected function getFosUser_Profile_ControllerService()
  2041.     {
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2045.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2048.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2049.         $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()));
  2050.         $instance->setContainer($this);
  2051.         return $instance;
  2052.     }
  2053.     /**
  2054.      * Gets the public 'fos_user.registration.controller' shared service.
  2055.      *
  2056.      * @return \FOS\UserBundle\Controller\RegistrationController
  2057.      */
  2058.     protected function getFosUser_Registration_ControllerService()
  2059.     {
  2060.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2061.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2062.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2063.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2064.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  2065.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2066.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2067.         $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()));
  2068.         $instance->setContainer($this);
  2069.         return $instance;
  2070.     }
  2071.     /**
  2072.      * Gets the public 'fos_user.resetting.controller' shared service.
  2073.      *
  2074.      * @return \FOS\UserBundle\Controller\ResettingController
  2075.      */
  2076.     protected function getFosUser_Resetting_ControllerService()
  2077.     {
  2078.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2079.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2082.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  2083.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2084.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2085.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  2086.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  2087.         $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);
  2088.         $instance->setContainer($this);
  2089.         return $instance;
  2090.     }
  2091.     /**
  2092.      * Gets the public 'fos_user.security.controller' shared service.
  2093.      *
  2094.      * @return \FOS\UserBundle\Controller\SecurityController
  2095.      */
  2096.     protected function getFosUser_Security_ControllerService()
  2097.     {
  2098.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2100.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  2103.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2104.         $instance->setContainer($this);
  2105.         return $instance;
  2106.     }
  2107.     /**
  2108.      * Gets the public 'fos_user.user_manager' shared service.
  2109.      *
  2110.      * @return \Sonata\UserBundle\Entity\UserManager
  2111.      */
  2112.     protected function getFosUser_UserManagerService()
  2113.     {
  2114.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  2115.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  2116.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  2117.         include_once \dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Pager/PageableInterface.php';
  2118.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php';
  2119.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  2120.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManager.php';
  2121.         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');
  2122.     }
  2123.     /**
  2124.      * Gets the public 'http_kernel' shared service.
  2125.      *
  2126.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2127.      */
  2128.     protected function getHttpKernelService()
  2129.     {
  2130.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2131.         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 () {
  2132.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2133.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2134.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2135.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2136.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2137.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2138.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2139.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2140.         }, 8)), $a));
  2141.     }
  2142.     /**
  2143.      * Gets the public 'jms_serializer' shared service.
  2144.      *
  2145.      * @return \JMS\Serializer\Serializer
  2146.      */
  2147.     protected function getJmsSerializerService()
  2148.     {
  2149.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  2150.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  2152.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  2155.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  2156.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  2157.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  2158.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  2159.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  2160.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  2161.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  2162.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  2163.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  2164.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  2165.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  2166.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  2167.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  2168.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  2169.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  2170.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  2172.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  2173.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2176.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2177.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2178.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  2179.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  2180.         $a = ($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService());
  2181.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService());
  2182.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  2183.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  2184.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  2185.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  2186.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2187.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  2188.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  2189.         ], [
  2190.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2191.             'jms_serializer.stopwatch_subscriber' => '?',
  2192.         ]));
  2193.         $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]]]);
  2194.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  2195.         $g->setOptions(1216);
  2196.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  2197.         $h->setFormatOutput(true);
  2198.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  2199.         $i->setOptions(0);
  2200.         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())));
  2201.     }
  2202.     /**
  2203.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2204.      *
  2205.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2206.      */
  2207.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2208.     {
  2209.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2210.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2212.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2213.     }
  2214.     /**
  2215.      * Gets the public 'jms_serializer.handler_registry' shared service.
  2216.      *
  2217.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  2218.      */
  2219.     protected function getJmsSerializer_HandlerRegistryService()
  2220.     {
  2221.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  2222.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  2223.         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()));
  2224.     }
  2225.     /**
  2226.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  2227.      *
  2228.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  2229.      */
  2230.     protected function getJmsSerializer_MetadataDriverService()
  2231.     {
  2232.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  2233.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  2234.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  2235.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  2236.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  2237.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  2238.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  2239.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  2240.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  2241.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  2242.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  2243.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  2247.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  2248.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  2249.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  2250.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  2251.         $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')]);
  2252.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  2253.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  2254.         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);
  2255.     }
  2256.     /**
  2257.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2258.      *
  2259.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2260.      */
  2261.     protected function getJmsSerializer_SerializationContextFactoryService()
  2262.     {
  2263.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  2264.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  2266.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2267.     }
  2268.     /**
  2269.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  2270.      *
  2271.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  2272.      */
  2273.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  2274.     {
  2275.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  2276.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  2277.     }
  2278.     /**
  2279.      * Gets the public 'knp_menu.factory' shared service.
  2280.      *
  2281.      * @return \Knp\Menu\MenuFactory
  2282.      */
  2283.     protected function getKnpMenu_FactoryService()
  2284.     {
  2285.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  2286.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  2287.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  2288.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  2289.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  2290.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  2291.         return $instance;
  2292.     }
  2293.     /**
  2294.      * Gets the public 'knp_menu.matcher' shared service.
  2295.      *
  2296.      * @return \Knp\Menu\Matcher\Matcher
  2297.      */
  2298.     protected function getKnpMenu_MatcherService()
  2299.     {
  2300.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2301.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  2302.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->getSonata_Admin_Menu_Matcher_Voter_AdminService());
  2303.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  2304.         }, 3));
  2305.     }
  2306.     /**
  2307.      * Gets the public 'mailer' shared service.
  2308.      *
  2309.      * @return \FOS\UserBundle\Mailer\NoopMailer
  2310.      */
  2311.     protected function getMailerService()
  2312.     {
  2313.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  2314.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  2315.         return $this->services['mailer'] = new \FOS\UserBundle\Mailer\NoopMailer();
  2316.     }
  2317.     /**
  2318.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  2319.      *
  2320.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  2321.      */
  2322.     protected function getNelmioApiDoc_Controller_SwaggerService()
  2323.     {
  2324.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  2325.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  2326.     }
  2327.     /**
  2328.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  2329.      *
  2330.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2331.      */
  2332.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  2333.     {
  2334.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  2335.         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()));
  2336.     }
  2337.     /**
  2338.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  2339.      *
  2340.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  2341.      */
  2342.     protected function getNelmioApiDoc_Generator_DefaultService()
  2343.     {
  2344.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  2345.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  2346.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  2347.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  2348.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  2349.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  2350.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  2351.         }, 5), new RewindableGenerator(function () {
  2352.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  2353.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  2354.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  2355.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  2356.         }, 4));
  2357.         $instance->setAlternativeNames([]);
  2358.         return $instance;
  2359.     }
  2360.     /**
  2361.      * Gets the public 'profiler' shared service.
  2362.      *
  2363.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2364.      */
  2365.     protected function getProfilerService()
  2366.     {
  2367.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2368.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2369.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2370.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2371.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2372.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2373.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2374.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2375.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2376.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2377.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2378.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2379.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2380.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2381.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2382.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2383.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  2384.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2385.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2386.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2387.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2388.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2389.         if ($this->has('kernel')) {
  2390.             $f->setKernel($b);
  2391.         }
  2392.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2393.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2394.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2395.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2396.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2397.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2398.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2399.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  2400.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2401.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2402.         $instance->add($d);
  2403.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2404.         $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())));
  2405.         $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())));
  2406.         $instance->add($e);
  2407.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2408.         $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()))));
  2409.         $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']));
  2410.         $instance->add($f);
  2411.         return $instance;
  2412.     }
  2413.     /**
  2414.      * Gets the public 'request_stack' shared service.
  2415.      *
  2416.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2417.      */
  2418.     protected function getRequestStackService()
  2419.     {
  2420.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2421.     }
  2422.     /**
  2423.      * Gets the public 'router' shared service.
  2424.      *
  2425.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2426.      */
  2427.     protected function getRouterService()
  2428.     {
  2429.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2430.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2431.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2432.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2433.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2434.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2435.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2436.         ], [
  2437.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2438.         ]))->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');
  2439.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2440.         return $instance;
  2441.     }
  2442.     /**
  2443.      * Gets the public 'routing.loader' shared service.
  2444.      *
  2445.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2446.      */
  2447.     protected function getRouting_LoaderService()
  2448.     {
  2449.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2450.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2453.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2454.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2455.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2456.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2457.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2458.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2459.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2460.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2461.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2462.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2463.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2466.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2467.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2468.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2469.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  2470.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2471.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2472.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2473.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2474.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2475.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2476.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2477.             'kernel' => ['services''kernel''getKernelService'false],
  2478.         ], [
  2479.             'kernel' => 'App\\Kernel',
  2480.         ]))));
  2481.         $a->addLoader(($this->services['sonata.admin.route_loader'] ?? $this->getSonata_Admin_RouteLoaderService()));
  2482.         $a->addLoader($this->getFosRest_Routing_Loader_DirectoryService());
  2483.         $a->addLoader($this->getFosRest_Routing_Loader_ControllerService());
  2484.         $a->addLoader($this->getFosRest_Routing_Loader_YamlCollectionService());
  2485.         $a->addLoader($this->getFosRest_Routing_Loader_XmlCollectionService());
  2486.         $a->addLoader($c);
  2487.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2488.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2489.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  2490.     }
  2491.     /**
  2492.      * Gets the public 'security.acl.dbal.schema' shared service.
  2493.      *
  2494.      * @return \Symfony\Component\Security\Acl\Dbal\Schema
  2495.      */
  2496.     protected function getSecurity_Acl_Dbal_SchemaService()
  2497.     {
  2498.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php';
  2499.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php';
  2500.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/Schema.php';
  2501.         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()));
  2502.     }
  2503.     /**
  2504.      * Gets the public 'security.acl.provider' shared service.
  2505.      *
  2506.      * @return \Symfony\Component\Security\Acl\Dbal\MutableAclProvider
  2507.      */
  2508.     protected function getSecurity_Acl_ProviderService()
  2509.     {
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/AclProviderInterface.php';
  2511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/AclProvider.php';
  2512.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/MutableAclProviderInterface.php';
  2513.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/PropertyChangedListener.php';
  2514.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/MutableAclProvider.php';
  2515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/PermissionGrantingStrategyInterface.php';
  2516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/PermissionGrantingStrategy.php';
  2517.         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);
  2518.     }
  2519.     /**
  2520.      * Gets the public 'security.authentication_utils' shared service.
  2521.      *
  2522.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2523.      */
  2524.     protected function getSecurity_AuthenticationUtilsService()
  2525.     {
  2526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2527.         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())));
  2528.     }
  2529.     /**
  2530.      * Gets the public 'security.authorization_checker' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2533.      */
  2534.     protected function getSecurity_AuthorizationCheckerService()
  2535.     {
  2536.         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);
  2537.     }
  2538.     /**
  2539.      * Gets the public 'security.csrf.token_manager' shared service.
  2540.      *
  2541.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2542.      */
  2543.     protected function getSecurity_Csrf_TokenManagerService()
  2544.     {
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2547.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2549.         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())));
  2550.     }
  2551.     /**
  2552.      * Gets the public 'security.password_encoder' shared service.
  2553.      *
  2554.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2555.      */
  2556.     protected function getSecurity_PasswordEncoderService()
  2557.     {
  2558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2560.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2561.     }
  2562.     /**
  2563.      * Gets the public 'security.token_storage' shared service.
  2564.      *
  2565.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2566.      */
  2567.     protected function getSecurity_TokenStorageService()
  2568.     {
  2569.         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, [
  2570.             'session' => ['services''session''getSessionService'false],
  2571.         ], [
  2572.             'session' => '?',
  2573.         ]));
  2574.     }
  2575.     /**
  2576.      * Gets the public 'serializer' shared service.
  2577.      *
  2578.      * @return \Symfony\Component\Serializer\Serializer
  2579.      */
  2580.     protected function getSerializerService()
  2581.     {
  2582.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2583.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2584.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2585.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2586.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2587.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2590.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2592.         include_once \dirname(__DIR__4).'/src/Infrastructure/Normalizer/ConstraintViolationListNormalizer.php';
  2593.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  2594.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2595.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2596.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2597.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2598.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2599.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2600.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2616.         $a = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  2617.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2618.         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()]);
  2619.     }
  2620.     /**
  2621.      * Gets the public 'services_resetter' shared service.
  2622.      *
  2623.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2624.      */
  2625.     protected function getServicesResetterService()
  2626.     {
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2628.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2629.             if (isset($this->services['cache.app'])) {
  2630.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2631.             }
  2632.             if (isset($this->services['cache.system'])) {
  2633.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2634.             }
  2635.             if (isset($this->privates['cache.validator'])) {
  2636.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2637.             }
  2638.             if (isset($this->privates['cache.serializer'])) {
  2639.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2640.             }
  2641.             if (isset($this->privates['cache.annotations'])) {
  2642.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2643.             }
  2644.             if (isset($this->privates['cache.property_info'])) {
  2645.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2646.             }
  2647.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2648.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2649.             }
  2650.             if (isset($this->services['profiler'])) {
  2651.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2652.             }
  2653.             if (isset($this->services['validator'])) {
  2654.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2655.             }
  2656.             if (isset($this->privates['debug.stopwatch'])) {
  2657.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2658.             }
  2659.             if (isset($this->services['event_dispatcher'])) {
  2660.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2661.             }
  2662.             if (isset($this->services['security.token_storage'])) {
  2663.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2664.             }
  2665.             if (isset($this->privates['cache.security_expression_language'])) {
  2666.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2667.             }
  2668.             if (isset($this->services['doctrine'])) {
  2669.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2670.             }
  2671.             if (isset($this->privates['form.type.entity'])) {
  2672.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2673.             }
  2674.             if (isset($this->privates['monolog.handler.main'])) {
  2675.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2676.             }
  2677.             if (isset($this->privates['monolog.handler.console'])) {
  2678.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2679.             }
  2680.             if (isset($this->services['fos_rest.view_handler'])) {
  2681.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  2682.             }
  2683.         }, function () {
  2684.             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']));
  2685.         }), ['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']]);
  2686.     }
  2687.     /**
  2688.      * Gets the public 'session' shared service.
  2689.      *
  2690.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2691.      */
  2692.     protected function getSessionService()
  2693.     {
  2694.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2695.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2696.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2697.     }
  2698.     /**
  2699.      * Gets the public 'sonata.admin.action.append_form_field_element' shared service.
  2700.      *
  2701.      * @return \Sonata\AdminBundle\Action\AppendFormFieldElementAction
  2702.      */
  2703.     protected function getSonata_Admin_Action_AppendFormFieldElementService()
  2704.     {
  2705.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/AppendFormFieldElementAction.php';
  2706.         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()));
  2707.     }
  2708.     /**
  2709.      * Gets the public 'sonata.admin.action.get_short_object_description' shared service.
  2710.      *
  2711.      * @return \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction
  2712.      */
  2713.     protected function getSonata_Admin_Action_GetShortObjectDescriptionService()
  2714.     {
  2715.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/GetShortObjectDescriptionAction.php';
  2716.         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()));
  2717.     }
  2718.     /**
  2719.      * Gets the public 'sonata.admin.action.retrieve_autocomplete_items' shared service.
  2720.      *
  2721.      * @return \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction
  2722.      */
  2723.     protected function getSonata_Admin_Action_RetrieveAutocompleteItemsService()
  2724.     {
  2725.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveAutocompleteItemsAction.php';
  2726.         return $this->services['sonata.admin.action.retrieve_autocomplete_items'] = new \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2727.     }
  2728.     /**
  2729.      * Gets the public 'sonata.admin.action.retrieve_form_field_element' shared service.
  2730.      *
  2731.      * @return \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction
  2732.      */
  2733.     protected function getSonata_Admin_Action_RetrieveFormFieldElementService()
  2734.     {
  2735.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php';
  2736.         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()));
  2737.     }
  2738.     /**
  2739.      * Gets the public 'sonata.admin.action.set_object_field_value' shared service.
  2740.      *
  2741.      * @return \Sonata\AdminBundle\Action\SetObjectFieldValueAction
  2742.      */
  2743.     protected function getSonata_Admin_Action_SetObjectFieldValueService()
  2744.     {
  2745.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SetObjectFieldValueAction.php';
  2746.         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()));
  2747.     }
  2748.     /**
  2749.      * Gets the public 'sonata.admin.audit.manager' shared service.
  2750.      *
  2751.      * @return \Sonata\AdminBundle\Model\AuditManager
  2752.      */
  2753.     protected function getSonata_Admin_Audit_ManagerService()
  2754.     {
  2755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  2756.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  2757.         return $this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this);
  2758.     }
  2759.     /**
  2760.      * Gets the public 'sonata.admin.block.admin_list' shared service.
  2761.      *
  2762.      * @return \Sonata\AdminBundle\Block\AdminListBlockService
  2763.      */
  2764.     protected function getSonata_Admin_Block_AdminListService()
  2765.     {
  2766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2767.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2768.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2769.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminListBlockService.php';
  2770.         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()));
  2771.     }
  2772.     /**
  2773.      * Gets the public 'sonata.admin.block.search_result' shared service.
  2774.      *
  2775.      * @return \Sonata\AdminBundle\Block\AdminSearchBlockService
  2776.      */
  2777.     protected function getSonata_Admin_Block_SearchResultService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2781.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2782.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminSearchBlockService.php';
  2783.         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()));
  2784.     }
  2785.     /**
  2786.      * Gets the public 'sonata.admin.block.stats' shared service.
  2787.      *
  2788.      * @return \Sonata\AdminBundle\Block\AdminStatsBlockService
  2789.      */
  2790.     protected function getSonata_Admin_Block_StatsService()
  2791.     {
  2792.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2793.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2794.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2795.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminStatsBlockService.php';
  2796.         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()));
  2797.     }
  2798.     /**
  2799.      * Gets the public 'sonata.admin.breadcrumbs_builder' shared service.
  2800.      *
  2801.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  2802.      */
  2803.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  2804.     {
  2805.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  2806.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  2807.         return $this->services['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  2808.     }
  2809.     /**
  2810.      * Gets the public 'sonata.admin.builder.filter.factory' shared service.
  2811.      *
  2812.      * @return \Sonata\AdminBundle\Filter\FilterFactory
  2813.      */
  2814.     protected function getSonata_Admin_Builder_Filter_FactoryService()
  2815.     {
  2816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactoryInterface.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactory.php';
  2818.         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']);
  2819.     }
  2820.     /**
  2821.      * Gets the public 'sonata.admin.controller.admin' shared service.
  2822.      *
  2823.      * @return \Sonata\AdminBundle\Controller\HelperController
  2824.      *
  2825.      * @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.
  2826.      */
  2827.     protected function getSonata_Admin_Controller_AdminService()
  2828.     {
  2829.         @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);
  2830.         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()));
  2831.     }
  2832.     /**
  2833.      * Gets the public 'sonata.admin.doctrine_orm.form.type.choice_field_mask' shared service.
  2834.      *
  2835.      * @return \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType
  2836.      */
  2837.     protected function getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService()
  2838.     {
  2839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ChoiceFieldMaskType.php';
  2842.         return $this->services['sonata.admin.doctrine_orm.form.type.choice_field_mask'] = new \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType();
  2843.     }
  2844.     /**
  2845.      * Gets the public 'sonata.admin.event.extension' shared service.
  2846.      *
  2847.      * @return \Sonata\AdminBundle\Event\AdminEventExtension
  2848.      */
  2849.     protected function getSonata_Admin_Event_ExtensionService()
  2850.     {
  2851.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  2853.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Event/AdminEventExtension.php';
  2854.         return $this->services['sonata.admin.event.extension'] = new \Sonata\AdminBundle\Event\AdminEventExtension(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2855.     }
  2856.     /**
  2857.      * Gets the public 'sonata.admin.exporter' shared service.
  2858.      *
  2859.      * @return \Sonata\AdminBundle\Export\Exporter
  2860.      *
  2861.      * @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.
  2862.      */
  2863.     protected function getSonata_Admin_ExporterService()
  2864.     {
  2865.         @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);
  2866.         return $this->services['sonata.admin.exporter'] = new \Sonata\AdminBundle\Export\Exporter();
  2867.     }
  2868.     /**
  2869.      * Gets the public 'sonata.admin.form.extension.choice' shared service.
  2870.      *
  2871.      * @return \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension
  2872.      */
  2873.     protected function getSonata_Admin_Form_Extension_ChoiceService()
  2874.     {
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  2877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/ChoiceTypeExtension.php';
  2878.         return $this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension();
  2879.     }
  2880.     /**
  2881.      * Gets the public 'sonata.admin.form.extension.field' shared service.
  2882.      *
  2883.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension
  2884.      */
  2885.     protected function getSonata_Admin_Form_Extension_FieldService()
  2886.     {
  2887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  2888.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/FormTypeFieldExtension.php';
  2890.         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,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==''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]);
  2891.     }
  2892.     /**
  2893.      * Gets the public 'sonata.admin.form.extension.field.mopa' shared service.
  2894.      *
  2895.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension
  2896.      */
  2897.     protected function getSonata_Admin_Form_Extension_Field_MopaService()
  2898.     {
  2899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  2900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  2901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/MopaCompatibilityTypeFieldExtension.php';
  2902.         return $this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension();
  2903.     }
  2904.     /**
  2905.      * Gets the public 'sonata.admin.form.filter.type.choice' shared service.
  2906.      *
  2907.      * @return \Sonata\AdminBundle\Form\Type\Filter\ChoiceType
  2908.      */
  2909.     protected function getSonata_Admin_Form_Filter_Type_ChoiceService()
  2910.     {
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2912.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2913.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php';
  2914.         return $this->services['sonata.admin.form.filter.type.choice'] = new \Sonata\AdminBundle\Form\Type\Filter\ChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  2915.     }
  2916.     /**
  2917.      * Gets the public 'sonata.admin.form.filter.type.date' shared service.
  2918.      *
  2919.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateType
  2920.      */
  2921.     protected function getSonata_Admin_Form_Filter_Type_DateService()
  2922.     {
  2923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2924.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2925.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php';
  2926.         return $this->services['sonata.admin.form.filter.type.date'] = new \Sonata\AdminBundle\Form\Type\Filter\DateType(($this->services['translator'] ?? $this->getTranslatorService()));
  2927.     }
  2928.     /**
  2929.      * Gets the public 'sonata.admin.form.filter.type.daterange' shared service.
  2930.      *
  2931.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateRangeType
  2932.      */
  2933.     protected function getSonata_Admin_Form_Filter_Type_DaterangeService()
  2934.     {
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php';
  2938.         return $this->services['sonata.admin.form.filter.type.daterange'] = new \Sonata\AdminBundle\Form\Type\Filter\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  2939.     }
  2940.     /**
  2941.      * Gets the public 'sonata.admin.form.filter.type.datetime' shared service.
  2942.      *
  2943.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeType
  2944.      */
  2945.     protected function getSonata_Admin_Form_Filter_Type_DatetimeService()
  2946.     {
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php';
  2950.         return $this->services['sonata.admin.form.filter.type.datetime'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeType(($this->services['translator'] ?? $this->getTranslatorService()));
  2951.     }
  2952.     /**
  2953.      * Gets the public 'sonata.admin.form.filter.type.datetime_range' shared service.
  2954.      *
  2955.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType
  2956.      */
  2957.     protected function getSonata_Admin_Form_Filter_Type_DatetimeRangeService()
  2958.     {
  2959.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2961.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php';
  2962.         return $this->services['sonata.admin.form.filter.type.datetime_range'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  2963.     }
  2964.     /**
  2965.      * Gets the public 'sonata.admin.form.filter.type.default' shared service.
  2966.      *
  2967.      * @return \Sonata\AdminBundle\Form\Type\Filter\DefaultType
  2968.      */
  2969.     protected function getSonata_Admin_Form_Filter_Type_DefaultService()
  2970.     {
  2971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2973.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DefaultType.php';
  2974.         return $this->services['sonata.admin.form.filter.type.default'] = new \Sonata\AdminBundle\Form\Type\Filter\DefaultType();
  2975.     }
  2976.     /**
  2977.      * Gets the public 'sonata.admin.form.filter.type.number' shared service.
  2978.      *
  2979.      * @return \Sonata\AdminBundle\Form\Type\Filter\NumberType
  2980.      */
  2981.     protected function getSonata_Admin_Form_Filter_Type_NumberService()
  2982.     {
  2983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2984.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2985.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php';
  2986.         return $this->services['sonata.admin.form.filter.type.number'] = new \Sonata\AdminBundle\Form\Type\Filter\NumberType(($this->services['translator'] ?? $this->getTranslatorService()));
  2987.     }
  2988.     /**
  2989.      * Gets the public 'sonata.admin.form.type.admin' shared service.
  2990.      *
  2991.      * @return \Sonata\AdminBundle\Form\Type\AdminType
  2992.      */
  2993.     protected function getSonata_Admin_Form_Type_AdminService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2997.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/AdminType.php';
  2998.         return $this->services['sonata.admin.form.type.admin'] = new \Sonata\AdminBundle\Form\Type\AdminType(($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  2999.     }
  3000.     /**
  3001.      * Gets the public 'sonata.admin.form.type.collection' shared service.
  3002.      *
  3003.      * @return \Sonata\AdminBundle\Form\Type\CollectionType
  3004.      */
  3005.     protected function getSonata_Admin_Form_Type_CollectionService()
  3006.     {
  3007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3009.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/CollectionType.php';
  3010.         return $this->services['sonata.admin.form.type.collection'] = new \Sonata\AdminBundle\Form\Type\CollectionType();
  3011.     }
  3012.     /**
  3013.      * Gets the public 'sonata.admin.form.type.model_autocomplete' shared service.
  3014.      *
  3015.      * @return \Sonata\AdminBundle\Form\Type\ModelAutocompleteType
  3016.      */
  3017.     protected function getSonata_Admin_Form_Type_ModelAutocompleteService()
  3018.     {
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelAutocompleteType.php';
  3022.         return $this->services['sonata.admin.form.type.model_autocomplete'] = new \Sonata\AdminBundle\Form\Type\ModelAutocompleteType();
  3023.     }
  3024.     /**
  3025.      * Gets the public 'sonata.admin.form.type.model_choice' shared service.
  3026.      *
  3027.      * @return \Sonata\AdminBundle\Form\Type\ModelType
  3028.      */
  3029.     protected function getSonata_Admin_Form_Type_ModelChoiceService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3033.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelType.php';
  3034.         return $this->services['sonata.admin.form.type.model_choice'] = new \Sonata\AdminBundle\Form\Type\ModelType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3035.     }
  3036.     /**
  3037.      * Gets the public 'sonata.admin.form.type.model_hidden' shared service.
  3038.      *
  3039.      * @return \Sonata\AdminBundle\Form\Type\ModelHiddenType
  3040.      */
  3041.     protected function getSonata_Admin_Form_Type_ModelHiddenService()
  3042.     {
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3045.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelHiddenType.php';
  3046.         return $this->services['sonata.admin.form.type.model_hidden'] = new \Sonata\AdminBundle\Form\Type\ModelHiddenType();
  3047.     }
  3048.     /**
  3049.      * Gets the public 'sonata.admin.form.type.model_list' shared service.
  3050.      *
  3051.      * @return \Sonata\AdminBundle\Form\Type\ModelListType
  3052.      */
  3053.     protected function getSonata_Admin_Form_Type_ModelListService()
  3054.     {
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelListType.php';
  3058.         return $this->services['sonata.admin.form.type.model_list'] = new \Sonata\AdminBundle\Form\Type\ModelListType();
  3059.     }
  3060.     /**
  3061.      * Gets the public 'sonata.admin.form.type.model_reference' shared service.
  3062.      *
  3063.      * @return \Sonata\AdminBundle\Form\Type\ModelReferenceType
  3064.      */
  3065.     protected function getSonata_Admin_Form_Type_ModelReferenceService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3069.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelReferenceType.php';
  3070.         return $this->services['sonata.admin.form.type.model_reference'] = new \Sonata\AdminBundle\Form\Type\ModelReferenceType();
  3071.     }
  3072.     /**
  3073.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  3074.      *
  3075.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3076.      */
  3077.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3078.     {
  3079.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3080.     }
  3081.     /**
  3082.      * Gets the public 'sonata.admin.helper' shared service.
  3083.      *
  3084.      * @return \Sonata\AdminBundle\Admin\AdminHelper
  3085.      */
  3086.     protected function getSonata_Admin_HelperService()
  3087.     {
  3088.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminHelper.php';
  3089.         return $this->services['sonata.admin.helper'] = new \Sonata\AdminBundle\Admin\AdminHelper(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3090.     }
  3091.     /**
  3092.      * Gets the public 'sonata.admin.label.strategy.bc' shared service.
  3093.      *
  3094.      * @return \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy
  3095.      */
  3096.     protected function getSonata_Admin_Label_Strategy_BcService()
  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/BCLabelTranslatorStrategy.php';
  3100.         return $this->services['sonata.admin.label.strategy.bc'] = new \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy();
  3101.     }
  3102.     /**
  3103.      * Gets the public 'sonata.admin.label.strategy.form_component' shared service.
  3104.      *
  3105.      * @return \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy
  3106.      */
  3107.     protected function getSonata_Admin_Label_Strategy_FormComponentService()
  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/FormLabelTranslatorStrategy.php';
  3111.         return $this->services['sonata.admin.label.strategy.form_component'] = new \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy();
  3112.     }
  3113.     /**
  3114.      * Gets the public 'sonata.admin.label.strategy.native' shared service.
  3115.      *
  3116.      * @return \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy
  3117.      */
  3118.     protected function getSonata_Admin_Label_Strategy_NativeService()
  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/NativeLabelTranslatorStrategy.php';
  3122.         return $this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy();
  3123.     }
  3124.     /**
  3125.      * Gets the public 'sonata.admin.label.strategy.noop' shared service.
  3126.      *
  3127.      * @return \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy
  3128.      */
  3129.     protected function getSonata_Admin_Label_Strategy_NoopService()
  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/NoopLabelTranslatorStrategy.php';
  3133.         return $this->services['sonata.admin.label.strategy.noop'] = new \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy();
  3134.     }
  3135.     /**
  3136.      * Gets the public 'sonata.admin.label.strategy.underscore' shared service.
  3137.      *
  3138.      * @return \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy
  3139.      */
  3140.     protected function getSonata_Admin_Label_Strategy_UnderscoreService()
  3141.     {
  3142.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  3144.         return $this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy();
  3145.     }
  3146.     /**
  3147.      * Gets the public 'sonata.admin.manager.orm' shared service.
  3148.      *
  3149.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  3150.      */
  3151.     protected function getSonata_Admin_Manager_OrmService()
  3152.     {
  3153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  3154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  3155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  3156.         return $this->services['sonata.admin.manager.orm'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3157.     }
  3158.     /**
  3159.      * Gets the public 'sonata.admin.manipulator.acl.admin' shared service.
  3160.      *
  3161.      * @return \Sonata\AdminBundle\Util\AdminAclManipulator
  3162.      */
  3163.     protected function getSonata_Admin_Manipulator_Acl_AdminService()
  3164.     {
  3165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  3167.         return $this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  3168.     }
  3169.     /**
  3170.      * Gets the public 'sonata.admin.manipulator.acl.object.orm' shared service.
  3171.      *
  3172.      * @return \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator
  3173.      */
  3174.     protected function getSonata_Admin_Manipulator_Acl_Object_OrmService()
  3175.     {
  3176.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  3177.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  3179.         return $this->services['sonata.admin.manipulator.acl.object.orm'] = new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator();
  3180.     }
  3181.     /**
  3182.      * Gets the public 'sonata.admin.menu.matcher.voter.active' shared service.
  3183.      *
  3184.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter
  3185.      */
  3186.     protected function getSonata_Admin_Menu_Matcher_Voter_ActiveService()
  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/ActiveVoter.php';
  3190.         return $this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter();
  3191.     }
  3192.     /**
  3193.      * Gets the public 'sonata.admin.menu.matcher.voter.admin' shared service.
  3194.      *
  3195.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter
  3196.      */
  3197.     protected function getSonata_Admin_Menu_Matcher_Voter_AdminService()
  3198.     {
  3199.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  3200.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/AdminVoter.php';
  3201.         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())));
  3202.     }
  3203.     /**
  3204.      * Gets the public 'sonata.admin.menu.matcher.voter.children' shared service.
  3205.      *
  3206.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter
  3207.      *
  3208.      * @deprecated The "sonata.admin.menu.matcher.voter.children" service is deprecated since 3.28 and will be removed in 4.0.
  3209.      */
  3210.     protected function getSonata_Admin_Menu_Matcher_Voter_ChildrenService()
  3211.     {
  3212.         @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);
  3213.         return $this->services['sonata.admin.menu.matcher.voter.children'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  3214.     }
  3215.     /**
  3216.      * Gets the public 'sonata.admin.menu_builder' shared service.
  3217.      *
  3218.      * @return \Sonata\AdminBundle\Menu\MenuBuilder
  3219.      */
  3220.     protected function getSonata_Admin_MenuBuilderService()
  3221.     {
  3222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/MenuBuilder.php';
  3223.         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()));
  3224.     }
  3225.     /**
  3226.      * Gets the public 'sonata.admin.object.manipulator.acl.admin' shared service.
  3227.      *
  3228.      * @return \Sonata\AdminBundle\Util\AdminObjectAclManipulator
  3229.      */
  3230.     protected function getSonata_Admin_Object_Manipulator_Acl_AdminService()
  3231.     {
  3232.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminObjectAclManipulator.php';
  3233.         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');
  3234.     }
  3235.     /**
  3236.      * Gets the public 'sonata.admin.orm.filter.type.boolean' service.
  3237.      *
  3238.      * @return \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter
  3239.      */
  3240.     protected function getSonata_Admin_Orm_Filter_Type_BooleanService()
  3241.     {
  3242.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3243.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3245.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/BooleanFilter.php';
  3246.         return new \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter();
  3247.     }
  3248.     /**
  3249.      * Gets the public 'sonata.admin.orm.filter.type.callback' service.
  3250.      *
  3251.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter
  3252.      */
  3253.     protected function getSonata_Admin_Orm_Filter_Type_CallbackService()
  3254.     {
  3255.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3256.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3257.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3258.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CallbackFilter.php';
  3259.         return new \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter();
  3260.     }
  3261.     /**
  3262.      * Gets the public 'sonata.admin.orm.filter.type.choice' service.
  3263.      *
  3264.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter
  3265.      */
  3266.     protected function getSonata_Admin_Orm_Filter_Type_ChoiceService()
  3267.     {
  3268.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3269.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3270.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3271.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ChoiceFilter.php';
  3272.         return new \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter();
  3273.     }
  3274.     /**
  3275.      * Gets the public 'sonata.admin.orm.filter.type.class' service.
  3276.      *
  3277.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter
  3278.      */
  3279.     protected function getSonata_Admin_Orm_Filter_Type_ClassService()
  3280.     {
  3281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3282.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3283.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3284.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ClassFilter.php';
  3285.         return new \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter();
  3286.     }
  3287.     /**
  3288.      * Gets the public 'sonata.admin.orm.filter.type.date' service.
  3289.      *
  3290.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateFilter
  3291.      */
  3292.     protected function getSonata_Admin_Orm_Filter_Type_DateService()
  3293.     {
  3294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3296.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateFilter.php';
  3299.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateFilter();
  3300.     }
  3301.     /**
  3302.      * Gets the public 'sonata.admin.orm.filter.type.date_range' service.
  3303.      *
  3304.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter
  3305.      */
  3306.     protected function getSonata_Admin_Orm_Filter_Type_DateRangeService()
  3307.     {
  3308.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3309.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3310.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3311.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateRangeFilter.php';
  3313.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter();
  3314.     }
  3315.     /**
  3316.      * Gets the public 'sonata.admin.orm.filter.type.datetime' service.
  3317.      *
  3318.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter
  3319.      */
  3320.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeService()
  3321.     {
  3322.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3325.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3326.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeFilter.php';
  3327.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter();
  3328.     }
  3329.     /**
  3330.      * Gets the public 'sonata.admin.orm.filter.type.datetime_range' service.
  3331.      *
  3332.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter
  3333.      */
  3334.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeRangeService()
  3335.     {
  3336.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3337.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3338.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3340.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeRangeFilter.php';
  3341.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter();
  3342.     }
  3343.     /**
  3344.      * Gets the public 'sonata.admin.orm.filter.type.model' service.
  3345.      *
  3346.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter
  3347.      */
  3348.     protected function getSonata_Admin_Orm_Filter_Type_ModelService()
  3349.     {
  3350.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3351.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3352.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3353.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelFilter.php';
  3354.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter();
  3355.     }
  3356.     /**
  3357.      * Gets the public 'sonata.admin.orm.filter.type.model_autocomplete' service.
  3358.      *
  3359.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter
  3360.      */
  3361.     protected function getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService()
  3362.     {
  3363.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3364.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3365.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3366.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelAutocompleteFilter.php';
  3367.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter();
  3368.     }
  3369.     /**
  3370.      * Gets the public 'sonata.admin.orm.filter.type.number' service.
  3371.      *
  3372.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter
  3373.      */
  3374.     protected function getSonata_Admin_Orm_Filter_Type_NumberService()
  3375.     {
  3376.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3377.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NumberFilter.php';
  3380.         return new \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter();
  3381.     }
  3382.     /**
  3383.      * Gets the public 'sonata.admin.orm.filter.type.string' service.
  3384.      *
  3385.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringFilter
  3386.      */
  3387.     protected function getSonata_Admin_Orm_Filter_Type_StringService()
  3388.     {
  3389.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3390.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3391.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringFilter.php';
  3393.         return new \Sonata\DoctrineORMAdminBundle\Filter\StringFilter();
  3394.     }
  3395.     /**
  3396.      * Gets the public 'sonata.admin.orm.filter.type.time' service.
  3397.      *
  3398.      * @return \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter
  3399.      */
  3400.     protected function getSonata_Admin_Orm_Filter_Type_TimeService()
  3401.     {
  3402.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/TimeFilter.php';
  3407.         return new \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter();
  3408.     }
  3409.     /**
  3410.      * Gets the public 'sonata.admin.pool' shared service.
  3411.      *
  3412.      * @return \Sonata\AdminBundle\Admin\Pool
  3413.      */
  3414.     protected function getSonata_Admin_PoolService()
  3415.     {
  3416.         $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()));
  3417.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  3418.         $instance->setAdminServiceIds([=> 'admin.account'=> 'admin.client'=> 'admin.transaction'=> 'sonata.user.admin.user'=> 'sonata.user.admin.group']);
  3419.         $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]]]]);
  3420.         $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']]);
  3421.         return $instance;
  3422.     }
  3423.     /**
  3424.      * Gets the public 'sonata.admin.route.cache' shared service.
  3425.      *
  3426.      * @return \Sonata\AdminBundle\Route\RoutesCache
  3427.      */
  3428.     protected function getSonata_Admin_Route_CacheService()
  3429.     {
  3430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3431.         return $this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true);
  3432.     }
  3433.     /**
  3434.      * Gets the public 'sonata.admin.route.cache_warmup' shared service.
  3435.      *
  3436.      * @return \Sonata\AdminBundle\Route\RoutesCacheWarmUp
  3437.      */
  3438.     protected function getSonata_Admin_Route_CacheWarmupService()
  3439.     {
  3440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCacheWarmUp.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3443.         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()));
  3444.     }
  3445.     /**
  3446.      * Gets the public 'sonata.admin.route.default_generator' shared service.
  3447.      *
  3448.      * @return \Sonata\AdminBundle\Route\DefaultRouteGenerator
  3449.      */
  3450.     protected function getSonata_Admin_Route_DefaultGeneratorService()
  3451.     {
  3452.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RouteGeneratorInterface.php';
  3453.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/DefaultRouteGenerator.php';
  3454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3455.         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))));
  3456.     }
  3457.     /**
  3458.      * Gets the public 'sonata.admin.route.path_info' shared service.
  3459.      *
  3460.      * @return \Sonata\AdminBundle\Route\PathInfoBuilder
  3461.      */
  3462.     protected function getSonata_Admin_Route_PathInfoService()
  3463.     {
  3464.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/PathInfoBuilder.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  3468.         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))));
  3469.     }
  3470.     /**
  3471.      * Gets the public 'sonata.admin.route.query_string' shared service.
  3472.      *
  3473.      * @return \Sonata\AdminBundle\Route\QueryStringBuilder
  3474.      */
  3475.     protected function getSonata_Admin_Route_QueryStringService()
  3476.     {
  3477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/QueryStringBuilder.php';
  3479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  3480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  3481.         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))));
  3482.     }
  3483.     /**
  3484.      * Gets the public 'sonata.admin.route_loader' shared service.
  3485.      *
  3486.      * @return \Sonata\AdminBundle\Route\AdminPoolLoader
  3487.      */
  3488.     protected function getSonata_Admin_RouteLoaderService()
  3489.     {
  3490.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3491.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3492.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/AdminPoolLoader.php';
  3493.         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);
  3494.     }
  3495.     /**
  3496.      * Gets the public 'sonata.admin.search.handler' shared service.
  3497.      *
  3498.      * @return \Sonata\AdminBundle\Search\SearchHandler
  3499.      */
  3500.     protected function getSonata_Admin_Search_HandlerService()
  3501.     {
  3502.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  3503.         return $this->services['sonata.admin.search.handler'] = new \Sonata\AdminBundle\Search\SearchHandler(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), true);
  3504.     }
  3505.     /**
  3506.      * Gets the public 'sonata.admin.sidebar_menu' shared service.
  3507.      *
  3508.      * @return \Knp\Menu\MenuItem
  3509.      */
  3510.     protected function getSonata_Admin_SidebarMenuService()
  3511.     {
  3512.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  3514.         return $this->services['sonata.admin.sidebar_menu'] = ($this->services['sonata.admin.menu_builder'] ?? $this->getSonata_Admin_MenuBuilderService())->createSidebarMenu();
  3515.     }
  3516.     /**
  3517.      * Gets the public 'sonata.admin.twig.extension' shared service.
  3518.      *
  3519.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  3520.      */
  3521.     protected function getSonata_Admin_Twig_ExtensionService()
  3522.     {
  3523.         $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()));
  3524.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  3525.         return $instance;
  3526.     }
  3527.     /**
  3528.      * Gets the public 'sonata.admin.twig.global' shared service.
  3529.      *
  3530.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  3531.      */
  3532.     protected function getSonata_Admin_Twig_GlobalService()
  3533.     {
  3534.         return $this->services['sonata.admin.twig.global'] = new \Sonata\AdminBundle\Twig\GlobalVariables(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'data:image/png;base64,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');
  3535.     }
  3536.     /**
  3537.      * Gets the public 'sonata.admin.validator.inline' shared service.
  3538.      *
  3539.      * @return \Sonata\CoreBundle\Validator\InlineValidator
  3540.      */
  3541.     protected function getSonata_Admin_Validator_InlineService()
  3542.     {
  3543.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3544.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Validator/InlineValidator.php';
  3546.         return $this->services['sonata.admin.validator.inline'] = new \Sonata\CoreBundle\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3547.     }
  3548.     /**
  3549.      * Gets the public 'sonata.block.context_manager.default' shared service.
  3550.      *
  3551.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  3552.      */
  3553.     protected function getSonata_Block_ContextManager_DefaultService()
  3554.     {
  3555.         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()));
  3556.     }
  3557.     /**
  3558.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  3559.      *
  3560.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  3561.      */
  3562.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  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/DebugOnlyFilter.php';
  3566.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  3567.     }
  3568.     /**
  3569.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  3570.      *
  3571.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  3572.      */
  3573.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  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/IgnoreClassFilter.php';
  3577.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  3578.     }
  3579.     /**
  3580.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  3581.      *
  3582.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  3583.      */
  3584.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  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/KeepAllFilter.php';
  3588.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  3589.     }
  3590.     /**
  3591.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  3592.      *
  3593.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  3594.      */
  3595.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  3596.     {
  3597.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3598.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  3599.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  3600.     }
  3601.     /**
  3602.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  3603.      *
  3604.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  3605.      */
  3606.     protected function getSonata_Block_Exception_Renderer_InlineService()
  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/InlineRenderer.php';
  3610.         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');
  3611.     }
  3612.     /**
  3613.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  3614.      *
  3615.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  3616.      */
  3617.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  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/InlineDebugRenderer.php';
  3621.         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);
  3622.     }
  3623.     /**
  3624.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  3625.      *
  3626.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  3627.      */
  3628.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  3629.     {
  3630.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  3632.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  3633.     }
  3634.     /**
  3635.      * Gets the public 'sonata.block.manager' shared service.
  3636.      *
  3637.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  3638.      */
  3639.     protected function getSonata_Block_ManagerService()
  3640.     {
  3641.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3642.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  3643.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  3644.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  3645.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  3646.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  3647.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  3648.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  3649.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  3650.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  3651.         return $instance;
  3652.     }
  3653.     /**
  3654.      * Gets the public 'sonata.block.menu.registry' shared service.
  3655.      *
  3656.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  3657.      */
  3658.     protected function getSonata_Block_Menu_RegistryService()
  3659.     {
  3660.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  3661.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  3662.         $this->services['sonata.block.menu.registry'] = $instance = new \Sonata\BlockBundle\Menu\MenuRegistry([]);
  3663.         $instance->add('sonata_admin_sidebar');
  3664.         return $instance;
  3665.     }
  3666.     /**
  3667.      * Gets the public 'sonata.block.renderer.default' shared service.
  3668.      *
  3669.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  3670.      */
  3671.     protected function getSonata_Block_Renderer_DefaultService()
  3672.     {
  3673.         $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'], [], []);
  3674.         $a->setDefaultFilter('debug_only');
  3675.         $a->setDefaultRenderer('throw');
  3676.         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);
  3677.     }
  3678.     /**
  3679.      * Gets the public 'sonata.block.service.container' shared service.
  3680.      *
  3681.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  3682.      */
  3683.     protected function getSonata_Block_Service_ContainerService()
  3684.     {
  3685.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  3691.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService('sonata.block.container', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3692.     }
  3693.     /**
  3694.      * Gets the public 'sonata.block.service.empty' shared service.
  3695.      *
  3696.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  3697.      */
  3698.     protected function getSonata_Block_Service_EmptyService()
  3699.     {
  3700.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3701.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3702.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3703.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  3704.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService('sonata.block.empty', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3705.     }
  3706.     /**
  3707.      * Gets the public 'sonata.block.service.menu' shared service.
  3708.      *
  3709.      * @return \Sonata\BlockBundle\Block\Service\MenuBlockService
  3710.      */
  3711.     protected function getSonata_Block_Service_MenuService()
  3712.     {
  3713.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3714.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3715.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3716.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3717.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3718.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
  3719.         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()));
  3720.     }
  3721.     /**
  3722.      * Gets the public 'sonata.block.service.rss' shared service.
  3723.      *
  3724.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  3725.      */
  3726.     protected function getSonata_Block_Service_RssService()
  3727.     {
  3728.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3729.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3730.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3731.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3732.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3733.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  3734.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService('sonata.block.rss', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3735.     }
  3736.     /**
  3737.      * Gets the public 'sonata.block.service.template' shared service.
  3738.      *
  3739.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  3740.      */
  3741.     protected function getSonata_Block_Service_TemplateService()
  3742.     {
  3743.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3744.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3745.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3746.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3747.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3748.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  3749.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService('sonata.block.template', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3750.     }
  3751.     /**
  3752.      * Gets the public 'sonata.block.service.text' shared service.
  3753.      *
  3754.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  3755.      */
  3756.     protected function getSonata_Block_Service_TextService()
  3757.     {
  3758.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3759.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3760.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3761.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3762.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3763.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  3764.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService('sonata.block.text', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3765.     }
  3766.     /**
  3767.      * Gets the public 'sonata.core.form.type.array' shared service.
  3768.      *
  3769.      * @return \Sonata\Form\Type\ImmutableArrayType
  3770.      */
  3771.     protected function getSonata_Core_Form_Type_ArrayService()
  3772.     {
  3773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3775.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/ImmutableArrayType.php';
  3776.         return $this->services['sonata.core.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  3777.     }
  3778.     /**
  3779.      * Gets the public 'sonata.core.form.type.array_legacy' shared service.
  3780.      *
  3781.      * @return \Sonata\CoreBundle\Form\Type\ImmutableArrayType
  3782.      *
  3783.      * @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.
  3784.      */
  3785.     protected function getSonata_Core_Form_Type_ArrayLegacyService()
  3786.     {
  3787.         @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);
  3788.         return $this->services['sonata.core.form.type.array_legacy'] = new \Sonata\CoreBundle\Form\Type\ImmutableArrayType();
  3789.     }
  3790.     /**
  3791.      * Gets the public 'sonata.core.form.type.boolean' shared service.
  3792.      *
  3793.      * @return \Sonata\Form\Type\BooleanType
  3794.      */
  3795.     protected function getSonata_Core_Form_Type_BooleanService()
  3796.     {
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BooleanType.php';
  3800.         return $this->services['sonata.core.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  3801.     }
  3802.     /**
  3803.      * Gets the public 'sonata.core.form.type.boolean_legacy' shared service.
  3804.      *
  3805.      * @return \Sonata\CoreBundle\Form\Type\BooleanType
  3806.      *
  3807.      * @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.
  3808.      */
  3809.     protected function getSonata_Core_Form_Type_BooleanLegacyService()
  3810.     {
  3811.         @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);
  3812.         return $this->services['sonata.core.form.type.boolean_legacy'] = new \Sonata\CoreBundle\Form\Type\BooleanType();
  3813.     }
  3814.     /**
  3815.      * Gets the public 'sonata.core.form.type.collection' shared service.
  3816.      *
  3817.      * @return \Sonata\Form\Type\CollectionType
  3818.      */
  3819.     protected function getSonata_Core_Form_Type_CollectionService()
  3820.     {
  3821.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3823.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/CollectionType.php';
  3824.         return $this->services['sonata.core.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  3825.     }
  3826.     /**
  3827.      * Gets the public 'sonata.core.form.type.collection_legacy' shared service.
  3828.      *
  3829.      * @return \Sonata\CoreBundle\Form\Type\CollectionType
  3830.      *
  3831.      * @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.
  3832.      */
  3833.     protected function getSonata_Core_Form_Type_CollectionLegacyService()
  3834.     {
  3835.         @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);
  3836.         return $this->services['sonata.core.form.type.collection_legacy'] = new \Sonata\CoreBundle\Form\Type\CollectionType();
  3837.     }
  3838.     /**
  3839.      * Gets the public 'sonata.core.form.type.color_legacy' shared service.
  3840.      *
  3841.      * @return \Sonata\CoreBundle\Form\Type\ColorType
  3842.      *
  3843.      * @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.
  3844.      */
  3845.     protected function getSonata_Core_Form_Type_ColorLegacyService()
  3846.     {
  3847.         @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);
  3848.         return $this->services['sonata.core.form.type.color_legacy'] = new \Sonata\CoreBundle\Form\Type\ColorType();
  3849.     }
  3850.     /**
  3851.      * Gets the public 'sonata.core.form.type.color_selector' shared service.
  3852.      *
  3853.      * @return \Sonata\CoreBundle\Form\Type\ColorSelectorType
  3854.      *
  3855.      * @deprecated The "sonata.core.form.type.color_selector" service is deprecated since 3.5 and will be removed in 4.0.
  3856.      */
  3857.     protected function getSonata_Core_Form_Type_ColorSelectorService()
  3858.     {
  3859.         @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);
  3860.         return $this->services['sonata.core.form.type.color_selector'] = new \Sonata\CoreBundle\Form\Type\ColorSelectorType();
  3861.     }
  3862.     /**
  3863.      * Gets the public 'sonata.core.form.type.date_picker' shared service.
  3864.      *
  3865.      * @return \Sonata\Form\Type\DatePickerType
  3866.      */
  3867.     protected function getSonata_Core_Form_Type_DatePickerService()
  3868.     {
  3869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3874.         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()));
  3875.     }
  3876.     /**
  3877.      * Gets the public 'sonata.core.form.type.date_picker_legacy' shared service.
  3878.      *
  3879.      * @return \Sonata\CoreBundle\Form\Type\DatePickerType
  3880.      *
  3881.      * @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.
  3882.      */
  3883.     protected function getSonata_Core_Form_Type_DatePickerLegacyService()
  3884.     {
  3885.         @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);
  3886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3887.         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()));
  3888.     }
  3889.     /**
  3890.      * Gets the public 'sonata.core.form.type.date_range' shared service.
  3891.      *
  3892.      * @return \Sonata\Form\Type\DateRangeType
  3893.      */
  3894.     protected function getSonata_Core_Form_Type_DateRangeService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  3899.         return $this->services['sonata.core.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3900.     }
  3901.     /**
  3902.      * Gets the public 'sonata.core.form.type.date_range_legacy' shared service.
  3903.      *
  3904.      * @return \Sonata\CoreBundle\Form\Type\DateRangeType
  3905.      *
  3906.      * @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.
  3907.      */
  3908.     protected function getSonata_Core_Form_Type_DateRangeLegacyService()
  3909.     {
  3910.         @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);
  3911.         return $this->services['sonata.core.form.type.date_range_legacy'] = new \Sonata\CoreBundle\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3912.     }
  3913.     /**
  3914.      * Gets the public 'sonata.core.form.type.date_range_picker' shared service.
  3915.      *
  3916.      * @return \Sonata\Form\Type\DateRangePickerType
  3917.      */
  3918.     protected function getSonata_Core_Form_Type_DateRangePickerService()
  3919.     {
  3920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php';
  3924.         return $this->services['sonata.core.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  3925.     }
  3926.     /**
  3927.      * Gets the public 'sonata.core.form.type.date_range_picker_legacy' shared service.
  3928.      *
  3929.      * @return \Sonata\CoreBundle\Form\Type\DateRangePickerType
  3930.      *
  3931.      * @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.
  3932.      */
  3933.     protected function getSonata_Core_Form_Type_DateRangePickerLegacyService()
  3934.     {
  3935.         @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);
  3936.         return $this->services['sonata.core.form.type.date_range_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  3937.     }
  3938.     /**
  3939.      * Gets the public 'sonata.core.form.type.datetime_picker' shared service.
  3940.      *
  3941.      * @return \Sonata\Form\Type\DateTimePickerType
  3942.      */
  3943.     protected function getSonata_Core_Form_Type_DatetimePickerService()
  3944.     {
  3945.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3947.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  3948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3950.         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()));
  3951.     }
  3952.     /**
  3953.      * Gets the public 'sonata.core.form.type.datetime_picker_legacy' shared service.
  3954.      *
  3955.      * @return \Sonata\CoreBundle\Form\Type\DateTimePickerType
  3956.      *
  3957.      * @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.
  3958.      */
  3959.     protected function getSonata_Core_Form_Type_DatetimePickerLegacyService()
  3960.     {
  3961.         @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);
  3962.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3963.         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()));
  3964.     }
  3965.     /**
  3966.      * Gets the public 'sonata.core.form.type.datetime_range' shared service.
  3967.      *
  3968.      * @return \Sonata\Form\Type\DateTimeRangeType
  3969.      */
  3970.     protected function getSonata_Core_Form_Type_DatetimeRangeService()
  3971.     {
  3972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3974.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  3975.         return $this->services['sonata.core.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3976.     }
  3977.     /**
  3978.      * Gets the public 'sonata.core.form.type.datetime_range_legacy' shared service.
  3979.      *
  3980.      * @return \Sonata\CoreBundle\Form\Type\DateTimeRangeType
  3981.      *
  3982.      * @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.
  3983.      */
  3984.     protected function getSonata_Core_Form_Type_DatetimeRangeLegacyService()
  3985.     {
  3986.         @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);
  3987.         return $this->services['sonata.core.form.type.datetime_range_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3988.     }
  3989.     /**
  3990.      * Gets the public 'sonata.core.form.type.datetime_range_picker' shared service.
  3991.      *
  3992.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  3993.      */
  3994.     protected function getSonata_Core_Form_Type_DatetimeRangePickerService()
  3995.     {
  3996.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  3999.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php';
  4000.         return $this->services['sonata.core.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  4001.     }
  4002.     /**
  4003.      * Gets the public 'sonata.core.form.type.datetime_range_picker_legacy' shared service.
  4004.      *
  4005.      * @return \Sonata\CoreBundle\Form\Type\DateTimeRangePickerType
  4006.      *
  4007.      * @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.
  4008.      */
  4009.     protected function getSonata_Core_Form_Type_DatetimeRangePickerLegacyService()
  4010.     {
  4011.         @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);
  4012.         return $this->services['sonata.core.form.type.datetime_range_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  4013.     }
  4014.     /**
  4015.      * Gets the public 'sonata.core.form.type.equal' shared service.
  4016.      *
  4017.      * @return \Sonata\Form\Type\EqualType
  4018.      *
  4019.      * @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.
  4020.      */
  4021.     protected function getSonata_Core_Form_Type_EqualService()
  4022.     {
  4023.         @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);
  4024.         return $this->services['sonata.core.form.type.equal'] = new \Sonata\Form\Type\EqualType();
  4025.     }
  4026.     /**
  4027.      * Gets the public 'sonata.core.form.type.equal_legacy' shared service.
  4028.      *
  4029.      * @return \Sonata\CoreBundle\Form\Type\EqualType
  4030.      *
  4031.      * @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.
  4032.      */
  4033.     protected function getSonata_Core_Form_Type_EqualLegacyService()
  4034.     {
  4035.         @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);
  4036.         return $this->services['sonata.core.form.type.equal_legacy'] = new \Sonata\CoreBundle\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  4037.     }
  4038.     /**
  4039.      * Gets the public 'sonata.core.form.type.translatable_choice' shared service.
  4040.      *
  4041.      * @return \Sonata\CoreBundle\Form\Type\TranslatableChoiceType
  4042.      *
  4043.      * @deprecated The "sonata.core.form.type.translatable_choice" service is deprecated since 2.2.0 and will be removed in 4.0.
  4044.      */
  4045.     protected function getSonata_Core_Form_Type_TranslatableChoiceService()
  4046.     {
  4047.         @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);
  4048.         return $this->services['sonata.core.form.type.translatable_choice'] = new \Sonata\CoreBundle\Form\Type\TranslatableChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  4049.     }
  4050.     /**
  4051.      * Gets the public 'sonata.core.model.adapter.chain' shared service.
  4052.      *
  4053.      * @return \Sonata\CoreBundle\Model\Adapter\AdapterChain
  4054.      *
  4055.      * @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.
  4056.      */
  4057.     protected function getSonata_Core_Model_Adapter_ChainService()
  4058.     {
  4059.         @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);
  4060.         $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
  4061.         $instance->addAdapter($this->getSonata_Core_Model_Adapter_DoctrineOrmService());
  4062.         return $instance;
  4063.     }
  4064.     /**
  4065.      * Gets the public 'sonata.core.slugify.cocur' shared service.
  4066.      *
  4067.      * @return \Cocur\Slugify\Slugify
  4068.      *
  4069.      * @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.
  4070.      */
  4071.     protected function getSonata_Core_Slugify_CocurService()
  4072.     {
  4073.         @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);
  4074.         return $this->services['sonata.core.slugify.cocur'] = new \Cocur\Slugify\Slugify();
  4075.     }
  4076.     /**
  4077.      * Gets the public 'sonata.core.slugify.native' shared service.
  4078.      *
  4079.      * @return \Sonata\CoreBundle\Component\NativeSlugify
  4080.      *
  4081.      * @deprecated The "sonata.core.slugify.native" service is deprecated since 2.3 and will be removed in 4.0.
  4082.      */
  4083.     protected function getSonata_Core_Slugify_NativeService()
  4084.     {
  4085.         @trigger_error('The "sonata.core.slugify.native" service is deprecated since 2.3 and will be removed in 4.0.'E_USER_DEPRECATED);
  4086.         return $this->services['sonata.core.slugify.native'] = new \Sonata\CoreBundle\Component\NativeSlugify();
  4087.     }
  4088.     /**
  4089.      * Gets the public 'sonata.easy_extends.generator.bundle' shared service.
  4090.      *
  4091.      * @return \Sonata\EasyExtendsBundle\Generator\BundleGenerator
  4092.      */
  4093.     protected function getSonata_EasyExtends_Generator_BundleService()
  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/BundleGenerator.php';
  4097.         return $this->services['sonata.easy_extends.generator.bundle'] = new \Sonata\EasyExtendsBundle\Generator\BundleGenerator();
  4098.     }
  4099.     /**
  4100.      * Gets the public 'sonata.easy_extends.generator.odm' shared service.
  4101.      *
  4102.      * @return \Sonata\EasyExtendsBundle\Generator\OdmGenerator
  4103.      */
  4104.     protected function getSonata_EasyExtends_Generator_OdmService()
  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/OdmGenerator.php';
  4108.         return $this->services['sonata.easy_extends.generator.odm'] = new \Sonata\EasyExtendsBundle\Generator\OdmGenerator();
  4109.     }
  4110.     /**
  4111.      * Gets the public 'sonata.easy_extends.generator.orm' shared service.
  4112.      *
  4113.      * @return \Sonata\EasyExtendsBundle\Generator\OrmGenerator
  4114.      */
  4115.     protected function getSonata_EasyExtends_Generator_OrmService()
  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/OrmGenerator.php';
  4119.         return $this->services['sonata.easy_extends.generator.orm'] = new \Sonata\EasyExtendsBundle\Generator\OrmGenerator();
  4120.     }
  4121.     /**
  4122.      * Gets the public 'sonata.easy_extends.generator.phpcr' shared service.
  4123.      *
  4124.      * @return \Sonata\EasyExtendsBundle\Generator\PHPCRGenerator
  4125.      */
  4126.     protected function getSonata_EasyExtends_Generator_PhpcrService()
  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/PHPCRGenerator.php';
  4130.         return $this->services['sonata.easy_extends.generator.phpcr'] = new \Sonata\EasyExtendsBundle\Generator\PHPCRGenerator();
  4131.     }
  4132.     /**
  4133.      * Gets the public 'sonata.easy_extends.generator.serializer' shared service.
  4134.      *
  4135.      * @return \Sonata\EasyExtendsBundle\Generator\SerializerGenerator
  4136.      */
  4137.     protected function getSonata_EasyExtends_Generator_SerializerService()
  4138.     {
  4139.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  4140.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/SerializerGenerator.php';
  4141.         return $this->services['sonata.easy_extends.generator.serializer'] = new \Sonata\EasyExtendsBundle\Generator\SerializerGenerator();
  4142.     }
  4143.     /**
  4144.      * Gets the public 'sonata.twig.flashmessage.manager' shared service.
  4145.      *
  4146.      * @return \Sonata\Twig\FlashMessage\FlashManager
  4147.      */
  4148.     protected function getSonata_Twig_Flashmessage_ManagerService()
  4149.     {
  4150.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Status/StatusClassRendererInterface.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php';
  4152.         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']);
  4153.     }
  4154.     /**
  4155.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  4156.      *
  4157.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  4158.      */
  4159.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  4160.     {
  4161.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  4162.     }
  4163.     /**
  4164.      * Gets the public 'sonata.user.admin.group' service.
  4165.      *
  4166.      * @return \Sonata\UserBundle\Admin\Entity\GroupAdmin
  4167.      */
  4168.     protected function getSonata_User_Admin_GroupService()
  4169.     {
  4170.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  4171.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  4172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  4173.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  4174.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  4175.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  4176.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  4178.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  4179.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  4180.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/GroupAdmin.php';
  4181.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php';
  4182.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4183.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  4184.         $instance = new \Sonata\UserBundle\Admin\Entity\GroupAdmin('sonata.user.admin.group''App\\Entity\\Group''Sonata\\AdminBundle\\Controller\\CRUDController');
  4185.         $instance->setTranslationDomain('SonataUserBundle');
  4186.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  4187.         $instance->setManagerType('orm');
  4188.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  4189.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  4190.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  4191.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  4192.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  4193.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  4194.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4195.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  4196.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  4197.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  4198.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  4199.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  4200.         $instance->setPagerType('default');
  4201.         $instance->setLabel('groups');
  4202.         $instance->showMosaicButton(true);
  4203.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.group.template_registry'] ?? $this->getSonata_User_Admin_Group_TemplateRegistryService()));
  4204.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  4205.         $instance->initialize();
  4206.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  4207.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  4208.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  4209.         return $instance;
  4210.     }
  4211.     /**
  4212.      * Gets the public 'sonata.user.admin.group.template_registry' shared service.
  4213.      *
  4214.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4215.      */
  4216.     protected function getSonata_User_Admin_Group_TemplateRegistryService()
  4217.     {
  4218.         return $this->services['sonata.user.admin.group.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4219.     }
  4220.     /**
  4221.      * Gets the public 'sonata.user.admin.user' service.
  4222.      *
  4223.      * @return \Sonata\UserBundle\Admin\Entity\UserAdmin
  4224.      */
  4225.     protected function getSonata_User_Admin_UserService()
  4226.     {
  4227.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  4228.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  4229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  4230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  4231.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  4232.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  4233.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  4234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/UserAdmin.php';
  4238.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php';
  4239.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4240.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  4241.         $instance = new \Sonata\UserBundle\Admin\Entity\UserAdmin('sonata.user.admin.user''App\\Entity\\User''Sonata\\AdminBundle\\Controller\\CRUDController');
  4242.         $instance->setUserManager(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  4243.         $instance->setTranslationDomain('SonataUserBundle');
  4244.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  4245.         $instance->setManagerType('orm');
  4246.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  4247.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  4248.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  4249.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  4250.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  4251.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  4252.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4253.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  4254.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  4255.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  4256.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  4257.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  4258.         $instance->setPagerType('default');
  4259.         $instance->setLabel('users');
  4260.         $instance->showMosaicButton(true);
  4261.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.user.template_registry'] ?? $this->getSonata_User_Admin_User_TemplateRegistryService()));
  4262.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  4263.         $instance->initialize();
  4264.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  4265.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  4266.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  4267.         return $instance;
  4268.     }
  4269.     /**
  4270.      * Gets the public 'sonata.user.admin.user.template_registry' shared service.
  4271.      *
  4272.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4273.      */
  4274.     protected function getSonata_User_Admin_User_TemplateRegistryService()
  4275.     {
  4276.         return $this->services['sonata.user.admin.user.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4277.     }
  4278.     /**
  4279.      * Gets the public 'sonata.user.form.roles_matrix_type' shared service.
  4280.      *
  4281.      * @return \Sonata\UserBundle\Form\Type\RolesMatrixType
  4282.      */
  4283.     protected function getSonata_User_Form_RolesMatrixTypeService()
  4284.     {
  4285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/RolesMatrixType.php';
  4288.         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()));
  4289.     }
  4290.     /**
  4291.      * Gets the public 'sonata.user.form.type.security_roles' shared service.
  4292.      *
  4293.      * @return \Sonata\UserBundle\Form\Type\SecurityRolesType
  4294.      */
  4295.     protected function getSonata_User_Form_Type_SecurityRolesService()
  4296.     {
  4297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4299.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/SecurityRolesType.php';
  4300.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php';
  4301.         $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']);
  4302.         $a->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4303.         return $this->services['sonata.user.form.type.security_roles'] = new \Sonata\UserBundle\Form\Type\SecurityRolesType($a);
  4304.     }
  4305.     /**
  4306.      * Gets the public 'sonata.user.manager.user' shared service.
  4307.      *
  4308.      * @return \Sonata\UserBundle\Entity\UserManagerProxy
  4309.      */
  4310.     protected function getSonata_User_Manager_UserService()
  4311.     {
  4312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  4313.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  4314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  4315.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManagerProxy.php';
  4316.         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()));
  4317.     }
  4318.     /**
  4319.      * Gets the public 'templating' shared service.
  4320.      *
  4321.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  4322.      *
  4323.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  4324.      */
  4325.     protected function getTemplatingService()
  4326.     {
  4327.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  4328.         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()));
  4329.     }
  4330.     /**
  4331.      * Gets the public 'templating.loader' shared service.
  4332.      *
  4333.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  4334.      *
  4335.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  4336.      */
  4337.     protected function getTemplating_LoaderService()
  4338.     {
  4339.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  4340.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  4341.     }
  4342.     /**
  4343.      * Gets the public 'translator' shared service.
  4344.      *
  4345.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4346.      */
  4347.     protected function getTranslatorService()
  4348.     {
  4349.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4350.     }
  4351.     /**
  4352.      * Gets the public 'twig' shared service.
  4353.      *
  4354.      * @return \Twig\Environment
  4355.      */
  4356.     protected function getTwigService()
  4357.     {
  4358.         $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));
  4359.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4360.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  4361.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  4362.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  4363.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  4364.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4365.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4366.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  4367.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  4368.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  4369.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  4370.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  4371.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  4372.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  4373.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  4374.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4375.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4376.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  4377.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  4378.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  4379.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  4380.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  4381.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  4382.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  4383.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  4384.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  4385.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  4386.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4387.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4388.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4389.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4390.         $a->addPath((\dirname(__DIR__4).'/templates'));
  4391.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4392.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4393.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4394.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  4395.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4396.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  4397.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4398.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  4399.         $f = new \Knp\Menu\Util\MenuManipulator();
  4400.         $g = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  4401.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  4402.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  4403.         $i = new \Symfony\Bridge\Twig\AppVariable();
  4404.         $i->setEnvironment('dev');
  4405.         $i->setDebug(true);
  4406.         if ($this->has('security.token_storage')) {
  4407.             $i->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4408.         }
  4409.         if ($this->has('request_stack')) {
  4410.             $i->setRequestStack($d);
  4411.         }
  4412.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  4413.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  4414.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  4415.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  4416.         $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)), [])));
  4417.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  4418.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  4419.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  4420.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  4421.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  4422.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  4423.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  4424.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension([=> $this=> 'twig.form.renderer']));
  4425.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  4426.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  4427.         $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())));
  4428.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  4429.         $instance->addExtension($this->getSonata_Core_Twig_Extension_TextService());
  4430.         $instance->addExtension($this->getSonata_Core_Twig_StatusExtensionService());
  4431.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  4432.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  4433.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  4434.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  4435.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true$c, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
  4436.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  4437.         $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, [
  4438.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  4439.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  4440.         ], [
  4441.             'list' => '?',
  4442.             'twig' => '?',
  4443.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $f$g), $g$f));
  4444.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  4445.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  4446.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\StringExtension(NULL));
  4447.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  4448.         $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  4449.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  4450.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  4451.         $instance->addGlobal('app'$i);
  4452.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4453.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  4454.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'false],
  4455.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'false],
  4456.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  4457.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  4458.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  4459.         ], [
  4460.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  4461.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  4462.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  4463.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  4464.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  4465.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  4466.         ])));
  4467.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  4468.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  4469.         $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']));
  4470.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  4471.         $instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables($this));
  4472.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  4473.         return $instance;
  4474.     }
  4475.     /**
  4476.      * Gets the public 'twig.controller.exception' shared service.
  4477.      *
  4478.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  4479.      *
  4480.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  4481.      */
  4482.     protected function getTwig_Controller_ExceptionService()
  4483.     {
  4484.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4485.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  4486.     }
  4487.     /**
  4488.      * Gets the public 'twig.controller.preview_error' shared service.
  4489.      *
  4490.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  4491.      *
  4492.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  4493.      */
  4494.     protected function getTwig_Controller_PreviewErrorService()
  4495.     {
  4496.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4497.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  4498.     }
  4499.     /**
  4500.      * Gets the public 'validator' shared service.
  4501.      *
  4502.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  4503.      */
  4504.     protected function getValidatorService()
  4505.     {
  4506.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  4507.     }
  4508.     /**
  4509.      * Gets the public 'var_dumper.cloner' shared service.
  4510.      *
  4511.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4512.      */
  4513.     protected function getVarDumper_ClonerService()
  4514.     {
  4515.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4516.         $instance->setMaxItems(2500);
  4517.         $instance->setMinDepth(1);
  4518.         $instance->setMaxString(-1);
  4519.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4520.         return $instance;
  4521.     }
  4522.     /**
  4523.      * Gets the public 'web_profiler.controller.exception' shared service.
  4524.      *
  4525.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  4526.      *
  4527.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  4528.      */
  4529.     protected function getWebProfiler_Controller_ExceptionService()
  4530.     {
  4531.         @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);
  4532.         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()));
  4533.     }
  4534.     /**
  4535.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4536.      *
  4537.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4538.      */
  4539.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4540.     {
  4541.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4542.         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()));
  4543.     }
  4544.     /**
  4545.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4546.      *
  4547.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4548.      */
  4549.     protected function getWebProfiler_Controller_ProfilerService()
  4550.     {
  4551.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4552.         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));
  4553.     }
  4554.     /**
  4555.      * Gets the public 'web_profiler.controller.router' shared service.
  4556.      *
  4557.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4558.      */
  4559.     protected function getWebProfiler_Controller_RouterService()
  4560.     {
  4561.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4562.         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 () {
  4563.             return new \EmptyIterator();
  4564.         }, 0));
  4565.     }
  4566.     /**
  4567.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  4568.      *
  4569.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  4570.      */
  4571.     protected function get_LegacyResolveControllerNameSubscriberService()
  4572.     {
  4573.         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);
  4574.     }
  4575.     /**
  4576.      * Gets the private '.service_locator.I9.Rasc' shared service.
  4577.      *
  4578.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4579.      */
  4580.     protected function get_ServiceLocator_I9_RascService()
  4581.     {
  4582.         return $this->privates['.service_locator.I9.Rasc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4583.             'App\\Controller\\Api\\RegistrationController::setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4584.             'App\\Controller\\Api\\RegistrationController:setViewHandler' => ['privates''.service_locator.RGIiAl4''get_ServiceLocator_RGIiAl4Service'false],
  4585.         ], [
  4586.             'App\\Controller\\Api\\RegistrationController::setViewHandler' => '?',
  4587.             'App\\Controller\\Api\\RegistrationController:setViewHandler' => '?',
  4588.         ]);
  4589.     }
  4590.     /**
  4591.      * Gets the private '.service_locator.RGIiAl4' shared service.
  4592.      *
  4593.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4594.      */
  4595.     protected function get_ServiceLocator_RGIiAl4Service()
  4596.     {
  4597.         return $this->privates['.service_locator.RGIiAl4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4598.             'viewhandler' => ['services''fos_rest.view_handler''getFosRest_ViewHandlerService'false],
  4599.         ], [
  4600.             'viewhandler' => '?',
  4601.         ]);
  4602.     }
  4603.     /**
  4604.      * Gets the private '.service_locator.o9nGMXB' shared service.
  4605.      *
  4606.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4607.      */
  4608.     protected function get_ServiceLocator_O9nGMXBService()
  4609.     {
  4610.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4611.             'twig' => ['services''twig''getTwigService'false],
  4612.         ], [
  4613.             'twig' => 'Twig\\Environment',
  4614.         ]);
  4615.     }
  4616.     /**
  4617.      * Gets the private 'App\Command\RecountTransactionBalanceCommand' shared autowired service.
  4618.      *
  4619.      * @return \App\Command\RecountTransactionBalanceCommand
  4620.      */
  4621.     protected function getRecountTransactionBalanceCommandService()
  4622.     {
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4624.         include_once \dirname(__DIR__4).'/src/Command/RecountTransactionBalanceCommand.php';
  4625.         $this->privates['App\\Command\\RecountTransactionBalanceCommand'] = $instance = new \App\Command\RecountTransactionBalanceCommand();
  4626.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4627.         $instance->setName('app:recount:transaction');
  4628.         return $instance;
  4629.     }
  4630.     /**
  4631.      * Gets the private 'App\Form\Type\TransactionChoiceType' shared autowired service.
  4632.      *
  4633.      * @return \App\Form\Type\TransactionChoiceType
  4634.      */
  4635.     protected function getTransactionChoiceTypeService()
  4636.     {
  4637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4639.         include_once \dirname(__DIR__4).'/src/Form/Type/TransactionChoiceType.php';
  4640.         return $this->privates['App\\Form\\Type\\TransactionChoiceType'] = new \App\Form\Type\TransactionChoiceType();
  4641.     }
  4642.     /**
  4643.      * Gets the private 'App\Repository\AccountRepository' shared autowired service.
  4644.      *
  4645.      * @return \App\Repository\AccountRepository
  4646.      */
  4647.     protected function getAccountRepositoryService()
  4648.     {
  4649.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4650.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4651.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4652.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4654.         include_once \dirname(__DIR__4).'/src/Repository/AccountRepository.php';
  4655.         return $this->privates['App\\Repository\\AccountRepository'] = new \App\Repository\AccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4656.     }
  4657.     /**
  4658.      * Gets the private 'App\Repository\ClientRepository' shared autowired service.
  4659.      *
  4660.      * @return \App\Repository\ClientRepository
  4661.      */
  4662.     protected function getClientRepositoryService()
  4663.     {
  4664.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4665.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4666.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4667.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4668.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4669.         include_once \dirname(__DIR__4).'/src/Repository/ClientRepository.php';
  4670.         return $this->privates['App\\Repository\\ClientRepository'] = new \App\Repository\ClientRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4671.     }
  4672.     /**
  4673.      * Gets the private 'App\Repository\TransactionRepository' shared autowired service.
  4674.      *
  4675.      * @return \App\Repository\TransactionRepository
  4676.      */
  4677.     protected function getTransactionRepositoryService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  4680.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  4681.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  4682.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  4684.         include_once \dirname(__DIR__4).'/src/Repository/TransactionRepository.php';
  4685.         return $this->privates['App\\Repository\\TransactionRepository'] = new \App\Repository\TransactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4686.     }
  4687.     /**
  4688.      * Gets the private 'App\Service\MailSender' shared autowired service.
  4689.      *
  4690.      * @return \App\Service\MailSender
  4691.      */
  4692.     protected function getMailSenderService()
  4693.     {
  4694.         include_once \dirname(__DIR__4).'/src/Service/MailSender.php';
  4695.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  4696.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  4697.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4698.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4700.         return $this->privates['App\\Service\\MailSender'] = new \App\Service\MailSender(new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4701.             yield => ($this->privates['mailer.transport_factory.gmail'] ?? $this->getMailer_TransportFactory_GmailService());
  4702.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  4703.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  4704.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  4705.         }, 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())));
  4706.     }
  4707.     /**
  4708.      * Gets the private 'App\Service\TransactionService' shared autowired service.
  4709.      *
  4710.      * @return \App\Service\TransactionService
  4711.      */
  4712.     protected function getTransactionServiceService()
  4713.     {
  4714.         include_once \dirname(__DIR__4).'/src/Service/TransactionService.php';
  4715.         include_once \dirname(__DIR__4).'/src/Service/AcquiringService.php';
  4716.         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());
  4717.     }
  4718.     /**
  4719.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  4720.      *
  4721.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  4722.      */
  4723.     protected function getDebugBlocksCommandService()
  4724.     {
  4725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4726.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/BaseCommand.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  4728.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(NULL, ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  4729.         $instance->setName('sonata:block:debug');
  4730.         return $instance;
  4731.     }
  4732.     /**
  4733.      * Gets the private 'Symfony\Bundle\AclBundle\Command\InitAclCommand' shared service.
  4734.      *
  4735.      * @return \Symfony\Bundle\AclBundle\Command\InitAclCommand
  4736.      */
  4737.     protected function getInitAclCommandService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4740.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/InitAclCommand.php';
  4741.         $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()));
  4742.         $instance->setName('acl:init');
  4743.         return $instance;
  4744.     }
  4745.     /**
  4746.      * Gets the private 'Symfony\Bundle\AclBundle\Command\SetAclCommand' shared service.
  4747.      *
  4748.      * @return \Symfony\Bundle\AclBundle\Command\SetAclCommand
  4749.      */
  4750.     protected function getSetAclCommandService()
  4751.     {
  4752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4753.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/SetAclCommand.php';
  4754.         $this->privates['Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand'] = $instance = new \Symfony\Bundle\AclBundle\Command\SetAclCommand(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()));
  4755.         $instance->setName('acl:set');
  4756.         return $instance;
  4757.     }
  4758.     /**
  4759.      * Gets the private 'annotations.cache' shared service.
  4760.      *
  4761.      * @return \Symfony\Component\Cache\DoctrineProvider
  4762.      */
  4763.     protected function getAnnotations_CacheService()
  4764.     {
  4765.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  4766.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  4767.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  4768.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  4769.     }
  4770.     /**
  4771.      * Gets the private 'annotations.cache_warmer' shared service.
  4772.      *
  4773.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4774.      */
  4775.     protected function getAnnotations_CacheWarmerService()
  4776.     {
  4777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4779.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4780.         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);
  4781.     }
  4782.     /**
  4783.      * Gets the private 'annotations.cached_reader' shared service.
  4784.      *
  4785.      * @return \Doctrine\Common\Annotations\CachedReader
  4786.      */
  4787.     protected function getAnnotations_CachedReaderService()
  4788.     {
  4789.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  4790.     }
  4791.     /**
  4792.      * Gets the private 'annotations.reader' shared service.
  4793.      *
  4794.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4795.      */
  4796.     protected function getAnnotations_ReaderService()
  4797.     {
  4798.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4799.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4800.         $a->registerUniqueLoader('class_exists');
  4801.         $instance->addGlobalIgnoredName('required'$a);
  4802.         return $instance;
  4803.     }
  4804.     /**
  4805.      * Gets the private 'cache.annotations' shared service.
  4806.      *
  4807.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4808.      */
  4809.     protected function getCache_AnnotationsService()
  4810.     {
  4811.         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())));
  4812.     }
  4813.     /**
  4814.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  4815.      *
  4816.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4817.      */
  4818.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  4819.     {
  4820.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4821.     }
  4822.     /**
  4823.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4824.      *
  4825.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4826.      */
  4827.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4828.     {
  4829.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4830.     }
  4831.     /**
  4832.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4833.      *
  4834.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4835.      */
  4836.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4837.     {
  4838.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4839.     }
  4840.     /**
  4841.      * Gets the private 'cache.property_info' shared service.
  4842.      *
  4843.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4844.      */
  4845.     protected function getCache_PropertyInfoService()
  4846.     {
  4847.         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())));
  4848.     }
  4849.     /**
  4850.      * Gets the private 'cache.security_expression_language' shared service.
  4851.      *
  4852.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4853.      */
  4854.     protected function getCache_SecurityExpressionLanguageService()
  4855.     {
  4856.         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())));
  4857.     }
  4858.     /**
  4859.      * Gets the private 'cache.serializer' shared service.
  4860.      *
  4861.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4862.      */
  4863.     protected function getCache_SerializerService()
  4864.     {
  4865.         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())));
  4866.     }
  4867.     /**
  4868.      * Gets the private 'cache.validator' shared service.
  4869.      *
  4870.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4871.      */
  4872.     protected function getCache_ValidatorService()
  4873.     {
  4874.         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())));
  4875.     }
  4876.     /**
  4877.      * Gets the private 'config_cache_factory' shared service.
  4878.      *
  4879.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  4880.      */
  4881.     protected function getConfigCacheFactoryService()
  4882.     {
  4883.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  4884.             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)));
  4885.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  4886.         }, 2));
  4887.     }
  4888.     /**
  4889.      * Gets the private 'console.command.about' shared service.
  4890.      *
  4891.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  4892.      */
  4893.     protected function getConsole_Command_AboutService()
  4894.     {
  4895.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4896.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  4897.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  4898.         $instance->setName('about');
  4899.         return $instance;
  4900.     }
  4901.     /**
  4902.      * Gets the private 'console.command.assets_install' shared service.
  4903.      *
  4904.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  4905.      */
  4906.     protected function getConsole_Command_AssetsInstallService()
  4907.     {
  4908.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4909.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  4910.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4911.         $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));
  4912.         $instance->setName('assets:install');
  4913.         return $instance;
  4914.     }
  4915.     /**
  4916.      * Gets the private 'console.command.cache_clear' shared service.
  4917.      *
  4918.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  4919.      */
  4920.     protected function getConsole_Command_CacheClearService()
  4921.     {
  4922.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4923.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  4924.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4925.         $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())));
  4926.         $instance->setName('cache:clear');
  4927.         return $instance;
  4928.     }
  4929.     /**
  4930.      * Gets the private 'console.command.cache_pool_clear' shared service.
  4931.      *
  4932.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  4933.      */
  4934.     protected function getConsole_Command_CachePoolClearService()
  4935.     {
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  4938.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  4939.         $instance->setName('cache:pool:clear');
  4940.         return $instance;
  4941.     }
  4942.     /**
  4943.      * Gets the private 'console.command.cache_pool_delete' shared service.
  4944.      *
  4945.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  4946.      */
  4947.     protected function getConsole_Command_CachePoolDeleteService()
  4948.     {
  4949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  4951.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  4952.         $instance->setName('cache:pool:delete');
  4953.         return $instance;
  4954.     }
  4955.     /**
  4956.      * Gets the private 'console.command.cache_pool_list' shared service.
  4957.      *
  4958.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  4959.      */
  4960.     protected function getConsole_Command_CachePoolListService()
  4961.     {
  4962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4963.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  4964.         $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']);
  4965.         $instance->setName('cache:pool:list');
  4966.         return $instance;
  4967.     }
  4968.     /**
  4969.      * Gets the private 'console.command.cache_pool_prune' shared service.
  4970.      *
  4971.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  4972.      */
  4973.     protected function getConsole_Command_CachePoolPruneService()
  4974.     {
  4975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4976.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  4977.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  4978.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  4979.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  4980.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  4981.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  4982.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  4983.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  4984.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  4985.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  4986.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  4987.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  4988.         }, 10));
  4989.         $instance->setName('cache:pool:prune');
  4990.         return $instance;
  4991.     }
  4992.     /**
  4993.      * Gets the private 'console.command.cache_warmup' shared service.
  4994.      *
  4995.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  4996.      */
  4997.     protected function getConsole_Command_CacheWarmupService()
  4998.     {
  4999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5001.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5002.         $instance->setName('cache:warmup');
  5003.         return $instance;
  5004.     }
  5005.     /**
  5006.      * Gets the private 'console.command.config_debug' shared service.
  5007.      *
  5008.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5009.      */
  5010.     protected function getConsole_Command_ConfigDebugService()
  5011.     {
  5012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5013.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5015.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5016.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5017.         $instance->setName('debug:config');
  5018.         return $instance;
  5019.     }
  5020.     /**
  5021.      * Gets the private 'console.command.config_dump_reference' shared service.
  5022.      *
  5023.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5024.      */
  5025.     protected function getConsole_Command_ConfigDumpReferenceService()
  5026.     {
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5031.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5032.         $instance->setName('config:dump-reference');
  5033.         return $instance;
  5034.     }
  5035.     /**
  5036.      * Gets the private 'console.command.container_debug' shared service.
  5037.      *
  5038.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5039.      */
  5040.     protected function getConsole_Command_ContainerDebugService()
  5041.     {
  5042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5044.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5045.         $instance->setName('debug:container');
  5046.         return $instance;
  5047.     }
  5048.     /**
  5049.      * Gets the private 'console.command.container_lint' shared service.
  5050.      *
  5051.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5052.      */
  5053.     protected function getConsole_Command_ContainerLintService()
  5054.     {
  5055.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5056.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5057.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5058.         $instance->setName('lint:container');
  5059.         return $instance;
  5060.     }
  5061.     /**
  5062.      * Gets the private 'console.command.debug_autowiring' shared service.
  5063.      *
  5064.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5065.      */
  5066.     protected function getConsole_Command_DebugAutowiringService()
  5067.     {
  5068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5069.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5071.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5072.         $instance->setName('debug:autowiring');
  5073.         return $instance;
  5074.     }
  5075.     /**
  5076.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5077.      *
  5078.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5079.      */
  5080.     protected function getConsole_Command_EventDispatcherDebugService()
  5081.     {
  5082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5084.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5085.         $instance->setName('debug:event-dispatcher');
  5086.         return $instance;
  5087.     }
  5088.     /**
  5089.      * Gets the private 'console.command.form_debug' shared service.
  5090.      *
  5091.      * @return \Symfony\Component\Form\Command\DebugCommand
  5092.      */
  5093.     protected function getConsole_Command_FormDebugService()
  5094.     {
  5095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5097.         $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()));
  5098.         $instance->setName('debug:form');
  5099.         return $instance;
  5100.     }
  5101.     /**
  5102.      * Gets the private 'console.command.router_debug' shared service.
  5103.      *
  5104.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5105.      */
  5106.     protected function getConsole_Command_RouterDebugService()
  5107.     {
  5108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5110.         $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()));
  5111.         $instance->setName('debug:router');
  5112.         return $instance;
  5113.     }
  5114.     /**
  5115.      * Gets the private 'console.command.router_match' shared service.
  5116.      *
  5117.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5118.      */
  5119.     protected function getConsole_Command_RouterMatchService()
  5120.     {
  5121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5122.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5123.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  5124.         $instance->setName('router:match');
  5125.         return $instance;
  5126.     }
  5127.     /**
  5128.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5129.      *
  5130.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5131.      */
  5132.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5133.     {
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5137.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5140.         $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')))));
  5141.         $instance->setName('secrets:decrypt-to-local');
  5142.         return $instance;
  5143.     }
  5144.     /**
  5145.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5146.      *
  5147.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5148.      */
  5149.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5152.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5154.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5155.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5157.         $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')))));
  5158.         $instance->setName('secrets:encrypt-from-local');
  5159.         return $instance;
  5160.     }
  5161.     /**
  5162.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5163.      *
  5164.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5165.      */
  5166.     protected function getConsole_Command_SecretsGenerateKeyService()
  5167.     {
  5168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5171.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5174.         $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')))));
  5175.         $instance->setName('secrets:generate-keys');
  5176.         return $instance;
  5177.     }
  5178.     /**
  5179.      * Gets the private 'console.command.secrets_list' shared service.
  5180.      *
  5181.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5182.      */
  5183.     protected function getConsole_Command_SecretsListService()
  5184.     {
  5185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5188.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5191.         $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')))));
  5192.         $instance->setName('secrets:list');
  5193.         return $instance;
  5194.     }
  5195.     /**
  5196.      * Gets the private 'console.command.secrets_remove' shared service.
  5197.      *
  5198.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5199.      */
  5200.     protected function getConsole_Command_SecretsRemoveService()
  5201.     {
  5202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5205.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5208.         $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')))));
  5209.         $instance->setName('secrets:remove');
  5210.         return $instance;
  5211.     }
  5212.     /**
  5213.      * Gets the private 'console.command.secrets_set' shared service.
  5214.      *
  5215.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5216.      */
  5217.     protected function getConsole_Command_SecretsSetService()
  5218.     {
  5219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5220.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5221.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5222.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5225.         $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')))));
  5226.         $instance->setName('secrets:set');
  5227.         return $instance;
  5228.     }
  5229.     /**
  5230.      * Gets the private 'console.command.translation_debug' shared service.
  5231.      *
  5232.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5233.      */
  5234.     protected function getConsole_Command_TranslationDebugService()
  5235.     {
  5236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5237.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5238.         $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')]);
  5239.         $instance->setName('debug:translation');
  5240.         return $instance;
  5241.     }
  5242.     /**
  5243.      * Gets the private 'console.command.translation_update' shared service.
  5244.      *
  5245.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5246.      */
  5247.     protected function getConsole_Command_TranslationUpdateService()
  5248.     {
  5249.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5250.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  5255.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  5256.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  5259.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  5260.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  5261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  5262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  5263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  5264.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  5265.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  5266.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  5267.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  5268.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  5269.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  5270.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  5271.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  5272.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  5273.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  5274.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  5275.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  5276.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  5277.         $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')]);
  5278.         $instance->setName('translation:update');
  5279.         return $instance;
  5280.     }
  5281.     /**
  5282.      * Gets the private 'console.command.xliff_lint' shared service.
  5283.      *
  5284.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  5285.      */
  5286.     protected function getConsole_Command_XliffLintService()
  5287.     {
  5288.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5289.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5290.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  5291.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  5292.         $instance->setName('lint:xliff');
  5293.         return $instance;
  5294.     }
  5295.     /**
  5296.      * Gets the private 'console.command.yaml_lint' shared service.
  5297.      *
  5298.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5299.      */
  5300.     protected function getConsole_Command_YamlLintService()
  5301.     {
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5305.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5306.         $instance->setName('lint:yaml');
  5307.         return $instance;
  5308.     }
  5309.     /**
  5310.      * Gets the private 'console.error_listener' shared service.
  5311.      *
  5312.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5313.      */
  5314.     protected function getConsole_ErrorListenerService()
  5315.     {
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5317.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5318.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5319.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5320.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5321.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5322.     }
  5323.     /**
  5324.      * Gets the private 'container.env_var_processor' shared service.
  5325.      *
  5326.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5327.      */
  5328.     protected function getContainer_EnvVarProcessorService()
  5329.     {
  5330.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5331.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5332.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5333.             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'))));
  5334.         }, 1));
  5335.     }
  5336.     /**
  5337.      * Gets the private 'data_collector.form' shared service.
  5338.      *
  5339.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5340.      */
  5341.     protected function getDataCollector_FormService()
  5342.     {
  5343.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5344.     }
  5345.     /**
  5346.      * Gets the private 'debug.argument_resolver.default' shared service.
  5347.      *
  5348.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5349.      */
  5350.     protected function getDebug_ArgumentResolver_DefaultService()
  5351.     {
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5355.         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))));
  5356.     }
  5357.     /**
  5358.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5359.      *
  5360.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5361.      */
  5362.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5363.     {
  5364.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5366.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5367.         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))));
  5368.     }
  5369.     /**
  5370.      * Gets the private 'debug.argument_resolver.request' shared service.
  5371.      *
  5372.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5373.      */
  5374.     protected function getDebug_ArgumentResolver_RequestService()
  5375.     {
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5379.         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))));
  5380.     }
  5381.     /**
  5382.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5383.      *
  5384.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5385.      */
  5386.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5387.     {
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5391.         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))));
  5392.     }
  5393.     /**
  5394.      * Gets the private 'debug.argument_resolver.service' shared service.
  5395.      *
  5396.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5397.      */
  5398.     protected function getDebug_ArgumentResolver_ServiceService()
  5399.     {
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5403.         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))));
  5404.     }
  5405.     /**
  5406.      * Gets the private 'debug.argument_resolver.session' shared service.
  5407.      *
  5408.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5409.      */
  5410.     protected function getDebug_ArgumentResolver_SessionService()
  5411.     {
  5412.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5415.         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))));
  5416.     }
  5417.     /**
  5418.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5419.      *
  5420.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5421.      */
  5422.     protected function getDebug_ArgumentResolver_VariadicService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5427.         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))));
  5428.     }
  5429.     /**
  5430.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5431.      *
  5432.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5433.      */
  5434.     protected function getDebug_DebugHandlersListenerService()
  5435.     {
  5436.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5437.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5438.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5439.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5440.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5441.         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);
  5442.     }
  5443.     /**
  5444.      * Gets the private 'debug.dump_listener' shared service.
  5445.      *
  5446.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5447.      */
  5448.     protected function getDebug_DumpListenerService()
  5449.     {
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5452.         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()));
  5453.     }
  5454.     /**
  5455.      * Gets the private 'debug.file_link_formatter' shared service.
  5456.      *
  5457.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5458.      */
  5459.     protected function getDebug_FileLinkFormatterService()
  5460.     {
  5461.         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 () {
  5462.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5463.         });
  5464.     }
  5465.     /**
  5466.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5467.      *
  5468.      * @return \string
  5469.      */
  5470.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5471.     {
  5472.         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');
  5473.     }
  5474.     /**
  5475.      * Gets the private 'debug.log_processor' shared service.
  5476.      *
  5477.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5478.      */
  5479.     protected function getDebug_LogProcessorService()
  5480.     {
  5481.         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())));
  5482.     }
  5483.     /**
  5484.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5485.      *
  5486.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5487.      */
  5488.     protected function getDebug_Security_Access_DecisionManagerService()
  5489.     {
  5490.         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 () {
  5491.             yield => ($this->privates['debug.security.voter.security.acl.voter.user_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_UserPermissionsService());
  5492.             yield => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService());
  5493.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5494.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5495.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5496.         }, 5), 'affirmative'falsetrue));
  5497.     }
  5498.     /**
  5499.      * Gets the private 'debug.security.firewall' shared service.
  5500.      *
  5501.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5502.      */
  5503.     protected function getDebug_Security_FirewallService()
  5504.     {
  5505.         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()));
  5506.     }
  5507.     /**
  5508.      * Gets the private 'debug.security.user_value_resolver' shared service.
  5509.      *
  5510.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5511.      */
  5512.     protected function getDebug_Security_UserValueResolverService()
  5513.     {
  5514.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5515.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5517.         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))));
  5518.     }
  5519.     /**
  5520.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5521.      *
  5522.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5523.      */
  5524.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5525.     {
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5531.         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()));
  5532.     }
  5533.     /**
  5534.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5535.      *
  5536.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5537.      */
  5538.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5539.     {
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5547.         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()));
  5548.     }
  5549.     /**
  5550.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5551.      *
  5552.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5553.      */
  5554.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5555.     {
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5559.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5560.         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()));
  5561.     }
  5562.     /**
  5563.      * Gets the private 'debug.security.voter.security.acl.voter.basic_permissions' shared service.
  5564.      *
  5565.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5566.      */
  5567.     protected function getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService()
  5568.     {
  5569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5571.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  5572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  5573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  5574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  5575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/MaskBuilderRetrievalInterface.php';
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/BasicPermissionMap.php';
  5577.         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()));
  5578.     }
  5579.     /**
  5580.      * Gets the private 'debug.security.voter.security.acl.voter.user_permissions' shared service.
  5581.      *
  5582.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5583.      */
  5584.     protected function getDebug_Security_Voter_Security_Acl_Voter_UserPermissionsService()
  5585.     {
  5586.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5587.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/Authorization/Voter/UserAclVoter.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  5591.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  5592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  5593.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/MaskBuilderRetrievalInterface.php';
  5594.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/BasicPermissionMap.php';
  5595.         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()));
  5596.     }
  5597.     /**
  5598.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5599.      *
  5600.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5601.      */
  5602.     protected function getDebug_Security_Voter_VoteListenerService()
  5603.     {
  5604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5605.         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()));
  5606.     }
  5607.     /**
  5608.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5609.      *
  5610.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  5611.      */
  5612.     protected function getDoctrine_CacheClearMetadataCommandService()
  5613.     {
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5615.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5616.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5617.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  5618.         $instance->setName('doctrine:cache:clear-metadata');
  5619.         return $instance;
  5620.     }
  5621.     /**
  5622.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5623.      *
  5624.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5625.      */
  5626.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5627.     {
  5628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5629.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5630.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5631.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  5632.         $instance->setName('doctrine:cache:clear-query');
  5633.         return $instance;
  5634.     }
  5635.     /**
  5636.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5637.      *
  5638.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5639.      */
  5640.     protected function getDoctrine_CacheClearResultCommandService()
  5641.     {
  5642.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5643.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5645.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  5646.         $instance->setName('doctrine:cache:clear-result');
  5647.         return $instance;
  5648.     }
  5649.     /**
  5650.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5651.      *
  5652.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5653.      */
  5654.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5655.     {
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5658.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  5659.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  5660.         $instance->setName('doctrine:cache:clear-collection-region');
  5661.         return $instance;
  5662.     }
  5663.     /**
  5664.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5665.      *
  5666.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5667.      */
  5668.     protected function getDoctrine_ClearEntityRegionCommandService()
  5669.     {
  5670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5671.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5672.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5673.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  5674.         $instance->setName('doctrine:cache:clear-entity-region');
  5675.         return $instance;
  5676.     }
  5677.     /**
  5678.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5679.      *
  5680.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5681.      */
  5682.     protected function getDoctrine_ClearQueryRegionCommandService()
  5683.     {
  5684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5685.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5686.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5687.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  5688.         $instance->setName('doctrine:cache:clear-query-region');
  5689.         return $instance;
  5690.     }
  5691.     /**
  5692.      * Gets the private 'doctrine.database_create_command' shared service.
  5693.      *
  5694.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5695.      */
  5696.     protected function getDoctrine_DatabaseCreateCommandService()
  5697.     {
  5698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5699.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5700.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5701.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5702.         $instance->setName('doctrine:database:create');
  5703.         return $instance;
  5704.     }
  5705.     /**
  5706.      * Gets the private 'doctrine.database_drop_command' shared service.
  5707.      *
  5708.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5709.      */
  5710.     protected function getDoctrine_DatabaseDropCommandService()
  5711.     {
  5712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5714.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5715.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5716.         $instance->setName('doctrine:database:drop');
  5717.         return $instance;
  5718.     }
  5719.     /**
  5720.      * Gets the private 'doctrine.database_import_command' shared service.
  5721.      *
  5722.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  5723.      */
  5724.     protected function getDoctrine_DatabaseImportCommandService()
  5725.     {
  5726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5727.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  5728.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  5729.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  5730.         $instance->setName('doctrine:database:import');
  5731.         return $instance;
  5732.     }
  5733.     /**
  5734.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5735.      *
  5736.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5737.      */
  5738.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5739.     {
  5740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5741.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5742.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5743.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  5744.         $instance->setName('doctrine:ensure-production-settings');
  5745.         return $instance;
  5746.     }
  5747.     /**
  5748.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5749.      *
  5750.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5751.      */
  5752.     protected function getDoctrine_MappingConvertCommandService()
  5753.     {
  5754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5755.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  5756.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5757.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  5758.         $instance->setName('doctrine:mapping:convert');
  5759.         return $instance;
  5760.     }
  5761.     /**
  5762.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5763.      *
  5764.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5765.      */
  5766.     protected function getDoctrine_MappingImportCommandService()
  5767.     {
  5768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5769.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5770.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5771.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5772.         $instance->setName('doctrine:mapping:import');
  5773.         return $instance;
  5774.     }
  5775.     /**
  5776.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5777.      *
  5778.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  5779.      */
  5780.     protected function getDoctrine_MappingInfoCommandService()
  5781.     {
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  5784.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  5785.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  5786.         $instance->setName('doctrine:mapping:info');
  5787.         return $instance;
  5788.     }
  5789.     /**
  5790.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  5791.      *
  5792.      * @return \Doctrine\Migrations\DependencyFactory
  5793.      */
  5794.     protected function getDoctrine_Migrations_DependencyFactoryService()
  5795.     {
  5796.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  5797.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  5798.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  5799.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  5800.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  5803.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ExistingEntityManager.php';
  5804.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  5805.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  5806.         $a->setAllOrNothing(false);
  5807.         $a->setCheckDatabasePlatform(true);
  5808.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  5809.         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()));
  5810.     }
  5811.     /**
  5812.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5813.      *
  5814.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5815.      */
  5816.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5817.     {
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5819.         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()));
  5820.     }
  5821.     /**
  5822.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5823.      *
  5824.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5825.      */
  5826.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  5829.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5830.     }
  5831.     /**
  5832.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5833.      *
  5834.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5835.      */
  5836.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5837.     {
  5838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5839.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5840.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5841.     }
  5842.     /**
  5843.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5844.      *
  5845.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5846.      */
  5847.     protected function getDoctrine_Orm_Validator_UniqueService()
  5848.     {
  5849.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5850.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5851.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5852.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5853.     }
  5854.     /**
  5855.      * Gets the private 'doctrine.query_dql_command' shared service.
  5856.      *
  5857.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5858.      */
  5859.     protected function getDoctrine_QueryDqlCommandService()
  5860.     {
  5861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  5863.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5864.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  5865.         $instance->setName('doctrine:query:dql');
  5866.         return $instance;
  5867.     }
  5868.     /**
  5869.      * Gets the private 'doctrine.query_sql_command' shared service.
  5870.      *
  5871.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5872.      */
  5873.     protected function getDoctrine_QuerySqlCommandService()
  5874.     {
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5877.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5878.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  5879.         $instance->setName('doctrine:query:sql');
  5880.         return $instance;
  5881.     }
  5882.     /**
  5883.      * Gets the private 'doctrine.schema_create_command' shared service.
  5884.      *
  5885.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5886.      */
  5887.     protected function getDoctrine_SchemaCreateCommandService()
  5888.     {
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5892.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5893.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  5894.         $instance->setName('doctrine:schema:create');
  5895.         return $instance;
  5896.     }
  5897.     /**
  5898.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5899.      *
  5900.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5901.      */
  5902.     protected function getDoctrine_SchemaDropCommandService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5907.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5908.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  5909.         $instance->setName('doctrine:schema:drop');
  5910.         return $instance;
  5911.     }
  5912.     /**
  5913.      * Gets the private 'doctrine.schema_update_command' shared service.
  5914.      *
  5915.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5916.      */
  5917.     protected function getDoctrine_SchemaUpdateCommandService()
  5918.     {
  5919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5921.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5922.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5923.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  5924.         $instance->setName('doctrine:schema:update');
  5925.         return $instance;
  5926.     }
  5927.     /**
  5928.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5929.      *
  5930.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5931.      */
  5932.     protected function getDoctrine_SchemaValidateCommandService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5935.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  5936.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  5937.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  5938.         $instance->setName('doctrine:schema:validate');
  5939.         return $instance;
  5940.     }
  5941.     /**
  5942.      * Gets the private 'doctrine_migrations.current_command' shared service.
  5943.      *
  5944.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  5945.      */
  5946.     protected function getDoctrineMigrations_CurrentCommandService()
  5947.     {
  5948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5949.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  5951.         $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');
  5952.         $instance->setName('doctrine:migrations:current');
  5953.         return $instance;
  5954.     }
  5955.     /**
  5956.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  5957.      *
  5958.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  5959.      */
  5960.     protected function getDoctrineMigrations_DiffCommandService()
  5961.     {
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5964.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  5965.         $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');
  5966.         $instance->setName('doctrine:migrations:diff');
  5967.         return $instance;
  5968.     }
  5969.     /**
  5970.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  5971.      *
  5972.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  5973.      */
  5974.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  5975.     {
  5976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  5979.         $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');
  5980.         $instance->setName('doctrine:migrations:dump-schema');
  5981.         return $instance;
  5982.     }
  5983.     /**
  5984.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  5985.      *
  5986.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  5987.      */
  5988.     protected function getDoctrineMigrations_ExecuteCommandService()
  5989.     {
  5990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  5992.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  5993.         $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');
  5994.         $instance->setName('doctrine:migrations:execute');
  5995.         return $instance;
  5996.     }
  5997.     /**
  5998.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  5999.      *
  6000.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  6001.      */
  6002.     protected function getDoctrineMigrations_GenerateCommandService()
  6003.     {
  6004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6006.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6007.         $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');
  6008.         $instance->setName('doctrine:migrations:generate');
  6009.         return $instance;
  6010.     }
  6011.     /**
  6012.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6013.      *
  6014.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  6015.      */
  6016.     protected function getDoctrineMigrations_LatestCommandService()
  6017.     {
  6018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6019.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6020.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6021.         $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');
  6022.         $instance->setName('doctrine:migrations:latest');
  6023.         return $instance;
  6024.     }
  6025.     /**
  6026.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6027.      *
  6028.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  6029.      */
  6030.     protected function getDoctrineMigrations_MigrateCommandService()
  6031.     {
  6032.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6033.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6034.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6035.         $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');
  6036.         $instance->setName('doctrine:migrations:migrate');
  6037.         return $instance;
  6038.     }
  6039.     /**
  6040.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6041.      *
  6042.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  6043.      */
  6044.     protected function getDoctrineMigrations_RollupCommandService()
  6045.     {
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6049.         $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');
  6050.         $instance->setName('doctrine:migrations:rollup');
  6051.         return $instance;
  6052.     }
  6053.     /**
  6054.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6055.      *
  6056.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  6057.      */
  6058.     protected function getDoctrineMigrations_StatusCommandService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6063.         $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');
  6064.         $instance->setName('doctrine:migrations:status');
  6065.         return $instance;
  6066.     }
  6067.     /**
  6068.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  6069.      *
  6070.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  6071.      */
  6072.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  6073.     {
  6074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6075.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6076.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  6077.         $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');
  6078.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  6079.         return $instance;
  6080.     }
  6081.     /**
  6082.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6083.      *
  6084.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  6085.      */
  6086.     protected function getDoctrineMigrations_UpToDateCommandService()
  6087.     {
  6088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6089.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6090.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6091.         $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');
  6092.         $instance->setName('doctrine:migrations:up-to-date');
  6093.         return $instance;
  6094.     }
  6095.     /**
  6096.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6097.      *
  6098.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  6099.      */
  6100.     protected function getDoctrineMigrations_VersionCommandService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6105.         $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');
  6106.         $instance->setName('doctrine:migrations:version');
  6107.         return $instance;
  6108.     }
  6109.     /**
  6110.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  6111.      *
  6112.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  6113.      */
  6114.     protected function getDoctrineMigrations_VersionsCommandService()
  6115.     {
  6116.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6117.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  6118.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  6119.         $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');
  6120.         $instance->setName('doctrine:migrations:list');
  6121.         return $instance;
  6122.     }
  6123.     /**
  6124.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6125.      *
  6126.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6127.      */
  6128.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6129.     {
  6130.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6132.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6133.         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()));
  6134.     }
  6135.     /**
  6136.      * Gets the private 'exception_listener' shared service.
  6137.      *
  6138.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6139.      */
  6140.     protected function getExceptionListenerService()
  6141.     {
  6142.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  6143.     }
  6144.     /**
  6145.      * Gets the private 'file_locator' shared service.
  6146.      *
  6147.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  6148.      */
  6149.     protected function getFileLocatorService()
  6150.     {
  6151.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  6154.         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);
  6155.     }
  6156.     /**
  6157.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6158.      *
  6159.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6160.      */
  6161.     protected function getForm_ChoiceListFactory_CachedService()
  6162.     {
  6163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6164.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6167.         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())));
  6168.     }
  6169.     /**
  6170.      * Gets the private 'form.registry' shared service.
  6171.      *
  6172.      * @return \Symfony\Component\Form\FormRegistry
  6173.      */
  6174.     protected function getForm_RegistryService()
  6175.     {
  6176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6180.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6183.         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, [
  6184.             'App\\Form\\Type\\TransactionChoiceType' => ['privates''App\\Form\\Type\\TransactionChoiceType''getTransactionChoiceTypeService'false],
  6185.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  6186.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => ['privates''fos_user.group.form.type''getFosUser_Group_Form_TypeService'false],
  6187.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  6188.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  6189.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  6190.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  6191.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['services''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  6192.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['services''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  6193.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['services''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  6194.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['services''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  6195.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['services''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  6196.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['services''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  6197.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['services''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  6198.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['services''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  6199.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['services''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  6200.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['services''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  6201.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['services''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  6202.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['services''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  6203.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['services''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  6204.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['services''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  6205.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['services''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  6206.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  6207.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  6208.             'Sonata\\CoreBundle\\Form\\Type\\BooleanType' => ['services''sonata.core.form.type.boolean_legacy''getSonata_Core_Form_Type_BooleanLegacyService'false],
  6209.             'Sonata\\CoreBundle\\Form\\Type\\CollectionType' => ['services''sonata.core.form.type.collection_legacy''getSonata_Core_Form_Type_CollectionLegacyService'false],
  6210.             'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType' => ['services''sonata.core.form.type.color_selector''getSonata_Core_Form_Type_ColorSelectorService'false],
  6211.             'Sonata\\CoreBundle\\Form\\Type\\ColorType' => ['services''sonata.core.form.type.color_legacy''getSonata_Core_Form_Type_ColorLegacyService'false],
  6212.             'Sonata\\CoreBundle\\Form\\Type\\DatePickerType' => ['services''sonata.core.form.type.date_picker_legacy''getSonata_Core_Form_Type_DatePickerLegacyService'false],
  6213.             'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType' => ['services''sonata.core.form.type.date_range_picker_legacy''getSonata_Core_Form_Type_DateRangePickerLegacyService'false],
  6214.             'Sonata\\CoreBundle\\Form\\Type\\DateRangeType' => ['services''sonata.core.form.type.date_range_legacy''getSonata_Core_Form_Type_DateRangeLegacyService'false],
  6215.             'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType' => ['services''sonata.core.form.type.datetime_picker_legacy''getSonata_Core_Form_Type_DatetimePickerLegacyService'false],
  6216.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType' => ['services''sonata.core.form.type.datetime_range_picker_legacy''getSonata_Core_Form_Type_DatetimeRangePickerLegacyService'false],
  6217.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType' => ['services''sonata.core.form.type.datetime_range_legacy''getSonata_Core_Form_Type_DatetimeRangeLegacyService'false],
  6218.             'Sonata\\CoreBundle\\Form\\Type\\EqualType' => ['services''sonata.core.form.type.equal_legacy''getSonata_Core_Form_Type_EqualLegacyService'false],
  6219.             'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType' => ['services''sonata.core.form.type.array_legacy''getSonata_Core_Form_Type_ArrayLegacyService'false],
  6220.             'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType' => ['services''sonata.core.form.type.translatable_choice''getSonata_Core_Form_Type_TranslatableChoiceService'false],
  6221.             'Sonata\\Form\\Type\\BooleanType' => ['services''sonata.core.form.type.boolean''getSonata_Core_Form_Type_BooleanService'false],
  6222.             'Sonata\\Form\\Type\\CollectionType' => ['services''sonata.core.form.type.collection''getSonata_Core_Form_Type_CollectionService'false],
  6223.             'Sonata\\Form\\Type\\DatePickerType' => ['services''sonata.core.form.type.date_picker''getSonata_Core_Form_Type_DatePickerService'false],
  6224.             'Sonata\\Form\\Type\\DateRangePickerType' => ['services''sonata.core.form.type.date_range_picker''getSonata_Core_Form_Type_DateRangePickerService'false],
  6225.             'Sonata\\Form\\Type\\DateRangeType' => ['services''sonata.core.form.type.date_range''getSonata_Core_Form_Type_DateRangeService'false],
  6226.             'Sonata\\Form\\Type\\DateTimePickerType' => ['services''sonata.core.form.type.datetime_picker''getSonata_Core_Form_Type_DatetimePickerService'false],
  6227.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['services''sonata.core.form.type.datetime_range_picker''getSonata_Core_Form_Type_DatetimeRangePickerService'false],
  6228.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['services''sonata.core.form.type.datetime_range''getSonata_Core_Form_Type_DatetimeRangeService'false],
  6229.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'false],
  6230.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['services''sonata.core.form.type.array''getSonata_Core_Form_Type_ArrayService'false],
  6231.             'Sonata\\UserBundle\\Form\\Type\\ApiGroupType' => ['privates''sonata.user.api.form.type.group''getSonata_User_Api_Form_Type_GroupService'false],
  6232.             'Sonata\\UserBundle\\Form\\Type\\ApiUserType' => ['privates''sonata.user.api.form.type.user''getSonata_User_Api_Form_Type_UserService'false],
  6233.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => ['services''sonata.user.form.roles_matrix_type''getSonata_User_Form_RolesMatrixTypeService'false],
  6234.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => ['services''sonata.user.form.type.security_roles''getSonata_User_Form_Type_SecurityRolesService'false],
  6235.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => ['privates''sonata.user.form.gender_list''getSonata_User_Form_GenderListService'false],
  6236.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  6237.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6238.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  6239.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6240.         ], [
  6241.             'App\\Form\\Type\\TransactionChoiceType' => '?',
  6242.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  6243.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => '?',
  6244.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  6245.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  6246.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  6247.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  6248.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  6249.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  6250.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  6251.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  6252.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  6253.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  6254.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  6255.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  6256.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  6257.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  6258.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  6259.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  6260.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  6261.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  6262.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  6263.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  6264.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  6265.             'Sonata\\CoreBundle\\Form\\Type\\BooleanType' => '?',
  6266.             'Sonata\\CoreBundle\\Form\\Type\\CollectionType' => '?',
  6267.             'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType' => '?',
  6268.             'Sonata\\CoreBundle\\Form\\Type\\ColorType' => '?',
  6269.             'Sonata\\CoreBundle\\Form\\Type\\DatePickerType' => '?',
  6270.             'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType' => '?',
  6271.             'Sonata\\CoreBundle\\Form\\Type\\DateRangeType' => '?',
  6272.             'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType' => '?',
  6273.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType' => '?',
  6274.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType' => '?',
  6275.             'Sonata\\CoreBundle\\Form\\Type\\EqualType' => '?',
  6276.             'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType' => '?',
  6277.             'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType' => '?',
  6278.             'Sonata\\Form\\Type\\BooleanType' => '?',
  6279.             'Sonata\\Form\\Type\\CollectionType' => '?',
  6280.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  6281.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  6282.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  6283.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  6284.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  6285.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  6286.             'Sonata\\Form\\Type\\EqualType' => '?',
  6287.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  6288.             'Sonata\\UserBundle\\Form\\Type\\ApiGroupType' => '?',
  6289.             'Sonata\\UserBundle\\Form\\Type\\ApiUserType' => '?',
  6290.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => '?',
  6291.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => '?',
  6292.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => '?',
  6293.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6294.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6295.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6296.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6297.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6298.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6299.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6300.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6301.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6302.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6303.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6304.             yield => ($this->services['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  6305.             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()));
  6306.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  6307.         }, 9), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6308.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6309.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6310.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6311.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  6312.             yield => ($this->services['sonata.admin.form.extension.choice'] ?? ($this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  6313.         }, 1)], new RewindableGenerator(function () {
  6314.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6315.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6316.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6317.     }
  6318.     /**
  6319.      * Gets the private 'form.server_params' shared service.
  6320.      *
  6321.      * @return \Symfony\Component\Form\Util\ServerParams
  6322.      */
  6323.     protected function getForm_ServerParamsService()
  6324.     {
  6325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6326.         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())));
  6327.     }
  6328.     /**
  6329.      * Gets the private 'form.type.choice' shared service.
  6330.      *
  6331.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6332.      */
  6333.     protected function getForm_Type_ChoiceService()
  6334.     {
  6335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6338.         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()));
  6339.     }
  6340.     /**
  6341.      * Gets the private 'form.type.entity' shared service.
  6342.      *
  6343.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6344.      */
  6345.     protected function getForm_Type_EntityService()
  6346.     {
  6347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6351.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6352.     }
  6353.     /**
  6354.      * Gets the private 'form.type.form' shared service.
  6355.      *
  6356.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6357.      */
  6358.     protected function getForm_Type_FormService()
  6359.     {
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6364.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6365.     }
  6366.     /**
  6367.      * Gets the private 'form.type_extension.csrf' shared service.
  6368.      *
  6369.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6370.      */
  6371.     protected function getForm_TypeExtension_CsrfService()
  6372.     {
  6373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6375.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6376.         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()));
  6377.     }
  6378.     /**
  6379.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6380.      *
  6381.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6382.      */
  6383.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6384.     {
  6385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6387.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6388.         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()));
  6389.     }
  6390.     /**
  6391.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6392.      *
  6393.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6394.      */
  6395.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6396.     {
  6397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6399.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6400.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6401.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6402.         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())));
  6403.     }
  6404.     /**
  6405.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6406.      *
  6407.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6408.      */
  6409.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6410.     {
  6411.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6412.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6413.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6414.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6415.     }
  6416.     /**
  6417.      * Gets the private 'form.type_extension.form.validator' shared service.
  6418.      *
  6419.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6420.      */
  6421.     protected function getForm_TypeExtension_Form_ValidatorService()
  6422.     {
  6423.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6425.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6427.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  6428.     }
  6429.     /**
  6430.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6431.      *
  6432.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6433.      */
  6434.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6435.     {
  6436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6437.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6438.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6439.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6440.     }
  6441.     /**
  6442.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6443.      *
  6444.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6445.      */
  6446.     protected function getForm_TypeGuesser_DoctrineService()
  6447.     {
  6448.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6449.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6450.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6451.     }
  6452.     /**
  6453.      * Gets the private 'form.type_guesser.validator' shared service.
  6454.      *
  6455.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6456.      */
  6457.     protected function getForm_TypeGuesser_ValidatorService()
  6458.     {
  6459.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6460.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6461.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  6462.     }
  6463.     /**
  6464.      * Gets the private 'fos_rest.body_listener' shared service.
  6465.      *
  6466.      * @return \FOS\RestBundle\EventListener\BodyListener
  6467.      */
  6468.     protected function getFosRest_BodyListenerService()
  6469.     {
  6470.         $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, [
  6471.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  6472.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  6473.         ], [
  6474.             'fos_rest.decoder.json' => '?',
  6475.             'fos_rest.decoder.xml' => '?',
  6476.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  6477.         $instance->setDefaultFormat(NULL);
  6478.         return $instance;
  6479.     }
  6480.     /**
  6481.      * Gets the private 'fos_rest.decoder.json' shared service.
  6482.      *
  6483.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  6484.      */
  6485.     protected function getFosRest_Decoder_JsonService()
  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/JsonDecoder.php';
  6489.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  6490.     }
  6491.     /**
  6492.      * Gets the private 'fos_rest.decoder.xml' shared service.
  6493.      *
  6494.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  6495.      */
  6496.     protected function getFosRest_Decoder_XmlService()
  6497.     {
  6498.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  6499.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  6500.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  6501.     }
  6502.     /**
  6503.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  6504.      *
  6505.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  6506.      *
  6507.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  6508.      */
  6509.     protected function getFosRest_Inflector_DoctrineService()
  6510.     {
  6511.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  6512.         return new \FOS\RestBundle\Inflector\DoctrineInflector();
  6513.     }
  6514.     /**
  6515.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  6516.      *
  6517.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  6518.      *
  6519.      * @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`.
  6520.      */
  6521.     protected function getFosRest_Routing_Loader_ControllerService()
  6522.     {
  6523.         @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);
  6524.         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);
  6525.     }
  6526.     /**
  6527.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  6528.      *
  6529.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  6530.      *
  6531.      * @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`.
  6532.      */
  6533.     protected function getFosRest_Routing_Loader_DirectoryService()
  6534.     {
  6535.         @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);
  6536.         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()));
  6537.     }
  6538.     /**
  6539.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  6540.      *
  6541.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  6542.      *
  6543.      * @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`.
  6544.      */
  6545.     protected function getFosRest_Routing_Loader_ProcessorService()
  6546.     {
  6547.         @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);
  6548.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  6549.     }
  6550.     /**
  6551.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  6552.      *
  6553.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  6554.      *
  6555.      * @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`.
  6556.      */
  6557.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  6558.     {
  6559.         @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);
  6560.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  6561.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  6562.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  6563.         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);
  6564.     }
  6565.     /**
  6566.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  6567.      *
  6568.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  6569.      *
  6570.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  6571.      */
  6572.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  6573.     {
  6574.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  6575.         return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->getFosRest_Routing_Loader_Reader_ActionService(), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6576.     }
  6577.     /**
  6578.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  6579.      *
  6580.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  6581.      *
  6582.      * @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`.
  6583.      */
  6584.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  6585.     {
  6586.         @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);
  6587.         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);
  6588.     }
  6589.     /**
  6590.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  6591.      *
  6592.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  6593.      *
  6594.      * @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`.
  6595.      */
  6596.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  6597.     {
  6598.         @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);
  6599.         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);
  6600.     }
  6601.     /**
  6602.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  6603.      *
  6604.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  6605.      */
  6606.     protected function getFosRest_Serializer_FormErrorHandlerService()
  6607.     {
  6608.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  6609.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  6610.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  6611.         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'));
  6612.     }
  6613.     /**
  6614.      * Gets the private 'fos_rest.serializer.jms' shared service.
  6615.      *
  6616.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  6617.      */
  6618.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  6619.     {
  6620.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  6621.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  6622.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  6623.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  6625.         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())));
  6626.     }
  6627.     /**
  6628.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  6629.      *
  6630.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  6631.      */
  6632.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  6633.     {
  6634.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  6637.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6638.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  6639.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  6640.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  6641.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  6642.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  6643.             'sonata.user.serializer.handler.user' => ['privates''sonata.user.serializer.handler.user''getSonata_User_Serializer_Handler_UserService'false],
  6644.         ], [
  6645.             'fos_rest.serializer.form_error_handler' => '?',
  6646.             'jms_serializer.array_collection_handler' => '?',
  6647.             'jms_serializer.constraint_violation_handler' => '?',
  6648.             'jms_serializer.datetime_handler' => '?',
  6649.             'jms_serializer.iterator_handler' => '?',
  6650.             'sonata.user.serializer.handler.user' => '?',
  6651.         ]), [=> ['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']]]]);
  6652.     }
  6653.     /**
  6654.      * Gets the private 'fos_user.change_password.form.type' shared service.
  6655.      *
  6656.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  6657.      */
  6658.     protected function getFosUser_ChangePassword_Form_TypeService()
  6659.     {
  6660.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  6663.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\User');
  6664.     }
  6665.     /**
  6666.      * Gets the private 'fos_user.command.activate_user' shared service.
  6667.      *
  6668.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  6669.      */
  6670.     protected function getFosUser_Command_ActivateUserService()
  6671.     {
  6672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6673.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  6674.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6675.         $instance->setName('fos:user:activate');
  6676.         return $instance;
  6677.     }
  6678.     /**
  6679.      * Gets the private 'fos_user.command.change_password' shared service.
  6680.      *
  6681.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  6682.      */
  6683.     protected function getFosUser_Command_ChangePasswordService()
  6684.     {
  6685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6686.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  6687.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6688.         $instance->setName('fos:user:change-password');
  6689.         return $instance;
  6690.     }
  6691.     /**
  6692.      * Gets the private 'fos_user.command.create_user' shared service.
  6693.      *
  6694.      * @return \FOS\UserBundle\Command\CreateUserCommand
  6695.      */
  6696.     protected function getFosUser_Command_CreateUserService()
  6697.     {
  6698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6699.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  6700.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6701.         $instance->setName('fos:user:create');
  6702.         return $instance;
  6703.     }
  6704.     /**
  6705.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  6706.      *
  6707.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  6708.      */
  6709.     protected function getFosUser_Command_DeactivateUserService()
  6710.     {
  6711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  6713.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6714.         $instance->setName('fos:user:deactivate');
  6715.         return $instance;
  6716.     }
  6717.     /**
  6718.      * Gets the private 'fos_user.command.demote_user' shared service.
  6719.      *
  6720.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  6721.      */
  6722.     protected function getFosUser_Command_DemoteUserService()
  6723.     {
  6724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6725.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  6727.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6728.         $instance->setName('fos:user:demote');
  6729.         return $instance;
  6730.     }
  6731.     /**
  6732.      * Gets the private 'fos_user.command.promote_user' shared service.
  6733.      *
  6734.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  6735.      */
  6736.     protected function getFosUser_Command_PromoteUserService()
  6737.     {
  6738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6739.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  6740.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  6741.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6742.         $instance->setName('fos:user:promote');
  6743.         return $instance;
  6744.     }
  6745.     /**
  6746.      * Gets the private 'fos_user.group.form.type' shared service.
  6747.      *
  6748.      * @return \FOS\UserBundle\Form\Type\GroupFormType
  6749.      */
  6750.     protected function getFosUser_Group_Form_TypeService()
  6751.     {
  6752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/GroupFormType.php';
  6755.         return $this->privates['fos_user.group.form.type'] = new \FOS\UserBundle\Form\Type\GroupFormType('App\\Entity\\Group');
  6756.     }
  6757.     /**
  6758.      * Gets the private 'fos_user.listener.authentication' shared service.
  6759.      *
  6760.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  6761.      */
  6762.     protected function getFosUser_Listener_AuthenticationService()
  6763.     {
  6764.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  6765.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  6766.     }
  6767.     /**
  6768.      * Gets the private 'fos_user.listener.flash' shared service.
  6769.      *
  6770.      * @return \FOS\UserBundle\EventListener\FlashListener
  6771.      */
  6772.     protected function getFosUser_Listener_FlashService()
  6773.     {
  6774.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  6775.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6776.     }
  6777.     /**
  6778.      * Gets the private 'fos_user.listener.resetting' shared service.
  6779.      *
  6780.      * @return \FOS\UserBundle\EventListener\ResettingListener
  6781.      */
  6782.     protected function getFosUser_Listener_ResettingService()
  6783.     {
  6784.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  6785.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  6786.     }
  6787.     /**
  6788.      * Gets the private 'fos_user.object_manager' shared service.
  6789.      *
  6790.      * @return \Doctrine\Common\Persistence\ObjectManager
  6791.      */
  6792.     protected function getFosUser_ObjectManagerService()
  6793.     {
  6794.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  6795.     }
  6796.     /**
  6797.      * Gets the private 'fos_user.profile.form.type' shared service.
  6798.      *
  6799.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  6800.      */
  6801.     protected function getFosUser_Profile_Form_TypeService()
  6802.     {
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  6806.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\User');
  6807.     }
  6808.     /**
  6809.      * Gets the private 'fos_user.registration.form.type' shared service.
  6810.      *
  6811.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  6812.      */
  6813.     protected function getFosUser_Registration_Form_TypeService()
  6814.     {
  6815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  6818.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\User');
  6819.     }
  6820.     /**
  6821.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  6822.      *
  6823.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  6824.      */
  6825.     protected function getFosUser_Resetting_Form_FactoryService()
  6826.     {
  6827.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  6828.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  6829.         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']);
  6830.     }
  6831.     /**
  6832.      * Gets the private 'fos_user.resetting.form.type' shared service.
  6833.      *
  6834.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  6835.      */
  6836.     protected function getFosUser_Resetting_Form_TypeService()
  6837.     {
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  6841.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\User');
  6842.     }
  6843.     /**
  6844.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  6845.      *
  6846.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  6847.      */
  6848.     protected function getFosUser_Security_InteractiveLoginListenerService()
  6849.     {
  6850.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  6851.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6852.     }
  6853.     /**
  6854.      * Gets the private 'fos_user.security.login_manager' shared service.
  6855.      *
  6856.      * @return \FOS\UserBundle\Security\LoginManager
  6857.      */
  6858.     protected function getFosUser_Security_LoginManagerService()
  6859.     {
  6860.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6866.         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);
  6867.     }
  6868.     /**
  6869.      * Gets the private 'fos_user.user_provider.username' shared service.
  6870.      *
  6871.      * @return \FOS\UserBundle\Security\UserProvider
  6872.      */
  6873.     protected function getFosUser_UserProvider_UsernameService()
  6874.     {
  6875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6876.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  6877.         return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6878.     }
  6879.     /**
  6880.      * Gets the private 'fos_user.username_form_type' shared service.
  6881.      *
  6882.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  6883.      */
  6884.     protected function getFosUser_UsernameFormTypeService()
  6885.     {
  6886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6888.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  6889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  6890.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  6891.         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())));
  6892.     }
  6893.     /**
  6894.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  6895.      *
  6896.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  6897.      */
  6898.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  6899.     {
  6900.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  6901.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  6902.     }
  6903.     /**
  6904.      * Gets the private 'fos_user.util.password_updater' shared service.
  6905.      *
  6906.      * @return \FOS\UserBundle\Util\PasswordUpdater
  6907.      */
  6908.     protected function getFosUser_Util_PasswordUpdaterService()
  6909.     {
  6910.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  6911.     }
  6912.     /**
  6913.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  6914.      *
  6915.      * @return \FOS\UserBundle\Util\UserManipulator
  6916.      */
  6917.     protected function getFosUser_Util_UserManipulatorService()
  6918.     {
  6919.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  6920.         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())));
  6921.     }
  6922.     /**
  6923.      * Gets the private 'fragment.renderer.inline' shared service.
  6924.      *
  6925.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6926.      */
  6927.     protected function getFragment_Renderer_InlineService()
  6928.     {
  6929.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6930.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6932.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6933.         $instance->setFragmentPath('/_fragment');
  6934.         return $instance;
  6935.     }
  6936.     /**
  6937.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  6938.      *
  6939.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  6940.      */
  6941.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  6942.     {
  6943.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  6945.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  6946.     }
  6947.     /**
  6948.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  6949.      *
  6950.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  6951.      */
  6952.     protected function getJmsSerializer_Cache_CacheClearerService()
  6953.     {
  6954.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  6955.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  6956.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  6957.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  6958.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  6959.         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')))));
  6960.     }
  6961.     /**
  6962.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  6963.      *
  6964.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  6965.      */
  6966.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  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/ConstraintViolationHandler.php';
  6970.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  6971.     }
  6972.     /**
  6973.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  6974.      *
  6975.      * @return \JMS\Serializer\Handler\DateHandler
  6976.      */
  6977.     protected function getJmsSerializer_DatetimeHandlerService()
  6978.     {
  6979.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  6980.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  6981.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  6982.     }
  6983.     /**
  6984.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  6985.      *
  6986.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  6987.      */
  6988.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  6989.     {
  6990.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  6992.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  6993.     }
  6994.     /**
  6995.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  6996.      *
  6997.      * @return \JMS\Serializer\Handler\IteratorHandler
  6998.      */
  6999.     protected function getJmsSerializer_IteratorHandlerService()
  7000.     {
  7001.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  7003.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  7004.     }
  7005.     /**
  7006.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  7007.      *
  7008.      * @return \Metadata\MetadataFactory
  7009.      */
  7010.     protected function getJmsSerializer_MetadataFactoryService()
  7011.     {
  7012.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  7013.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  7014.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  7017.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  7018.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  7019.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  7020.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7021.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  7022.         ], [
  7023.             'metadata_driver' => '?',
  7024.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  7025.         $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')))));
  7026.         $instance->setIncludeInterfaces(false);
  7027.         return $instance;
  7028.     }
  7029.     /**
  7030.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  7031.      *
  7032.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  7033.      */
  7034.     protected function getJmsSerializer_StopwatchSubscriberService()
  7035.     {
  7036.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  7037.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  7038.         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))));
  7039.     }
  7040.     /**
  7041.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  7042.      *
  7043.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  7044.      */
  7045.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  7046.     {
  7047.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  7048.         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()));
  7049.     }
  7050.     /**
  7051.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  7052.      *
  7053.      * @return \Knp\Menu\Provider\ChainProvider
  7054.      */
  7055.     protected function getKnpMenu_MenuProvider_ChainService()
  7056.     {
  7057.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  7058.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  7059.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  7060.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  7061.         }, 3));
  7062.     }
  7063.     /**
  7064.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  7065.      *
  7066.      * @return \Knp\Menu\Provider\LazyProvider
  7067.      */
  7068.     protected function getKnpMenu_MenuProvider_LazyService()
  7069.     {
  7070.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  7071.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  7072.             return ($this->services['sonata.admin.sidebar_menu'] ?? $this->getSonata_Admin_SidebarMenuService());
  7073.         }]);
  7074.     }
  7075.     /**
  7076.      * Gets the private 'knp_menu.renderer.list' shared service.
  7077.      *
  7078.      * @return \Knp\Menu\Renderer\ListRenderer
  7079.      */
  7080.     protected function getKnpMenu_Renderer_ListService()
  7081.     {
  7082.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  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/ListRenderer.php';
  7085.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  7086.     }
  7087.     /**
  7088.      * Gets the private 'knp_menu.renderer.twig' shared service.
  7089.      *
  7090.      * @return \Knp\Menu\Renderer\TwigRenderer
  7091.      */
  7092.     protected function getKnpMenu_Renderer_TwigService()
  7093.     {
  7094.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  7095.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  7096.         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()), []);
  7097.     }
  7098.     /**
  7099.      * Gets the private 'knp_menu.voter.router' shared service.
  7100.      *
  7101.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  7102.      */
  7103.     protected function getKnpMenu_Voter_RouterService()
  7104.     {
  7105.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  7107.         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())));
  7108.     }
  7109.     /**
  7110.      * Gets the private 'locale_aware_listener' shared service.
  7111.      *
  7112.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7113.      */
  7114.     protected function getLocaleAwareListenerService()
  7115.     {
  7116.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7117.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7118.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7119.     }
  7120.     /**
  7121.      * Gets the private 'locale_listener' shared service.
  7122.      *
  7123.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7124.      */
  7125.     protected function getLocaleListenerService()
  7126.     {
  7127.         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()));
  7128.     }
  7129.     /**
  7130.      * Gets the private 'mailer.transport_factory.gmail' shared service.
  7131.      *
  7132.      * @return \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory
  7133.      */
  7134.     protected function getMailer_TransportFactory_GmailService()
  7135.     {
  7136.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7138.         include_once \dirname(__DIR__4).'/vendor/symfony/google-mailer/Transport/GmailTransportFactory.php';
  7139.         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()));
  7140.     }
  7141.     /**
  7142.      * Gets the private 'mailer.transport_factory.null' shared service.
  7143.      *
  7144.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7145.      */
  7146.     protected function getMailer_TransportFactory_NullService()
  7147.     {
  7148.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7149.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7150.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7151.         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()));
  7152.     }
  7153.     /**
  7154.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7155.      *
  7156.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7157.      */
  7158.     protected function getMailer_TransportFactory_SendmailService()
  7159.     {
  7160.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7161.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7162.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7163.         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()));
  7164.     }
  7165.     /**
  7166.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7167.      *
  7168.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7169.      */
  7170.     protected function getMailer_TransportFactory_SmtpService()
  7171.     {
  7172.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7173.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7174.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7175.         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()));
  7176.     }
  7177.     /**
  7178.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7179.      *
  7180.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7181.      */
  7182.     protected function getMaker_AutoCommand_MakeAuthService()
  7183.     {
  7184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7185.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7190.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7191.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7192.         $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);
  7193.         $instance->setName('make:auth');
  7194.         return $instance;
  7195.     }
  7196.     /**
  7197.      * Gets the private 'maker.auto_command.make_command' shared service.
  7198.      *
  7199.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7200.      */
  7201.     protected function getMaker_AutoCommand_MakeCommandService()
  7202.     {
  7203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7204.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7208.         $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()));
  7209.         $instance->setName('make:command');
  7210.         return $instance;
  7211.     }
  7212.     /**
  7213.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7214.      *
  7215.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7216.      */
  7217.     protected function getMaker_AutoCommand_MakeControllerService()
  7218.     {
  7219.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7220.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7221.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7224.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7225.         $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()));
  7226.         $instance->setName('make:controller');
  7227.         return $instance;
  7228.     }
  7229.     /**
  7230.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7231.      *
  7232.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7233.      */
  7234.     protected function getMaker_AutoCommand_MakeCrudService()
  7235.     {
  7236.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7241.         $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()));
  7242.         $instance->setName('make:crud');
  7243.         return $instance;
  7244.     }
  7245.     /**
  7246.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7247.      *
  7248.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7249.      */
  7250.     protected function getMaker_AutoCommand_MakeEntityService()
  7251.     {
  7252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7253.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7254.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7258.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7259.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7260.         $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);
  7261.         $instance->setName('make:entity');
  7262.         return $instance;
  7263.     }
  7264.     /**
  7265.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7266.      *
  7267.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7268.      */
  7269.     protected function getMaker_AutoCommand_MakeFixturesService()
  7270.     {
  7271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7276.         $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()));
  7277.         $instance->setName('make:fixtures');
  7278.         return $instance;
  7279.     }
  7280.     /**
  7281.      * Gets the private 'maker.auto_command.make_form' shared service.
  7282.      *
  7283.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7284.      */
  7285.     protected function getMaker_AutoCommand_MakeFormService()
  7286.     {
  7287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7292.         $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()));
  7293.         $instance->setName('make:form');
  7294.         return $instance;
  7295.     }
  7296.     /**
  7297.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  7298.      *
  7299.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7300.      */
  7301.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  7302.     {
  7303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  7308.         $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()));
  7309.         $instance->setName('make:functional-test');
  7310.         return $instance;
  7311.     }
  7312.     /**
  7313.      * Gets the private 'maker.auto_command.make_message' shared service.
  7314.      *
  7315.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7316.      */
  7317.     protected function getMaker_AutoCommand_MakeMessageService()
  7318.     {
  7319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7324.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7325.         $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()));
  7326.         $instance->setName('make:message');
  7327.         return $instance;
  7328.     }
  7329.     /**
  7330.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7331.      *
  7332.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7333.      */
  7334.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7335.     {
  7336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7341.         $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()));
  7342.         $instance->setName('make:messenger-middleware');
  7343.         return $instance;
  7344.     }
  7345.     /**
  7346.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7347.      *
  7348.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7349.      */
  7350.     protected function getMaker_AutoCommand_MakeMigrationService()
  7351.     {
  7352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7358.         $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()));
  7359.         $instance->setName('make:migration');
  7360.         return $instance;
  7361.     }
  7362.     /**
  7363.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7364.      *
  7365.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7366.      */
  7367.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7368.     {
  7369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7374.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7375.         $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()));
  7376.         $instance->setName('make:registration-form');
  7377.         return $instance;
  7378.     }
  7379.     /**
  7380.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7381.      *
  7382.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7383.      */
  7384.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7385.     {
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7391.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7392.         $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()));
  7393.         $instance->setName('make:reset-password');
  7394.         return $instance;
  7395.     }
  7396.     /**
  7397.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7398.      *
  7399.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7400.      */
  7401.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7402.     {
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7408.         $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()));
  7409.         $instance->setName('make:serializer:encoder');
  7410.         return $instance;
  7411.     }
  7412.     /**
  7413.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7414.      *
  7415.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7416.      */
  7417.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7418.     {
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7424.         $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()));
  7425.         $instance->setName('make:serializer:normalizer');
  7426.         return $instance;
  7427.     }
  7428.     /**
  7429.      * Gets the private 'maker.auto_command.make_sonata_admin' shared service.
  7430.      *
  7431.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7432.      */
  7433.     protected function getMaker_AutoCommand_MakeSonataAdminService()
  7434.     {
  7435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Maker/AdminMaker.php';
  7440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  7441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  7442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  7443.         $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()));
  7444.         $instance->setName('make:sonata:admin');
  7445.         return $instance;
  7446.     }
  7447.     /**
  7448.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7449.      *
  7450.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7451.      */
  7452.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7453.     {
  7454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7460.         $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()));
  7461.         $instance->setName('make:subscriber');
  7462.         return $instance;
  7463.     }
  7464.     /**
  7465.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7466.      *
  7467.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7468.      */
  7469.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7470.     {
  7471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7476.         $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()));
  7477.         $instance->setName('make:twig-extension');
  7478.         return $instance;
  7479.     }
  7480.     /**
  7481.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  7482.      *
  7483.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7484.      */
  7485.     protected function getMaker_AutoCommand_MakeUnitTestService()
  7486.     {
  7487.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  7492.         $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()));
  7493.         $instance->setName('make:unit-test');
  7494.         return $instance;
  7495.     }
  7496.     /**
  7497.      * Gets the private 'maker.auto_command.make_user' shared service.
  7498.      *
  7499.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7500.      */
  7501.     protected function getMaker_AutoCommand_MakeUserService()
  7502.     {
  7503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7510.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7511.         $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()));
  7512.         $instance->setName('make:user');
  7513.         return $instance;
  7514.     }
  7515.     /**
  7516.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7517.      *
  7518.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7519.      */
  7520.     protected function getMaker_AutoCommand_MakeValidatorService()
  7521.     {
  7522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7527.         $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()));
  7528.         $instance->setName('make:validator');
  7529.         return $instance;
  7530.     }
  7531.     /**
  7532.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7533.      *
  7534.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7535.      */
  7536.     protected function getMaker_AutoCommand_MakeVoterService()
  7537.     {
  7538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7543.         $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()));
  7544.         $instance->setName('make:voter');
  7545.         return $instance;
  7546.     }
  7547.     /**
  7548.      * Gets the private 'maker.doctrine_helper' shared service.
  7549.      *
  7550.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7551.      */
  7552.     protected function getMaker_DoctrineHelperService()
  7553.     {
  7554.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7555.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  7556.     }
  7557.     /**
  7558.      * Gets the private 'maker.entity_class_generator' shared service.
  7559.      *
  7560.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7561.      */
  7562.     protected function getMaker_EntityClassGeneratorService()
  7563.     {
  7564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7565.         $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()));
  7566.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  7567.         return $instance;
  7568.     }
  7569.     /**
  7570.      * Gets the private 'maker.file_manager' shared service.
  7571.      *
  7572.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7573.      */
  7574.     protected function getMaker_FileManagerService()
  7575.     {
  7576.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7577.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7578.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7579.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7580.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7581.         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'));
  7582.     }
  7583.     /**
  7584.      * Gets the private 'maker.generator' shared service.
  7585.      *
  7586.      * @return \Symfony\Bundle\MakerBundle\Generator
  7587.      */
  7588.     protected function getMaker_GeneratorService()
  7589.     {
  7590.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7591.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  7592.     }
  7593.     /**
  7594.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7595.      *
  7596.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7597.      */
  7598.     protected function getMaker_Renderer_FormTypeRendererService()
  7599.     {
  7600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7601.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7602.     }
  7603.     /**
  7604.      * Gets the private 'mime_types' shared service.
  7605.      *
  7606.      * @return \Symfony\Component\Mime\MimeTypes
  7607.      */
  7608.     protected function getMimeTypesService()
  7609.     {
  7610.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7611.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7612.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7613.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7614.         $instance->setDefault($instance);
  7615.         return $instance;
  7616.     }
  7617.     /**
  7618.      * Gets the private 'monolog.command.server_log' shared service.
  7619.      *
  7620.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7621.      */
  7622.     protected function getMonolog_Command_ServerLogService()
  7623.     {
  7624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7625.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7626.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7627.         $instance->setName('server:log');
  7628.         return $instance;
  7629.     }
  7630.     /**
  7631.      * Gets the private 'monolog.handler.console' shared service.
  7632.      *
  7633.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7634.      */
  7635.     protected function getMonolog_Handler_ConsoleService()
  7636.     {
  7637.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7638.     }
  7639.     /**
  7640.      * Gets the private 'monolog.handler.main' shared service.
  7641.      *
  7642.      * @return \Monolog\Handler\StreamHandler
  7643.      */
  7644.     protected function getMonolog_Handler_MainService()
  7645.     {
  7646.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  7647.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  7648.         return $instance;
  7649.     }
  7650.     /**
  7651.      * Gets the private 'monolog.logger' shared service.
  7652.      *
  7653.      * @return \Symfony\Bridge\Monolog\Logger
  7654.      */
  7655.     protected function getMonolog_LoggerService()
  7656.     {
  7657.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7658.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7659.         $instance->useMicrosecondTimestamps(true);
  7660.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7661.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7662.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7663.         return $instance;
  7664.     }
  7665.     /**
  7666.      * Gets the private 'monolog.logger.cache' shared service.
  7667.      *
  7668.      * @return \Symfony\Bridge\Monolog\Logger
  7669.      */
  7670.     protected function getMonolog_Logger_CacheService()
  7671.     {
  7672.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7673.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7674.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7675.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7676.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7677.         return $instance;
  7678.     }
  7679.     /**
  7680.      * Gets the private 'monolog.logger.request' shared service.
  7681.      *
  7682.      * @return \Symfony\Bridge\Monolog\Logger
  7683.      */
  7684.     protected function getMonolog_Logger_RequestService()
  7685.     {
  7686.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7687.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7688.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7689.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7690.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7691.         return $instance;
  7692.     }
  7693.     /**
  7694.      * Gets the private 'monolog.logger.security' shared service.
  7695.      *
  7696.      * @return \Symfony\Bridge\Monolog\Logger
  7697.      */
  7698.     protected function getMonolog_Logger_SecurityService()
  7699.     {
  7700.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7701.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7702.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  7703.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7704.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7705.         return $instance;
  7706.     }
  7707.     /**
  7708.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  7709.      *
  7710.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  7711.      */
  7712.     protected function getNelmioApiDoc_Describers_ConfigService()
  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/ExternalDocDescriber.php';
  7716.         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']]);
  7717.     }
  7718.     /**
  7719.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  7720.      *
  7721.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  7722.      */
  7723.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  7724.     {
  7725.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  7726.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7727.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7728.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  7729.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7730.         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 () {
  7731.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  7732.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  7733.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  7734.         }, 3));
  7735.     }
  7736.     /**
  7737.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  7738.      *
  7739.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  7740.      */
  7741.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  7742.     {
  7743.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7744.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7745.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  7746.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7747.         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()));
  7748.     }
  7749.     /**
  7750.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  7751.      *
  7752.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7753.      */
  7754.     protected function getNelmioApiDoc_GeneratorLocatorService()
  7755.     {
  7756.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7757.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  7758.         ], [
  7759.             'default' => '?',
  7760.         ]);
  7761.     }
  7762.     /**
  7763.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  7764.      *
  7765.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  7766.      */
  7767.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  7768.     {
  7769.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7770.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  7773.         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()));
  7774.     }
  7775.     /**
  7776.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  7777.      *
  7778.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  7779.      */
  7780.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  7781.     {
  7782.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7783.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7784.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7785.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
  7786.         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()));
  7787.     }
  7788.     /**
  7789.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  7790.      *
  7791.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  7792.      */
  7793.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  7794.     {
  7795.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7796.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7797.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7798.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  7799.         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 () {
  7800.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7801.             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()));
  7802.             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()));
  7803.             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()));
  7804.             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()));
  7805.             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()));
  7806.             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()));
  7807.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7808.     }
  7809.     /**
  7810.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  7811.      *
  7812.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  7813.      */
  7814.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  7815.     {
  7816.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  7817.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7818.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7819.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  7820.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  7821.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7822.             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()));
  7823.             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()));
  7824.             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()));
  7825.             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()));
  7826.             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()));
  7827.             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()));
  7828.         }, 7));
  7829.     }
  7830.     /**
  7831.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  7832.      *
  7833.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  7834.      */
  7835.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  7836.     {
  7837.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  7838.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  7839.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  7840.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7841.     }
  7842.     /**
  7843.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  7844.      *
  7845.      * @return \Symfony\Component\Routing\RouteCollection
  7846.      */
  7847.     protected function getNelmioApiDoc_Routes_DefaultService()
  7848.     {
  7849.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  7850.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  7851.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7852.         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());
  7853.     }
  7854.     /**
  7855.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  7856.      *
  7857.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  7858.      */
  7859.     protected function getNelmioCors_CorsListenerService()
  7860.     {
  7861.         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'])]));
  7862.     }
  7863.     /**
  7864.      * Gets the private 'parameter_bag' shared service.
  7865.      *
  7866.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  7867.      */
  7868.     protected function getParameterBagService()
  7869.     {
  7870.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  7871.     }
  7872.     /**
  7873.      * Gets the private 'profiler_listener' shared service.
  7874.      *
  7875.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7876.      */
  7877.     protected function getProfilerListenerService()
  7878.     {
  7879.         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);
  7880.     }
  7881.     /**
  7882.      * Gets the private 'property_accessor' shared service.
  7883.      *
  7884.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7885.      */
  7886.     protected function getPropertyAccessorService()
  7887.     {
  7888.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  7889.     }
  7890.     /**
  7891.      * Gets the private 'property_info' shared service.
  7892.      *
  7893.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7894.      */
  7895.     protected function getPropertyInfoService()
  7896.     {
  7897.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7898.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7899.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7900.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7901.         }, 3), new RewindableGenerator(function () {
  7902.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7903.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7904.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7905.         }, 3), new RewindableGenerator(function () {
  7906.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7907.         }, 1), new RewindableGenerator(function () {
  7908.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7909.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7910.         }, 2), new RewindableGenerator(function () {
  7911.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7912.         }, 1));
  7913.     }
  7914.     /**
  7915.      * Gets the private 'property_info.serializer_extractor' shared service.
  7916.      *
  7917.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7918.      */
  7919.     protected function getPropertyInfo_SerializerExtractorService()
  7920.     {
  7921.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7922.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7923.     }
  7924.     /**
  7925.      * Gets the private 'router.cache_warmer' shared service.
  7926.      *
  7927.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7928.      */
  7929.     protected function getRouter_CacheWarmerService()
  7930.     {
  7931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7933.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7934.             'router' => ['services''router''getRouterService'false],
  7935.         ], [
  7936.             'router' => '?',
  7937.         ]))->withContext('router.cache_warmer'$this));
  7938.     }
  7939.     /**
  7940.      * Gets the private 'router.request_context' shared service.
  7941.      *
  7942.      * @return \Symfony\Component\Routing\RequestContext
  7943.      */
  7944.     protected function getRouter_RequestContextService()
  7945.     {
  7946.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  7947.     }
  7948.     /**
  7949.      * Gets the private 'router_listener' shared service.
  7950.      *
  7951.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7952.      */
  7953.     protected function getRouterListenerService()
  7954.     {
  7955.         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);
  7956.     }
  7957.     /**
  7958.      * Gets the private 'security.access_listener' shared service.
  7959.      *
  7960.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7961.      */
  7962.     protected function getSecurity_AccessListenerService()
  7963.     {
  7964.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7968.         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()));
  7969.     }
  7970.     /**
  7971.      * Gets the private 'security.access_map' shared service.
  7972.      *
  7973.      * @return \Symfony\Component\Security\Http\AccessMap
  7974.      */
  7975.     protected function getSecurity_AccessMapService()
  7976.     {
  7977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7980.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7981.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7982.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7983.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7984.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7985.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7986.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_ADMIN'=> 'ROLE_SONATA_ADMIN'=> 'ROLE_ADMIN_NEWS_ADMIN'], NULL);
  7987.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/.*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  7988.         return $instance;
  7989.     }
  7990.     /**
  7991.      * Gets the private 'security.acl.dbal.schema_listener' shared service.
  7992.      *
  7993.      * @return \Symfony\Bundle\AclBundle\EventListener\AclSchemaListener
  7994.      */
  7995.     protected function getSecurity_Acl_Dbal_SchemaListenerService()
  7996.     {
  7997.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/EventListener/AclSchemaListener.php';
  7998.         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()));
  7999.     }
  8000.     /**
  8001.      * Gets the private 'security.acl.security_identity_retrieval_strategy' shared service.
  8002.      *
  8003.      * @return \Symfony\Component\Security\Acl\Domain\SecurityIdentityRetrievalStrategy
  8004.      */
  8005.     protected function getSecurity_Acl_SecurityIdentityRetrievalStrategyService()
  8006.     {
  8007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/SecurityIdentityRetrievalStrategyInterface.php';
  8008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/SecurityIdentityRetrievalStrategy.php';
  8009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8010.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8011.         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))));
  8012.     }
  8013.     /**
  8014.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  8015.      *
  8016.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8017.      */
  8018.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  8019.     {
  8020.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8021.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8024.         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()));
  8025.     }
  8026.     /**
  8027.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8028.      *
  8029.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8030.      */
  8031.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8032.     {
  8033.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8034.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8036.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8037.         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()));
  8038.     }
  8039.     /**
  8040.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  8041.      *
  8042.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  8043.      */
  8044.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  8045.     {
  8046.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  8050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  8051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8053.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  8054.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8055.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  8056.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8057.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8058.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8059.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  8060.         $b->setOptions(['login_path' => '/admin/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  8061.         $b->setProviderKey('admin');
  8062.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  8063.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  8064.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  8065.         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);
  8066.     }
  8067.     /**
  8068.      * Gets the private 'security.authentication.listener.form.main' shared service.
  8069.      *
  8070.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  8071.      */
  8072.     protected function getSecurity_Authentication_Listener_Form_MainService()
  8073.     {
  8074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8075.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8076.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  8078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  8079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8080.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  8082.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  8084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8086.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8087.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  8088.         $b->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  8089.         $b->setProviderKey('main');
  8090.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  8091.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  8092.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  8093.         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);
  8094.     }
  8095.     /**
  8096.      * Gets the private 'security.authentication.manager' shared service.
  8097.      *
  8098.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8099.      */
  8100.     protected function getSecurity_Authentication_ManagerService()
  8101.     {
  8102.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8103.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  8104.             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'))));
  8105.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  8106.             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'))));
  8107.         }, 4), true);
  8108.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8109.         return $instance;
  8110.     }
  8111.     /**
  8112.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  8113.      *
  8114.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  8115.      */
  8116.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  8117.     {
  8118.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8119.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  8120.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  8121.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8122.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  8123.         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);
  8124.     }
  8125.     /**
  8126.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  8127.      *
  8128.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  8129.      */
  8130.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  8131.     {
  8132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  8134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  8135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  8137.         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);
  8138.     }
  8139.     /**
  8140.      * Gets the private 'security.channel_listener' shared service.
  8141.      *
  8142.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8143.      */
  8144.     protected function getSecurity_ChannelListenerService()
  8145.     {
  8146.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8147.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8149.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  8152.         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()));
  8153.     }
  8154.     /**
  8155.      * Gets the private 'security.command.user_password_encoder' shared service.
  8156.      *
  8157.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8158.      */
  8159.     protected function getSecurity_Command_UserPasswordEncoderService()
  8160.     {
  8161.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  8163.         $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']);
  8164.         $instance->setName('security:encode-password');
  8165.         return $instance;
  8166.     }
  8167.     /**
  8168.      * Gets the private 'security.context_listener.0' shared service.
  8169.      *
  8170.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8171.      */
  8172.     protected function getSecurity_ContextListener_0Service()
  8173.     {
  8174.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8175.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8180.         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 () {
  8181.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  8182.         }, 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']);
  8183.     }
  8184.     /**
  8185.      * Gets the private 'security.csrf.token_storage' shared service.
  8186.      *
  8187.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8188.      */
  8189.     protected function getSecurity_Csrf_TokenStorageService()
  8190.     {
  8191.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8192.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8194.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  8195.     }
  8196.     /**
  8197.      * Gets the private 'security.encoder_factory.generic' shared service.
  8198.      *
  8199.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8200.      */
  8201.     protected function getSecurity_EncoderFactory_GenericService()
  8202.     {
  8203.         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]]);
  8204.     }
  8205.     /**
  8206.      * Gets the private 'security.firewall.map' shared service.
  8207.      *
  8208.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8209.      */
  8210.     protected function getSecurity_Firewall_MapService()
  8211.     {
  8212.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8213.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  8214.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  8215.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  8216.         ], [
  8217.             'security.firewall.map.context.admin' => '?',
  8218.             'security.firewall.map.context.dev' => '?',
  8219.             'security.firewall.map.context.main' => '?',
  8220.         ]), new RewindableGenerator(function () {
  8221.             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)/')));
  8222.             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(.*)')));
  8223.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
  8224.         }, 3));
  8225.     }
  8226.     /**
  8227.      * Gets the private 'security.firewall.map.context.admin' shared service.
  8228.      *
  8229.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8230.      */
  8231.     protected function getSecurity_Firewall_Map_Context_AdminService()
  8232.     {
  8233.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  8238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8242.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  8243.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  8244.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  8249.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  8250.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8251.         $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']);
  8252.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  8253.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  8254.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8255.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8256.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8257.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  8258.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  8259.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8260.         }, 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));
  8261.     }
  8262.     /**
  8263.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8264.      *
  8265.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8266.      */
  8267.     protected function getSecurity_Firewall_Map_Context_DevService()
  8268.     {
  8269.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8270.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8271.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8272.             return new \EmptyIterator();
  8273.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  8274.     }
  8275.     /**
  8276.      * Gets the private 'security.firewall.map.context.main' shared service.
  8277.      *
  8278.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8279.      */
  8280.     protected function getSecurity_Firewall_Map_Context_MainService()
  8281.     {
  8282.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8283.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8284.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8289.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8290.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8291.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  8292.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  8293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  8298.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  8299.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8300.         $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']);
  8301.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  8302.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  8303.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8304.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8305.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8306.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  8307.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8308.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8309.         }, 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));
  8310.     }
  8311.     /**
  8312.      * Gets the private 'security.http_utils' shared service.
  8313.      *
  8314.      * @return \Symfony\Component\Security\Http\HttpUtils
  8315.      */
  8316.     protected function getSecurity_HttpUtilsService()
  8317.     {
  8318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8319.         $a = ($this->services['router'] ?? $this->getRouterService());
  8320.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8321.     }
  8322.     /**
  8323.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  8324.      *
  8325.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  8326.      */
  8327.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  8328.     {
  8329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  8331.         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()));
  8332.     }
  8333.     /**
  8334.      * Gets the private 'security.logout_url_generator' shared service.
  8335.      *
  8336.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8337.      */
  8338.     protected function getSecurity_LogoutUrlGeneratorService()
  8339.     {
  8340.         $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()));
  8341.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULL'user');
  8342.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'user');
  8343.         return $instance;
  8344.     }
  8345.     /**
  8346.      * Gets the private 'security.role_hierarchy' shared service.
  8347.      *
  8348.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8349.      */
  8350.     protected function getSecurity_RoleHierarchyService()
  8351.     {
  8352.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8353.     }
  8354.     /**
  8355.      * Gets the private 'security.validator.user_password' shared service.
  8356.      *
  8357.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8358.      */
  8359.     protected function getSecurity_Validator_UserPasswordService()
  8360.     {
  8361.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8362.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8364.         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()));
  8365.     }
  8366.     /**
  8367.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8368.      *
  8369.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8370.      */
  8371.     protected function getSerializer_Mapping_CacheWarmerService()
  8372.     {
  8373.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8375.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8376.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8377.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8378.         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'));
  8379.     }
  8380.     /**
  8381.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8382.      *
  8383.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8384.      */
  8385.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8386.     {
  8387.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8388.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8389.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8390.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8391.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8392.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8393.         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);
  8394.     }
  8395.     /**
  8396.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  8397.      *
  8398.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  8399.      */
  8400.     protected function getSerializer_NameConverter_MetadataAwareService()
  8401.     {
  8402.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  8404.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  8405.         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()));
  8406.     }
  8407.     /**
  8408.      * Gets the private 'session.storage.native' shared service.
  8409.      *
  8410.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8411.      */
  8412.     protected function getSession_Storage_NativeService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  8416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  8417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  8418.         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));
  8419.     }
  8420.     /**
  8421.      * Gets the private 'session_listener' shared service.
  8422.      *
  8423.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8424.      */
  8425.     protected function getSessionListenerService()
  8426.     {
  8427.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8428.             'initialized_session' => ['services''session'NULLfalse],
  8429.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8430.             'session' => ['services''session''getSessionService'false],
  8431.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8432.         ], [
  8433.             'initialized_session' => '?',
  8434.             'request_stack' => '?',
  8435.             'session' => '?',
  8436.             'session_storage' => '?',
  8437.         ]));
  8438.     }
  8439.     /**
  8440.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  8441.      *
  8442.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  8443.      */
  8444.     protected function getSonata_Admin_Builder_OrmDatagridService()
  8445.     {
  8446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  8448.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  8449.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  8450.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  8451.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  8452.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/FilterTypeGuesser.php';
  8453.         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);
  8454.     }
  8455.     /**
  8456.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  8457.      *
  8458.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  8459.      */
  8460.     protected function getSonata_Admin_Builder_OrmFormService()
  8461.     {
  8462.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8463.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  8464.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  8465.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  8466.     }
  8467.     /**
  8468.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  8469.      *
  8470.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  8471.      */
  8472.     protected function getSonata_Admin_Builder_OrmListService()
  8473.     {
  8474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8475.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  8476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  8477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  8478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  8481.         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']);
  8482.     }
  8483.     /**
  8484.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  8485.      *
  8486.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  8487.      */
  8488.     protected function getSonata_Admin_Builder_OrmShowService()
  8489.     {
  8490.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8491.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  8492.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  8495.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  8497.         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']);
  8498.     }
  8499.     /**
  8500.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  8501.      *
  8502.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  8503.      */
  8504.     protected function getSonata_Admin_Menu_GroupProviderService()
  8505.     {
  8506.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  8507.         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()));
  8508.     }
  8509.     /**
  8510.      * Gets the private 'sonata.admin.security.handler.role' shared service.
  8511.      *
  8512.      * @return \Sonata\AdminBundle\Security\Handler\RoleSecurityHandler
  8513.      */
  8514.     protected function getSonata_Admin_Security_Handler_RoleService()
  8515.     {
  8516.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  8517.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/RoleSecurityHandler.php';
  8518.         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']);
  8519.     }
  8520.     /**
  8521.      * Gets the private 'sonata.block.form.type.block' shared service.
  8522.      *
  8523.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  8524.      */
  8525.     protected function getSonata_Block_Form_Type_BlockService()
  8526.     {
  8527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  8530.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  8531.     }
  8532.     /**
  8533.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  8534.      *
  8535.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  8536.      */
  8537.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  8538.     {
  8539.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  8542.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['@SonataBlock/Block/block_container.html.twig' => 'SonataBlockBundle default template']);
  8543.     }
  8544.     /**
  8545.      * Gets the private 'sonata.block.templating.helper' shared service.
  8546.      *
  8547.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  8548.      */
  8549.     protected function getSonata_Block_Templating_HelperService()
  8550.     {
  8551.         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))));
  8552.     }
  8553.     /**
  8554.      * Gets the private 'sonata.core.model.adapter.doctrine_orm' shared service.
  8555.      *
  8556.      * @return \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter
  8557.      *
  8558.      * @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.
  8559.      */
  8560.     protected function getSonata_Core_Model_Adapter_DoctrineOrmService()
  8561.     {
  8562.         @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);
  8563.         return new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8564.     }
  8565.     /**
  8566.      * Gets the private 'sonata.core.twig.extension.text' shared service.
  8567.      *
  8568.      * @return \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension
  8569.      *
  8570.      * @deprecated The "sonata.core.twig.extension.text" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
  8571.      */
  8572.     protected function getSonata_Core_Twig_Extension_TextService()
  8573.     {
  8574.         @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);
  8575.         return new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension();
  8576.     }
  8577.     /**
  8578.      * Gets the private 'sonata.core.twig.status_extension' shared service.
  8579.      *
  8580.      * @return \Sonata\CoreBundle\Twig\Extension\StatusExtension
  8581.      *
  8582.      * @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.
  8583.      */
  8584.     protected function getSonata_Core_Twig_StatusExtensionService()
  8585.     {
  8586.         @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);
  8587.         return new \Sonata\CoreBundle\Twig\Extension\StatusExtension();
  8588.     }
  8589.     /**
  8590.      * Gets the private 'sonata.core.validator.inline' shared service.
  8591.      *
  8592.      * @return \Sonata\Form\Validator\InlineValidator
  8593.      *
  8594.      * @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.
  8595.      */
  8596.     protected function getSonata_Core_Validator_InlineService()
  8597.     {
  8598.         @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);
  8599.         return $this->privates['sonata.core.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  8600.     }
  8601.     /**
  8602.      * Gets the private 'sonata.form.type.equal' shared service.
  8603.      *
  8604.      * @return \Sonata\Form\Type\EqualType
  8605.      */
  8606.     protected function getSonata_Form_Type_EqualService()
  8607.     {
  8608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8610.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php';
  8611.         return $this->privates['sonata.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  8612.     }
  8613.     /**
  8614.      * Gets the private 'sonata.form.validator.inline' shared service.
  8615.      *
  8616.      * @return \Sonata\Form\Validator\InlineValidator
  8617.      */
  8618.     protected function getSonata_Form_Validator_InlineService()
  8619.     {
  8620.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8621.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8622.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Validator/InlineValidator.php';
  8623.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  8624.     }
  8625.     /**
  8626.      * Gets the private 'sonata.templating' shared service.
  8627.      *
  8628.      * @return \Sonata\BlockBundle\Templating\TwigEngine
  8629.      *
  8630.      * @deprecated The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  8631.      */
  8632.     protected function getSonata_TemplatingService()
  8633.     {
  8634.         @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);
  8635.         return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->getSonata_Templating_NameParserService(), $this->getSonata_Templating_LocatorService());
  8636.     }
  8637.     /**
  8638.      * Gets the private 'sonata.templating.locator' shared service.
  8639.      *
  8640.      * @return \Sonata\BlockBundle\Templating\TemplateLocator
  8641.      *
  8642.      * @deprecated The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  8643.      */
  8644.     protected function getSonata_Templating_LocatorService()
  8645.     {
  8646.         @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);
  8647.         return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  8648.     }
  8649.     /**
  8650.      * Gets the private 'sonata.templating.name_parser' shared service.
  8651.      *
  8652.      * @return \Sonata\BlockBundle\Templating\TemplateNameParser
  8653.      *
  8654.      * @deprecated The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  8655.      */
  8656.     protected function getSonata_Templating_NameParserService()
  8657.     {
  8658.         @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);
  8659.         return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  8660.     }
  8661.     /**
  8662.      * Gets the private 'sonata.twig.flashmessage.twig.runtime' shared service.
  8663.      *
  8664.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  8665.      */
  8666.     protected function getSonata_Twig_Flashmessage_Twig_RuntimeService()
  8667.     {
  8668.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageRuntime.php';
  8669.         return $this->privates['sonata.twig.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  8670.     }
  8671.     /**
  8672.      * Gets the private 'sonata.twig.status_runtime' shared service.
  8673.      *
  8674.      * @return \Sonata\Twig\Extension\StatusRuntime
  8675.      */
  8676.     protected function getSonata_Twig_StatusRuntimeService()
  8677.     {
  8678.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/StatusRuntime.php';
  8679.         $this->privates['sonata.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  8680.         $instance->addStatusService(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  8681.         return $instance;
  8682.     }
  8683.     /**
  8684.      * Gets the private 'sonata.user.api.form.type.group' shared service.
  8685.      *
  8686.      * @return \Sonata\UserBundle\Form\Type\ApiGroupType
  8687.      */
  8688.     protected function getSonata_User_Api_Form_Type_GroupService()
  8689.     {
  8690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8692.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BaseDoctrineORMSerializationType.php';
  8693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/ApiGroupType.php';
  8694.         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');
  8695.     }
  8696.     /**
  8697.      * Gets the private 'sonata.user.api.form.type.user' shared service.
  8698.      *
  8699.      * @return \Sonata\UserBundle\Form\Type\ApiUserType
  8700.      */
  8701.     protected function getSonata_User_Api_Form_Type_UserService()
  8702.     {
  8703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8704.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8705.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BaseDoctrineORMSerializationType.php';
  8706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/ApiUserType.php';
  8707.         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');
  8708.     }
  8709.     /**
  8710.      * Gets the private 'sonata.user.form.gender_list' shared service.
  8711.      *
  8712.      * @return \Sonata\UserBundle\Form\Type\UserGenderListType
  8713.      *
  8714.      * @deprecated The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.
  8715.      */
  8716.     protected function getSonata_User_Form_GenderListService()
  8717.     {
  8718.         @trigger_error('The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.'E_USER_DEPRECATED);
  8719.         return $this->privates['sonata.user.form.gender_list'] = new \Sonata\UserBundle\Form\Type\UserGenderListType('App\\Entity\\User''getGenderList''Sonata\\UserBundle\\Form\\Type\\UserGenderListType');
  8720.     }
  8721.     /**
  8722.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  8723.      *
  8724.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  8725.      */
  8726.     protected function getSonata_User_MatrixRolesBuilderService()
  8727.     {
  8728.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  8729.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  8730.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  8731.         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']));
  8732.     }
  8733.     /**
  8734.      * Gets the private 'sonata.user.serializer.handler.user' shared service.
  8735.      *
  8736.      * @return \Sonata\UserBundle\Serializer\UserSerializerHandler
  8737.      */
  8738.     protected function getSonata_User_Serializer_Handler_UserService()
  8739.     {
  8740.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  8741.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Serializer/SerializerHandlerInterface.php';
  8742.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Serializer/BaseSerializerHandler.php';
  8743.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Serializer/UserSerializerHandler.php';
  8744.         return $this->privates['sonata.user.serializer.handler.user'] = new \Sonata\UserBundle\Serializer\UserSerializerHandler(($this->services['sonata.user.manager.user'] ?? $this->getSonata_User_Manager_UserService()));
  8745.     }
  8746.     /**
  8747.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  8748.      *
  8749.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  8750.      *
  8751.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8752.      */
  8753.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  8754.     {
  8755.         @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);
  8756.         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()));
  8757.     }
  8758.     /**
  8759.      * Gets the private 'templating.finder' shared service.
  8760.      *
  8761.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  8762.      *
  8763.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8764.      */
  8765.     protected function getTemplating_FinderService()
  8766.     {
  8767.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  8770.         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'));
  8771.     }
  8772.     /**
  8773.      * Gets the private 'templating.locator' shared service.
  8774.      *
  8775.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  8776.      *
  8777.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8778.      */
  8779.     protected function getTemplating_LocatorService()
  8780.     {
  8781.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  8782.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  8783.     }
  8784.     /**
  8785.      * Gets the private 'templating.name_parser' shared service.
  8786.      *
  8787.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  8788.      *
  8789.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8790.      */
  8791.     protected function getTemplating_NameParserService()
  8792.     {
  8793.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  8794.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  8795.     }
  8796.     /**
  8797.      * Gets the private 'translation.extractor' shared service.
  8798.      *
  8799.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8800.      */
  8801.     protected function getTranslation_ExtractorService()
  8802.     {
  8803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8805.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8806.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8807.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8808.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8809.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8810.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  8811.         return $instance;
  8812.     }
  8813.     /**
  8814.      * Gets the private 'translation.loader.csv' shared service.
  8815.      *
  8816.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8817.      */
  8818.     protected function getTranslation_Loader_CsvService()
  8819.     {
  8820.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8821.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8822.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8823.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8824.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8825.     }
  8826.     /**
  8827.      * Gets the private 'translation.loader.dat' shared service.
  8828.      *
  8829.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8830.      */
  8831.     protected function getTranslation_Loader_DatService()
  8832.     {
  8833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8836.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8837.     }
  8838.     /**
  8839.      * Gets the private 'translation.loader.ini' shared service.
  8840.      *
  8841.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8842.      */
  8843.     protected function getTranslation_Loader_IniService()
  8844.     {
  8845.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8846.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8847.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8848.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8849.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8850.     }
  8851.     /**
  8852.      * Gets the private 'translation.loader.json' shared service.
  8853.      *
  8854.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8855.      */
  8856.     protected function getTranslation_Loader_JsonService()
  8857.     {
  8858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8860.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8862.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8863.     }
  8864.     /**
  8865.      * Gets the private 'translation.loader.mo' shared service.
  8866.      *
  8867.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8868.      */
  8869.     protected function getTranslation_Loader_MoService()
  8870.     {
  8871.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8873.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8874.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8875.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8876.     }
  8877.     /**
  8878.      * Gets the private 'translation.loader.php' shared service.
  8879.      *
  8880.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8881.      */
  8882.     protected function getTranslation_Loader_PhpService()
  8883.     {
  8884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8885.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8886.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8888.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8889.     }
  8890.     /**
  8891.      * Gets the private 'translation.loader.po' shared service.
  8892.      *
  8893.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8894.      */
  8895.     protected function getTranslation_Loader_PoService()
  8896.     {
  8897.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8898.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8899.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8900.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8901.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8902.     }
  8903.     /**
  8904.      * Gets the private 'translation.loader.qt' shared service.
  8905.      *
  8906.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8907.      */
  8908.     protected function getTranslation_Loader_QtService()
  8909.     {
  8910.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8911.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8912.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8913.     }
  8914.     /**
  8915.      * Gets the private 'translation.loader.res' shared service.
  8916.      *
  8917.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8918.      */
  8919.     protected function getTranslation_Loader_ResService()
  8920.     {
  8921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8923.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8924.     }
  8925.     /**
  8926.      * Gets the private 'translation.loader.xliff' shared service.
  8927.      *
  8928.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8929.      */
  8930.     protected function getTranslation_Loader_XliffService()
  8931.     {
  8932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8934.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8935.     }
  8936.     /**
  8937.      * Gets the private 'translation.loader.yml' shared service.
  8938.      *
  8939.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8940.      */
  8941.     protected function getTranslation_Loader_YmlService()
  8942.     {
  8943.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8944.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8947.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8948.     }
  8949.     /**
  8950.      * Gets the private 'translation.reader' shared service.
  8951.      *
  8952.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8953.      */
  8954.     protected function getTranslation_ReaderService()
  8955.     {
  8956.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8960.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8961.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8965.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8966.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8967.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8968.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8969.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8970.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8971.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8972.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8973.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8974.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8975.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8976.         $instance->addLoader('yaml'$a);
  8977.         $instance->addLoader('yml'$a);
  8978.         $instance->addLoader('xlf'$b);
  8979.         $instance->addLoader('xliff'$b);
  8980.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8981.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8982.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8983.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8984.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8985.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8986.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8987.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8988.         return $instance;
  8989.     }
  8990.     /**
  8991.      * Gets the private 'translation.warmer' shared service.
  8992.      *
  8993.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8994.      */
  8995.     protected function getTranslation_WarmerService()
  8996.     {
  8997.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8999.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9000.             'translator' => ['services''translator''getTranslatorService'false],
  9001.         ], [
  9002.             'translator' => '?',
  9003.         ]))->withContext('translation.warmer'$this));
  9004.     }
  9005.     /**
  9006.      * Gets the private 'translator.default' shared service.
  9007.      *
  9008.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9009.      */
  9010.     protected function getTranslator_DefaultService()
  9011.     {
  9012.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9013.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9014.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9015.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9016.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9017.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9018.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9019.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9020.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9021.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9022.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9023.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9024.         ], [
  9025.             'translation.loader.csv' => '?',
  9026.             'translation.loader.dat' => '?',
  9027.             'translation.loader.ini' => '?',
  9028.             'translation.loader.json' => '?',
  9029.             'translation.loader.mo' => '?',
  9030.             'translation.loader.php' => '?',
  9031.             'translation.loader.po' => '?',
  9032.             'translation.loader.qt' => '?',
  9033.             'translation.loader.res' => '?',
  9034.             'translation.loader.xliff' => '?',
  9035.             'translation.loader.yml' => '?',
  9036.         ]), 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']]]);
  9037.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9038.         $instance->setFallbackLocales([=> 'en'=> 'ru']);
  9039.         return $instance;
  9040.     }
  9041.     /**
  9042.      * Gets the private 'twig.cache_warmer' shared service.
  9043.      *
  9044.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  9045.      *
  9046.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  9047.      */
  9048.     protected function getTwig_CacheWarmerService()
  9049.     {
  9050.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  9051.         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]);
  9052.     }
  9053.     /**
  9054.      * Gets the private 'twig.command.debug' shared service.
  9055.      *
  9056.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9057.      */
  9058.     protected function getTwig_Command_DebugService()
  9059.     {
  9060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9061.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9062.         $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'));
  9063.         $instance->setName('debug:twig');
  9064.         return $instance;
  9065.     }
  9066.     /**
  9067.      * Gets the private 'twig.command.lint' shared service.
  9068.      *
  9069.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9070.      */
  9071.     protected function getTwig_Command_LintService()
  9072.     {
  9073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9074.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9075.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9076.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  9077.         $instance->setName('lint:twig');
  9078.         return $instance;
  9079.     }
  9080.     /**
  9081.      * Gets the private 'twig.form.renderer' shared service.
  9082.      *
  9083.      * @return \Symfony\Component\Form\FormRenderer
  9084.      */
  9085.     protected function getTwig_Form_RendererService()
  9086.     {
  9087.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9088.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9089.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9091.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9092.         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()));
  9093.     }
  9094.     /**
  9095.      * Gets the private 'twig.mailer.message_listener' shared service.
  9096.      *
  9097.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  9098.      */
  9099.     protected function getTwig_Mailer_MessageListenerService()
  9100.     {
  9101.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  9102.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  9103.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  9104.         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())));
  9105.     }
  9106.     /**
  9107.      * Gets the private 'twig.runtime.httpkernel' shared service.
  9108.      *
  9109.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  9110.      */
  9111.     protected function getTwig_Runtime_HttpkernelService()
  9112.     {
  9113.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  9114.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  9115.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  9116.         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, [
  9117.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  9118.         ], [
  9119.             'inline' => '?',
  9120.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  9121.     }
  9122.     /**
  9123.      * Gets the private 'twig.runtime.security_csrf' shared service.
  9124.      *
  9125.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  9126.      */
  9127.     protected function getTwig_Runtime_SecurityCsrfService()
  9128.     {
  9129.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  9130.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  9131.     }
  9132.     /**
  9133.      * Gets the private 'twig.template_cache_warmer' shared service.
  9134.      *
  9135.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  9136.      */
  9137.     protected function getTwig_TemplateCacheWarmerService()
  9138.     {
  9139.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9140.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  9141.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  9142.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  9143.         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')));
  9144.     }
  9145.     /**
  9146.      * Gets the private 'validator.builder' shared service.
  9147.      *
  9148.      * @return \Symfony\Component\Validator\ValidatorBuilder
  9149.      */
  9150.     protected function getValidator_BuilderService()
  9151.     {
  9152.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  9153.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  9154.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  9155.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  9156.         $instance->setTranslationDomain('validators');
  9157.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  9158.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  9159.         $instance->addMethodMapping('loadValidatorMetadata');
  9160.         $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()))]);
  9161.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  9162.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  9163.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  9164.         return $instance;
  9165.     }
  9166.     /**
  9167.      * Gets the private 'validator.email' shared service.
  9168.      *
  9169.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  9170.      */
  9171.     protected function getValidator_EmailService()
  9172.     {
  9173.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9174.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9175.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  9176.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  9177.     }
  9178.     /**
  9179.      * Gets the private 'validator.expression' shared service.
  9180.      *
  9181.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  9182.      */
  9183.     protected function getValidator_ExpressionService()
  9184.     {
  9185.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9186.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9187.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  9188.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  9189.     }
  9190.     /**
  9191.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  9192.      *
  9193.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  9194.      */
  9195.     protected function getValidator_Mapping_CacheWarmerService()
  9196.     {
  9197.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9198.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9199.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  9200.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  9201.     }
  9202.     /**
  9203.      * Gets the private 'validator.not_compromised_password' shared service.
  9204.      *
  9205.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  9206.      */
  9207.     protected function getValidator_NotCompromisedPasswordService()
  9208.     {
  9209.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9210.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9211.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  9212.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  9213.     }
  9214.     /**
  9215.      * Gets the private 'validator.validator_factory' shared service.
  9216.      *
  9217.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  9218.      */
  9219.     protected function getValidator_ValidatorFactoryService()
  9220.     {
  9221.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9222.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  9223.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  9224.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9225.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9226.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  9227.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9228.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  9229.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  9230.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  9231.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  9232.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService'false],
  9233.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  9234.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  9235.         ], [
  9236.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  9237.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  9238.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  9239.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  9240.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  9241.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  9242.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  9243.             'doctrine.orm.validator.unique' => '?',
  9244.             'security.validator.user_password' => '?',
  9245.             'sonata.admin.validator.inline' => '?',
  9246.             'sonata.core.validator.inline' => '?',
  9247.             'sonata.form.validator.inline' => '?',
  9248.             'validator.expression' => '?',
  9249.         ]));
  9250.     }
  9251.     /**
  9252.      * Gets the private 'var_dumper.command.server_dump' shared service.
  9253.      *
  9254.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  9255.      */
  9256.     protected function getVarDumper_Command_ServerDumpService()
  9257.     {
  9258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9259.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  9260.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  9261.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  9262.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  9263.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  9264.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  9265.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9266.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9267.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9268.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9269.         $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()))]);
  9270.         $instance->setName('server:dump');
  9271.         return $instance;
  9272.     }
  9273.     /**
  9274.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  9275.      *
  9276.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  9277.      */
  9278.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  9279.     {
  9280.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(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.html_dumper' shared service.
  9286.      *
  9287.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  9288.      */
  9289.     protected function getVarDumper_HtmlDumperService()
  9290.     {
  9291.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  9292.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  9293.         return $instance;
  9294.     }
  9295.     /**
  9296.      * Gets the private 'var_dumper.server_connection' shared service.
  9297.      *
  9298.      * @return \Symfony\Component\VarDumper\Server\Connection
  9299.      */
  9300.     protected function getVarDumper_ServerConnectionService()
  9301.     {
  9302.         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()]);
  9303.     }
  9304.     /**
  9305.      * Gets the private 'web_profiler.csp.handler' shared service.
  9306.      *
  9307.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  9308.      */
  9309.     protected function getWebProfiler_Csp_HandlerService()
  9310.     {
  9311.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  9312.     }
  9313.     /**
  9314.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  9315.      *
  9316.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  9317.      */
  9318.     protected function getWebProfiler_DebugToolbarService()
  9319.     {
  9320.         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()));
  9321.     }
  9322.     /**
  9323.      * Gets the private 'web_server.command.server_run' shared service.
  9324.      *
  9325.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  9326.      */
  9327.     protected function getWebServer_Command_ServerRunService()
  9328.     {
  9329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9330.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  9331.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  9332.         $instance->setName('server:run');
  9333.         return $instance;
  9334.     }
  9335.     /**
  9336.      * Gets the private 'web_server.command.server_start' shared service.
  9337.      *
  9338.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  9339.      */
  9340.     protected function getWebServer_Command_ServerStartService()
  9341.     {
  9342.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9343.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  9344.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  9345.         $instance->setName('server:start');
  9346.         return $instance;
  9347.     }
  9348.     /**
  9349.      * Gets the private 'web_server.command.server_status' shared service.
  9350.      *
  9351.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  9352.      */
  9353.     protected function getWebServer_Command_ServerStatusService()
  9354.     {
  9355.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9356.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  9357.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  9358.         $instance->setName('server:status');
  9359.         return $instance;
  9360.     }
  9361.     /**
  9362.      * Gets the private 'web_server.command.server_stop' shared service.
  9363.      *
  9364.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  9365.      */
  9366.     protected function getWebServer_Command_ServerStopService()
  9367.     {
  9368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  9370.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  9371.         $instance->setName('server:stop');
  9372.         return $instance;
  9373.     }
  9374.     /**
  9375.      * Gets the public 'sonata.core.flashmessage.manager' alias.
  9376.      *
  9377.      * @return object The "sonata.twig.flashmessage.manager" service.
  9378.      */
  9379.     protected function getSonata_Core_Flashmessage_ManagerService()
  9380.     {
  9381.         @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);
  9382.         return $this->get('sonata.twig.flashmessage.manager');
  9383.     }
  9384.     /**
  9385.      * Gets the public 'sonata.core.flashmessage.twig.extension' alias.
  9386.      *
  9387.      * @return object The "sonata.twig.flashmessage.twig.extension" service.
  9388.      */
  9389.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  9390.     {
  9391.         @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);
  9392.         return $this->get('sonata.twig.flashmessage.twig.extension');
  9393.     }
  9394.     public function getParameter($name)
  9395.     {
  9396.         $name = (string) $name;
  9397.         if (isset($this->buildParameters[$name])) {
  9398.             return $this->buildParameters[$name];
  9399.         }
  9400.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  9401.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  9402.         }
  9403.         if (isset($this->loadedDynamicParameters[$name])) {
  9404.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9405.         }
  9406.         return $this->parameters[$name];
  9407.     }
  9408.     public function hasParameter($name): bool
  9409.     {
  9410.         $name = (string) $name;
  9411.         if (isset($this->buildParameters[$name])) {
  9412.             return true;
  9413.         }
  9414.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  9415.     }
  9416.     public function setParameter($name$value): void
  9417.     {
  9418.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  9419.     }
  9420.     public function getParameterBag(): ParameterBagInterface
  9421.     {
  9422.         if (null === $this->parameterBag) {
  9423.             $parameters $this->parameters;
  9424.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  9425.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  9426.             }
  9427.             foreach ($this->buildParameters as $name => $value) {
  9428.                 $parameters[$name] = $value;
  9429.             }
  9430.             $this->parameterBag = new FrozenParameterBag($parameters);
  9431.         }
  9432.         return $this->parameterBag;
  9433.     }
  9434.     private $loadedDynamicParameters = [
  9435.         'kernel.cache_dir' => false,
  9436.         'stripe_api_key' => false,
  9437.         'kernel.secret' => false,
  9438.         'session.save_path' => false,
  9439.         'validator.mapping.cache.file' => false,
  9440.         'profiler.storage.dsn' => false,
  9441.         'debug.container.dump' => false,
  9442.         'serializer.mapping.cache.file' => false,
  9443.         'doctrine.orm.proxy_dir' => false,
  9444.         'fos_user.registration.confirmation.from_email' => false,
  9445.         'fos_user.resetting.email.from_email' => false,
  9446.     ];
  9447.     private $dynamicParameters = [];
  9448.     private function getDynamicParameter(string $name)
  9449.     {
  9450.         switch ($name) {
  9451.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  9452.             case 'stripe_api_key'$value $this->getEnv('STRIPE_API_KEY'); break;
  9453.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  9454.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  9455.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  9456.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  9457.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  9458.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  9459.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  9460.             case 'fos_user.registration.confirmation.from_email'$value = [
  9461.                 $this->getEnv('MAILER_USER_ADDRESS') => $this->getEnv('MAILER_USER_NAME'),
  9462.             ]; break;
  9463.             case 'fos_user.resetting.email.from_email'$value = [
  9464.                 $this->getEnv('MAILER_USER_ADDRESS') => $this->getEnv('MAILER_USER_NAME'),
  9465.             ]; break;
  9466.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  9467.         }
  9468.         $this->loadedDynamicParameters[$name] = true;
  9469.         return $this->dynamicParameters[$name] = $value;
  9470.     }
  9471.     protected function getDefaultParameters(): array
  9472.     {
  9473.         return [
  9474.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  9475.             'kernel.project_dir' => \dirname(__DIR__4),
  9476.             'kernel.environment' => 'dev',
  9477.             'kernel.debug' => true,
  9478.             'kernel.name' => 'src',
  9479.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  9480.             'kernel.bundles' => [
  9481.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  9482.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  9483.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  9484.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  9485.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9486.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  9487.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  9488.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  9489.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  9490.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  9491.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  9492.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  9493.                 'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
  9494.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  9495.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  9496.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  9497.                 'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
  9498.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9499.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  9500.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  9501.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  9502.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  9503.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9504.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9505.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  9506.             ],
  9507.             'kernel.bundles_metadata' => [
  9508.                 'FrameworkBundle' => [
  9509.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9510.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9511.                 ],
  9512.                 'MakerBundle' => [
  9513.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  9514.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  9515.                 ],
  9516.                 'WebServerBundle' => [
  9517.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  9518.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  9519.                 ],
  9520.                 'TwigBundle' => [
  9521.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9522.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9523.                 ],
  9524.                 'TwigExtraBundle' => [
  9525.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/src'),
  9526.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9527.                 ],
  9528.                 'SecurityBundle' => [
  9529.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9530.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9531.                 ],
  9532.                 'SonataCoreBundle' => [
  9533.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  9534.                     'namespace' => 'Sonata\\CoreBundle',
  9535.                 ],
  9536.                 'SonataBlockBundle' => [
  9537.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  9538.                     'namespace' => 'Sonata\\BlockBundle',
  9539.                 ],
  9540.                 'KnpMenuBundle' => [
  9541.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  9542.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  9543.                 ],
  9544.                 'SonataAdminBundle' => [
  9545.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  9546.                     'namespace' => 'Sonata\\AdminBundle',
  9547.                 ],
  9548.                 'DoctrineBundle' => [
  9549.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9550.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9551.                 ],
  9552.                 'SonataDoctrineORMAdminBundle' => [
  9553.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  9554.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  9555.                 ],
  9556.                 'SonataEasyExtendsBundle' => [
  9557.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src'),
  9558.                     'namespace' => 'Sonata\\EasyExtendsBundle',
  9559.                 ],
  9560.                 'SonataDatagridBundle' => [
  9561.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  9562.                     'namespace' => 'Sonata\\DatagridBundle',
  9563.                 ],
  9564.                 'FOSUserBundle' => [
  9565.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  9566.                     'namespace' => 'FOS\\UserBundle',
  9567.                 ],
  9568.                 'SonataUserBundle' => [
  9569.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src'),
  9570.                     'namespace' => 'Sonata\\UserBundle',
  9571.                 ],
  9572.                 'AclBundle' => [
  9573.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src'),
  9574.                     'namespace' => 'Symfony\\Bundle\\AclBundle',
  9575.                 ],
  9576.                 'DoctrineMigrationsBundle' => [
  9577.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9578.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9579.                 ],
  9580.                 'JMSSerializerBundle' => [
  9581.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  9582.                     'namespace' => 'JMS\\SerializerBundle',
  9583.                 ],
  9584.                 'NelmioApiDocBundle' => [
  9585.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  9586.                     'namespace' => 'Nelmio\\ApiDocBundle',
  9587.                 ],
  9588.                 'NelmioCorsBundle' => [
  9589.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  9590.                     'namespace' => 'Nelmio\\CorsBundle',
  9591.                 ],
  9592.                 'WebProfilerBundle' => [
  9593.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9594.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9595.                 ],
  9596.                 'MonologBundle' => [
  9597.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9598.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9599.                 ],
  9600.                 'DebugBundle' => [
  9601.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9602.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9603.                 ],
  9604.                 'FOSRestBundle' => [
  9605.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  9606.                     'namespace' => 'FOS\\RestBundle',
  9607.                 ],
  9608.             ],
  9609.             'kernel.charset' => 'UTF-8',
  9610.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  9611.             'container.dumper.inline_class_loader' => true,
  9612.             'container.dumper.inline_factories' => true,
  9613.             'fragment.renderer.hinclude.global_template' => NULL,
  9614.             'fragment.path' => '/_fragment',
  9615.             'kernel.http_method_override' => true,
  9616.             'kernel.trusted_hosts' => [
  9617.             ],
  9618.             'kernel.default_locale' => 'ru',
  9619.             'kernel.error_controller' => 'error_controller',
  9620.             'templating.helper.code.file_link_format' => NULL,
  9621.             'debug.file_link_format' => NULL,
  9622.             'session.metadata.storage_key' => '_sf2_meta',
  9623.             'session.storage.options' => [
  9624.                 'cache_limiter' => '0',
  9625.                 'cookie_secure' => 'auto',
  9626.                 'cookie_httponly' => true,
  9627.                 'cookie_samesite' => 'lax',
  9628.                 'gc_probability' => 1,
  9629.             ],
  9630.             'session.metadata.update_threshold' => 0,
  9631.             'form.type_extension.csrf.enabled' => true,
  9632.             'form.type_extension.csrf.field_name' => '_token',
  9633.             'asset.request_context.base_path' => '',
  9634.             'asset.request_context.secure' => false,
  9635.             'templating.loader.cache.path' => NULL,
  9636.             'templating.engines' => [
  9637.                 => 'twig',
  9638.             ],
  9639.             'validator.mapping.cache.prefix' => '',
  9640.             'validator.translation_domain' => 'validators',
  9641.             'translator.logging' => false,
  9642.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9643.             'profiler_listener.only_exceptions' => false,
  9644.             'profiler_listener.only_master_requests' => false,
  9645.             'debug.error_handler.throw_at' => -1,
  9646.             'router.request_context.host' => 'localhost',
  9647.             'router.request_context.scheme' => 'http',
  9648.             'router.request_context.base_url' => '',
  9649.             'router.resource' => 'kernel::loadRoutes',
  9650.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  9651.             'request_listener.http_port' => 80,
  9652.             'request_listener.https_port' => 443,
  9653.             'serializer.mapping.cache.prefix' => '',
  9654.             'twig.exception_listener.controller' => NULL,
  9655.             'twig.form.resources' => [
  9656.                 => 'form_div_layout.html.twig',
  9657.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  9658.                 => 'fieldTypes/transaction_type.html.twig',
  9659.             ],
  9660.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9661.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  9662.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  9663.             'security.role_hierarchy.roles' => [
  9664.                 'ROLE_ADMIN' => [
  9665.                     => 'ROLE_USER',
  9666.                     => 'ROLE_SONATA_ADMIN',
  9667.                 ],
  9668.                 'ROLE_SUPER_ADMIN' => [
  9669.                     => 'ROLE_ADMIN',
  9670.                     => 'ROLE_ALLOWED_TO_SWITCH',
  9671.                 ],
  9672.                 'ROLE_CONTENT_MANAGER' => [
  9673.                     => 'ROLE_USER',
  9674.                     => 'ROLE_ADMIN',
  9675.                 ],
  9676.             ],
  9677.             'security.access.denied_url' => NULL,
  9678.             'security.authentication.manager.erase_credentials' => true,
  9679.             'security.authentication.session_strategy.strategy' => 'migrate',
  9680.             'security.access.always_authenticate_before_granting' => false,
  9681.             'security.authentication.hide_user_not_found' => true,
  9682.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  9683.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  9684.             'sonata.core.form_type' => 'standard',
  9685.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  9686.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  9687.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  9688.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  9689.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  9690.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  9691.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  9692.             'sonata.block.container.types' => [
  9693.                 => 'sonata.block.service.container',
  9694.                 => 'sonata.page.block.container',
  9695.                 => 'sonata.dashboard.block.container',
  9696.                 => 'cmf.block.container',
  9697.                 => 'cmf.block.slideshow',
  9698.             ],
  9699.             'sonata_block.blocks' => [
  9700.                 'sonata.admin.block.admin_list' => [
  9701.                     'contexts' => [
  9702.                         => 'admin',
  9703.                     ],
  9704.                     'templates' => [
  9705.                     ],
  9706.                     'cache' => 'sonata.cache.noop',
  9707.                     'settings' => [
  9708.                     ],
  9709.                 ],
  9710.                 'sonata.block.service.container' => [
  9711.                     'contexts' => [
  9712.                     ],
  9713.                     'templates' => [
  9714.                     ],
  9715.                     'cache' => 'sonata.cache.noop',
  9716.                     'settings' => [
  9717.                     ],
  9718.                 ],
  9719.                 'sonata.block.service.empty' => [
  9720.                     'contexts' => [
  9721.                     ],
  9722.                     'templates' => [
  9723.                     ],
  9724.                     'cache' => 'sonata.cache.noop',
  9725.                     'settings' => [
  9726.                     ],
  9727.                 ],
  9728.                 'sonata.block.service.text' => [
  9729.                     'contexts' => [
  9730.                     ],
  9731.                     'templates' => [
  9732.                     ],
  9733.                     'cache' => 'sonata.cache.noop',
  9734.                     'settings' => [
  9735.                     ],
  9736.                 ],
  9737.                 'sonata.block.service.rss' => [
  9738.                     'contexts' => [
  9739.                     ],
  9740.                     'templates' => [
  9741.                     ],
  9742.                     'cache' => 'sonata.cache.noop',
  9743.                     'settings' => [
  9744.                     ],
  9745.                 ],
  9746.                 'sonata.block.service.menu' => [
  9747.                     'contexts' => [
  9748.                     ],
  9749.                     'templates' => [
  9750.                     ],
  9751.                     'cache' => 'sonata.cache.noop',
  9752.                     'settings' => [
  9753.                     ],
  9754.                 ],
  9755.                 'sonata.block.service.template' => [
  9756.                     'contexts' => [
  9757.                     ],
  9758.                     'templates' => [
  9759.                     ],
  9760.                     'cache' => 'sonata.cache.noop',
  9761.                     'settings' => [
  9762.                     ],
  9763.                 ],
  9764.                 'sonata.admin.block.search_result' => [
  9765.                     'contexts' => [
  9766.                     ],
  9767.                     'templates' => [
  9768.                     ],
  9769.                     'cache' => 'sonata.cache.noop',
  9770.                     'settings' => [
  9771.                     ],
  9772.                 ],
  9773.                 'sonata.admin.block.stats' => [
  9774.                     'contexts' => [
  9775.                     ],
  9776.                     'templates' => [
  9777.                     ],
  9778.                     'cache' => 'sonata.cache.noop',
  9779.                     'settings' => [
  9780.                     ],
  9781.                 ],
  9782.             ],
  9783.             'sonata_block.blocks_by_class' => [
  9784.             ],
  9785.             'sonata_blocks.block_types' => [
  9786.                 => 'sonata.admin.block.admin_list',
  9787.                 => 'sonata.block.service.container',
  9788.                 => 'sonata.block.service.empty',
  9789.                 => 'sonata.block.service.text',
  9790.                 => 'sonata.block.service.rss',
  9791.                 => 'sonata.block.service.menu',
  9792.                 => 'sonata.block.service.template',
  9793.                 => 'sonata.admin.block.search_result',
  9794.                 => 'sonata.admin.block.stats',
  9795.             ],
  9796.             'sonata_block.cache_blocks' => [
  9797.                 'by_type' => [
  9798.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  9799.                     'sonata.block.service.container' => 'sonata.cache.noop',
  9800.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  9801.                     'sonata.block.service.text' => 'sonata.cache.noop',
  9802.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  9803.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  9804.                     'sonata.block.service.template' => 'sonata.cache.noop',
  9805.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  9806.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  9807.                 ],
  9808.             ],
  9809.             'sonata_blocks.default_contexts' => [
  9810.             ],
  9811.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  9812.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  9813.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  9814.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  9815.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  9816.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  9817.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  9818.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  9819.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  9820.             'knp_menu.renderer.list.options' => [
  9821.             ],
  9822.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  9823.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  9824.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  9825.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  9826.             'knp_menu.renderer.twig.options' => [
  9827.             ],
  9828.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  9829.             'knp_menu.default_renderer' => 'twig',
  9830.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  9831.                 'choice' => 'select',
  9832.                 'boolean' => 'select',
  9833.                 'text' => 'text',
  9834.                 'textarea' => 'textarea',
  9835.                 'html' => 'textarea',
  9836.                 'email' => 'email',
  9837.                 'string' => 'text',
  9838.                 'smallint' => 'text',
  9839.                 'bigint' => 'text',
  9840.                 'integer' => 'number',
  9841.                 'decimal' => 'number',
  9842.                 'currency' => 'number',
  9843.                 'percent' => 'number',
  9844.                 'url' => 'url',
  9845.                 'date' => 'date',
  9846.             ],
  9847.             'sonata.admin.configuration.legacy_twig_text_extension' => false,
  9848.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  9849.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  9850.             'sonata.admin.configuration.templates' => [
  9851.                 'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
  9852.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  9853.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  9854.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  9855.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  9856.                 'search' => '@SonataAdmin/Core/search.html.twig',
  9857.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  9858.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  9859.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  9860.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  9861.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  9862.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  9863.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  9864.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  9865.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  9866.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  9867.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  9868.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  9869.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  9870.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  9871.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  9872.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  9873.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  9874.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  9875.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  9876.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  9877.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  9878.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  9879.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  9880.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  9881.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  9882.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  9883.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  9884.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  9885.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  9886.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  9887.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  9888.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  9889.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  9890.             ],
  9891.             'sonata.admin.configuration.admin_services' => [
  9892.             ],
  9893.             'sonata.admin.configuration.dashboard_groups' => [
  9894.             ],
  9895.             'sonata.admin.configuration.dashboard_blocks' => [
  9896.                 => [
  9897.                     'type' => 'sonata.admin.block.admin_list',
  9898.                     'position' => 'left',
  9899.                     'roles' => [
  9900.                     ],
  9901.                     'settings' => [
  9902.                     ],
  9903.                     'class' => 'col-md-4',
  9904.                 ],
  9905.             ],
  9906.             'sonata.admin.configuration.sort_admins' => false,
  9907.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  9908.             'sonata.admin.configuration.default_group' => 'default',
  9909.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  9910.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  9911.             'sonata.admin.configuration.breadcrumbs' => [
  9912.                 'child_admin_route' => 'edit',
  9913.             ],
  9914.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  9915.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  9916.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  9917.             'sonata.admin.configuration.security.information' => [
  9918.                 'EDIT' => [
  9919.                     => 'EDIT',
  9920.                 ],
  9921.                 'LIST' => [
  9922.                     => 'LIST',
  9923.                 ],
  9924.                 'CREATE' => [
  9925.                     => 'CREATE',
  9926.                 ],
  9927.                 'VIEW' => [
  9928.                     => 'VIEW',
  9929.                 ],
  9930.                 'DELETE' => [
  9931.                     => 'DELETE',
  9932.                 ],
  9933.                 'EXPORT' => [
  9934.                     => 'EXPORT',
  9935.                 ],
  9936.                 'ALL' => [
  9937.                     => 'ALL',
  9938.                 ],
  9939.             ],
  9940.             'sonata.admin.configuration.security.admin_permissions' => [
  9941.                 => 'CREATE',
  9942.                 => 'LIST',
  9943.                 => 'DELETE',
  9944.                 => 'UNDELETE',
  9945.                 => 'EXPORT',
  9946.                 => 'OPERATOR',
  9947.                 => 'MASTER',
  9948.             ],
  9949.             'sonata.admin.configuration.security.object_permissions' => [
  9950.                 => 'VIEW',
  9951.                 => 'EDIT',
  9952.                 => 'DELETE',
  9953.                 => 'UNDELETE',
  9954.                 => 'OPERATOR',
  9955.                 => 'MASTER',
  9956.                 => 'OWNER',
  9957.             ],
  9958.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  9959.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  9960.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  9961.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  9962.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  9963.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  9964.             'sonata.admin.extension.map' => [
  9965.                 'admins' => [
  9966.                 ],
  9967.                 'excludes' => [
  9968.                 ],
  9969.                 'implements' => [
  9970.                 ],
  9971.                 'extends' => [
  9972.                 ],
  9973.                 'instanceof' => [
  9974.                 ],
  9975.                 'uses' => [
  9976.                 ],
  9977.             ],
  9978.             'sonata.admin.configuration.filters.persist' => false,
  9979.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  9980.             'sonata.admin.configuration.show.mosaic.button' => true,
  9981.             'sonata.admin.configuration.translate_group_label' => false,
  9982.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  9983.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  9984.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  9985.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9986.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9987.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9988.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9989.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9990.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9991.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9992.             'doctrine.entity_managers' => [
  9993.                 'default' => 'doctrine.orm.default_entity_manager',
  9994.             ],
  9995.             'doctrine.default_entity_manager' => 'default',
  9996.             'doctrine.dbal.connection_factory.types' => [
  9997.                 'currency' => [
  9998.                     'class' => 'App\\Entity\\Type\\Currency',
  9999.                 ],
  10000.                 'account_type' => [
  10001.                     'class' => 'App\\Entity\\Type\\AccountType',
  10002.                 ],
  10003.                 'direction_type' => [
  10004.                     'class' => 'App\\Entity\\Type\\DirectionType',
  10005.                 ],
  10006.                 'transaction_type' => [
  10007.                     'class' => 'App\\Entity\\Type\\TransactionType',
  10008.                 ],
  10009.                 'transaction_status_type' => [
  10010.                     'class' => 'App\\Entity\\Type\\TransactionStatusType',
  10011.                 ],
  10012.             ],
  10013.             'doctrine.connections' => [
  10014.                 'default' => 'doctrine.dbal.default_connection',
  10015.             ],
  10016.             'doctrine.default_connection' => 'default',
  10017.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10018.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10019.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10020.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10021.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10022.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10023.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10024.             'doctrine.orm.cache.memcache_port' => 11211,
  10025.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10026.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10027.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10028.             'doctrine.orm.cache.memcached_port' => 11211,
  10029.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10030.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10031.             'doctrine.orm.cache.redis_host' => 'localhost',
  10032.             'doctrine.orm.cache.redis_port' => 6379,
  10033.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10034.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10035.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10036.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10037.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10038.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10039.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10040.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10041.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10042.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10043.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10044.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10045.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10046.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10047.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10048.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10049.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10050.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10051.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10052.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10053.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10054.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10055.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10056.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10057.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10058.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10059.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10060.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10061.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10062.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10063.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10064.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  10065.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  10066.             'sonata_doctrine_orm_admin.templates' => [
  10067.                 'types' => [
  10068.                     'list' => [
  10069.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  10070.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  10071.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  10072.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  10073.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  10074.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  10075.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  10076.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  10077.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  10078.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  10079.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  10080.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  10081.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  10082.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  10083.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  10084.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  10085.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  10086.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  10087.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  10088.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  10089.                     ],
  10090.                     'show' => [
  10091.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  10092.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  10093.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  10094.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  10095.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  10096.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10097.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  10098.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  10099.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10100.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10101.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10102.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10103.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  10104.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  10105.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  10106.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  10107.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  10108.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  10109.                     ],
  10110.                 ],
  10111.                 'form' => [
  10112.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  10113.                 ],
  10114.                 'filter' => [
  10115.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  10116.                 ],
  10117.             ],
  10118.             'fos_user.backend_type_orm' => true,
  10119.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  10120.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  10121.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  10122.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  10123.             'fos_user.storage' => 'orm',
  10124.             'fos_user.firewall_name' => 'main',
  10125.             'fos_user.model_manager_name' => NULL,
  10126.             'fos_user.model.user.class' => 'App\\Entity\\User',
  10127.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  10128.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  10129.             'fos_user.profile.form.validation_groups' => [
  10130.                 => 'Profile',
  10131.                 => 'Default',
  10132.             ],
  10133.             'fos_user.registration.confirmation.enabled' => false,
  10134.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  10135.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  10136.             'fos_user.registration.form.validation_groups' => [
  10137.                 => 'Registration',
  10138.                 => 'Default',
  10139.             ],
  10140.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  10141.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  10142.             'fos_user.change_password.form.validation_groups' => [
  10143.                 => 'ChangePassword',
  10144.                 => 'Default',
  10145.             ],
  10146.             'fos_user.resetting.retry_ttl' => 7200,
  10147.             'fos_user.resetting.token_ttl' => 86400,
  10148.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  10149.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  10150.             'fos_user.resetting.form.validation_groups' => [
  10151.                 => 'ResetPassword',
  10152.                 => 'Default',
  10153.             ],
  10154.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  10155.             'fos_user.model.group.class' => 'App\\Entity\\Group',
  10156.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  10157.             'fos_user.group.form.name' => 'fos_user_group_form',
  10158.             'fos_user.group.form.validation_groups' => [
  10159.                 => 'Registration',
  10160.                 => 'Default',
  10161.             ],
  10162.             'sonata.user.admin.groupname' => 'sonata_user',
  10163.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  10164.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  10165.             'security.acl.user_voter.class' => 'Sonata\\UserBundle\\Security\\Authorization\\Voter\\UserAclVoter',
  10166.             'sonata.user.admin.user.class' => 'Sonata\\UserBundle\\Admin\\Entity\\UserAdmin',
  10167.             'sonata.user.admin.group.class' => 'Sonata\\UserBundle\\Admin\\Entity\\GroupAdmin',
  10168.             'sonata.user.admin.user.entity' => 'App\\Entity\\User',
  10169.             'sonata.user.admin.group.entity' => 'App\\Entity\\Group',
  10170.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  10171.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  10172.             'sonata.user.admin.user.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  10173.             'sonata.user.admin.group.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  10174.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  10175.             'sonata.user.impersonating' => false,
  10176.             'sonata.user.google.authenticator.enabled' => false,
  10177.             'security.acl.dbal.class_table_name' => 'acl_classes',
  10178.             'security.acl.dbal.entry_table_name' => 'acl_entries',
  10179.             'security.acl.dbal.oid_table_name' => 'acl_object_identities',
  10180.             'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
  10181.             'security.acl.dbal.sid_table_name' => 'acl_security_identities',
  10182.             'doctrine.migrations.preferred_em' => NULL,
  10183.             'doctrine.migrations.preferred_connection' => NULL,
  10184.             'nelmio_api_doc.areas' => [
  10185.                 => 'default',
  10186.             ],
  10187.             'nelmio_cors.map' => [
  10188.                 '^/api/' => [
  10189.                 ],
  10190.             ],
  10191.             'nelmio_cors.defaults' => [
  10192.                 'allow_origin' => true,
  10193.                 'allow_credentials' => false,
  10194.                 'allow_headers' => [
  10195.                     => 'content-type',
  10196.                     => 'authorization',
  10197.                     => 'origin',
  10198.                     => 'accept',
  10199.                     => 'bearer',
  10200.                 ],
  10201.                 'expose_headers' => [
  10202.                     => 'Link',
  10203.                 ],
  10204.                 'allow_methods' => [
  10205.                     => 'GET',
  10206.                     => 'OPTIONS',
  10207.                     => 'POST',
  10208.                     => 'PUT',
  10209.                     => 'PATCH',
  10210.                     => 'DELETE',
  10211.                 ],
  10212.                 'max_age' => 3600,
  10213.                 'hosts' => [
  10214.                 ],
  10215.                 'origin_regex' => true,
  10216.                 'forced_allow_origin_value' => NULL,
  10217.             ],
  10218.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  10219.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  10220.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  10221.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10222.             'web_profiler.debug_toolbar.mode' => 2,
  10223.             'monolog.use_microseconds' => true,
  10224.             'monolog.swift_mailer.handlers' => [
  10225.             ],
  10226.             'monolog.handlers_to_channels' => [
  10227.                 'monolog.handler.console' => [
  10228.                     'type' => 'exclusive',
  10229.                     'elements' => [
  10230.                         => 'event',
  10231.                         => 'doctrine',
  10232.                         => 'console',
  10233.                     ],
  10234.                 ],
  10235.                 'monolog.handler.main' => [
  10236.                     'type' => 'exclusive',
  10237.                     'elements' => [
  10238.                         => 'event',
  10239.                     ],
  10240.                 ],
  10241.             ],
  10242.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  10243.             'data_collector.templates' => [
  10244.                 'data_collector.request' => [
  10245.                     => 'request',
  10246.                     => '@WebProfiler/Collector/request.html.twig',
  10247.                 ],
  10248.                 'data_collector.time' => [
  10249.                     => 'time',
  10250.                     => '@WebProfiler/Collector/time.html.twig',
  10251.                 ],
  10252.                 'data_collector.memory' => [
  10253.                     => 'memory',
  10254.                     => '@WebProfiler/Collector/memory.html.twig',
  10255.                 ],
  10256.                 'data_collector.validator' => [
  10257.                     => 'validator',
  10258.                     => '@WebProfiler/Collector/validator.html.twig',
  10259.                 ],
  10260.                 'data_collector.ajax' => [
  10261.                     => 'ajax',
  10262.                     => '@WebProfiler/Collector/ajax.html.twig',
  10263.                 ],
  10264.                 'data_collector.form' => [
  10265.                     => 'form',
  10266.                     => '@WebProfiler/Collector/form.html.twig',
  10267.                 ],
  10268.                 'data_collector.exception' => [
  10269.                     => 'exception',
  10270.                     => '@WebProfiler/Collector/exception.html.twig',
  10271.                 ],
  10272.                 'data_collector.logger' => [
  10273.                     => 'logger',
  10274.                     => '@WebProfiler/Collector/logger.html.twig',
  10275.                 ],
  10276.                 'data_collector.events' => [
  10277.                     => 'events',
  10278.                     => '@WebProfiler/Collector/events.html.twig',
  10279.                 ],
  10280.                 'data_collector.router' => [
  10281.                     => 'router',
  10282.                     => '@WebProfiler/Collector/router.html.twig',
  10283.                 ],
  10284.                 'data_collector.cache' => [
  10285.                     => 'cache',
  10286.                     => '@WebProfiler/Collector/cache.html.twig',
  10287.                 ],
  10288.                 'data_collector.translation' => [
  10289.                     => 'translation',
  10290.                     => '@WebProfiler/Collector/translation.html.twig',
  10291.                 ],
  10292.                 'data_collector.security' => [
  10293.                     => 'security',
  10294.                     => '@Security/Collector/security.html.twig',
  10295.                 ],
  10296.                 'data_collector.twig' => [
  10297.                     => 'twig',
  10298.                     => '@WebProfiler/Collector/twig.html.twig',
  10299.                 ],
  10300.                 'data_collector.doctrine' => [
  10301.                     => 'db',
  10302.                     => '@Doctrine/Collector/db.html.twig',
  10303.                 ],
  10304.                 'data_collector.dump' => [
  10305.                     => 'dump',
  10306.                     => '@Debug/Profiler/dump.html.twig',
  10307.                 ],
  10308.                 'mailer.data_collector' => [
  10309.                     => 'mailer',
  10310.                     => '@WebProfiler/Collector/mailer.html.twig',
  10311.                 ],
  10312.                 'sonata.block.data_collector' => [
  10313.                     => 'block',
  10314.                     => '@SonataBlock/Profiler/block.html.twig',
  10315.                 ],
  10316.                 'data_collector.config' => [
  10317.                     => 'config',
  10318.                     => '@WebProfiler/Collector/config.html.twig',
  10319.                 ],
  10320.             ],
  10321.             'sonata.core.form.types' => [
  10322.                 => 'App\\Form\\Type\\TransactionChoiceType',
  10323.                 => 'form.type.form',
  10324.                 => 'form.type.choice',
  10325.                 => 'form.type.file',
  10326.                 => 'sonata.core.form.type.array_legacy',
  10327.                 => 'sonata.core.form.type.boolean_legacy',
  10328.                 => 'sonata.core.form.type.collection_legacy',
  10329.                 => 'sonata.core.form.type.translatable_choice',
  10330.                 => 'sonata.core.form.type.date_range_legacy',
  10331.                 => 'sonata.core.form.type.datetime_range_legacy',
  10332.                 10 => 'sonata.core.form.type.date_picker_legacy',
  10333.                 11 => 'sonata.core.form.type.datetime_picker_legacy',
  10334.                 12 => 'sonata.core.form.type.date_range_picker_legacy',
  10335.                 13 => 'sonata.core.form.type.datetime_range_picker_legacy',
  10336.                 14 => 'sonata.core.form.type.equal_legacy',
  10337.                 15 => 'sonata.core.form.type.color_selector',
  10338.                 16 => 'sonata.core.form.type.color_legacy',
  10339.                 17 => 'sonata.form.type.array',
  10340.                 18 => 'sonata.form.type.boolean',
  10341.                 19 => 'sonata.form.type.collection',
  10342.                 20 => 'sonata.form.type.date_range',
  10343.                 21 => 'sonata.form.type.datetime_range',
  10344.                 22 => 'sonata.form.type.date_picker',
  10345.                 23 => 'sonata.form.type.datetime_picker',
  10346.                 24 => 'sonata.form.type.date_range_picker',
  10347.                 25 => 'sonata.form.type.datetime_range_picker',
  10348.                 26 => 'sonata.form.type.equal',
  10349.                 27 => 'sonata.block.form.type.block',
  10350.                 28 => 'sonata.block.form.type.container_template',
  10351.                 29 => 'sonata.admin.form.type.admin',
  10352.                 30 => 'sonata.admin.form.type.model_choice',
  10353.                 31 => 'sonata.admin.form.type.model_list',
  10354.                 32 => 'sonata.admin.form.type.model_reference',
  10355.                 33 => 'sonata.admin.form.type.model_hidden',
  10356.                 34 => 'sonata.admin.form.type.model_autocomplete',
  10357.                 35 => 'sonata.admin.form.type.collection',
  10358.                 36 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  10359.                 37 => 'sonata.admin.form.filter.type.number',
  10360.                 38 => 'sonata.admin.form.filter.type.choice',
  10361.                 39 => 'sonata.admin.form.filter.type.default',
  10362.                 40 => 'sonata.admin.form.filter.type.date',
  10363.                 41 => 'sonata.admin.form.filter.type.daterange',
  10364.                 42 => 'sonata.admin.form.filter.type.datetime',
  10365.                 43 => 'sonata.admin.form.filter.type.datetime_range',
  10366.                 44 => 'form.type.entity',
  10367.                 45 => 'fos_user.username_form_type',
  10368.                 46 => 'fos_user.profile.form.type',
  10369.                 47 => 'fos_user.registration.form.type',
  10370.                 48 => 'fos_user.change_password.form.type',
  10371.                 49 => 'fos_user.resetting.form.type',
  10372.                 50 => 'fos_user.group.form.type',
  10373.                 51 => 'sonata.user.form.type.security_roles',
  10374.                 52 => 'sonata.user.form.roles_matrix_type',
  10375.                 53 => 'sonata.user.form.gender_list',
  10376.                 54 => 'sonata.user.api.form.type.group',
  10377.                 55 => 'sonata.user.api.form.type.user',
  10378.             ],
  10379.             'sonata.core.form.type_extensions' => [
  10380.                 => 'form.type_extension.form.transformation_failure_handling',
  10381.                 => 'form.type_extension.form.http_foundation',
  10382.                 => 'form.type_extension.form.validator',
  10383.                 => 'form.type_extension.repeated.validator',
  10384.                 => 'form.type_extension.submit.validator',
  10385.                 => 'form.type_extension.upload.validator',
  10386.                 => 'form.type_extension.csrf',
  10387.                 => 'form.type_extension.form.data_collector',
  10388.                 => 'sonata.admin.form.extension.field',
  10389.                 => 'sonata.admin.form.extension.field.mopa',
  10390.                 10 => 'sonata.admin.form.extension.choice',
  10391.                 11 => 'nelmio_api_doc.form.documentation_extension',
  10392.             ],
  10393.             'console.command.ids' => [
  10394.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  10395.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  10396.                 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
  10397.                 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
  10398.                 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  10399.             ],
  10400.         ];
  10401.     }
  10402. }