var/cache/demo/ContainerOAR7QhC/srcApp_KernelDemoDebugContainer.php line 7437

Open in your IDE?
  1. <?php
  2. namespace ContainerOAR7QhC;
  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_KernelDemoDebugContainer 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\\Api\\V2\\PaymentController' => 'getPaymentControllerService',
  37.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService',
  38.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService',
  39.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService',
  40.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService',
  41.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService',
  42.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService',
  43.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService',
  44.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  45.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  46.             'admin.v2.discussion' => 'getAdmin_V2_DiscussionService',
  47.             'admin.v2.discussion.template_registry' => 'getAdmin_V2_Discussion_TemplateRegistryService',
  48.             'admin.v2.statistics.payment' => 'getAdmin_V2_Statistics_PaymentService',
  49.             'admin.v2.statistics.payment.template_registry' => 'getAdmin_V2_Statistics_Payment_TemplateRegistryService',
  50.             'admin.v2.user' => 'getAdmin_V2_UserService',
  51.             'admin.v2.user.template_registry' => 'getAdmin_V2_User_TemplateRegistryService',
  52.             'admin.v2.watch' => 'getAdmin_V2_WatchService',
  53.             'admin.v2.watch.template_registry' => 'getAdmin_V2_Watch_TemplateRegistryService',
  54.             'app.service.event_dispatcher' => 'getApp_Service_EventDispatcherService',
  55.             'app.service.mailer' => 'getApp_Service_MailerService',
  56.             'app.service.mailjet' => 'getApp_Service_MailjetService',
  57.             'app.service.util' => 'getApp_Service_UtilService',
  58.             'bugsnag' => 'getBugsnagService',
  59.             'cache.app' => 'getCache_AppService',
  60.             'cache.app_clearer' => 'getCache_AppClearerService',
  61.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  62.             'cache.system' => 'getCache_SystemService',
  63.             'cache.system_clearer' => 'getCache_SystemClearerService',
  64.             'cache_clearer' => 'getCacheClearerService',
  65.             'cache_warmer' => 'getCacheWarmerService',
  66.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService',
  67.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService',
  68.             'console.command.public_alias.fos_oauth_server.clean_command' => 'getConsole_Command_PublicAlias_FosOauthServer_CleanCommandService',
  69.             'console.command.public_alias.fos_oauth_server.create_client_command' => 'getConsole_Command_PublicAlias_FosOauthServer_CreateClientCommandService',
  70.             'console.command_loader' => 'getConsole_CommandLoaderService',
  71.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  72.             'data_collector.dump' => 'getDataCollector_DumpService',
  73.             'doctrine' => 'getDoctrineService',
  74.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  75.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  76.             'error_controller' => 'getErrorControllerService',
  77.             'event_dispatcher' => 'getEventDispatcherService',
  78.             'filesystem' => 'getFilesystemService',
  79.             'form.factory' => 'getForm_FactoryService',
  80.             'form.type.file' => 'getForm_Type_FileService',
  81.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  82.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  83.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  84.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  85.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  86.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  87.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  88.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  89.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  90.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  91.             'fos_user.util.token_generator' => 'getFosUser_Util_TokenGeneratorService',
  92.             'http_kernel' => 'getHttpKernelService',
  93.             'jms_serializer' => 'getJmsSerializerService',
  94.             'jms_serializer.array_collection_handler' => 'getJmsSerializer_ArrayCollectionHandlerService',
  95.             'jms_serializer.constraint_violation_handler' => 'getJmsSerializer_ConstraintViolationHandlerService',
  96.             'jms_serializer.datetime_handler' => 'getJmsSerializer_DatetimeHandlerService',
  97.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  98.             'jms_serializer.doctrine_proxy_subscriber' => 'getJmsSerializer_DoctrineProxySubscriberService',
  99.             'jms_serializer.form_error_handler' => 'getJmsSerializer_FormErrorHandlerService',
  100.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  101.             'jms_serializer.json_deserialization_visitor' => 'getJmsSerializer_JsonDeserializationVisitorService',
  102.             'jms_serializer.json_serialization_visitor' => 'getJmsSerializer_JsonSerializationVisitorService',
  103.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  104.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService',
  105.             'jms_serializer.php_collection_handler' => 'getJmsSerializer_PhpCollectionHandlerService',
  106.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  107.             'jms_serializer.stopwatch_subscriber' => 'getJmsSerializer_StopwatchSubscriberService',
  108.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  109.             'jms_serializer.xml_deserialization_visitor' => 'getJmsSerializer_XmlDeserializationVisitorService',
  110.             'jms_serializer.xml_serialization_visitor' => 'getJmsSerializer_XmlSerializationVisitorService',
  111.             'jms_serializer.yaml_serialization_visitor' => 'getJmsSerializer_YamlSerializationVisitorService',
  112.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  113.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  114.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  115.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  116.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  117.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  118.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  119.             'profiler' => 'getProfilerService',
  120.             'request_stack' => 'getRequestStackService',
  121.             'router' => 'getRouterService',
  122.             'routing.loader' => 'getRouting_LoaderService',
  123.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  124.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  125.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  126.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  127.             'security.token_storage' => 'getSecurity_TokenStorageService',
  128.             'serializer' => 'getSerializerService',
  129.             'services_resetter' => 'getServicesResetterService',
  130.             'session' => 'getSessionService',
  131.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  132.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  133.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  134.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  135.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  136.             'sonata.admin.admin_exporter' => 'getSonata_Admin_AdminExporterService',
  137.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService',
  138.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  139.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  140.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  141.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService',
  142.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService',
  143.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService',
  144.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService',
  145.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService',
  146.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService',
  147.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService',
  148.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService',
  149.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService',
  150.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService',
  151.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService',
  152.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService',
  153.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService',
  154.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService',
  155.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService',
  156.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService',
  157.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService',
  158.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService',
  159.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService',
  160.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService',
  161.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService',
  162.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService',
  163.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService',
  164.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  165.             'sonata.admin.helper' => 'getSonata_Admin_HelperService',
  166.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService',
  167.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService',
  168.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService',
  169.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService',
  170.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService',
  171.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  172.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService',
  173.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  174.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService',
  175.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService',
  176.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService',
  177.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService',
  178.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService',
  179.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService',
  180.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService',
  181.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService',
  182.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService',
  183.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService',
  184.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService',
  185.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService',
  186.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService',
  187.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService',
  188.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService',
  189.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService',
  190.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService',
  191.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService',
  192.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  193.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService',
  194.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService',
  195.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService',
  196.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService',
  197.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService',
  198.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService',
  199.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService',
  200.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService',
  201.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  202.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  203.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService',
  204.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  205.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  206.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  207.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  208.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  209.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  210.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  211.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  212.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  213.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  214.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  215.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  216.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  217.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  218.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  219.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  220.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  221.             'sonata.core.date.moment_format_converter' => 'getSonata_Core_Date_MomentFormatConverterService',
  222.             'sonata.core.flashmessage.twig.runtime' => 'getSonata_Core_Flashmessage_Twig_RuntimeService',
  223.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService',
  224.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService',
  225.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService',
  226.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService',
  227.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService',
  228.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService',
  229.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService',
  230.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService',
  231.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService',
  232.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService',
  233.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService',
  234.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService',
  235.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService',
  236.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService',
  237.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService',
  238.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService',
  239.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService',
  240.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService',
  241.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService',
  242.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService',
  243.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService',
  244.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService',
  245.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService',
  246.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService',
  247.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService',
  248.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService',
  249.             'sonata.core.twig.deprecated_template_extension' => 'getSonata_Core_Twig_DeprecatedTemplateExtensionService',
  250.             'sonata.core.twig.extension.wrapping' => 'getSonata_Core_Twig_Extension_WrappingService',
  251.             'sonata.core.twig.status_runtime' => 'getSonata_Core_Twig_StatusRuntimeService',
  252.             'sonata.core.twig.template_extension' => 'getSonata_Core_Twig_TemplateExtensionService',
  253.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  254.             'sonata.exporter.exporter' => 'getSonata_Exporter_ExporterService',
  255.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  256.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  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.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  276.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  277.         ];
  278.         $this->privates['service_container'] = function () {
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  285.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  286.             include_once \dirname(__DIR__4).'/src/Listener/ResponseListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  288.             include_once \dirname(__DIR__4).'/src/Listener/ApiAccessSubscriber.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  302.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  326.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  373.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/DataCollector/MailjetDataCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/mailjet/mailjet-apiv3-php/src/Mailjet/Client.php';
  397.             include_once \dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/Client/MailjetClient.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  439.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  440.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  445.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Twig/SerializerRuntimeExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/StatusExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  476.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  478.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  480.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/StringExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  491.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  494.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  496.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  519.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  520.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  522.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  527.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  528.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  530.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  531.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  532.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  535.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ParamFetcherListener.php';
  536.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcherInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Util/ResolverTrait.php';
  538.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamFetcher.php';
  539.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  542.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/RequestBodyParamConverter.php';
  544.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  546.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  547.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  548.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  549.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  553.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  554.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  555.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactoryInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/AdvancedMetadataFactoryInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/MetadataFactory.php';
  558.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/LazyLoadingDriver.php';
  560.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/CacheInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Cache/FileCache.php';
  562.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/PropertyNamingStrategyInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CacheNamingStrategy.php';
  564.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/SerializedNameAnnotationStrategy.php';
  565.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Naming/CamelCaseNamingStrategy.php';
  566.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/ObjectConstructorInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/UnserializeObjectConstructor.php';
  568.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluatorInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Expression/ExpressionEvaluator.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  572.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/AccessorStrategyInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/ExpressionAccessorStrategy.php';
  574.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Accessor/DefaultAccessorStrategy.php';
  575.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/VisitorInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/AbstractVisitor.php';
  577.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericSerializationVisitor.php';
  578.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonSerializationVisitor.php';
  579.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/GenericDeserializationVisitor.php';
  580.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/JsonDeserializationVisitor.php';
  581.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlSerializationVisitor.php';
  582.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/NullAwareVisitorInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/XmlDeserializationVisitor.php';
  584.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/YamlSerializationVisitor.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  587.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  588.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  591.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  595.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  597.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  599.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  602.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  606.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  607.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  609.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  610.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  611.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  612.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  622.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  623.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  624.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  625.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  626.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  628.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  637.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  638.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  641.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  642.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  643.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  644.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  645.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  646.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  647.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  649.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  650.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  665.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  667.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  668.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/GroupHandler.php';
  669.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  670.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  671.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  672.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  674.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag/src/Request/ResolverInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/Request/SymfonyResolver.php';
  676.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag/src/Client.php';
  677.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/DependencyInjection/ClientFactory.php';
  678.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/EventListener/BugsnagListener.php';
  679.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag/src/Shutdown/ShutdownStrategyInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/EventListener/BugsnagShutdown.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  691.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/SerializationContextFactoryInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ContextFactory/DeserializationContextFactoryInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  694.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/SerializerInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/ArrayTransformerInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Serializer.php';
  697.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractCollection.php';
  698.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/CollectionInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/MapInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/AbstractMap.php';
  701.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/SortableInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/phpcollection/phpcollection/src/PhpCollection/Map.php';
  703.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcherInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventDispatcher.php';
  705.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/LazyEventDispatcher.php';
  706.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  709.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  719.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistryInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/HandlerRegistry.php';
  721.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/LazyHandlerRegistry.php';
  722.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  723.         };
  724.     }
  725.     public function compile(): void
  726.     {
  727.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  728.     }
  729.     public function isCompiled(): bool
  730.     {
  731.         return true;
  732.     }
  733.     public function getRemovedIds(): array
  734.     {
  735.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  736.     }
  737.     /**
  738.      * Gets the public 'App\Controller\Api\V2\PaymentController' shared service.
  739.      *
  740.      * @return \App\Controller\Api\V2\PaymentController
  741.      */
  742.     protected function getPaymentControllerService()
  743.     {
  744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  746.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/ControllerTrait.php';
  747.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Controller/AbstractFOSRestController.php';
  748.         include_once \dirname(__DIR__4).'/src/Controller/Api/AbstractController.php';
  749.         include_once \dirname(__DIR__4).'/src/Controller/Api/V2/PaymentController.php';
  750.         return $this->services['App\\Controller\\Api\\V2\\PaymentController'] = new \App\Controller\Api\V2\PaymentController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  751.     }
  752.     /**
  753.      * Gets the public 'Sonata\AdminBundle\Action\DashboardAction' shared service.
  754.      *
  755.      * @return \Sonata\AdminBundle\Action\DashboardAction
  756.      */
  757.     protected function getDashboardActionService()
  758.     {
  759.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/DashboardAction.php';
  760.         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()));
  761.     }
  762.     /**
  763.      * Gets the public 'Sonata\AdminBundle\Action\SearchAction' shared service.
  764.      *
  765.      * @return \Sonata\AdminBundle\Action\SearchAction
  766.      */
  767.     protected function getSearchActionService()
  768.     {
  769.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SearchAction.php';
  770.         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()));
  771.     }
  772.     /**
  773.      * Gets the public 'Sonata\AdminBundle\Command\CreateClassCacheCommand' shared service.
  774.      *
  775.      * @return \Sonata\AdminBundle\Command\CreateClassCacheCommand
  776.      *
  777.      * @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.
  778.      */
  779.     protected function getCreateClassCacheCommandService()
  780.     {
  781.         @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);
  782.         $this->services['Sonata\\AdminBundle\\Command\\CreateClassCacheCommand'] = $instance = new \Sonata\AdminBundle\Command\CreateClassCacheCommand($this->targetDir.''true);
  783.         $instance->setName('cache:create-cache-class');
  784.         return $instance;
  785.     }
  786.     /**
  787.      * Gets the public 'Sonata\AdminBundle\Command\ExplainAdminCommand' shared service.
  788.      *
  789.      * @return \Sonata\AdminBundle\Command\ExplainAdminCommand
  790.      */
  791.     protected function getExplainAdminCommandService()
  792.     {
  793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  794.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ExplainAdminCommand.php';
  795.         $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()));
  796.         $instance->setName('sonata:admin:explain');
  797.         return $instance;
  798.     }
  799.     /**
  800.      * Gets the public 'Sonata\AdminBundle\Command\GenerateObjectAclCommand' shared service.
  801.      *
  802.      * @return \Sonata\AdminBundle\Command\GenerateObjectAclCommand
  803.      */
  804.     protected function getGenerateObjectAclCommandService()
  805.     {
  806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  807.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/QuestionableCommand.php';
  808.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/GenerateObjectAclCommand.php';
  809.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  810.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  811.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  812.         $this->services['Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand'] = $instance = new \Sonata\AdminBundle\Command\GenerateObjectAclCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ['sonata.admin.manipulator.acl.object.orm' => new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator()], ($this->services['doctrine'] ?? $this->getDoctrineService()));
  813.         $instance->setName('sonata:admin:generate-object-acl');
  814.         return $instance;
  815.     }
  816.     /**
  817.      * Gets the public 'Sonata\AdminBundle\Command\ListAdminCommand' shared service.
  818.      *
  819.      * @return \Sonata\AdminBundle\Command\ListAdminCommand
  820.      */
  821.     protected function getListAdminCommandService()
  822.     {
  823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  824.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ListAdminCommand.php';
  825.         $this->services['Sonata\\AdminBundle\\Command\\ListAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ListAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  826.         $instance->setName('sonata:admin:list');
  827.         return $instance;
  828.     }
  829.     /**
  830.      * Gets the public 'Sonata\AdminBundle\Command\SetupAclCommand' shared service.
  831.      *
  832.      * @return \Sonata\AdminBundle\Command\SetupAclCommand
  833.      */
  834.     protected function getSetupAclCommandService()
  835.     {
  836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  837.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/SetupAclCommand.php';
  838.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  839.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  840.         $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'))));
  841.         $instance->setName('sonata:admin:setup-acl');
  842.         return $instance;
  843.     }
  844.     /**
  845.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  846.      *
  847.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  848.      */
  849.     protected function getRedirectControllerService()
  850.     {
  851.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  852.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  853.     }
  854.     /**
  855.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  856.      *
  857.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  858.      */
  859.     protected function getTemplateControllerService()
  860.     {
  861.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  862.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  863.     }
  864.     /**
  865.      * Gets the public 'admin.v2.discussion' service.
  866.      *
  867.      * @return \App\Admin\Admin\V2\DiscussionAdmin
  868.      */
  869.     protected function getAdmin_V2_DiscussionService()
  870.     {
  871.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  872.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  874.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  876.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  881.         include_once \dirname(__DIR__4).'/src/Admin/Admin/V2/DiscussionAdmin.php';
  882.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  883.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  884.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  886.         $instance = new \App\Admin\Admin\V2\DiscussionAdmin('admin.v2.discussion''App\\Entity\\V2\\Discussion''Sonata\\AdminBundle\\Controller\\CRUDController');
  887.         $instance->setManagerType('orm');
  888.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  889.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  890.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  891.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  892.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  893.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  894.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  895.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  896.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  897.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  898.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  899.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  900.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  901.         $instance->setPagerType('default');
  902.         $instance->setLabel('V2 Messagerie');
  903.         $instance->showMosaicButton(true);
  904.         $instance->setTemplateRegistry(($this->services['admin.v2.discussion.template_registry'] ?? $this->getAdmin_V2_Discussion_TemplateRegistryService()));
  905.         $instance->setSecurityInformation([]);
  906.         $instance->initialize();
  907.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  908.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  909.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  910.         return $instance;
  911.     }
  912.     /**
  913.      * Gets the public 'admin.v2.discussion.template_registry' shared service.
  914.      *
  915.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  916.      */
  917.     protected function getAdmin_V2_Discussion_TemplateRegistryService()
  918.     {
  919.         return $this->services['admin.v2.discussion.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  920.     }
  921.     /**
  922.      * Gets the public 'admin.v2.statistics.payment' service.
  923.      *
  924.      * @return \App\Admin\Admin\V2\PaymentStatisticsAdmin
  925.      */
  926.     protected function getAdmin_V2_Statistics_PaymentService()
  927.     {
  928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  930.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  931.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  932.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  933.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  934.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Admin.php';
  939.         include_once \dirname(__DIR__4).'/src/Admin/Admin/V2/PaymentStatisticsAdmin.php';
  940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  941.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  942.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  943.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  944.         $instance = new \App\Admin\Admin\V2\PaymentStatisticsAdmin('admin.v2.statistics.payment''App\\Entity\\V2\\Payment''App\\Admin\\Admin\\V2\\PaymentStatisticsAdmin');
  945.         $instance->setManagerType('orm');
  946.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  947.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  948.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  949.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  950.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  951.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  952.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  953.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  954.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  955.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  956.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  957.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  958.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  959.         $instance->setPagerType('default');
  960.         $instance->setLabel('V2 Paiements Assoc');
  961.         $instance->showMosaicButton(true);
  962.         $instance->setTemplateRegistry(($this->services['admin.v2.statistics.payment.template_registry'] ?? $this->getAdmin_V2_Statistics_Payment_TemplateRegistryService()));
  963.         $instance->setSecurityInformation([]);
  964.         $instance->initialize();
  965.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  966.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  967.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  968.         return $instance;
  969.     }
  970.     /**
  971.      * Gets the public 'admin.v2.statistics.payment.template_registry' shared service.
  972.      *
  973.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  974.      */
  975.     protected function getAdmin_V2_Statistics_Payment_TemplateRegistryService()
  976.     {
  977.         return $this->services['admin.v2.statistics.payment.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  978.     }
  979.     /**
  980.      * Gets the public 'admin.v2.user' service.
  981.      *
  982.      * @return \App\Admin\Admin\V2\UserAdmin
  983.      */
  984.     protected function getAdmin_V2_UserService()
  985.     {
  986.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  987.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  988.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  989.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  990.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  991.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  992.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  994.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  995.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  996.         include_once \dirname(__DIR__4).'/src/Admin/Admin/V2/UserAdmin.php';
  997.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  999.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1000.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1001.         $instance = new \App\Admin\Admin\V2\UserAdmin('admin.v2.user''App\\Entity\\User''App\\Admin\\Controller\\CRUDController');
  1002.         $instance->setManagerType('orm');
  1003.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1004.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1005.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1006.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1007.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1008.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1009.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1010.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1011.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1012.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1013.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1014.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1015.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1016.         $instance->setPagerType('default');
  1017.         $instance->setLabel('V2 Utilisateurs');
  1018.         $instance->showMosaicButton(true);
  1019.         $instance->setTemplateRegistry(($this->services['admin.v2.user.template_registry'] ?? $this->getAdmin_V2_User_TemplateRegistryService()));
  1020.         $instance->setSecurityInformation([]);
  1021.         $instance->initialize();
  1022.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1023.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1024.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1025.         return $instance;
  1026.     }
  1027.     /**
  1028.      * Gets the public 'admin.v2.user.template_registry' shared service.
  1029.      *
  1030.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1031.      */
  1032.     protected function getAdmin_V2_User_TemplateRegistryService()
  1033.     {
  1034.         return $this->services['admin.v2.user.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1035.     }
  1036.     /**
  1037.      * Gets the public 'admin.v2.watch' service.
  1038.      *
  1039.      * @return \App\Admin\Admin\V2\WatchAdmin
  1040.      */
  1041.     protected function getAdmin_V2_WatchService()
  1042.     {
  1043.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1045.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1051.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1052.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1053.         include_once \dirname(__DIR__4).'/src/Admin/Admin/V2/WatchAdmin.php';
  1054.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1057.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1058.         $instance = new \App\Admin\Admin\V2\WatchAdmin('admin.v2.watch''App\\Entity\\V2\\Watch''App\\Admin\\Controller\\CRUDController');
  1059.         $instance->setManagerType('orm');
  1060.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1061.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1062.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1063.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1064.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1065.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1066.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1067.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1068.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1069.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1070.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1071.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1072.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1073.         $instance->setPagerType('default');
  1074.         $instance->setLabel('V2 Gardes');
  1075.         $instance->showMosaicButton(true);
  1076.         $instance->setTemplateRegistry(($this->services['admin.v2.watch.template_registry'] ?? $this->getAdmin_V2_Watch_TemplateRegistryService()));
  1077.         $instance->setSecurityInformation([]);
  1078.         $instance->initialize();
  1079.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1080.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1081.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1082.         return $instance;
  1083.     }
  1084.     /**
  1085.      * Gets the public 'admin.v2.watch.template_registry' shared service.
  1086.      *
  1087.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1088.      */
  1089.     protected function getAdmin_V2_Watch_TemplateRegistryService()
  1090.     {
  1091.         return $this->services['admin.v2.watch.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1092.     }
  1093.     /**
  1094.      * Gets the public 'app.service.event_dispatcher' shared service.
  1095.      *
  1096.      * @return \App\Service\EventDispatcher
  1097.      */
  1098.     protected function getApp_Service_EventDispatcherService()
  1099.     {
  1100.         include_once \dirname(__DIR__4).'/src/Service/EventDispatcher.php';
  1101.         return $this->services['app.service.event_dispatcher'] = new \App\Service\EventDispatcher(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1102.     }
  1103.     /**
  1104.      * Gets the public 'app.service.mailer' shared service.
  1105.      *
  1106.      * @return \App\Service\Mailer
  1107.      */
  1108.     protected function getApp_Service_MailerService()
  1109.     {
  1110.         include_once \dirname(__DIR__4).'/src/Service/Mailer.php';
  1111.         return $this->services['app.service.mailer'] = new \App\Service\Mailer($this);
  1112.     }
  1113.     /**
  1114.      * Gets the public 'app.service.mailjet' shared service.
  1115.      *
  1116.      * @return \App\Service\Mailjet
  1117.      */
  1118.     protected function getApp_Service_MailjetService()
  1119.     {
  1120.         include_once \dirname(__DIR__4).'/src/Service/Mailjet.php';
  1121.         return $this->services['app.service.mailjet'] = new \App\Service\Mailjet(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['mailjet.client'] ?? $this->getMailjet_ClientService()), $this->getEnv('resolve:COMMON_BUNDLE_URL'), $this->getParameter('mailjet_app_config'));
  1122.     }
  1123.     /**
  1124.      * Gets the public 'app.service.util' shared service.
  1125.      *
  1126.      * @return \App\Service\Util
  1127.      */
  1128.     protected function getApp_Service_UtilService()
  1129.     {
  1130.         include_once \dirname(__DIR__4).'/src/Service/Util.php';
  1131.         return $this->services['app.service.util'] = new \App\Service\Util($this);
  1132.     }
  1133.     /**
  1134.      * Gets the public 'bugsnag' shared service.
  1135.      *
  1136.      * @return \Bugsnag\Client
  1137.      */
  1138.     protected function getBugsnagService()
  1139.     {
  1140.         return $this->services['bugsnag'] = (new \Bugsnag\BugsnagBundle\DependencyInjection\ClientFactory(($this->privates['bugsnag.resolver'] ?? ($this->privates['bugsnag.resolver'] = new \Bugsnag\BugsnagBundle\Request\SymfonyResolver())), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), '2e2936d54e5434dcbef8a80433f9743e'NULLtruetrueNULLNULLtrueNULLtrueNULLNULL, \dirname(__DIR__4), 'demo'NULL, [], [], ($this->privates['bugsnag.shutdown'] ?? ($this->privates['bugsnag.shutdown'] = new \Bugsnag\BugsnagBundle\EventListener\BugsnagShutdown())), NULLNULLNULLfalse, [], []))->make();
  1141.     }
  1142.     /**
  1143.      * Gets the public 'cache.app' shared service.
  1144.      *
  1145.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1146.      */
  1147.     protected function getCache_AppService()
  1148.     {
  1149.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ofD0vjuagE'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  1150.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1151.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1152.     }
  1153.     /**
  1154.      * Gets the public 'cache.app_clearer' shared service.
  1155.      *
  1156.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1157.      */
  1158.     protected function getCache_AppClearerService()
  1159.     {
  1160.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1161.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1162.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  1163.     }
  1164.     /**
  1165.      * Gets the public 'cache.global_clearer' shared service.
  1166.      *
  1167.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1168.      */
  1169.     protected function getCache_GlobalClearerService()
  1170.     {
  1171.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1173.         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())]);
  1174.     }
  1175.     /**
  1176.      * Gets the public 'cache.system' shared service.
  1177.      *
  1178.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1179.      */
  1180.     protected function getCache_SystemService()
  1181.     {
  1182.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('f9rgfmM9a6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1183.     }
  1184.     /**
  1185.      * Gets the public 'cache.system_clearer' shared service.
  1186.      *
  1187.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1188.      */
  1189.     protected function getCache_SystemClearerService()
  1190.     {
  1191.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1193.         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())]);
  1194.     }
  1195.     /**
  1196.      * Gets the public 'cache_clearer' shared service.
  1197.      *
  1198.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1199.      */
  1200.     protected function getCacheClearerService()
  1201.     {
  1202.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1204.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1205.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1206.         }, 1));
  1207.     }
  1208.     /**
  1209.      * Gets the public 'cache_warmer' shared service.
  1210.      *
  1211.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1212.      */
  1213.     protected function getCacheWarmerService()
  1214.     {
  1215.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1217.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1218.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1219.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1220.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1221.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1222.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1223.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1224.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1225.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1226.             yield => ($this->services['sonata.admin.route.cache_warmup'] ?? $this->getSonata_Admin_Route_CacheWarmupService());
  1227.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1228.         }, 10), true, ($this->targetDir.''.'/srcApp_KernelDemoDebugContainerDeprecations.log'));
  1229.     }
  1230.     /**
  1231.      * Gets the public 'console.command.public_alias.Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand' shared service.
  1232.      *
  1233.      * @return \Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand
  1234.      *
  1235.      * @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.
  1236.      */
  1237.     protected function getSonataDumpDoctrineMetaCommandService()
  1238.     {
  1239.         @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);
  1240.         return $this->services['console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand'] = new \Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand();
  1241.     }
  1242.     /**
  1243.      * Gets the public 'console.command.public_alias.Sonata\CoreBundle\Command\SonataListFormMappingCommand' shared service.
  1244.      *
  1245.      * @return \Sonata\CoreBundle\Command\SonataListFormMappingCommand
  1246.      *
  1247.      * @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.
  1248.      */
  1249.     protected function getSonataListFormMappingCommandService()
  1250.     {
  1251.         @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);
  1252.         return $this->services['console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand'] = new \Sonata\CoreBundle\Command\SonataListFormMappingCommand();
  1253.     }
  1254.     /**
  1255.      * Gets the public 'console.command.public_alias.fos_oauth_server.clean_command' shared service.
  1256.      *
  1257.      * @return \FOS\OAuthServerBundle\Command\CleanCommand
  1258.      */
  1259.     protected function getConsole_Command_PublicAlias_FosOauthServer_CleanCommandService()
  1260.     {
  1261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1262.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CleanCommand.php';
  1263.         return $this->services['console.command.public_alias.fos_oauth_server.clean_command'] = new \FOS\OAuthServerBundle\Command\CleanCommand(($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.refresh_token_manager.default'] ?? $this->getFosOauthServer_RefreshTokenManager_DefaultService()), ($this->privates['fos_oauth_server.auth_code_manager.default'] ?? $this->getFosOauthServer_AuthCodeManager_DefaultService()));
  1264.     }
  1265.     /**
  1266.      * Gets the public 'console.command.public_alias.fos_oauth_server.create_client_command' shared service.
  1267.      *
  1268.      * @return \FOS\OAuthServerBundle\Command\CreateClientCommand
  1269.      */
  1270.     protected function getConsole_Command_PublicAlias_FosOauthServer_CreateClientCommandService()
  1271.     {
  1272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1273.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Command/CreateClientCommand.php';
  1274.         return $this->services['console.command.public_alias.fos_oauth_server.create_client_command'] = new \FOS\OAuthServerBundle\Command\CreateClientCommand(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()));
  1275.     }
  1276.     /**
  1277.      * Gets the public 'console.command_loader' shared service.
  1278.      *
  1279.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1280.      */
  1281.     protected function getConsole_CommandLoaderService()
  1282.     {
  1283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1285.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1286.             'App\\Command\\Propositions\\ExpiredCommand' => ['privates''App\\Command\\Propositions\\ExpiredCommand''getExpiredCommandService'false],
  1287.             'App\\Command\\Watches\\DelayResponseCommand' => ['privates''App\\Command\\Watches\\DelayResponseCommand''getDelayResponseCommandService'false],
  1288.             'App\\Command\\Watches\\FinishCommand' => ['privates''App\\Command\\Watches\\FinishCommand''getFinishCommandService'false],
  1289.             'App\\Command\\Watches\\ReminderPaymentCommand' => ['privates''App\\Command\\Watches\\ReminderPaymentCommand''getReminderPaymentCommandService'false],
  1290.             'App\\Command\\Watches\\ReminderResponseCommand' => ['privates''App\\Command\\Watches\\ReminderResponseCommand''getReminderResponseCommandService'false],
  1291.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1292.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => ['services''Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''getCreateClassCacheCommandService'false],
  1293.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ExplainAdminCommand''getExplainAdminCommandService'false],
  1294.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => ['services''Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''getGenerateObjectAclCommandService'false],
  1295.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ListAdminCommand''getListAdminCommandService'false],
  1296.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => ['services''Sonata\\AdminBundle\\Command\\SetupAclCommand''getSetupAclCommandService'false],
  1297.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => ['privates''Sonata\\BlockBundle\\Command\\DebugBlocksCommand''getDebugBlocksCommandService'false],
  1298.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1299.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1300.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1301.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1302.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1303.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1304.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1305.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1306.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1307.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1308.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1309.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1310.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1311.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1312.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1313.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1314.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1315.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1316.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1317.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1318.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1319.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1320.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1321.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1322.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1323.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1324.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1325.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1326.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1327.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1328.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1329.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1330.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1331.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1332.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1333.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1334.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1335.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1336.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1337.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1338.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1339.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1340.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1341.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1342.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1343.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1344.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  1345.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  1346.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  1347.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  1348.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  1349.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  1350.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1351.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  1352.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1353.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1354.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1355.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1356.         ], [
  1357.             'App\\Command\\Propositions\\ExpiredCommand' => 'App\\Command\\Propositions\\ExpiredCommand',
  1358.             'App\\Command\\Watches\\DelayResponseCommand' => 'App\\Command\\Watches\\DelayResponseCommand',
  1359.             'App\\Command\\Watches\\FinishCommand' => 'App\\Command\\Watches\\FinishCommand',
  1360.             'App\\Command\\Watches\\ReminderPaymentCommand' => 'App\\Command\\Watches\\ReminderPaymentCommand',
  1361.             'App\\Command\\Watches\\ReminderResponseCommand' => 'App\\Command\\Watches\\ReminderResponseCommand',
  1362.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1363.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand',
  1364.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand',
  1365.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand',
  1366.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand',
  1367.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand',
  1368.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
  1369.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1370.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1371.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1372.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1373.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1374.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1375.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1376.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1377.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1378.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1379.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1380.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1381.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1382.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1383.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1384.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1385.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1386.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1387.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1388.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1389.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1390.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1391.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1392.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1393.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1394.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1395.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1396.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1397.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1398.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1399.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1400.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1401.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1402.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1403.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1404.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1405.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1406.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1407.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1408.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1409.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1410.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1411.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1412.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1413.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1414.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1415.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1416.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1417.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1418.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1419.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1420.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1421.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1422.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  1423.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1424.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1425.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1426.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1427.         ]), ['app:propositions-expired' => 'App\\Command\\Propositions\\ExpiredCommand''app:watches-delay' => 'App\\Command\\Watches\\DelayResponseCommand''app:watches-finish' => 'App\\Command\\Watches\\FinishCommand''app:watches-reminder-payment' => 'App\\Command\\Watches\\ReminderPaymentCommand''app:watches-reminder-response' => 'App\\Command\\Watches\\ReminderResponseCommand''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''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''security:encode-password' => 'security.command.user_password_encoder''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''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''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:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_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''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log']);
  1428.     }
  1429.     /**
  1430.      * Gets the public 'container.env_var_processors_locator' shared service.
  1431.      *
  1432.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1433.      */
  1434.     protected function getContainer_EnvVarProcessorsLocatorService()
  1435.     {
  1436.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1437.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1438.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1439.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1440.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1441.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1442.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1443.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1444.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1445.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1446.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1447.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1448.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1449.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1450.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1451.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1452.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1453.         ], [
  1454.             'base64' => '?',
  1455.             'bool' => '?',
  1456.             'const' => '?',
  1457.             'csv' => '?',
  1458.             'default' => '?',
  1459.             'file' => '?',
  1460.             'float' => '?',
  1461.             'int' => '?',
  1462.             'json' => '?',
  1463.             'key' => '?',
  1464.             'query_string' => '?',
  1465.             'require' => '?',
  1466.             'resolve' => '?',
  1467.             'string' => '?',
  1468.             'trim' => '?',
  1469.             'url' => '?',
  1470.         ]);
  1471.     }
  1472.     /**
  1473.      * Gets the public 'data_collector.dump' shared service.
  1474.      *
  1475.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1476.      */
  1477.     protected function getDataCollector_DumpService()
  1478.     {
  1479.         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()));
  1480.     }
  1481.     /**
  1482.      * Gets the public 'doctrine' shared service.
  1483.      *
  1484.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1485.      */
  1486.     protected function getDoctrineService()
  1487.     {
  1488.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1489.     }
  1490.     /**
  1491.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1492.      *
  1493.      * @return \Doctrine\DBAL\Connection
  1494.      */
  1495.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1496.     {
  1497.         $a = new \Doctrine\DBAL\Configuration();
  1498.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1499.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1500.         $b->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  1501.         $b->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1502.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1503.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  1504.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1505.             'app.listener.v2.absence' => ['privates''app.listener.v2.absence''getApp_Listener_V2_AbsenceService'false],
  1506.             'app.listener.v2.active_host' => ['privates''app.listener.v2.active_host''getApp_Listener_V2_ActiveHostService'false],
  1507.             'app.listener.v2.cat' => ['privates''app.listener.v2.cat''getApp_Listener_V2_CatService'false],
  1508.             'app.listener.v2.cost_calculator' => ['privates''app.listener.v2.cost_calculator''getApp_Listener_V2_CostCalculatorService'false],
  1509.             'app.listener.v2.discussion' => ['privates''app.listener.v2.discussion''getApp_Listener_V2_DiscussionService'false],
  1510.             'app.listener.v2.host_grade' => ['privates''app.listener.v2.host_grade''getApp_Listener_V2_HostGradeService'false],
  1511.             'app.listener.v2.mailjet_contact_subscriber' => ['privates''app.listener.v2.mailjet_contact_subscriber''getApp_Listener_V2_MailjetContactSubscriberService'false],
  1512.             'app.listener.v2.message' => ['privates''app.listener.v2.message''getApp_Listener_V2_MessageService'false],
  1513.             'app.listener.v2.proposition' => ['privates''app.listener.v2.proposition''getApp_Listener_V2_PropositionService'false],
  1514.             'app.listener.v2.stats' => ['privates''app.listener.v2.stats''getApp_Listener_V2_StatsService'false],
  1515.             'app.listener.v2.watch_mailing' => ['privates''app.listener.v2.watch_mailing''getApp_Listener_V2_WatchMailingService'false],
  1516.             'app.listener.v2.watch_validator' => ['privates''app.listener.v2.watch_validator''getApp_Listener_V2_WatchValidatorService'false],
  1517.             'app.user.listener' => ['privates''app.user.listener''getApp_User_ListenerService'false],
  1518.             'app.watch.v2.listener' => ['privates''app.watch.v2.listener''getApp_Watch_V2_ListenerService'false],
  1519.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1520.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  1521.             'kernel.listener.doctrine' => ['privates''kernel.listener.doctrine''getKernel_Listener_DoctrineService'false],
  1522.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'false],
  1523.         ], [
  1524.             'app.listener.v2.absence' => '?',
  1525.             'app.listener.v2.active_host' => '?',
  1526.             'app.listener.v2.cat' => '?',
  1527.             'app.listener.v2.cost_calculator' => '?',
  1528.             'app.listener.v2.discussion' => '?',
  1529.             'app.listener.v2.host_grade' => '?',
  1530.             'app.listener.v2.mailjet_contact_subscriber' => '?',
  1531.             'app.listener.v2.message' => '?',
  1532.             'app.listener.v2.proposition' => '?',
  1533.             'app.listener.v2.stats' => '?',
  1534.             'app.listener.v2.watch_mailing' => '?',
  1535.             'app.listener.v2.watch_validator' => '?',
  1536.             'app.user.listener' => '?',
  1537.             'app.watch.v2.listener' => '?',
  1538.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1539.             'fos_user.user_listener' => '?',
  1540.             'kernel.listener.doctrine' => '?',
  1541.             'sonata.doctrine.mapper' => '?',
  1542.         ]), [=> 'app.watch.v2.listener'=> 'app.listener.v2.watch_validator'=> 'app.listener.v2.watch_mailing'=> 'app.listener.v2.cat'=> 'app.listener.v2.proposition'=> 'app.listener.v2.cost_calculator'=> 'app.listener.v2.host_grade'=> 'app.listener.v2.active_host'=> 'app.listener.v2.message'=> 'fos_user.user_listener'10 => 'sonata.doctrine.mapper'11 => 'app.listener.v2.mailjet_contact_subscriber']);
  1543.         $c->addEventListener([=> 'preFlush'], 'kernel.listener.doctrine');
  1544.         $c->addEventListener([=> 'postPersist'], 'app.user.listener');
  1545.         $c->addEventListener([=> 'postUpdate'], 'app.user.listener');
  1546.         $c->addEventListener([=> 'postPersist'], 'app.listener.v2.stats');
  1547.         $c->addEventListener([=> 'postUpdate'], 'app.listener.v2.stats');
  1548.         $c->addEventListener([=> 'postUpdate'], 'app.listener.v2.discussion');
  1549.         $c->addEventListener([=> 'postUpdate'], 'app.listener.v2.absence');
  1550.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1551.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['connection_override_options' => [], 'url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$c, []);
  1552.     }
  1553.     /**
  1554.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1555.      *
  1556.      * @return \Doctrine\ORM\EntityManager
  1557.      */
  1558.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1559.     {
  1560.         $a = new \Doctrine\ORM\Configuration();
  1561.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1562.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine') => 'FOS\\OAuthServerBundle\\Entity']);
  1563.         $c->setGlobalBasename('mapping');
  1564.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  1565.         $b->addDriver($c'FOS\\OAuthServerBundle\\Entity');
  1566.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  1567.         $a->setEntityNamespaces(['App' => 'App\\Entity''FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity']);
  1568.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1569.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1570.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1571.         $a->setMetadataDriverImpl($b);
  1572.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1573.         $a->setProxyNamespace('Proxies');
  1574.         $a->setAutoGenerateProxyClasses(true);
  1575.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1576.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1577.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  1578.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1579.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1580.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));
  1581.         $a->addCustomStringFunction('IF''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1582.         $a->addCustomNumericFunction('Rand''App\\DQL\\RandFunction');
  1583.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  1584.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  1585.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1586.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  1587.         $a->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  1588.         $a->addFilter('deleted''App\\Filter\\DeletedFilter');
  1589.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1590.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'deleted'], []))->configure($instance);
  1591.         return $instance;
  1592.     }
  1593.     /**
  1594.      * Gets the public 'error_controller' shared service.
  1595.      *
  1596.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1597.      */
  1598.     protected function getErrorControllerService()
  1599.     {
  1600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1601.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1602.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1603.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1604.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1605.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1606.         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)));
  1607.     }
  1608.     /**
  1609.      * Gets the public 'event_dispatcher' shared service.
  1610.      *
  1611.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1612.      */
  1613.     protected function getEventDispatcherService()
  1614.     {
  1615.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1616.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1617.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  1618.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  1619.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1620.         $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())));
  1621.         $instance->addListener('kernel.response', [=> function () {
  1622.             return ($this->privates['app.response.listener'] ?? $this->getApp_Response_ListenerService());
  1623.         }, => 'processResponse'], 0);
  1624.         $instance->addListener('kernel.exception', [=> function () {
  1625.             return ($this->privates['app.exception_listener'] ?? $this->getApp_ExceptionListenerService());
  1626.         }, => 'onKernelException'], 0);
  1627.         $instance->addListener('kernel.controller', [=> function () {
  1628.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1629.         }, => 'onKernelController'], 0);
  1630.         $instance->addListener('kernel.request', [=> function () {
  1631.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1632.         }, => 'onKernelRequest'], 250);
  1633.         $instance->addListener('kernel.response', [=> function () {
  1634.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1635.         }, => 'onKernelResponse'], 0);
  1636.         $instance->addListener('kernel.response', [=> function () {
  1637.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1638.         }, => 'onResponse'], 0);
  1639.         $instance->addListener('kernel.request', [=> function () {
  1640.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1641.         }, => 'onKernelRequest'], 10);
  1642.         $instance->addListener('kernel.controller', [=> function () {
  1643.             return ($this->privates['fos_rest.param_fetcher_listener'] ?? $this->getFosRest_ParamFetcherListenerService());
  1644.         }, => 'onKernelController'], 5);
  1645.         $instance->addListener('kernel.response', [=> function () {
  1646.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  1647.         }, => 'onKernelResponse'], 0);
  1648.         $instance->addListener('mailjet.event.subscribe', [=> function () {
  1649.             return ($this->privates['mailjet.listener.contact_listener'] ?? $this->getMailjet_Listener_ContactListenerService());
  1650.         }, => 'onSubscribe'], 0);
  1651.         $instance->addListener('mailjet.event.unsubscribe', [=> function () {
  1652.             return ($this->privates['mailjet.listener.contact_listener'] ?? $this->getMailjet_Listener_ContactListenerService());
  1653.         }, => 'onUnsubscribe'], 0);
  1654.         $instance->addListener('mailjet.event.update', [=> function () {
  1655.             return ($this->privates['mailjet.listener.contact_listener'] ?? $this->getMailjet_Listener_ContactListenerService());
  1656.         }, => 'onUpdate'], 0);
  1657.         $instance->addListener('mailjet.event.delete', [=> function () {
  1658.             return ($this->privates['mailjet.listener.contact_listener'] ?? $this->getMailjet_Listener_ContactListenerService());
  1659.         }, => 'onDelete'], 0);
  1660.         $instance->addListener('mailjet.event.change_email', [=> function () {
  1661.             return ($this->privates['mailjet.listener.contact_listener'] ?? $this->getMailjet_Listener_ContactListenerService());
  1662.         }, => 'onChangeEmail'], 0);
  1663.         $instance->addListener('kernel.controller', [=> function () {
  1664.             return ($this->privates['app.listener.api_access'] ?? $this->getApp_Listener_ApiAccessService());
  1665.         }, => 'onKernelController'], 0);
  1666.         $instance->addListener('app.user.login', [=> function () {
  1667.             return ($this->privates['app.listener.v2.app_event_subscriber'] ?? $this->getApp_Listener_V2_AppEventSubscriberService());
  1668.         }, => 'onAppUserLogin'], 0);
  1669.         $instance->addListener('app.user.action', [=> function () {
  1670.             return ($this->privates['app.listener.v2.app_event_subscriber'] ?? $this->getApp_Listener_V2_AppEventSubscriberService());
  1671.         }, => 'onAppUserAction'], 0);
  1672.         $instance->addListener('app.email.sent', [=> function () {
  1673.             return ($this->privates['app.listener.v2.app_event_subscriber'] ?? $this->getApp_Listener_V2_AppEventSubscriberService());
  1674.         }, => 'onAppEmailSent'], 0);
  1675.         $instance->addListener('kernel.response', [=> function () {
  1676.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1677.         }, => 'onKernelResponse'], 0);
  1678.         $instance->addListener('kernel.response', [=> function () {
  1679.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1680.         }, => 'onKernelResponse'], -1024);
  1681.         $instance->addListener('kernel.request', [=> function () {
  1682.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1683.         }, => 'setDefaultLocale'], 100);
  1684.         $instance->addListener('kernel.request', [=> function () {
  1685.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1686.         }, => 'onKernelRequest'], 16);
  1687.         $instance->addListener('kernel.finish_request', [=> function () {
  1688.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1689.         }, => 'onKernelFinishRequest'], 0);
  1690.         $instance->addListener('kernel.request', [=> function () {
  1691.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1692.         }, => 'onKernelRequest'], 256);
  1693.         $instance->addListener('kernel.request', [=> function () {
  1694.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1695.         }, => 'resolveControllerName'], 24);
  1696.         $instance->addListener('kernel.response', [=> function () {
  1697.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1698.         }, => 'onResponse'], -255);
  1699.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1700.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1701.         }, => 'onControllerArguments'], 0);
  1702.         $instance->addListener('kernel.exception', [=> function () {
  1703.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1704.         }, => 'logKernelException'], 0);
  1705.         $instance->addListener('kernel.exception', [=> function () {
  1706.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1707.         }, => 'onKernelException'], -128);
  1708.         $instance->addListener('kernel.request', [=> function () {
  1709.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1710.         }, => 'onKernelRequest'], 15);
  1711.         $instance->addListener('kernel.finish_request', [=> function () {
  1712.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1713.         }, => 'onKernelFinishRequest'], -15);
  1714.         $instance->addListener('console.error', [=> function () {
  1715.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1716.         }, => 'onConsoleError'], -128);
  1717.         $instance->addListener('console.terminate', [=> function () {
  1718.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1719.         }, => 'onConsoleTerminate'], -128);
  1720.         $instance->addListener('console.error', [=> function () {
  1721.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1722.         }, => 'onConsoleError'], 0);
  1723.         $instance->addListener('kernel.request', [=> function () {
  1724.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1725.         }, => 'onKernelRequest'], 128);
  1726.         $instance->addListener('kernel.response', [=> function () {
  1727.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1728.         }, => 'onKernelResponse'], -1000);
  1729.         $instance->addListener('kernel.finish_request', [=> function () {
  1730.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1731.         }, => 'onFinishRequest'], 0);
  1732.         $instance->addListener('kernel.request', [=> function () {
  1733.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1734.         }, => 'onKernelRequest'], 48);
  1735.         $instance->addListener('kernel.response', [=> function () {
  1736.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1737.         }, => 'onKernelResponse'], -100);
  1738.         $instance->addListener('kernel.exception', [=> function () {
  1739.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1740.         }, => 'onKernelException'], 0);
  1741.         $instance->addListener('kernel.terminate', [=> function () {
  1742.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1743.         }, => 'onKernelTerminate'], -1024);
  1744.         $instance->addListener('kernel.controller', [=> function () {
  1745.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1746.         }, => 'onKernelController'], 0);
  1747.         $instance->addListener('kernel.response', [=> function () {
  1748.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1749.         }, => 'onKernelResponse'], 0);
  1750.         $instance->addListener('kernel.request', [=> function () {
  1751.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1752.         }, => 'configure'], 2048);
  1753.         $instance->addListener('console.command', [=> function () {
  1754.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1755.         }, => 'configure'], 2048);
  1756.         $instance->addListener('kernel.request', [=> function () {
  1757.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1758.         }, => 'onKernelRequest'], 32);
  1759.         $instance->addListener('kernel.finish_request', [=> function () {
  1760.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1761.         }, => 'onKernelFinishRequest'], 0);
  1762.         $instance->addListener('kernel.exception', [=> function () {
  1763.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1764.         }, => 'onKernelException'], -64);
  1765.         $instance->addListener('kernel.response', [=> function () {
  1766.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1767.         }, => 'onKernelResponse'], 0);
  1768.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1769.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1770.         }, => 'onVoterVote'], 0);
  1771.         $instance->addListener('kernel.request', [=> function () {
  1772.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1773.         }, => 'configureLogoutUrlGenerator'], 8);
  1774.         $instance->addListener('kernel.request', [=> function () {
  1775.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1776.         }, => 'onKernelRequest'], 8);
  1777.         $instance->addListener('kernel.finish_request', [=> function () {
  1778.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1779.         }, => 'onKernelFinishRequest'], 0);
  1780.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  1781.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1782.         }, => 'onImplicitLogin'], 0);
  1783.         $instance->addListener('security.interactive_login', [=> function () {
  1784.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  1785.         }, => 'onSecurityInteractiveLogin'], 0);
  1786.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1787.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1788.         }, => 'authenticate'], 0);
  1789.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  1790.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1791.         }, => 'authenticate'], 0);
  1792.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1793.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  1794.         }, => 'authenticate'], 0);
  1795.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  1796.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1797.         }, => 'addSuccessFlash'], 0);
  1798.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  1799.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1800.         }, => 'addSuccessFlash'], 0);
  1801.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  1802.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1803.         }, => 'addSuccessFlash'], 0);
  1804.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  1805.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1806.         }, => 'addSuccessFlash'], 0);
  1807.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  1808.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1809.         }, => 'addSuccessFlash'], 0);
  1810.         $instance->addListener('fos_user.registration.completed', [=> function () {
  1811.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1812.         }, => 'addSuccessFlash'], 0);
  1813.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  1814.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  1815.         }, => 'addSuccessFlash'], 0);
  1816.         $instance->addListener('fos_user.registration.success', [=> function () {
  1817.             return ($this->privates['fos_user.listener.email_confirmation'] ?? $this->getFosUser_Listener_EmailConfirmationService());
  1818.         }, => 'onRegistrationSuccess'], 0);
  1819.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  1820.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1821.         }, => 'onResettingResetInitialize'], 0);
  1822.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  1823.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1824.         }, => 'onResettingResetSuccess'], 0);
  1825.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  1826.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  1827.         }, => 'onResettingResetRequest'], 0);
  1828.         $instance->addListener('kernel.view', [=> function () {
  1829.             return ($this->privates['fos_rest.view_response_listener'] ?? $this->getFosRest_ViewResponseListenerService());
  1830.         }, => 'onKernelView'], 30);
  1831.         $instance->addListener('kernel.controller', [=> function () {
  1832.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1833.         }, => 'onKernelController'], 0);
  1834.         $instance->addListener('kernel.controller', [=> function () {
  1835.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1836.         }, => 'onKernelController'], 0);
  1837.         $instance->addListener('kernel.controller', [=> function () {
  1838.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1839.         }, => 'onKernelController'], -128);
  1840.         $instance->addListener('kernel.view', [=> function () {
  1841.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1842.         }, => 'onKernelView'], 0);
  1843.         $instance->addListener('kernel.controller', [=> function () {
  1844.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1845.         }, => 'onKernelController'], 0);
  1846.         $instance->addListener('kernel.response', [=> function () {
  1847.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1848.         }, => 'onKernelResponse'], 0);
  1849.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1850.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1851.         }, => 'onKernelControllerArguments'], 0);
  1852.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1853.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1854.         }, => 'onKernelControllerArguments'], 0);
  1855.         $instance->addListener('kernel.response', [=> function () {
  1856.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1857.         }, => 'onKernelResponse'], -128);
  1858.         $instance->addListener('console.command', [=> function () {
  1859.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  1860.         }, => 'configure'], 1024);
  1861.         $instance->addListener('kernel.request', [=> function () {
  1862.             return ($this->privates['bugsnag.listener'] ?? $this->getBugsnag_ListenerService());
  1863.         }, => 'onKernelRequest'], 256);
  1864.         $instance->addListener('kernel.exception', [=> function () {
  1865.             return ($this->privates['bugsnag.listener'] ?? $this->getBugsnag_ListenerService());
  1866.         }, => 'onKernelException'], 128);
  1867.         $instance->addListener('console.error', [=> function () {
  1868.             return ($this->privates['bugsnag.listener'] ?? $this->getBugsnag_ListenerService());
  1869.         }, => 'onConsoleError'], 128);
  1870.         $instance->addListener('kernel.terminate', [=> function () {
  1871.             return ($this->privates['bugsnag.shutdown'] ?? ($this->privates['bugsnag.shutdown'] = new \Bugsnag\BugsnagBundle\EventListener\BugsnagShutdown()));
  1872.         }, => 'onTerminate'], 10);
  1873.         $instance->addListener('console.terminate', [=> function () {
  1874.             return ($this->privates['bugsnag.shutdown'] ?? ($this->privates['bugsnag.shutdown'] = new \Bugsnag\BugsnagBundle\EventListener\BugsnagShutdown()));
  1875.         }, => 'onTerminate'], 10);
  1876.         return $instance;
  1877.     }
  1878.     /**
  1879.      * Gets the public 'filesystem' shared service.
  1880.      *
  1881.      * @return \Symfony\Component\Filesystem\Filesystem
  1882.      */
  1883.     protected function getFilesystemService()
  1884.     {
  1885.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1886.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1887.     }
  1888.     /**
  1889.      * Gets the public 'form.factory' shared service.
  1890.      *
  1891.      * @return \Symfony\Component\Form\FormFactory
  1892.      */
  1893.     protected function getForm_FactoryService()
  1894.     {
  1895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1896.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1897.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1898.     }
  1899.     /**
  1900.      * Gets the public 'form.type.file' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1903.      */
  1904.     protected function getForm_Type_FileService()
  1905.     {
  1906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1907.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1908.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1909.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1910.     }
  1911.     /**
  1912.      * Gets the public 'fos_oauth_server.controller.authorize' shared service.
  1913.      *
  1914.      * @return \FOS\OAuthServerBundle\Controller\AuthorizeController
  1915.      */
  1916.     protected function getFosOauthServer_Controller_AuthorizeService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/AuthorizeController.php';
  1919.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Handler/AuthorizeFormHandler.php';
  1920.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1921.         $b $this->getFosOauthServer_Authorize_FormService();
  1922.         return $this->services['fos_oauth_server.controller.authorize'] = new \FOS\OAuthServerBundle\Controller\AuthorizeController($a$b, new \FOS\OAuthServerBundle\Form\Handler\AuthorizeFormHandler($b$a), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['session'] ?? $this->getSessionService()), 'twig');
  1923.     }
  1924.     /**
  1925.      * Gets the public 'fos_oauth_server.controller.token' shared service.
  1926.      *
  1927.      * @return \FOS\OAuthServerBundle\Controller\TokenController
  1928.      */
  1929.     protected function getFosOauthServer_Controller_TokenService()
  1930.     {
  1931.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Controller/TokenController.php';
  1932.         return $this->services['fos_oauth_server.controller.token'] = new \FOS\OAuthServerBundle\Controller\TokenController(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  1933.     }
  1934.     /**
  1935.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  1936.      *
  1937.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistry
  1938.      */
  1939.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  1940.     {
  1941.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php';
  1942.         return $this->services['fos_rest.serializer.jms_handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistry(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  1943.     }
  1944.     /**
  1945.      * Gets the public 'fos_rest.view_handler' shared service.
  1946.      *
  1947.      * @return \FOS\RestBundle\View\ViewHandler
  1948.      */
  1949.     protected function getFosRest_ViewHandlerService()
  1950.     {
  1951.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  1952.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  1953.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  1954.         return $this->services['fos_rest.view_handler'] = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), ($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['xml' => false'json' => false], 400204false, ['html' => false], 'twig', ['serializeNullStrategy' => false], false);
  1955.     }
  1956.     /**
  1957.      * Gets the public 'fos_user.change_password.controller' shared service.
  1958.      *
  1959.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  1960.      */
  1961.     protected function getFosUser_ChangePassword_ControllerService()
  1962.     {
  1963.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1964.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1965.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1967.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  1968.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  1969.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  1970.         $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()));
  1971.         $instance->setContainer($this);
  1972.         return $instance;
  1973.     }
  1974.     /**
  1975.      * Gets the public 'fos_user.profile.controller' shared service.
  1976.      *
  1977.      * @return \FOS\UserBundle\Controller\ProfileController
  1978.      */
  1979.     protected function getFosUser_Profile_ControllerService()
  1980.     {
  1981.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1984.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1985.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  1986.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  1987.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  1988.         $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()));
  1989.         $instance->setContainer($this);
  1990.         return $instance;
  1991.     }
  1992.     /**
  1993.      * Gets the public 'fos_user.registration.controller' shared service.
  1994.      *
  1995.      * @return \FOS\UserBundle\Controller\RegistrationController
  1996.      */
  1997.     protected function getFosUser_Registration_ControllerService()
  1998.     {
  1999.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2000.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2001.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2002.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2003.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  2004.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2005.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2006.         $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()));
  2007.         $instance->setContainer($this);
  2008.         return $instance;
  2009.     }
  2010.     /**
  2011.      * Gets the public 'fos_user.resetting.controller' shared service.
  2012.      *
  2013.      * @return \FOS\UserBundle\Controller\ResettingController
  2014.      */
  2015.     protected function getFosUser_Resetting_ControllerService()
  2016.     {
  2017.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2018.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2019.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2020.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2021.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  2022.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2023.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2024.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2025.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2026.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  2027.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  2028.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 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']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->services['fos_user.util.token_generator'] ?? ($this->services['fos_user.util.token_generator'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->privates['fos_user.mailer.noop'] ?? ($this->privates['fos_user.mailer.noop'] = new \FOS\UserBundle\Mailer\NoopMailer())), 7200);
  2029.         $instance->setContainer($this);
  2030.         return $instance;
  2031.     }
  2032.     /**
  2033.      * Gets the public 'fos_user.security.controller' shared service.
  2034.      *
  2035.      * @return \FOS\UserBundle\Controller\SecurityController
  2036.      */
  2037.     protected function getFosUser_Security_ControllerService()
  2038.     {
  2039.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2040.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  2044.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2045.         $instance->setContainer($this);
  2046.         return $instance;
  2047.     }
  2048.     /**
  2049.      * Gets the public 'fos_user.user_manager' shared service.
  2050.      *
  2051.      * @return \FOS\UserBundle\Doctrine\UserManager
  2052.      */
  2053.     protected function getFosUser_UserManagerService()
  2054.     {
  2055.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  2056.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  2057.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  2058.         return $this->services['fos_user.user_manager'] = new \FOS\UserBundle\Doctrine\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->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL), 'App\\Entity\\User');
  2059.     }
  2060.     /**
  2061.      * Gets the public 'fos_user.util.token_generator' shared service.
  2062.      *
  2063.      * @return \FOS\UserBundle\Util\TokenGenerator
  2064.      */
  2065.     protected function getFosUser_Util_TokenGeneratorService()
  2066.     {
  2067.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2068.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2069.         return $this->services['fos_user.util.token_generator'] = new \FOS\UserBundle\Util\TokenGenerator();
  2070.     }
  2071.     /**
  2072.      * Gets the public 'http_kernel' shared service.
  2073.      *
  2074.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2075.      */
  2076.     protected function getHttpKernelService()
  2077.     {
  2078.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2079.         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(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2080.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2081.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2082.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2083.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2084.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2085.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2086.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2087.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2088.         }, 8)), $a));
  2089.     }
  2090.     /**
  2091.      * Gets the public 'jms_serializer' shared service.
  2092.      *
  2093.      * @return \JMS\Serializer\Serializer
  2094.      */
  2095.     protected function getJmsSerializerService()
  2096.     {
  2097.         $a = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2098.             'jms_serializer.doctrine_proxy_subscriber' => ['services''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  2099.             'jms_serializer.stopwatch_subscriber' => ['services''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  2100.         ], [
  2101.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  2102.             'jms_serializer.stopwatch_subscriber' => '?',
  2103.         ]));
  2104.         $a->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL]], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL]]]);
  2105.         $this->services['jms_serializer'] = $instance = new \JMS\Serializer\Serializer(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService()), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), new \PhpCollection\Map(['json' => ($this->services['jms_serializer.json_serialization_visitor'] ?? $this->getJmsSerializer_JsonSerializationVisitorService()), 'xml' => ($this->services['jms_serializer.xml_serialization_visitor'] ?? $this->getJmsSerializer_XmlSerializationVisitorService()), 'yml' => ($this->services['jms_serializer.yaml_serialization_visitor'] ?? $this->getJmsSerializer_YamlSerializationVisitorService())]), new \PhpCollection\Map(['json' => ($this->services['jms_serializer.json_deserialization_visitor'] ?? $this->getJmsSerializer_JsonDeserializationVisitorService()), 'xml' => ($this->services['jms_serializer.xml_deserialization_visitor'] ?? $this->getJmsSerializer_XmlDeserializationVisitorService())]), $aNULL, ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  2106.         $instance->setSerializationContextFactory(($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2107.         $instance->setDeserializationContextFactory(($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  2108.         return $instance;
  2109.     }
  2110.     /**
  2111.      * Gets the public 'jms_serializer.array_collection_handler' shared service.
  2112.      *
  2113.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  2114.      */
  2115.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  2116.     {
  2117.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2118.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/ArrayCollectionHandler.php';
  2119.         return $this->services['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  2120.     }
  2121.     /**
  2122.      * Gets the public 'jms_serializer.constraint_violation_handler' shared service.
  2123.      *
  2124.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  2125.      */
  2126.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  2127.     {
  2128.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2129.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/ConstraintViolationHandler.php';
  2130.         return $this->services['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  2131.     }
  2132.     /**
  2133.      * Gets the public 'jms_serializer.datetime_handler' shared service.
  2134.      *
  2135.      * @return \JMS\Serializer\Handler\DateHandler
  2136.      */
  2137.     protected function getJmsSerializer_DatetimeHandlerService()
  2138.     {
  2139.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2140.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/DateHandler.php';
  2141.         return $this->services['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  2142.     }
  2143.     /**
  2144.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  2145.      *
  2146.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2147.      */
  2148.     protected function getJmsSerializer_DeserializationContextFactoryService()
  2149.     {
  2150.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2151.     }
  2152.     /**
  2153.      * Gets the public 'jms_serializer.doctrine_proxy_subscriber' shared service.
  2154.      *
  2155.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  2156.      */
  2157.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  2158.     {
  2159.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php';
  2160.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  2161.         return $this->services['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  2162.     }
  2163.     /**
  2164.      * Gets the public 'jms_serializer.form_error_handler' shared service.
  2165.      *
  2166.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  2167.      */
  2168.     protected function getJmsSerializer_FormErrorHandlerService()
  2169.     {
  2170.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2171.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  2172.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php';
  2173.         return $this->services['jms_serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
  2174.     }
  2175.     /**
  2176.      * Gets the public 'jms_serializer.handler_registry' shared service.
  2177.      *
  2178.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistry
  2179.      */
  2180.     protected function getJmsSerializer_HandlerRegistryService()
  2181.     {
  2182.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistry.php';
  2183.         return $this->services['jms_serializer.handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistry(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  2184.     }
  2185.     /**
  2186.      * Gets the public 'jms_serializer.json_deserialization_visitor' shared service.
  2187.      *
  2188.      * @return \JMS\Serializer\JsonDeserializationVisitor
  2189.      */
  2190.     protected function getJmsSerializer_JsonDeserializationVisitorService()
  2191.     {
  2192.         return $this->services['jms_serializer.json_deserialization_visitor'] = new \JMS\Serializer\JsonDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  2193.     }
  2194.     /**
  2195.      * Gets the public 'jms_serializer.json_serialization_visitor' shared service.
  2196.      *
  2197.      * @return \JMS\Serializer\JsonSerializationVisitor
  2198.      */
  2199.     protected function getJmsSerializer_JsonSerializationVisitorService()
  2200.     {
  2201.         $this->services['jms_serializer.json_serialization_visitor'] = $instance = new \JMS\Serializer\JsonSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  2202.         $instance->setOptions(1216);
  2203.         return $instance;
  2204.     }
  2205.     /**
  2206.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  2207.      *
  2208.      * @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
  2209.      */
  2210.     protected function getJmsSerializer_MetadataDriverService()
  2211.     {
  2212.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  2213.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/DoctrineTypeDriver.php';
  2214.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedDriverInterface.php';
  2215.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/DriverChain.php';
  2216.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AbstractFileDriver.php';
  2217.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/YamlDriver.php';
  2218.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocatorInterface.php';
  2219.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/AdvancedFileLocatorInterface.php';
  2220.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Metadata/Driver/FileLocator.php';
  2221.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/XmlDriver.php';
  2222.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/PhpDriver.php';
  2223.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Metadata/Driver/AnnotationDriver.php';
  2224.         $a = new \Metadata\Driver\FileLocator(['Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer')]);
  2225.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a), => new \JMS\Serializer\Metadata\Driver\PhpDriver($a), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2226.     }
  2227.     /**
  2228.      * Gets the public 'jms_serializer.object_constructor' shared service.
  2229.      *
  2230.      * @return \JMS\Serializer\Construction\DoctrineObjectConstructor
  2231.      */
  2232.     protected function getJmsSerializer_ObjectConstructorService()
  2233.     {
  2234.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Construction/DoctrineObjectConstructor.php';
  2235.         return $this->services['jms_serializer.object_constructor'] = new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), 'null');
  2236.     }
  2237.     /**
  2238.      * Gets the public 'jms_serializer.php_collection_handler' shared service.
  2239.      *
  2240.      * @return \JMS\Serializer\Handler\PhpCollectionHandler
  2241.      */
  2242.     protected function getJmsSerializer_PhpCollectionHandlerService()
  2243.     {
  2244.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/SubscribingHandlerInterface.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/PhpCollectionHandler.php';
  2246.         return $this->services['jms_serializer.php_collection_handler'] = new \JMS\Serializer\Handler\PhpCollectionHandler();
  2247.     }
  2248.     /**
  2249.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  2250.      *
  2251.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  2252.      */
  2253.     protected function getJmsSerializer_SerializationContextFactoryService()
  2254.     {
  2255.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  2256.     }
  2257.     /**
  2258.      * Gets the public 'jms_serializer.stopwatch_subscriber' shared service.
  2259.      *
  2260.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  2261.      */
  2262.     protected function getJmsSerializer_StopwatchSubscriberService()
  2263.     {
  2264.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/EventDispatcher/EventSubscriberInterface.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  2266.         return $this->services['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  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/JMS/Serializer/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 'jms_serializer.xml_deserialization_visitor' shared service.
  2280.      *
  2281.      * @return \JMS\Serializer\XmlDeserializationVisitor
  2282.      */
  2283.     protected function getJmsSerializer_XmlDeserializationVisitorService()
  2284.     {
  2285.         $this->services['jms_serializer.xml_deserialization_visitor'] = $instance = new \JMS\Serializer\XmlDeserializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  2286.         $instance->setDoctypeWhitelist([]);
  2287.         return $instance;
  2288.     }
  2289.     /**
  2290.      * Gets the public 'jms_serializer.xml_serialization_visitor' shared service.
  2291.      *
  2292.      * @return \JMS\Serializer\XmlSerializationVisitor
  2293.      */
  2294.     protected function getJmsSerializer_XmlSerializationVisitorService()
  2295.     {
  2296.         $this->services['jms_serializer.xml_serialization_visitor'] = $instance = new \JMS\Serializer\XmlSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  2297.         $instance->setFormatOutput(true);
  2298.         return $instance;
  2299.     }
  2300.     /**
  2301.      * Gets the public 'jms_serializer.yaml_serialization_visitor' shared service.
  2302.      *
  2303.      * @return \JMS\Serializer\YamlSerializationVisitor
  2304.      */
  2305.     protected function getJmsSerializer_YamlSerializationVisitorService()
  2306.     {
  2307.         return $this->services['jms_serializer.yaml_serialization_visitor'] = new \JMS\Serializer\YamlSerializationVisitor(($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()), ($this->privates['jms_serializer.accessor_strategy.expression'] ?? $this->getJmsSerializer_AccessorStrategy_ExpressionService()));
  2308.     }
  2309.     /**
  2310.      * Gets the public 'knp_menu.factory' shared service.
  2311.      *
  2312.      * @return \Knp\Menu\MenuFactory
  2313.      */
  2314.     protected function getKnpMenu_FactoryService()
  2315.     {
  2316.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  2317.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  2318.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  2319.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  2320.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  2321.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  2322.         return $instance;
  2323.     }
  2324.     /**
  2325.      * Gets the public 'knp_menu.matcher' shared service.
  2326.      *
  2327.      * @return \Knp\Menu\Matcher\Matcher
  2328.      */
  2329.     protected function getKnpMenu_MatcherService()
  2330.     {
  2331.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2332.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  2333.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->getSonata_Admin_Menu_Matcher_Voter_AdminService());
  2334.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  2335.         }, 3));
  2336.     }
  2337.     /**
  2338.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  2339.      *
  2340.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  2341.      */
  2342.     protected function getNelmioApiDoc_Command_DumpService()
  2343.     {
  2344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2345.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  2346.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  2347.         $instance->setName('nelmio:apidoc:dump');
  2348.         return $instance;
  2349.     }
  2350.     /**
  2351.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  2352.      *
  2353.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  2354.      */
  2355.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  2356.     {
  2357.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  2358.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  2359.     }
  2360.     /**
  2361.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  2362.      *
  2363.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2364.      */
  2365.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  2366.     {
  2367.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  2368.         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()));
  2369.     }
  2370.     /**
  2371.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  2372.      *
  2373.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  2374.      */
  2375.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  2376.     {
  2377.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  2378.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  2379.     }
  2380.     /**
  2381.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  2382.      *
  2383.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  2384.      */
  2385.     protected function getNelmioApiDoc_Generator_DefaultService()
  2386.     {
  2387.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  2388.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  2389.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  2390.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  2391.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  2392.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  2393.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  2394.         }, 5), new RewindableGenerator(function () {
  2395.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  2396.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  2397.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  2398.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  2399.         }, 4));
  2400.         $instance->setAlternativeNames([]);
  2401.         $instance->setMediaTypes([=> 'json']);
  2402.         return $instance;
  2403.     }
  2404.     /**
  2405.      * Gets the public 'profiler' shared service.
  2406.      *
  2407.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2408.      */
  2409.     protected function getProfilerService()
  2410.     {
  2411.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2412.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2413.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  2414.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2415.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2416.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2417.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2418.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2419.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2420.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2421.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2422.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2423.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2424.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2425.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2426.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2427.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  2428.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2429.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2430.         $e = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2431.         $e->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2432.         $f = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2433.         if ($this->has('kernel')) {
  2434.             $f->setKernel($b);
  2435.         }
  2436.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2437.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2438.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2439.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2440.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2441.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2442.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2443.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDemoDebugContainer'), $c));
  2444.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2445.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2446.         $instance->add($d);
  2447.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2448.         $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())));
  2449.         $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())));
  2450.         $instance->add($e);
  2451.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2452.         $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']));
  2453.         $instance->add(new \Mailjet\MailjetBundle\DataCollector\MailjetDataCollector(($this->privates['mailjet.client'] ?? $this->getMailjet_ClientService()), new \Mailjet\MailjetBundle\Client\MailjetClient($this->getEnv('MAILJET_APIKEY_PUBLIC'), $this->getEnv('MAILJET_APIKEY_PRIVATE'), true$this->parameters['mailjet.transactionnal.options'])));
  2454.         $instance->add($f);
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the public 'request_stack' shared service.
  2459.      *
  2460.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2461.      */
  2462.     protected function getRequestStackService()
  2463.     {
  2464.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2465.     }
  2466.     /**
  2467.      * Gets the public 'router' shared service.
  2468.      *
  2469.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2470.      */
  2471.     protected function getRouterService()
  2472.     {
  2473.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2474.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2475.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  2476.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  2477.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2478.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2479.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2480.         ], [
  2481.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2482.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  2483.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2484.         return $instance;
  2485.     }
  2486.     /**
  2487.      * Gets the public 'routing.loader' shared service.
  2488.      *
  2489.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2490.      */
  2491.     protected function getRouting_LoaderService()
  2492.     {
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2498.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2499.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2500.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2501.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2502.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2503.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2504.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2505.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2506.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  2508.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2510.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2511.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2512.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2513.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  2514.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2515.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2516.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2517.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2518.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2519.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2520.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2521.             'kernel' => ['services''kernel''getKernelService'false],
  2522.         ], [
  2523.             'kernel' => 'App\\Kernel',
  2524.         ]))));
  2525.         $a->addLoader($this->getFosRest_Routing_Loader_DirectoryService());
  2526.         $a->addLoader($this->getFosRest_Routing_Loader_ControllerService());
  2527.         $a->addLoader($this->getFosRest_Routing_Loader_YamlCollectionService());
  2528.         $a->addLoader($this->getFosRest_Routing_Loader_XmlCollectionService());
  2529.         $a->addLoader(($this->services['sonata.admin.route_loader'] ?? $this->getSonata_Admin_RouteLoaderService()));
  2530.         $a->addLoader($c);
  2531.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2532.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2533.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  2534.     }
  2535.     /**
  2536.      * Gets the public 'security.authentication_utils' shared service.
  2537.      *
  2538.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2539.      */
  2540.     protected function getSecurity_AuthenticationUtilsService()
  2541.     {
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2543.         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())));
  2544.     }
  2545.     /**
  2546.      * Gets the public 'security.authorization_checker' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2549.      */
  2550.     protected function getSecurity_AuthorizationCheckerService()
  2551.     {
  2552.         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);
  2553.     }
  2554.     /**
  2555.      * Gets the public 'security.csrf.token_manager' shared service.
  2556.      *
  2557.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2558.      */
  2559.     protected function getSecurity_Csrf_TokenManagerService()
  2560.     {
  2561.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2562.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2563.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2564.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2565.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  2566.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  2567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  2568.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService())), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2569.     }
  2570.     /**
  2571.      * Gets the public 'security.password_encoder' shared service.
  2572.      *
  2573.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2574.      */
  2575.     protected function getSecurity_PasswordEncoderService()
  2576.     {
  2577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2579.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2580.     }
  2581.     /**
  2582.      * Gets the public 'security.token_storage' shared service.
  2583.      *
  2584.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2585.      */
  2586.     protected function getSecurity_TokenStorageService()
  2587.     {
  2588.         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, [
  2589.             'session' => ['services''session''getSessionService'false],
  2590.         ], [
  2591.             'session' => '?',
  2592.         ]));
  2593.     }
  2594.     /**
  2595.      * Gets the public 'serializer' shared service.
  2596.      *
  2597.      * @return \Symfony\Component\Serializer\Serializer
  2598.      */
  2599.     protected function getSerializerService()
  2600.     {
  2601.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2602.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2605.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2607.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2608.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2609.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2610.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2611.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2634.         $a = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  2635.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2636.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> 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(), => 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()]);
  2637.     }
  2638.     /**
  2639.      * Gets the public 'services_resetter' shared service.
  2640.      *
  2641.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2642.      */
  2643.     protected function getServicesResetterService()
  2644.     {
  2645.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2646.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2647.             if (isset($this->services['cache.app'])) {
  2648.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2649.             }
  2650.             if (isset($this->services['cache.system'])) {
  2651.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2652.             }
  2653.             if (isset($this->privates['cache.validator'])) {
  2654.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2655.             }
  2656.             if (isset($this->privates['cache.serializer'])) {
  2657.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2658.             }
  2659.             if (isset($this->privates['cache.annotations'])) {
  2660.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2661.             }
  2662.             if (isset($this->privates['cache.property_info'])) {
  2663.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2664.             }
  2665.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2666.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2667.             }
  2668.             if (isset($this->services['profiler'])) {
  2669.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2670.             }
  2671.             if (isset($this->services['validator'])) {
  2672.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2673.             }
  2674.             if (isset($this->privates['debug.stopwatch'])) {
  2675.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2676.             }
  2677.             if (isset($this->services['event_dispatcher'])) {
  2678.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2679.             }
  2680.             if (isset($this->services['security.token_storage'])) {
  2681.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2682.             }
  2683.             if (isset($this->privates['cache.security_expression_language'])) {
  2684.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2685.             }
  2686.             if (isset($this->services['fos_rest.view_handler'])) {
  2687.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  2688.             }
  2689.             if (isset($this->services['doctrine'])) {
  2690.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2691.             }
  2692.             if (isset($this->privates['form.type.entity'])) {
  2693.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2694.             }
  2695.             if (isset($this->privates['monolog.handler.main_critical'])) {
  2696.                 yield 'monolog.handler.main_critical' => ($this->privates['monolog.handler.main_critical'] ?? null);
  2697.             }
  2698.             if (isset($this->privates['monolog.handler.info'])) {
  2699.                 yield 'monolog.handler.info' => ($this->privates['monolog.handler.info'] ?? null);
  2700.             }
  2701.         }, function () {
  2702.             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['fos_rest.view_handler'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main_critical'])) + (int) (isset($this->privates['monolog.handler.info']));
  2703.         }), ['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'], 'fos_rest.view_handler.default' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main_critical' => [=> 'reset'], 'monolog.handler.info' => [=> 'reset']]);
  2704.     }
  2705.     /**
  2706.      * Gets the public 'session' shared service.
  2707.      *
  2708.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2709.      */
  2710.     protected function getSessionService()
  2711.     {
  2712.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2713.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2714.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  2715.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  2716.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  2717.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php';
  2718.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php';
  2719.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  2720.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  2721.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler(new \Symfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler((\dirname(__DIR__4).'/src/../var/sessions/demo'))), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0)));
  2722.     }
  2723.     /**
  2724.      * Gets the public 'sonata.admin.action.append_form_field_element' shared service.
  2725.      *
  2726.      * @return \Sonata\AdminBundle\Action\AppendFormFieldElementAction
  2727.      */
  2728.     protected function getSonata_Admin_Action_AppendFormFieldElementService()
  2729.     {
  2730.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/AppendFormFieldElementAction.php';
  2731.         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()));
  2732.     }
  2733.     /**
  2734.      * Gets the public 'sonata.admin.action.get_short_object_description' shared service.
  2735.      *
  2736.      * @return \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction
  2737.      */
  2738.     protected function getSonata_Admin_Action_GetShortObjectDescriptionService()
  2739.     {
  2740.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/GetShortObjectDescriptionAction.php';
  2741.         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()));
  2742.     }
  2743.     /**
  2744.      * Gets the public 'sonata.admin.action.retrieve_autocomplete_items' shared service.
  2745.      *
  2746.      * @return \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction
  2747.      */
  2748.     protected function getSonata_Admin_Action_RetrieveAutocompleteItemsService()
  2749.     {
  2750.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveAutocompleteItemsAction.php';
  2751.         return $this->services['sonata.admin.action.retrieve_autocomplete_items'] = new \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2752.     }
  2753.     /**
  2754.      * Gets the public 'sonata.admin.action.retrieve_form_field_element' shared service.
  2755.      *
  2756.      * @return \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction
  2757.      */
  2758.     protected function getSonata_Admin_Action_RetrieveFormFieldElementService()
  2759.     {
  2760.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php';
  2761.         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()));
  2762.     }
  2763.     /**
  2764.      * Gets the public 'sonata.admin.action.set_object_field_value' shared service.
  2765.      *
  2766.      * @return \Sonata\AdminBundle\Action\SetObjectFieldValueAction
  2767.      */
  2768.     protected function getSonata_Admin_Action_SetObjectFieldValueService()
  2769.     {
  2770.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SetObjectFieldValueAction.php';
  2771.         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()));
  2772.     }
  2773.     /**
  2774.      * Gets the public 'sonata.admin.admin_exporter' shared service.
  2775.      *
  2776.      * @return \Sonata\AdminBundle\Bridge\Exporter\AdminExporter
  2777.      */
  2778.     protected function getSonata_Admin_AdminExporterService()
  2779.     {
  2780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Bridge/Exporter/AdminExporter.php';
  2781.         return $this->services['sonata.admin.admin_exporter'] = new \Sonata\AdminBundle\Bridge\Exporter\AdminExporter(($this->services['sonata.exporter.exporter'] ?? $this->getSonata_Exporter_ExporterService()));
  2782.     }
  2783.     /**
  2784.      * Gets the public 'sonata.admin.audit.manager' shared service.
  2785.      *
  2786.      * @return \Sonata\AdminBundle\Model\AuditManager
  2787.      */
  2788.     protected function getSonata_Admin_Audit_ManagerService()
  2789.     {
  2790.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  2791.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  2792.         return $this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this);
  2793.     }
  2794.     /**
  2795.      * Gets the public 'sonata.admin.block.admin_list' shared service.
  2796.      *
  2797.      * @return \Sonata\AdminBundle\Block\AdminListBlockService
  2798.      */
  2799.     protected function getSonata_Admin_Block_AdminListService()
  2800.     {
  2801.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2803.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2804.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminListBlockService.php';
  2805.         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()));
  2806.     }
  2807.     /**
  2808.      * Gets the public 'sonata.admin.block.search_result' shared service.
  2809.      *
  2810.      * @return \Sonata\AdminBundle\Block\AdminSearchBlockService
  2811.      */
  2812.     protected function getSonata_Admin_Block_SearchResultService()
  2813.     {
  2814.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2815.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminSearchBlockService.php';
  2818.         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()));
  2819.     }
  2820.     /**
  2821.      * Gets the public 'sonata.admin.block.stats' shared service.
  2822.      *
  2823.      * @return \Sonata\AdminBundle\Block\AdminStatsBlockService
  2824.      */
  2825.     protected function getSonata_Admin_Block_StatsService()
  2826.     {
  2827.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2828.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminStatsBlockService.php';
  2831.         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()));
  2832.     }
  2833.     /**
  2834.      * Gets the public 'sonata.admin.breadcrumbs_builder' shared service.
  2835.      *
  2836.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  2837.      */
  2838.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  2839.     {
  2840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  2842.         return $this->services['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  2843.     }
  2844.     /**
  2845.      * Gets the public 'sonata.admin.builder.filter.factory' shared service.
  2846.      *
  2847.      * @return \Sonata\AdminBundle\Filter\FilterFactory
  2848.      */
  2849.     protected function getSonata_Admin_Builder_Filter_FactoryService()
  2850.     {
  2851.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactoryInterface.php';
  2852.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactory.php';
  2853.         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']);
  2854.     }
  2855.     /**
  2856.      * Gets the public 'sonata.admin.controller.admin' shared service.
  2857.      *
  2858.      * @return \Sonata\AdminBundle\Controller\HelperController
  2859.      *
  2860.      * @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.
  2861.      */
  2862.     protected function getSonata_Admin_Controller_AdminService()
  2863.     {
  2864.         @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);
  2865.         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()));
  2866.     }
  2867.     /**
  2868.      * Gets the public 'sonata.admin.doctrine_orm.form.type.choice_field_mask' shared service.
  2869.      *
  2870.      * @return \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType
  2871.      */
  2872.     protected function getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService()
  2873.     {
  2874.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2876.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ChoiceFieldMaskType.php';
  2877.         return $this->services['sonata.admin.doctrine_orm.form.type.choice_field_mask'] = new \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType();
  2878.     }
  2879.     /**
  2880.      * Gets the public 'sonata.admin.event.extension' shared service.
  2881.      *
  2882.      * @return \Sonata\AdminBundle\Event\AdminEventExtension
  2883.      */
  2884.     protected function getSonata_Admin_Event_ExtensionService()
  2885.     {
  2886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  2887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  2888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Event/AdminEventExtension.php';
  2889.         return $this->services['sonata.admin.event.extension'] = new \Sonata\AdminBundle\Event\AdminEventExtension(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2890.     }
  2891.     /**
  2892.      * Gets the public 'sonata.admin.exporter' shared service.
  2893.      *
  2894.      * @return \Sonata\AdminBundle\Export\Exporter
  2895.      *
  2896.      * @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.
  2897.      */
  2898.     protected function getSonata_Admin_ExporterService()
  2899.     {
  2900.         @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);
  2901.         return $this->services['sonata.admin.exporter'] = new \Sonata\AdminBundle\Export\Exporter();
  2902.     }
  2903.     /**
  2904.      * Gets the public 'sonata.admin.form.extension.choice' shared service.
  2905.      *
  2906.      * @return \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension
  2907.      */
  2908.     protected function getSonata_Admin_Form_Extension_ChoiceService()
  2909.     {
  2910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  2911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  2912.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/ChoiceTypeExtension.php';
  2913.         return $this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension();
  2914.     }
  2915.     /**
  2916.      * Gets the public 'sonata.admin.form.extension.field' shared service.
  2917.      *
  2918.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension
  2919.      */
  2920.     protected function getSonata_Admin_Form_Extension_FieldService()
  2921.     {
  2922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  2923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  2924.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/FormTypeFieldExtension.php';
  2925.         return $this->services['sonata.admin.form.extension.field'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension(['Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\DateTimeType' => 'sonata-medium-date''Symfony\\Component\\Form\\Extension\\Core\\Type\\EmailType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\IntegerType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType' => '''Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => ''], ['legacy_twig_text_extension' => false'html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'pager_links' => NULL'form_type' => 'standard''default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'enable_jms_di_extra_autoregistration' => true'mosaic_background' => 'data:image/png;base64,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''javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'10 => 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'11 => 'bundles/sonataadmin/css/styles.css'12 => 'bundles/sonataadmin/css/layout.css'13 => 'bundles/sonataadmin/css/tree.css'14 => 'bundles/sonatacore/css/flashmessage.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]);
  2926.     }
  2927.     /**
  2928.      * Gets the public 'sonata.admin.form.extension.field.mopa' shared service.
  2929.      *
  2930.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension
  2931.      */
  2932.     protected function getSonata_Admin_Form_Extension_Field_MopaService()
  2933.     {
  2934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  2935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  2936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/MopaCompatibilityTypeFieldExtension.php';
  2937.         return $this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension();
  2938.     }
  2939.     /**
  2940.      * Gets the public 'sonata.admin.form.filter.type.choice' shared service.
  2941.      *
  2942.      * @return \Sonata\AdminBundle\Form\Type\Filter\ChoiceType
  2943.      */
  2944.     protected function getSonata_Admin_Form_Filter_Type_ChoiceService()
  2945.     {
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php';
  2949.         return $this->services['sonata.admin.form.filter.type.choice'] = new \Sonata\AdminBundle\Form\Type\Filter\ChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  2950.     }
  2951.     /**
  2952.      * Gets the public 'sonata.admin.form.filter.type.date' shared service.
  2953.      *
  2954.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateType
  2955.      */
  2956.     protected function getSonata_Admin_Form_Filter_Type_DateService()
  2957.     {
  2958.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2959.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2960.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php';
  2961.         return $this->services['sonata.admin.form.filter.type.date'] = new \Sonata\AdminBundle\Form\Type\Filter\DateType(($this->services['translator'] ?? $this->getTranslatorService()));
  2962.     }
  2963.     /**
  2964.      * Gets the public 'sonata.admin.form.filter.type.daterange' shared service.
  2965.      *
  2966.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateRangeType
  2967.      */
  2968.     protected function getSonata_Admin_Form_Filter_Type_DaterangeService()
  2969.     {
  2970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2972.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php';
  2973.         return $this->services['sonata.admin.form.filter.type.daterange'] = new \Sonata\AdminBundle\Form\Type\Filter\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  2974.     }
  2975.     /**
  2976.      * Gets the public 'sonata.admin.form.filter.type.datetime' shared service.
  2977.      *
  2978.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeType
  2979.      */
  2980.     protected function getSonata_Admin_Form_Filter_Type_DatetimeService()
  2981.     {
  2982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2984.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php';
  2985.         return $this->services['sonata.admin.form.filter.type.datetime'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeType(($this->services['translator'] ?? $this->getTranslatorService()));
  2986.     }
  2987.     /**
  2988.      * Gets the public 'sonata.admin.form.filter.type.datetime_range' shared service.
  2989.      *
  2990.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType
  2991.      */
  2992.     protected function getSonata_Admin_Form_Filter_Type_DatetimeRangeService()
  2993.     {
  2994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2996.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php';
  2997.         return $this->services['sonata.admin.form.filter.type.datetime_range'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  2998.     }
  2999.     /**
  3000.      * Gets the public 'sonata.admin.form.filter.type.default' shared service.
  3001.      *
  3002.      * @return \Sonata\AdminBundle\Form\Type\Filter\DefaultType
  3003.      */
  3004.     protected function getSonata_Admin_Form_Filter_Type_DefaultService()
  3005.     {
  3006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3008.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DefaultType.php';
  3009.         return $this->services['sonata.admin.form.filter.type.default'] = new \Sonata\AdminBundle\Form\Type\Filter\DefaultType();
  3010.     }
  3011.     /**
  3012.      * Gets the public 'sonata.admin.form.filter.type.number' shared service.
  3013.      *
  3014.      * @return \Sonata\AdminBundle\Form\Type\Filter\NumberType
  3015.      */
  3016.     protected function getSonata_Admin_Form_Filter_Type_NumberService()
  3017.     {
  3018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3020.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php';
  3021.         return $this->services['sonata.admin.form.filter.type.number'] = new \Sonata\AdminBundle\Form\Type\Filter\NumberType(($this->services['translator'] ?? $this->getTranslatorService()));
  3022.     }
  3023.     /**
  3024.      * Gets the public 'sonata.admin.form.type.admin' shared service.
  3025.      *
  3026.      * @return \Sonata\AdminBundle\Form\Type\AdminType
  3027.      */
  3028.     protected function getSonata_Admin_Form_Type_AdminService()
  3029.     {
  3030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3032.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/AdminType.php';
  3033.         return $this->services['sonata.admin.form.type.admin'] = new \Sonata\AdminBundle\Form\Type\AdminType(($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  3034.     }
  3035.     /**
  3036.      * Gets the public 'sonata.admin.form.type.collection' shared service.
  3037.      *
  3038.      * @return \Sonata\AdminBundle\Form\Type\CollectionType
  3039.      */
  3040.     protected function getSonata_Admin_Form_Type_CollectionService()
  3041.     {
  3042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/CollectionType.php';
  3045.         return $this->services['sonata.admin.form.type.collection'] = new \Sonata\AdminBundle\Form\Type\CollectionType();
  3046.     }
  3047.     /**
  3048.      * Gets the public 'sonata.admin.form.type.model_autocomplete' shared service.
  3049.      *
  3050.      * @return \Sonata\AdminBundle\Form\Type\ModelAutocompleteType
  3051.      */
  3052.     protected function getSonata_Admin_Form_Type_ModelAutocompleteService()
  3053.     {
  3054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelAutocompleteType.php';
  3057.         return $this->services['sonata.admin.form.type.model_autocomplete'] = new \Sonata\AdminBundle\Form\Type\ModelAutocompleteType();
  3058.     }
  3059.     /**
  3060.      * Gets the public 'sonata.admin.form.type.model_choice' shared service.
  3061.      *
  3062.      * @return \Sonata\AdminBundle\Form\Type\ModelType
  3063.      */
  3064.     protected function getSonata_Admin_Form_Type_ModelChoiceService()
  3065.     {
  3066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3068.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelType.php';
  3069.         return $this->services['sonata.admin.form.type.model_choice'] = new \Sonata\AdminBundle\Form\Type\ModelType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3070.     }
  3071.     /**
  3072.      * Gets the public 'sonata.admin.form.type.model_hidden' shared service.
  3073.      *
  3074.      * @return \Sonata\AdminBundle\Form\Type\ModelHiddenType
  3075.      */
  3076.     protected function getSonata_Admin_Form_Type_ModelHiddenService()
  3077.     {
  3078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3080.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelHiddenType.php';
  3081.         return $this->services['sonata.admin.form.type.model_hidden'] = new \Sonata\AdminBundle\Form\Type\ModelHiddenType();
  3082.     }
  3083.     /**
  3084.      * Gets the public 'sonata.admin.form.type.model_list' shared service.
  3085.      *
  3086.      * @return \Sonata\AdminBundle\Form\Type\ModelListType
  3087.      */
  3088.     protected function getSonata_Admin_Form_Type_ModelListService()
  3089.     {
  3090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3092.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelListType.php';
  3093.         return $this->services['sonata.admin.form.type.model_list'] = new \Sonata\AdminBundle\Form\Type\ModelListType();
  3094.     }
  3095.     /**
  3096.      * Gets the public 'sonata.admin.form.type.model_reference' shared service.
  3097.      *
  3098.      * @return \Sonata\AdminBundle\Form\Type\ModelReferenceType
  3099.      */
  3100.     protected function getSonata_Admin_Form_Type_ModelReferenceService()
  3101.     {
  3102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3104.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelReferenceType.php';
  3105.         return $this->services['sonata.admin.form.type.model_reference'] = new \Sonata\AdminBundle\Form\Type\ModelReferenceType();
  3106.     }
  3107.     /**
  3108.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  3109.      *
  3110.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3111.      */
  3112.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3113.     {
  3114.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3115.     }
  3116.     /**
  3117.      * Gets the public 'sonata.admin.helper' shared service.
  3118.      *
  3119.      * @return \Sonata\AdminBundle\Admin\AdminHelper
  3120.      */
  3121.     protected function getSonata_Admin_HelperService()
  3122.     {
  3123.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminHelper.php';
  3124.         return $this->services['sonata.admin.helper'] = new \Sonata\AdminBundle\Admin\AdminHelper(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3125.     }
  3126.     /**
  3127.      * Gets the public 'sonata.admin.label.strategy.bc' shared service.
  3128.      *
  3129.      * @return \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy
  3130.      */
  3131.     protected function getSonata_Admin_Label_Strategy_BcService()
  3132.     {
  3133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3134.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/BCLabelTranslatorStrategy.php';
  3135.         return $this->services['sonata.admin.label.strategy.bc'] = new \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy();
  3136.     }
  3137.     /**
  3138.      * Gets the public 'sonata.admin.label.strategy.form_component' shared service.
  3139.      *
  3140.      * @return \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy
  3141.      */
  3142.     protected function getSonata_Admin_Label_Strategy_FormComponentService()
  3143.     {
  3144.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3145.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/FormLabelTranslatorStrategy.php';
  3146.         return $this->services['sonata.admin.label.strategy.form_component'] = new \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy();
  3147.     }
  3148.     /**
  3149.      * Gets the public 'sonata.admin.label.strategy.native' shared service.
  3150.      *
  3151.      * @return \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy
  3152.      */
  3153.     protected function getSonata_Admin_Label_Strategy_NativeService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3156.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3157.         return $this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy();
  3158.     }
  3159.     /**
  3160.      * Gets the public 'sonata.admin.label.strategy.noop' shared service.
  3161.      *
  3162.      * @return \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy
  3163.      */
  3164.     protected function getSonata_Admin_Label_Strategy_NoopService()
  3165.     {
  3166.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NoopLabelTranslatorStrategy.php';
  3168.         return $this->services['sonata.admin.label.strategy.noop'] = new \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy();
  3169.     }
  3170.     /**
  3171.      * Gets the public 'sonata.admin.label.strategy.underscore' shared service.
  3172.      *
  3173.      * @return \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy
  3174.      */
  3175.     protected function getSonata_Admin_Label_Strategy_UnderscoreService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  3179.         return $this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy();
  3180.     }
  3181.     /**
  3182.      * Gets the public 'sonata.admin.manager.orm' shared service.
  3183.      *
  3184.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  3185.      */
  3186.     protected function getSonata_Admin_Manager_OrmService()
  3187.     {
  3188.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/DatagridManagerInterface.php';
  3189.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  3190.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  3191.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  3192.         return $this->services['sonata.admin.manager.orm'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3193.     }
  3194.     /**
  3195.      * Gets the public 'sonata.admin.manipulator.acl.admin' shared service.
  3196.      *
  3197.      * @return \Sonata\AdminBundle\Util\AdminAclManipulator
  3198.      */
  3199.     protected function getSonata_Admin_Manipulator_Acl_AdminService()
  3200.     {
  3201.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  3202.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  3203.         return $this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  3204.     }
  3205.     /**
  3206.      * Gets the public 'sonata.admin.manipulator.acl.object.orm' shared service.
  3207.      *
  3208.      * @return \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator
  3209.      */
  3210.     protected function getSonata_Admin_Manipulator_Acl_Object_OrmService()
  3211.     {
  3212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  3213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  3214.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  3215.         return $this->services['sonata.admin.manipulator.acl.object.orm'] = new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator();
  3216.     }
  3217.     /**
  3218.      * Gets the public 'sonata.admin.menu.matcher.voter.active' shared service.
  3219.      *
  3220.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter
  3221.      */
  3222.     protected function getSonata_Admin_Menu_Matcher_Voter_ActiveService()
  3223.     {
  3224.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/ActiveVoter.php';
  3226.         return $this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter();
  3227.     }
  3228.     /**
  3229.      * Gets the public 'sonata.admin.menu.matcher.voter.admin' shared service.
  3230.      *
  3231.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter
  3232.      */
  3233.     protected function getSonata_Admin_Menu_Matcher_Voter_AdminService()
  3234.     {
  3235.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  3236.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/AdminVoter.php';
  3237.         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())));
  3238.     }
  3239.     /**
  3240.      * Gets the public 'sonata.admin.menu.matcher.voter.children' shared service.
  3241.      *
  3242.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter
  3243.      *
  3244.      * @deprecated The "sonata.admin.menu.matcher.voter.children" service is deprecated since 3.28 and will be removed in 4.0.
  3245.      */
  3246.     protected function getSonata_Admin_Menu_Matcher_Voter_ChildrenService()
  3247.     {
  3248.         @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);
  3249.         return $this->services['sonata.admin.menu.matcher.voter.children'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  3250.     }
  3251.     /**
  3252.      * Gets the public 'sonata.admin.menu_builder' shared service.
  3253.      *
  3254.      * @return \Sonata\AdminBundle\Menu\MenuBuilder
  3255.      */
  3256.     protected function getSonata_Admin_MenuBuilderService()
  3257.     {
  3258.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/MenuBuilder.php';
  3259.         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()));
  3260.     }
  3261.     /**
  3262.      * Gets the public 'sonata.admin.object.manipulator.acl.admin' shared service.
  3263.      *
  3264.      * @return \Sonata\AdminBundle\Util\AdminObjectAclManipulator
  3265.      */
  3266.     protected function getSonata_Admin_Object_Manipulator_Acl_AdminService()
  3267.     {
  3268.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminObjectAclManipulator.php';
  3269.         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');
  3270.     }
  3271.     /**
  3272.      * Gets the public 'sonata.admin.orm.filter.type.boolean' service.
  3273.      *
  3274.      * @return \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter
  3275.      */
  3276.     protected function getSonata_Admin_Orm_Filter_Type_BooleanService()
  3277.     {
  3278.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3279.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3280.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/BooleanFilter.php';
  3282.         return new \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter();
  3283.     }
  3284.     /**
  3285.      * Gets the public 'sonata.admin.orm.filter.type.callback' service.
  3286.      *
  3287.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter
  3288.      */
  3289.     protected function getSonata_Admin_Orm_Filter_Type_CallbackService()
  3290.     {
  3291.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3293.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CallbackFilter.php';
  3295.         return new \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter();
  3296.     }
  3297.     /**
  3298.      * Gets the public 'sonata.admin.orm.filter.type.choice' service.
  3299.      *
  3300.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter
  3301.      */
  3302.     protected function getSonata_Admin_Orm_Filter_Type_ChoiceService()
  3303.     {
  3304.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3305.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3306.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3307.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ChoiceFilter.php';
  3308.         return new \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter();
  3309.     }
  3310.     /**
  3311.      * Gets the public 'sonata.admin.orm.filter.type.class' service.
  3312.      *
  3313.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter
  3314.      */
  3315.     protected function getSonata_Admin_Orm_Filter_Type_ClassService()
  3316.     {
  3317.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3318.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3319.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3320.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ClassFilter.php';
  3321.         return new \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter();
  3322.     }
  3323.     /**
  3324.      * Gets the public 'sonata.admin.orm.filter.type.date' service.
  3325.      *
  3326.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateFilter
  3327.      */
  3328.     protected function getSonata_Admin_Orm_Filter_Type_DateService()
  3329.     {
  3330.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateFilter.php';
  3335.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateFilter();
  3336.     }
  3337.     /**
  3338.      * Gets the public 'sonata.admin.orm.filter.type.date_range' service.
  3339.      *
  3340.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter
  3341.      */
  3342.     protected function getSonata_Admin_Orm_Filter_Type_DateRangeService()
  3343.     {
  3344.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3345.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3346.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3347.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3348.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateRangeFilter.php';
  3349.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter();
  3350.     }
  3351.     /**
  3352.      * Gets the public 'sonata.admin.orm.filter.type.datetime' service.
  3353.      *
  3354.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter
  3355.      */
  3356.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeService()
  3357.     {
  3358.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3359.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3360.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3361.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3362.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeFilter.php';
  3363.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter();
  3364.     }
  3365.     /**
  3366.      * Gets the public 'sonata.admin.orm.filter.type.datetime_range' service.
  3367.      *
  3368.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter
  3369.      */
  3370.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeRangeService()
  3371.     {
  3372.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3373.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3374.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3375.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3376.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeRangeFilter.php';
  3377.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter();
  3378.     }
  3379.     /**
  3380.      * Gets the public 'sonata.admin.orm.filter.type.model' service.
  3381.      *
  3382.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter
  3383.      */
  3384.     protected function getSonata_Admin_Orm_Filter_Type_ModelService()
  3385.     {
  3386.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3387.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3388.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3389.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelFilter.php';
  3390.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter();
  3391.     }
  3392.     /**
  3393.      * Gets the public 'sonata.admin.orm.filter.type.model_autocomplete' service.
  3394.      *
  3395.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter
  3396.      */
  3397.     protected function getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService()
  3398.     {
  3399.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3400.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3402.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelAutocompleteFilter.php';
  3403.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter();
  3404.     }
  3405.     /**
  3406.      * Gets the public 'sonata.admin.orm.filter.type.number' service.
  3407.      *
  3408.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter
  3409.      */
  3410.     protected function getSonata_Admin_Orm_Filter_Type_NumberService()
  3411.     {
  3412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NumberFilter.php';
  3416.         return new \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter();
  3417.     }
  3418.     /**
  3419.      * Gets the public 'sonata.admin.orm.filter.type.string' service.
  3420.      *
  3421.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringFilter
  3422.      */
  3423.     protected function getSonata_Admin_Orm_Filter_Type_StringService()
  3424.     {
  3425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3427.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringFilter.php';
  3429.         return new \Sonata\DoctrineORMAdminBundle\Filter\StringFilter();
  3430.     }
  3431.     /**
  3432.      * Gets the public 'sonata.admin.orm.filter.type.time' service.
  3433.      *
  3434.      * @return \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter
  3435.      */
  3436.     protected function getSonata_Admin_Orm_Filter_Type_TimeService()
  3437.     {
  3438.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/TimeFilter.php';
  3443.         return new \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter();
  3444.     }
  3445.     /**
  3446.      * Gets the public 'sonata.admin.pool' shared service.
  3447.      *
  3448.      * @return \Sonata\AdminBundle\Admin\Pool
  3449.      */
  3450.     protected function getSonata_Admin_PoolService()
  3451.     {
  3452.         $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()));
  3453.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  3454.         $instance->setAdminServiceIds([=> 'admin.v2.user'=> 'admin.v2.watch'=> 'admin.v2.statistics.payment'=> 'admin.v2.discussion']);
  3455.         $instance->setAdminGroups(['default' => ['label' => 'default''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'admin.v2.user''label' => 'V2 Utilisateurs''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.v2.watch''label' => 'V2 Gardes''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.v2.statistics.payment''label' => 'V2 Paiements Assoc''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.v2.discussion''label' => 'V2 Messagerie''route' => '''route_params' => [], 'route_absolute' => false]]]]);
  3456.         $instance->setAdminClasses(['App\\Entity\\User' => [=> 'admin.v2.user'], 'App\\Entity\\V2\\Watch' => [=> 'admin.v2.watch'], 'App\\Entity\\V2\\Payment' => [=> 'admin.v2.statistics.payment'], 'App\\Entity\\V2\\Discussion' => [=> 'admin.v2.discussion']]);
  3457.         return $instance;
  3458.     }
  3459.     /**
  3460.      * Gets the public 'sonata.admin.route.cache' shared service.
  3461.      *
  3462.      * @return \Sonata\AdminBundle\Route\RoutesCache
  3463.      */
  3464.     protected function getSonata_Admin_Route_CacheService()
  3465.     {
  3466.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3467.         return $this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true);
  3468.     }
  3469.     /**
  3470.      * Gets the public 'sonata.admin.route.cache_warmup' shared service.
  3471.      *
  3472.      * @return \Sonata\AdminBundle\Route\RoutesCacheWarmUp
  3473.      */
  3474.     protected function getSonata_Admin_Route_CacheWarmupService()
  3475.     {
  3476.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCacheWarmUp.php';
  3478.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3479.         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()));
  3480.     }
  3481.     /**
  3482.      * Gets the public 'sonata.admin.route.default_generator' shared service.
  3483.      *
  3484.      * @return \Sonata\AdminBundle\Route\DefaultRouteGenerator
  3485.      */
  3486.     protected function getSonata_Admin_Route_DefaultGeneratorService()
  3487.     {
  3488.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RouteGeneratorInterface.php';
  3489.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/DefaultRouteGenerator.php';
  3490.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3491.         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))));
  3492.     }
  3493.     /**
  3494.      * Gets the public 'sonata.admin.route.path_info' shared service.
  3495.      *
  3496.      * @return \Sonata\AdminBundle\Route\PathInfoBuilder
  3497.      */
  3498.     protected function getSonata_Admin_Route_PathInfoService()
  3499.     {
  3500.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/PathInfoBuilder.php';
  3502.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  3503.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  3504.         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))));
  3505.     }
  3506.     /**
  3507.      * Gets the public 'sonata.admin.route.query_string' shared service.
  3508.      *
  3509.      * @return \Sonata\AdminBundle\Route\QueryStringBuilder
  3510.      */
  3511.     protected function getSonata_Admin_Route_QueryStringService()
  3512.     {
  3513.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/QueryStringBuilder.php';
  3515.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  3516.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  3517.         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))));
  3518.     }
  3519.     /**
  3520.      * Gets the public 'sonata.admin.route_loader' shared service.
  3521.      *
  3522.      * @return \Sonata\AdminBundle\Route\AdminPoolLoader
  3523.      */
  3524.     protected function getSonata_Admin_RouteLoaderService()
  3525.     {
  3526.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3528.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/AdminPoolLoader.php';
  3529.         return $this->services['sonata.admin.route_loader'] = new \Sonata\AdminBundle\Route\AdminPoolLoader(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), [=> 'admin.v2.user'=> 'admin.v2.watch'=> 'admin.v2.statistics.payment'=> 'admin.v2.discussion'], $this);
  3530.     }
  3531.     /**
  3532.      * Gets the public 'sonata.admin.search.handler' shared service.
  3533.      *
  3534.      * @return \Sonata\AdminBundle\Search\SearchHandler
  3535.      */
  3536.     protected function getSonata_Admin_Search_HandlerService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  3539.         return $this->services['sonata.admin.search.handler'] = new \Sonata\AdminBundle\Search\SearchHandler(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), true);
  3540.     }
  3541.     /**
  3542.      * Gets the public 'sonata.admin.sidebar_menu' shared service.
  3543.      *
  3544.      * @return \Knp\Menu\MenuItem
  3545.      */
  3546.     protected function getSonata_Admin_SidebarMenuService()
  3547.     {
  3548.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  3549.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  3550.         return $this->services['sonata.admin.sidebar_menu'] = ($this->services['sonata.admin.menu_builder'] ?? $this->getSonata_Admin_MenuBuilderService())->createSidebarMenu();
  3551.     }
  3552.     /**
  3553.      * Gets the public 'sonata.admin.twig.extension' shared service.
  3554.      *
  3555.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  3556.      */
  3557.     protected function getSonata_Admin_Twig_ExtensionService()
  3558.     {
  3559.         $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()));
  3560.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  3561.         return $instance;
  3562.     }
  3563.     /**
  3564.      * Gets the public 'sonata.admin.twig.global' shared service.
  3565.      *
  3566.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  3567.      */
  3568.     protected function getSonata_Admin_Twig_GlobalService()
  3569.     {
  3570.         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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');
  3571.     }
  3572.     /**
  3573.      * Gets the public 'sonata.admin.validator.inline' shared service.
  3574.      *
  3575.      * @return \Sonata\CoreBundle\Validator\InlineValidator
  3576.      */
  3577.     protected function getSonata_Admin_Validator_InlineService()
  3578.     {
  3579.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  3580.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  3581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Validator/InlineValidator.php';
  3582.         return $this->services['sonata.admin.validator.inline'] = new \Sonata\CoreBundle\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3583.     }
  3584.     /**
  3585.      * Gets the public 'sonata.block.context_manager.default' shared service.
  3586.      *
  3587.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  3588.      */
  3589.     protected function getSonata_Block_ContextManager_DefaultService()
  3590.     {
  3591.         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()));
  3592.     }
  3593.     /**
  3594.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  3595.      *
  3596.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  3597.      */
  3598.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  3599.     {
  3600.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3601.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/DebugOnlyFilter.php';
  3602.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  3603.     }
  3604.     /**
  3605.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  3606.      *
  3607.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  3608.      */
  3609.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  3610.     {
  3611.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3612.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/IgnoreClassFilter.php';
  3613.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  3614.     }
  3615.     /**
  3616.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  3617.      *
  3618.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  3619.      */
  3620.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  3621.     {
  3622.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3623.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepAllFilter.php';
  3624.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  3625.     }
  3626.     /**
  3627.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  3628.      *
  3629.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  3630.      */
  3631.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  3632.     {
  3633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3634.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  3635.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  3636.     }
  3637.     /**
  3638.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  3639.      *
  3640.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  3641.      */
  3642.     protected function getSonata_Block_Exception_Renderer_InlineService()
  3643.     {
  3644.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3645.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineRenderer.php';
  3646.         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');
  3647.     }
  3648.     /**
  3649.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  3650.      *
  3651.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  3652.      */
  3653.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3656.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineDebugRenderer.php';
  3657.         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);
  3658.     }
  3659.     /**
  3660.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  3661.      *
  3662.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  3663.      */
  3664.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  3665.     {
  3666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  3668.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  3669.     }
  3670.     /**
  3671.      * Gets the public 'sonata.block.manager' shared service.
  3672.      *
  3673.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  3674.      */
  3675.     protected function getSonata_Block_ManagerService()
  3676.     {
  3677.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3678.         $instance->add('sonata.block.service.container''sonata.block.service.container'$this->parameters['sonata_blocks.default_contexts']);
  3679.         $instance->add('sonata.block.service.empty''sonata.block.service.empty'$this->parameters['sonata_blocks.default_contexts']);
  3680.         $instance->add('sonata.block.service.text''sonata.block.service.text'$this->parameters['sonata_blocks.default_contexts']);
  3681.         $instance->add('sonata.block.service.rss''sonata.block.service.rss'$this->parameters['sonata_blocks.default_contexts']);
  3682.         $instance->add('sonata.block.service.menu''sonata.block.service.menu'$this->parameters['sonata_blocks.default_contexts']);
  3683.         $instance->add('sonata.block.service.template''sonata.block.service.template'$this->parameters['sonata_blocks.default_contexts']);
  3684.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list'$this->parameters['sonata_blocks.default_contexts']);
  3685.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result'$this->parameters['sonata_blocks.default_contexts']);
  3686.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats'$this->parameters['sonata_blocks.default_contexts']);
  3687.         return $instance;
  3688.     }
  3689.     /**
  3690.      * Gets the public 'sonata.block.menu.registry' shared service.
  3691.      *
  3692.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  3693.      */
  3694.     protected function getSonata_Block_Menu_RegistryService()
  3695.     {
  3696.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  3698.         $this->services['sonata.block.menu.registry'] = $instance = new \Sonata\BlockBundle\Menu\MenuRegistry([]);
  3699.         $instance->add('sonata_admin_sidebar');
  3700.         return $instance;
  3701.     }
  3702.     /**
  3703.      * Gets the public 'sonata.block.renderer.default' shared service.
  3704.      *
  3705.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  3706.      */
  3707.     protected function getSonata_Block_Renderer_DefaultService()
  3708.     {
  3709.         $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'], [], []);
  3710.         $a->setDefaultFilter('debug_only');
  3711.         $a->setDefaultRenderer('throw');
  3712.         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);
  3713.     }
  3714.     /**
  3715.      * Gets the public 'sonata.block.service.container' shared service.
  3716.      *
  3717.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  3718.      */
  3719.     protected function getSonata_Block_Service_ContainerService()
  3720.     {
  3721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3722.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3723.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3724.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3725.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3726.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  3727.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService('sonata.block.container', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3728.     }
  3729.     /**
  3730.      * Gets the public 'sonata.block.service.empty' shared service.
  3731.      *
  3732.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  3733.      */
  3734.     protected function getSonata_Block_Service_EmptyService()
  3735.     {
  3736.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3737.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3739.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  3740.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService('sonata.block.empty', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3741.     }
  3742.     /**
  3743.      * Gets the public 'sonata.block.service.menu' shared service.
  3744.      *
  3745.      * @return \Sonata\BlockBundle\Block\Service\MenuBlockService
  3746.      */
  3747.     protected function getSonata_Block_Service_MenuService()
  3748.     {
  3749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3750.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3752.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
  3755.         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()));
  3756.     }
  3757.     /**
  3758.      * Gets the public 'sonata.block.service.rss' shared service.
  3759.      *
  3760.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  3761.      */
  3762.     protected function getSonata_Block_Service_RssService()
  3763.     {
  3764.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3765.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3767.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3768.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3769.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  3770.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService('sonata.block.rss', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3771.     }
  3772.     /**
  3773.      * Gets the public 'sonata.block.service.template' shared service.
  3774.      *
  3775.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  3776.      */
  3777.     protected function getSonata_Block_Service_TemplateService()
  3778.     {
  3779.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3781.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3783.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  3785.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService('sonata.block.template', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3786.     }
  3787.     /**
  3788.      * Gets the public 'sonata.block.service.text' shared service.
  3789.      *
  3790.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  3791.      */
  3792.     protected function getSonata_Block_Service_TextService()
  3793.     {
  3794.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3798.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3799.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  3800.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService('sonata.block.text', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3801.     }
  3802.     /**
  3803.      * Gets the public 'sonata.core.date.moment_format_converter' shared service.
  3804.      *
  3805.      * @return \Sonata\Form\Date\MomentFormatConverter
  3806.      */
  3807.     protected function getSonata_Core_Date_MomentFormatConverterService()
  3808.     {
  3809.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3810.         return $this->services['sonata.core.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter();
  3811.     }
  3812.     /**
  3813.      * Gets the public 'sonata.core.flashmessage.twig.runtime' shared service.
  3814.      *
  3815.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  3816.      */
  3817.     protected function getSonata_Core_Flashmessage_Twig_RuntimeService()
  3818.     {
  3819.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageRuntime.php';
  3820.         return $this->services['sonata.core.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  3821.     }
  3822.     /**
  3823.      * Gets the public 'sonata.core.form.type.array' shared service.
  3824.      *
  3825.      * @return \Sonata\Form\Type\ImmutableArrayType
  3826.      */
  3827.     protected function getSonata_Core_Form_Type_ArrayService()
  3828.     {
  3829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3831.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/ImmutableArrayType.php';
  3832.         return $this->services['sonata.core.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  3833.     }
  3834.     /**
  3835.      * Gets the public 'sonata.core.form.type.array_legacy' shared service.
  3836.      *
  3837.      * @return \Sonata\CoreBundle\Form\Type\ImmutableArrayType
  3838.      *
  3839.      * @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.
  3840.      */
  3841.     protected function getSonata_Core_Form_Type_ArrayLegacyService()
  3842.     {
  3843.         @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);
  3844.         return $this->services['sonata.core.form.type.array_legacy'] = new \Sonata\CoreBundle\Form\Type\ImmutableArrayType();
  3845.     }
  3846.     /**
  3847.      * Gets the public 'sonata.core.form.type.boolean' shared service.
  3848.      *
  3849.      * @return \Sonata\Form\Type\BooleanType
  3850.      */
  3851.     protected function getSonata_Core_Form_Type_BooleanService()
  3852.     {
  3853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3855.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BooleanType.php';
  3856.         return $this->services['sonata.core.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  3857.     }
  3858.     /**
  3859.      * Gets the public 'sonata.core.form.type.boolean_legacy' shared service.
  3860.      *
  3861.      * @return \Sonata\CoreBundle\Form\Type\BooleanType
  3862.      *
  3863.      * @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.
  3864.      */
  3865.     protected function getSonata_Core_Form_Type_BooleanLegacyService()
  3866.     {
  3867.         @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);
  3868.         return $this->services['sonata.core.form.type.boolean_legacy'] = new \Sonata\CoreBundle\Form\Type\BooleanType();
  3869.     }
  3870.     /**
  3871.      * Gets the public 'sonata.core.form.type.collection' shared service.
  3872.      *
  3873.      * @return \Sonata\Form\Type\CollectionType
  3874.      */
  3875.     protected function getSonata_Core_Form_Type_CollectionService()
  3876.     {
  3877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/CollectionType.php';
  3880.         return $this->services['sonata.core.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  3881.     }
  3882.     /**
  3883.      * Gets the public 'sonata.core.form.type.collection_legacy' shared service.
  3884.      *
  3885.      * @return \Sonata\CoreBundle\Form\Type\CollectionType
  3886.      *
  3887.      * @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.
  3888.      */
  3889.     protected function getSonata_Core_Form_Type_CollectionLegacyService()
  3890.     {
  3891.         @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);
  3892.         return $this->services['sonata.core.form.type.collection_legacy'] = new \Sonata\CoreBundle\Form\Type\CollectionType();
  3893.     }
  3894.     /**
  3895.      * Gets the public 'sonata.core.form.type.color_legacy' shared service.
  3896.      *
  3897.      * @return \Sonata\CoreBundle\Form\Type\ColorType
  3898.      *
  3899.      * @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.
  3900.      */
  3901.     protected function getSonata_Core_Form_Type_ColorLegacyService()
  3902.     {
  3903.         @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);
  3904.         return $this->services['sonata.core.form.type.color_legacy'] = new \Sonata\CoreBundle\Form\Type\ColorType();
  3905.     }
  3906.     /**
  3907.      * Gets the public 'sonata.core.form.type.color_selector' shared service.
  3908.      *
  3909.      * @return \Sonata\CoreBundle\Form\Type\ColorSelectorType
  3910.      *
  3911.      * @deprecated The "sonata.core.form.type.color_selector" service is deprecated since 3.5 and will be removed in 4.0.
  3912.      */
  3913.     protected function getSonata_Core_Form_Type_ColorSelectorService()
  3914.     {
  3915.         @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);
  3916.         return $this->services['sonata.core.form.type.color_selector'] = new \Sonata\CoreBundle\Form\Type\ColorSelectorType();
  3917.     }
  3918.     /**
  3919.      * Gets the public 'sonata.core.form.type.date_picker' shared service.
  3920.      *
  3921.      * @return \Sonata\Form\Type\DatePickerType
  3922.      */
  3923.     protected function getSonata_Core_Form_Type_DatePickerService()
  3924.     {
  3925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  3928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php';
  3929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3930.         return $this->services['sonata.core.form.type.date_picker'] = new \Sonata\Form\Type\DatePickerType(($this->services['sonata.core.date.moment_format_converter'] ?? ($this->services['sonata.core.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  3931.     }
  3932.     /**
  3933.      * Gets the public 'sonata.core.form.type.date_picker_legacy' shared service.
  3934.      *
  3935.      * @return \Sonata\CoreBundle\Form\Type\DatePickerType
  3936.      *
  3937.      * @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.
  3938.      */
  3939.     protected function getSonata_Core_Form_Type_DatePickerLegacyService()
  3940.     {
  3941.         @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);
  3942.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  3943.         return $this->services['sonata.core.form.type.date_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DatePickerType(($this->services['sonata.core.date.moment_format_converter'] ?? ($this->services['sonata.core.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  3944.     }
  3945.     /**
  3946.      * Gets the public 'sonata.core.form.type.date_range' shared service.
  3947.      *
  3948.      * @return \Sonata\Form\Type\DateRangeType
  3949.      */
  3950.     protected function getSonata_Core_Form_Type_DateRangeService()
  3951.     {
  3952.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  3955.         return $this->services['sonata.core.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3956.     }
  3957.     /**
  3958.      * Gets the public 'sonata.core.form.type.date_range_legacy' shared service.
  3959.      *
  3960.      * @return \Sonata\CoreBundle\Form\Type\DateRangeType
  3961.      *
  3962.      * @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.
  3963.      */
  3964.     protected function getSonata_Core_Form_Type_DateRangeLegacyService()
  3965.     {
  3966.         @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);
  3967.         return $this->services['sonata.core.form.type.date_range_legacy'] = new \Sonata\CoreBundle\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3968.     }
  3969.     /**
  3970.      * Gets the public 'sonata.core.form.type.date_range_picker' shared service.
  3971.      *
  3972.      * @return \Sonata\Form\Type\DateRangePickerType
  3973.      */
  3974.     protected function getSonata_Core_Form_Type_DateRangePickerService()
  3975.     {
  3976.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3978.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  3979.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php';
  3980.         return $this->services['sonata.core.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  3981.     }
  3982.     /**
  3983.      * Gets the public 'sonata.core.form.type.date_range_picker_legacy' shared service.
  3984.      *
  3985.      * @return \Sonata\CoreBundle\Form\Type\DateRangePickerType
  3986.      *
  3987.      * @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.
  3988.      */
  3989.     protected function getSonata_Core_Form_Type_DateRangePickerLegacyService()
  3990.     {
  3991.         @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);
  3992.         return $this->services['sonata.core.form.type.date_range_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  3993.     }
  3994.     /**
  3995.      * Gets the public 'sonata.core.form.type.datetime_picker' shared service.
  3996.      *
  3997.      * @return \Sonata\Form\Type\DateTimePickerType
  3998.      */
  3999.     protected function getSonata_Core_Form_Type_DatetimePickerService()
  4000.     {
  4001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  4006.         return $this->services['sonata.core.form.type.datetime_picker'] = new \Sonata\Form\Type\DateTimePickerType(($this->services['sonata.core.date.moment_format_converter'] ?? ($this->services['sonata.core.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  4007.     }
  4008.     /**
  4009.      * Gets the public 'sonata.core.form.type.datetime_picker_legacy' shared service.
  4010.      *
  4011.      * @return \Sonata\CoreBundle\Form\Type\DateTimePickerType
  4012.      *
  4013.      * @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.
  4014.      */
  4015.     protected function getSonata_Core_Form_Type_DatetimePickerLegacyService()
  4016.     {
  4017.         @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);
  4018.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  4019.         return $this->services['sonata.core.form.type.datetime_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimePickerType(($this->services['sonata.core.date.moment_format_converter'] ?? ($this->services['sonata.core.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  4020.     }
  4021.     /**
  4022.      * Gets the public 'sonata.core.form.type.datetime_range' shared service.
  4023.      *
  4024.      * @return \Sonata\Form\Type\DateTimeRangeType
  4025.      */
  4026.     protected function getSonata_Core_Form_Type_DatetimeRangeService()
  4027.     {
  4028.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4029.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  4031.         return $this->services['sonata.core.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  4032.     }
  4033.     /**
  4034.      * Gets the public 'sonata.core.form.type.datetime_range_legacy' shared service.
  4035.      *
  4036.      * @return \Sonata\CoreBundle\Form\Type\DateTimeRangeType
  4037.      *
  4038.      * @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.
  4039.      */
  4040.     protected function getSonata_Core_Form_Type_DatetimeRangeLegacyService()
  4041.     {
  4042.         @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);
  4043.         return $this->services['sonata.core.form.type.datetime_range_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  4044.     }
  4045.     /**
  4046.      * Gets the public 'sonata.core.form.type.datetime_range_picker' shared service.
  4047.      *
  4048.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  4049.      */
  4050.     protected function getSonata_Core_Form_Type_DatetimeRangePickerService()
  4051.     {
  4052.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php';
  4056.         return $this->services['sonata.core.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  4057.     }
  4058.     /**
  4059.      * Gets the public 'sonata.core.form.type.datetime_range_picker_legacy' shared service.
  4060.      *
  4061.      * @return \Sonata\CoreBundle\Form\Type\DateTimeRangePickerType
  4062.      *
  4063.      * @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.
  4064.      */
  4065.     protected function getSonata_Core_Form_Type_DatetimeRangePickerLegacyService()
  4066.     {
  4067.         @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);
  4068.         return $this->services['sonata.core.form.type.datetime_range_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  4069.     }
  4070.     /**
  4071.      * Gets the public 'sonata.core.form.type.equal' shared service.
  4072.      *
  4073.      * @return \Sonata\Form\Type\EqualType
  4074.      */
  4075.     protected function getSonata_Core_Form_Type_EqualService()
  4076.     {
  4077.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php';
  4080.         return $this->services['sonata.core.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  4081.     }
  4082.     /**
  4083.      * Gets the public 'sonata.core.form.type.equal_legacy' shared service.
  4084.      *
  4085.      * @return \Sonata\CoreBundle\Form\Type\EqualType
  4086.      *
  4087.      * @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.
  4088.      */
  4089.     protected function getSonata_Core_Form_Type_EqualLegacyService()
  4090.     {
  4091.         @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);
  4092.         return $this->services['sonata.core.form.type.equal_legacy'] = new \Sonata\CoreBundle\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  4093.     }
  4094.     /**
  4095.      * Gets the public 'sonata.core.form.type.translatable_choice' shared service.
  4096.      *
  4097.      * @return \Sonata\CoreBundle\Form\Type\TranslatableChoiceType
  4098.      *
  4099.      * @deprecated The "sonata.core.form.type.translatable_choice" service is deprecated since 2.2.0 and will be removed in 4.0.
  4100.      */
  4101.     protected function getSonata_Core_Form_Type_TranslatableChoiceService()
  4102.     {
  4103.         @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);
  4104.         return $this->services['sonata.core.form.type.translatable_choice'] = new \Sonata\CoreBundle\Form\Type\TranslatableChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  4105.     }
  4106.     /**
  4107.      * Gets the public 'sonata.core.model.adapter.chain' shared service.
  4108.      *
  4109.      * @return \Sonata\CoreBundle\Model\Adapter\AdapterChain
  4110.      *
  4111.      * @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.
  4112.      */
  4113.     protected function getSonata_Core_Model_Adapter_ChainService()
  4114.     {
  4115.         @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);
  4116.         $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
  4117.         $instance->addAdapter($this->getSonata_Core_Model_Adapter_DoctrineOrmService());
  4118.         return $instance;
  4119.     }
  4120.     /**
  4121.      * Gets the public 'sonata.core.slugify.cocur' shared service.
  4122.      *
  4123.      * @return \Cocur\Slugify\Slugify
  4124.      *
  4125.      * @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.
  4126.      */
  4127.     protected function getSonata_Core_Slugify_CocurService()
  4128.     {
  4129.         @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);
  4130.         return $this->services['sonata.core.slugify.cocur'] = new \Cocur\Slugify\Slugify();
  4131.     }
  4132.     /**
  4133.      * Gets the public 'sonata.core.slugify.native' shared service.
  4134.      *
  4135.      * @return \Sonata\CoreBundle\Component\NativeSlugify
  4136.      *
  4137.      * @deprecated The "sonata.core.slugify.native" service is deprecated since 2.3 and will be removed in 4.0.
  4138.      */
  4139.     protected function getSonata_Core_Slugify_NativeService()
  4140.     {
  4141.         @trigger_error('The "sonata.core.slugify.native" service is deprecated since 2.3 and will be removed in 4.0.'E_USER_DEPRECATED);
  4142.         return $this->services['sonata.core.slugify.native'] = new \Sonata\CoreBundle\Component\NativeSlugify();
  4143.     }
  4144.     /**
  4145.      * Gets the public 'sonata.core.twig.deprecated_template_extension' shared service.
  4146.      *
  4147.      * @return \Sonata\Twig\Extension\DeprecatedTemplateExtension
  4148.      */
  4149.     protected function getSonata_Core_Twig_DeprecatedTemplateExtensionService()
  4150.     {
  4151.         return $this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension();
  4152.     }
  4153.     /**
  4154.      * Gets the public 'sonata.core.twig.extension.wrapping' shared service.
  4155.      *
  4156.      * @return \Sonata\Twig\Extension\FormTypeExtension
  4157.      */
  4158.     protected function getSonata_Core_Twig_Extension_WrappingService()
  4159.     {
  4160.         return $this->services['sonata.core.twig.extension.wrapping'] = new \Sonata\Twig\Extension\FormTypeExtension('standard');
  4161.     }
  4162.     /**
  4163.      * Gets the public 'sonata.core.twig.status_runtime' shared service.
  4164.      *
  4165.      * @return \Sonata\Twig\Extension\StatusRuntime
  4166.      */
  4167.     protected function getSonata_Core_Twig_StatusRuntimeService()
  4168.     {
  4169.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/StatusRuntime.php';
  4170.         $this->services['sonata.core.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  4171.         $instance->addStatusService(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  4172.         return $instance;
  4173.     }
  4174.     /**
  4175.      * Gets the public 'sonata.core.twig.template_extension' shared service.
  4176.      *
  4177.      * @return \Sonata\Twig\Extension\TemplateExtension
  4178.      */
  4179.     protected function getSonata_Core_Twig_TemplateExtensionService()
  4180.     {
  4181.         return $this->services['sonata.core.twig.template_extension'] = new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService()));
  4182.     }
  4183.     /**
  4184.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  4185.      *
  4186.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  4187.      */
  4188.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  4189.     {
  4190.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  4191.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  4192.         return $instance;
  4193.     }
  4194.     /**
  4195.      * Gets the public 'sonata.exporter.exporter' shared service.
  4196.      *
  4197.      * @return \Sonata\Exporter\Exporter
  4198.      */
  4199.     protected function getSonata_Exporter_ExporterService()
  4200.     {
  4201.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Exporter.php';
  4202.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/WriterInterface.php';
  4203.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/TypedWriterInterface.php';
  4204.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/CsvWriter.php';
  4205.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/JsonWriter.php';
  4206.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/XlsWriter.php';
  4207.         include_once \dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Writer/XmlWriter.php';
  4208.         $this->services['sonata.exporter.exporter'] = $instance = new \Sonata\Exporter\Exporter();
  4209.         $instance->addWriter(new \Sonata\Exporter\Writer\CsvWriter('php://output'',''"''\\'truefalse));
  4210.         $instance->addWriter(new \Sonata\Exporter\Writer\JsonWriter('php://output'));
  4211.         $instance->addWriter(new \Sonata\Exporter\Writer\XlsWriter('php://output'true));
  4212.         $instance->addWriter(new \Sonata\Exporter\Writer\XmlWriter('php://output''datas''data'));
  4213.         return $instance;
  4214.     }
  4215.     /**
  4216.      * Gets the public 'sonata.twig.flashmessage.manager' shared service.
  4217.      *
  4218.      * @return \Sonata\Twig\FlashMessage\FlashManager
  4219.      */
  4220.     protected function getSonata_Twig_Flashmessage_ManagerService()
  4221.     {
  4222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Status/StatusClassRendererInterface.php';
  4223.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php';
  4224.         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']);
  4225.     }
  4226.     /**
  4227.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  4228.      *
  4229.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  4230.      */
  4231.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  4232.     {
  4233.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  4234.     }
  4235.     /**
  4236.      * Gets the public 'templating' shared service.
  4237.      *
  4238.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  4239.      *
  4240.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  4241.      */
  4242.     protected function getTemplatingService()
  4243.     {
  4244.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  4245.         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()));
  4246.     }
  4247.     /**
  4248.      * Gets the public 'templating.loader' shared service.
  4249.      *
  4250.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  4251.      *
  4252.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  4253.      */
  4254.     protected function getTemplating_LoaderService()
  4255.     {
  4256.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  4257.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  4258.     }
  4259.     /**
  4260.      * Gets the public 'translator' shared service.
  4261.      *
  4262.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4263.      */
  4264.     protected function getTranslatorService()
  4265.     {
  4266.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4267.     }
  4268.     /**
  4269.      * Gets the public 'twig' shared service.
  4270.      *
  4271.      * @return \Twig\Environment
  4272.      */
  4273.     protected function getTwigService()
  4274.     {
  4275.         $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));
  4276.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4277.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  4278.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  4279.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  4280.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  4281.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4282.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4283.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  4284.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  4285.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  4286.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  4287.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  4288.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  4289.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  4290.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  4291.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  4292.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  4293.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  4294.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  4295.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  4296.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  4297.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  4298.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  4299.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  4300.         $a->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  4301.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4302.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4303.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4304.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4305.         $a->addPath((\dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/Resources/views'), 'Mailjet');
  4306.         $a->addPath((\dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/Resources/views'), '!Mailjet');
  4307.         $a->addPath((\dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/Resources/views'), 'Bugsnag');
  4308.         $a->addPath((\dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony/Resources/views'), '!Bugsnag');
  4309.         $a->addPath((\dirname(__DIR__4).'/src/Resources/views'));
  4310.         $a->addPath((\dirname(__DIR__4).'/templates'));
  4311.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4312.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  4313.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4314.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4315.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  4316.         $e = new \Knp\Menu\Util\MenuManipulator();
  4317.         $f = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  4318.         $g = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  4319.         $g->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  4320.         $h = new \Symfony\Bridge\Twig\AppVariable();
  4321.         $h->setEnvironment('demo');
  4322.         $h->setDebug(true);
  4323.         if ($this->has('security.token_storage')) {
  4324.             $h->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4325.         }
  4326.         if ($this->has('request_stack')) {
  4327.             $h->setRequestStack($c);
  4328.         }
  4329.         $i = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  4330.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  4331.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  4332.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService())));
  4333.         $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($c''false)), [])));
  4334.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  4335.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  4336.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  4337.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  4338.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  4339.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  4340.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  4341.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  4342.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  4343.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  4344.         $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())));
  4345.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  4346.         $instance->addExtension($this->getSonata_Core_Twig_Extension_TextService());
  4347.         $instance->addExtension($this->getSonata_Core_Twig_StatusExtensionService());
  4348.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  4349.         $instance->addExtension(($this->services['sonata.core.twig.extension.wrapping'] ?? ($this->services['sonata.core.twig.extension.wrapping'] = new \Sonata\Twig\Extension\FormTypeExtension('standard'))));
  4350.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  4351.         $instance->addExtension(($this->services['sonata.core.twig.deprecated_template_extension'] ?? ($this->services['sonata.core.twig.deprecated_template_extension'] = new \Sonata\Twig\Extension\DeprecatedTemplateExtension())));
  4352.         $instance->addExtension(($this->services['sonata.core.twig.template_extension'] ?? $this->getSonata_Core_Twig_TemplateExtensionService()));
  4353.         $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, [
  4354.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  4355.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  4356.         ], [
  4357.             'list' => '?',
  4358.             'twig' => '?',
  4359.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $e$f), $f$e));
  4360.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  4361.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  4362.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  4363.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  4364.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\StringExtension(NULL));
  4365.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  4366.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($g));
  4367.         $instance->addGlobal('app'$h);
  4368.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4369.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  4370.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['services''sonata.core.flashmessage.twig.runtime''getSonata_Core_Flashmessage_Twig_RuntimeService'false],
  4371.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['services''sonata.core.twig.status_runtime''getSonata_Core_Twig_StatusRuntimeService'false],
  4372.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  4373.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  4374.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  4375.         ], [
  4376.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  4377.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  4378.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  4379.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  4380.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  4381.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  4382.         ])));
  4383.         $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']));
  4384.         $instance->registerUndefinedFilterCallback([=> $i=> 'suggestFilter']);
  4385.         $instance->registerUndefinedFunctionCallback([=> $i=> 'suggestFunction']);
  4386.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  4387.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  4388.         return $instance;
  4389.     }
  4390.     /**
  4391.      * Gets the public 'twig.controller.exception' shared service.
  4392.      *
  4393.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  4394.      *
  4395.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  4396.      */
  4397.     protected function getTwig_Controller_ExceptionService()
  4398.     {
  4399.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4400.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  4401.     }
  4402.     /**
  4403.      * Gets the public 'twig.controller.preview_error' shared service.
  4404.      *
  4405.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  4406.      *
  4407.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  4408.      */
  4409.     protected function getTwig_Controller_PreviewErrorService()
  4410.     {
  4411.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4412.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  4413.     }
  4414.     /**
  4415.      * Gets the public 'validator' shared service.
  4416.      *
  4417.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  4418.      */
  4419.     protected function getValidatorService()
  4420.     {
  4421.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  4422.     }
  4423.     /**
  4424.      * Gets the public 'var_dumper.cloner' shared service.
  4425.      *
  4426.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4427.      */
  4428.     protected function getVarDumper_ClonerService()
  4429.     {
  4430.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4431.         $instance->setMaxItems(2500);
  4432.         $instance->setMinDepth(1);
  4433.         $instance->setMaxString(-1);
  4434.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4435.         return $instance;
  4436.     }
  4437.     /**
  4438.      * Gets the public 'web_profiler.controller.exception' shared service.
  4439.      *
  4440.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  4441.      *
  4442.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  4443.      */
  4444.     protected function getWebProfiler_Controller_ExceptionService()
  4445.     {
  4446.         @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);
  4447.         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()));
  4448.     }
  4449.     /**
  4450.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4451.      *
  4452.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4453.      */
  4454.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4455.     {
  4456.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4457.         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()));
  4458.     }
  4459.     /**
  4460.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4461.      *
  4462.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4463.      */
  4464.     protected function getWebProfiler_Controller_ProfilerService()
  4465.     {
  4466.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4467.         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));
  4468.     }
  4469.     /**
  4470.      * Gets the public 'web_profiler.controller.router' shared service.
  4471.      *
  4472.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4473.      */
  4474.     protected function getWebProfiler_Controller_RouterService()
  4475.     {
  4476.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4477.         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 () {
  4478.             return new \EmptyIterator();
  4479.         }, 0));
  4480.     }
  4481.     /**
  4482.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  4483.      *
  4484.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  4485.      */
  4486.     protected function get_LegacyResolveControllerNameSubscriberService()
  4487.     {
  4488.         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);
  4489.     }
  4490.     /**
  4491.      * Gets the private '.service_locator.o9nGMXB' shared service.
  4492.      *
  4493.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4494.      */
  4495.     protected function get_ServiceLocator_O9nGMXBService()
  4496.     {
  4497.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4498.             'twig' => ['services''twig''getTwigService'false],
  4499.         ], [
  4500.             'twig' => 'Twig\\Environment',
  4501.         ]);
  4502.     }
  4503.     /**
  4504.      * Gets the private 'App\Command\Propositions\ExpiredCommand' shared autowired service.
  4505.      *
  4506.      * @return \App\Command\Propositions\ExpiredCommand
  4507.      */
  4508.     protected function getExpiredCommandService()
  4509.     {
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4511.         include_once \dirname(__DIR__4).'/src/Command/Propositions/ExpiredCommand.php';
  4512.         $this->privates['App\\Command\\Propositions\\ExpiredCommand'] = $instance = new \App\Command\Propositions\ExpiredCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4513.         $instance->setName('app:propositions-expired');
  4514.         return $instance;
  4515.     }
  4516.     /**
  4517.      * Gets the private 'App\Command\Watches\DelayResponseCommand' shared autowired service.
  4518.      *
  4519.      * @return \App\Command\Watches\DelayResponseCommand
  4520.      */
  4521.     protected function getDelayResponseCommandService()
  4522.     {
  4523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4524.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  4526.         include_once \dirname(__DIR__4).'/src/Command/Watches/DelayResponseCommand.php';
  4527.         $this->privates['App\\Command\\Watches\\DelayResponseCommand'] = $instance = new \App\Command\Watches\DelayResponseCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4528.         $instance->setName('app:watches-delay');
  4529.         return $instance;
  4530.     }
  4531.     /**
  4532.      * Gets the private 'App\Command\Watches\FinishCommand' shared autowired service.
  4533.      *
  4534.      * @return \App\Command\Watches\FinishCommand
  4535.      */
  4536.     protected function getFinishCommandService()
  4537.     {
  4538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4539.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4540.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  4541.         include_once \dirname(__DIR__4).'/src/Command/Watches/FinishCommand.php';
  4542.         $this->privates['App\\Command\\Watches\\FinishCommand'] = $instance = new \App\Command\Watches\FinishCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4543.         $instance->setName('app:watches-finish');
  4544.         return $instance;
  4545.     }
  4546.     /**
  4547.      * Gets the private 'App\Command\Watches\ReminderPaymentCommand' shared autowired service.
  4548.      *
  4549.      * @return \App\Command\Watches\ReminderPaymentCommand
  4550.      */
  4551.     protected function getReminderPaymentCommandService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4554.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  4556.         include_once \dirname(__DIR__4).'/src/Command/Watches/ReminderPaymentCommand.php';
  4557.         $this->privates['App\\Command\\Watches\\ReminderPaymentCommand'] = $instance = new \App\Command\Watches\ReminderPaymentCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4558.         $instance->setName('app:watches-reminder-payment');
  4559.         return $instance;
  4560.     }
  4561.     /**
  4562.      * Gets the private 'App\Command\Watches\ReminderResponseCommand' shared autowired service.
  4563.      *
  4564.      * @return \App\Command\Watches\ReminderResponseCommand
  4565.      */
  4566.     protected function getReminderResponseCommandService()
  4567.     {
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4570.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  4571.         include_once \dirname(__DIR__4).'/src/Command/Watches/ReminderResponseCommand.php';
  4572.         $this->privates['App\\Command\\Watches\\ReminderResponseCommand'] = $instance = new \App\Command\Watches\ReminderResponseCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4573.         $instance->setName('app:watches-reminder-response');
  4574.         return $instance;
  4575.     }
  4576.     /**
  4577.      * Gets the private 'App\Form\V2\MessageType' shared service.
  4578.      *
  4579.      * @return \App\Form\V2\MessageType
  4580.      */
  4581.     protected function getMessageTypeService()
  4582.     {
  4583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4585.         include_once \dirname(__DIR__4).'/src/Form/V2/MessageType.php';
  4586.         include_once \dirname(__DIR__4).'/src/Service/Util.php';
  4587.         return $this->privates['App\\Form\\V2\\MessageType'] = new \App\Form\V2\MessageType(($this->services['app.service.util'] ?? ($this->services['app.service.util'] = new \App\Service\Util($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  4588.     }
  4589.     /**
  4590.      * Gets the private 'App\Form\V2\PropositionType' shared service.
  4591.      *
  4592.      * @return \App\Form\V2\PropositionType
  4593.      */
  4594.     protected function getPropositionTypeService()
  4595.     {
  4596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4598.         include_once \dirname(__DIR__4).'/src/Form/V2/PropositionType.php';
  4599.         include_once \dirname(__DIR__4).'/src/Service/Util.php';
  4600.         return $this->privates['App\\Form\\V2\\PropositionType'] = new \App\Form\V2\PropositionType(($this->services['app.service.util'] ?? ($this->services['app.service.util'] = new \App\Service\Util($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  4601.     }
  4602.     /**
  4603.      * Gets the private 'App\Form\V2\WatchDateType' shared service.
  4604.      *
  4605.      * @return \App\Form\V2\WatchDateType
  4606.      */
  4607.     protected function getWatchDateTypeService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4611.         include_once \dirname(__DIR__4).'/src/Form/V2/WatchDateType.php';
  4612.         include_once \dirname(__DIR__4).'/src/Service/Util.php';
  4613.         return $this->privates['App\\Form\\V2\\WatchDateType'] = new \App\Form\V2\WatchDateType(($this->services['app.service.util'] ?? ($this->services['app.service.util'] = new \App\Service\Util($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  4614.     }
  4615.     /**
  4616.      * Gets the private 'App\Form\V2\WatchType' shared service.
  4617.      *
  4618.      * @return \App\Form\V2\WatchType
  4619.      */
  4620.     protected function getWatchTypeService()
  4621.     {
  4622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4624.         include_once \dirname(__DIR__4).'/src/Form/V2/WatchType.php';
  4625.         include_once \dirname(__DIR__4).'/src/Service/Util.php';
  4626.         return $this->privates['App\\Form\\V2\\WatchType'] = new \App\Form\V2\WatchType(($this->services['app.service.util'] ?? ($this->services['app.service.util'] = new \App\Service\Util($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  4627.     }
  4628.     /**
  4629.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4630.      *
  4631.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4632.      */
  4633.     protected function getManagerRegistryAwareConnectionProviderService()
  4634.     {
  4635.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  4636.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4637.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  4638.     }
  4639.     /**
  4640.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4641.      *
  4642.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4643.      */
  4644.     protected function getRunSqlCommandService()
  4645.     {
  4646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4647.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4648.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  4649.         $instance->setName('dbal:run-sql');
  4650.         return $instance;
  4651.     }
  4652.     /**
  4653.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  4654.      *
  4655.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  4656.      */
  4657.     protected function getDebugBlocksCommandService()
  4658.     {
  4659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4660.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/BaseCommand.php';
  4661.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  4662.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(NULL, ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  4663.         $instance->setName('sonata:block:debug');
  4664.         return $instance;
  4665.     }
  4666.     /**
  4667.      * Gets the private 'annotations.cache' shared service.
  4668.      *
  4669.      * @return \Symfony\Component\Cache\DoctrineProvider
  4670.      */
  4671.     protected function getAnnotations_CacheService()
  4672.     {
  4673.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  4674.     }
  4675.     /**
  4676.      * Gets the private 'annotations.cache_warmer' shared service.
  4677.      *
  4678.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4679.      */
  4680.     protected function getAnnotations_CacheWarmerService()
  4681.     {
  4682.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4683.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4684.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4685.         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);
  4686.     }
  4687.     /**
  4688.      * Gets the private 'annotations.cached_reader' shared service.
  4689.      *
  4690.      * @return \Doctrine\Common\Annotations\CachedReader
  4691.      */
  4692.     protected function getAnnotations_CachedReaderService()
  4693.     {
  4694.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  4695.     }
  4696.     /**
  4697.      * Gets the private 'annotations.reader' shared service.
  4698.      *
  4699.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4700.      */
  4701.     protected function getAnnotations_ReaderService()
  4702.     {
  4703.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4704.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4705.         $a->registerUniqueLoader('class_exists');
  4706.         $instance->addGlobalIgnoredName('required'$a);
  4707.         return $instance;
  4708.     }
  4709.     /**
  4710.      * Gets the private 'app.exception_listener' shared service.
  4711.      *
  4712.      * @return \App\Listener\ExceptionListener
  4713.      */
  4714.     protected function getApp_ExceptionListenerService()
  4715.     {
  4716.         include_once \dirname(__DIR__4).'/src/Listener/ExceptionListener.php';
  4717.         return $this->privates['app.exception_listener'] = new \App\Listener\ExceptionListener(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['twig'] ?? $this->getTwigService()));
  4718.     }
  4719.     /**
  4720.      * Gets the private 'app.form.registration' shared service.
  4721.      *
  4722.      * @return \App\Form\RegistrationType
  4723.      */
  4724.     protected function getApp_Form_RegistrationService()
  4725.     {
  4726.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4728.         include_once \dirname(__DIR__4).'/src/Form/RegistrationType.php';
  4729.         return $this->privates['app.form.registration'] = new \App\Form\RegistrationType();
  4730.     }
  4731.     /**
  4732.      * Gets the private 'app.form.resetting' shared service.
  4733.      *
  4734.      * @return \App\Form\CatType
  4735.      */
  4736.     protected function getApp_Form_ResettingService()
  4737.     {
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4740.         include_once \dirname(__DIR__4).'/src/Form/CatType.php';
  4741.         return $this->privates['app.form.resetting'] = new \App\Form\CatType();
  4742.     }
  4743.     /**
  4744.      * Gets the private 'app.listener.api_access' shared service.
  4745.      *
  4746.      * @return \App\Listener\ApiAccessSubscriber
  4747.      */
  4748.     protected function getApp_Listener_ApiAccessService()
  4749.     {
  4750.         return $this->privates['app.listener.api_access'] = new \App\Listener\ApiAccessSubscriber(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), 'demo');
  4751.     }
  4752.     /**
  4753.      * Gets the private 'app.listener.v2.absence' shared service.
  4754.      *
  4755.      * @return \App\Listener\V2\AbsenceListener
  4756.      */
  4757.     protected function getApp_Listener_V2_AbsenceService()
  4758.     {
  4759.         include_once \dirname(__DIR__4).'/src/Listener/V2/AbsenceListener.php';
  4760.         return $this->privates['app.listener.v2.absence'] = new \App\Listener\V2\AbsenceListener();
  4761.     }
  4762.     /**
  4763.      * Gets the private 'app.listener.v2.active_host' shared service.
  4764.      *
  4765.      * @return \App\Listener\V2\ActiveHostSubscriber
  4766.      */
  4767.     protected function getApp_Listener_V2_ActiveHostService()
  4768.     {
  4769.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4770.         include_once \dirname(__DIR__4).'/src/Listener/V2/ActiveHostSubscriber.php';
  4771.         include_once \dirname(__DIR__4).'/src/Service/Mailer.php';
  4772.         return $this->privates['app.listener.v2.active_host'] = new \App\Listener\V2\ActiveHostSubscriber(($this->services['app.service.mailer'] ?? ($this->services['app.service.mailer'] = new \App\Service\Mailer($this))));
  4773.     }
  4774.     /**
  4775.      * Gets the private 'app.listener.v2.app_event_subscriber' shared service.
  4776.      *
  4777.      * @return \App\Listener\V2\AppEventSubscriber
  4778.      */
  4779.     protected function getApp_Listener_V2_AppEventSubscriberService()
  4780.     {
  4781.         include_once \dirname(__DIR__4).'/src/Listener/V2/AppEventSubscriber.php';
  4782.         return $this->privates['app.listener.v2.app_event_subscriber'] = new \App\Listener\V2\AppEventSubscriber(($this->services['app.service.mailjet'] ?? $this->getApp_Service_MailjetService()));
  4783.     }
  4784.     /**
  4785.      * Gets the private 'app.listener.v2.cat' shared service.
  4786.      *
  4787.      * @return \App\Listener\V2\CatSubscriber
  4788.      */
  4789.     protected function getApp_Listener_V2_CatService()
  4790.     {
  4791.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4792.         include_once \dirname(__DIR__4).'/src/Listener/V2/CatSubscriber.php';
  4793.         return $this->privates['app.listener.v2.cat'] = new \App\Listener\V2\CatSubscriber(($this->services['translator'] ?? $this->getTranslatorService()));
  4794.     }
  4795.     /**
  4796.      * Gets the private 'app.listener.v2.cost_calculator' shared service.
  4797.      *
  4798.      * @return \App\Listener\V2\CostCalculatorSubscriber
  4799.      */
  4800.     protected function getApp_Listener_V2_CostCalculatorService()
  4801.     {
  4802.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4803.         include_once \dirname(__DIR__4).'/src/Listener/V2/CostCalculatorSubscriber.php';
  4804.         include_once \dirname(__DIR__4).'/src/Service/Util.php';
  4805.         return $this->privates['app.listener.v2.cost_calculator'] = new \App\Listener\V2\CostCalculatorSubscriber(($this->services['app.service.util'] ?? ($this->services['app.service.util'] = new \App\Service\Util($this))), ($this->services['translator'] ?? $this->getTranslatorService()));
  4806.     }
  4807.     /**
  4808.      * Gets the private 'app.listener.v2.discussion' shared service.
  4809.      *
  4810.      * @return \App\Listener\V2\DiscussionListener
  4811.      */
  4812.     protected function getApp_Listener_V2_DiscussionService()
  4813.     {
  4814.         include_once \dirname(__DIR__4).'/src/Listener/V2/DiscussionListener.php';
  4815.         return $this->privates['app.listener.v2.discussion'] = new \App\Listener\V2\DiscussionListener();
  4816.     }
  4817.     /**
  4818.      * Gets the private 'app.listener.v2.host_grade' shared service.
  4819.      *
  4820.      * @return \App\Listener\V2\HostGradeSubscriber
  4821.      */
  4822.     protected function getApp_Listener_V2_HostGradeService()
  4823.     {
  4824.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4825.         include_once \dirname(__DIR__4).'/src/Listener/V2/HostGradeSubscriber.php';
  4826.         return $this->privates['app.listener.v2.host_grade'] = new \App\Listener\V2\HostGradeSubscriber();
  4827.     }
  4828.     /**
  4829.      * Gets the private 'app.listener.v2.mailjet_contact_subscriber' shared service.
  4830.      *
  4831.      * @return \App\Listener\V2\MailjetContactSubscriber
  4832.      */
  4833.     protected function getApp_Listener_V2_MailjetContactSubscriberService()
  4834.     {
  4835.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4836.         include_once \dirname(__DIR__4).'/src/Listener/V2/MailjetContactSubscriber.php';
  4837.         return $this->privates['app.listener.v2.mailjet_contact_subscriber'] = new \App\Listener\V2\MailjetContactSubscriber(($this->services['app.service.mailjet'] ?? $this->getApp_Service_MailjetService()));
  4838.     }
  4839.     /**
  4840.      * Gets the private 'app.listener.v2.message' shared service.
  4841.      *
  4842.      * @return \App\Listener\V2\MessageSubscriber
  4843.      */
  4844.     protected function getApp_Listener_V2_MessageService()
  4845.     {
  4846.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4847.         include_once \dirname(__DIR__4).'/src/Listener/V2/MessageSubscriber.php';
  4848.         include_once \dirname(__DIR__4).'/src/Service/Mailer.php';
  4849.         return $this->privates['app.listener.v2.message'] = new \App\Listener\V2\MessageSubscriber(($this->services['app.service.mailer'] ?? ($this->services['app.service.mailer'] = new \App\Service\Mailer($this))));
  4850.     }
  4851.     /**
  4852.      * Gets the private 'app.listener.v2.proposition' shared service.
  4853.      *
  4854.      * @return \App\Listener\V2\CancelPropositionWatchesSubscriber
  4855.      */
  4856.     protected function getApp_Listener_V2_PropositionService()
  4857.     {
  4858.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4859.         include_once \dirname(__DIR__4).'/src/Listener/V2/CancelPropositionWatchesSubscriber.php';
  4860.         return $this->privates['app.listener.v2.proposition'] = new \App\Listener\V2\CancelPropositionWatchesSubscriber();
  4861.     }
  4862.     /**
  4863.      * Gets the private 'app.listener.v2.stats' shared service.
  4864.      *
  4865.      * @return \App\Listener\V2\StatsListener
  4866.      */
  4867.     protected function getApp_Listener_V2_StatsService()
  4868.     {
  4869.         include_once \dirname(__DIR__4).'/src/Listener/V2/StatsListener.php';
  4870.         return $this->privates['app.listener.v2.stats'] = new \App\Listener\V2\StatsListener();
  4871.     }
  4872.     /**
  4873.      * Gets the private 'app.listener.v2.watch_mailing' shared service.
  4874.      *
  4875.      * @return \App\Listener\V2\WatchMailingSubscriber
  4876.      */
  4877.     protected function getApp_Listener_V2_WatchMailingService()
  4878.     {
  4879.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4880.         include_once \dirname(__DIR__4).'/src/Listener/V2/WatchMailingSubscriber.php';
  4881.         include_once \dirname(__DIR__4).'/src/Service/Mailer.php';
  4882.         return $this->privates['app.listener.v2.watch_mailing'] = new \App\Listener\V2\WatchMailingSubscriber(($this->services['app.service.mailer'] ?? ($this->services['app.service.mailer'] = new \App\Service\Mailer($this))));
  4883.     }
  4884.     /**
  4885.      * Gets the private 'app.listener.v2.watch_validator' shared service.
  4886.      *
  4887.      * @return \App\Listener\V2\WatchValidatorSubscriber
  4888.      */
  4889.     protected function getApp_Listener_V2_WatchValidatorService()
  4890.     {
  4891.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4892.         include_once \dirname(__DIR__4).'/src/Listener/V2/WatchValidatorSubscriber.php';
  4893.         include_once \dirname(__DIR__4).'/src/Service/Util.php';
  4894.         return $this->privates['app.listener.v2.watch_validator'] = new \App\Listener\V2\WatchValidatorSubscriber(($this->services['app.service.util'] ?? ($this->services['app.service.util'] = new \App\Service\Util($this))));
  4895.     }
  4896.     /**
  4897.      * Gets the private 'app.response.listener' shared service.
  4898.      *
  4899.      * @return \App\Listener\ResponseListener
  4900.      */
  4901.     protected function getApp_Response_ListenerService()
  4902.     {
  4903.         return $this->privates['app.response.listener'] = new \App\Listener\ResponseListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  4904.     }
  4905.     /**
  4906.      * Gets the private 'app.user.listener' shared service.
  4907.      *
  4908.      * @return \App\Listener\UserListener
  4909.      */
  4910.     protected function getApp_User_ListenerService()
  4911.     {
  4912.         include_once \dirname(__DIR__4).'/src/Listener/UserListener.php';
  4913.         return $this->privates['app.user.listener'] = new \App\Listener\UserListener(($this->services['translator'] ?? $this->getTranslatorService()), $this);
  4914.     }
  4915.     /**
  4916.      * Gets the private 'app.watch.v2.listener' shared service.
  4917.      *
  4918.      * @return \App\Listener\V2\WatchSubscriber
  4919.      */
  4920.     protected function getApp_Watch_V2_ListenerService()
  4921.     {
  4922.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4923.         include_once \dirname(__DIR__4).'/src/Listener/V2/WatchSubscriber.php';
  4924.         return $this->privates['app.watch.v2.listener'] = new \App\Listener\V2\WatchSubscriber(($this->services['translator'] ?? $this->getTranslatorService()));
  4925.     }
  4926.     /**
  4927.      * Gets the private 'bugsnag.listener' shared service.
  4928.      *
  4929.      * @return \Bugsnag\BugsnagBundle\EventListener\BugsnagListener
  4930.      */
  4931.     protected function getBugsnag_ListenerService()
  4932.     {
  4933.         return $this->privates['bugsnag.listener'] = new \Bugsnag\BugsnagBundle\EventListener\BugsnagListener(($this->services['bugsnag'] ?? $this->getBugsnagService()), ($this->privates['bugsnag.resolver'] ?? ($this->privates['bugsnag.resolver'] = new \Bugsnag\BugsnagBundle\Request\SymfonyResolver())), true);
  4934.     }
  4935.     /**
  4936.      * Gets the private 'cache.annotations' shared service.
  4937.      *
  4938.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4939.      */
  4940.     protected function getCache_AnnotationsService()
  4941.     {
  4942.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('G4Twl3meZO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4943.     }
  4944.     /**
  4945.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  4946.      *
  4947.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4948.      */
  4949.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  4950.     {
  4951.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4952.     }
  4953.     /**
  4954.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4955.      *
  4956.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4957.      */
  4958.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4959.     {
  4960.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4961.     }
  4962.     /**
  4963.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4964.      *
  4965.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4966.      */
  4967.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4968.     {
  4969.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4970.     }
  4971.     /**
  4972.      * Gets the private 'cache.property_info' shared service.
  4973.      *
  4974.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4975.      */
  4976.     protected function getCache_PropertyInfoService()
  4977.     {
  4978.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('-cPkG2asps'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4979.     }
  4980.     /**
  4981.      * Gets the private 'cache.security_expression_language' shared service.
  4982.      *
  4983.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4984.      */
  4985.     protected function getCache_SecurityExpressionLanguageService()
  4986.     {
  4987.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('M7+RcCFypG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4988.     }
  4989.     /**
  4990.      * Gets the private 'cache.serializer' shared service.
  4991.      *
  4992.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4993.      */
  4994.     protected function getCache_SerializerService()
  4995.     {
  4996.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('oMgrvbeAwg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4997.     }
  4998.     /**
  4999.      * Gets the private 'cache.validator' shared service.
  5000.      *
  5001.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5002.      */
  5003.     protected function getCache_ValidatorService()
  5004.     {
  5005.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('AsBZyrDkSo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5006.     }
  5007.     /**
  5008.      * Gets the private 'config_cache_factory' shared service.
  5009.      *
  5010.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5011.      */
  5012.     protected function getConfigCacheFactoryService()
  5013.     {
  5014.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5015.             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)));
  5016.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5017.         }, 2));
  5018.     }
  5019.     /**
  5020.      * Gets the private 'console.command.about' shared service.
  5021.      *
  5022.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5023.      */
  5024.     protected function getConsole_Command_AboutService()
  5025.     {
  5026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5028.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5029.         $instance->setName('about');
  5030.         return $instance;
  5031.     }
  5032.     /**
  5033.      * Gets the private 'console.command.assets_install' shared service.
  5034.      *
  5035.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5036.      */
  5037.     protected function getConsole_Command_AssetsInstallService()
  5038.     {
  5039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5042.         $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));
  5043.         $instance->setName('assets:install');
  5044.         return $instance;
  5045.     }
  5046.     /**
  5047.      * Gets the private 'console.command.cache_clear' shared service.
  5048.      *
  5049.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5050.      */
  5051.     protected function getConsole_Command_CacheClearService()
  5052.     {
  5053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5054.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5055.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5056.         $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())));
  5057.         $instance->setName('cache:clear');
  5058.         return $instance;
  5059.     }
  5060.     /**
  5061.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5062.      *
  5063.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5064.      */
  5065.     protected function getConsole_Command_CachePoolClearService()
  5066.     {
  5067.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5068.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5069.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5070.         $instance->setName('cache:pool:clear');
  5071.         return $instance;
  5072.     }
  5073.     /**
  5074.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5075.      *
  5076.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5077.      */
  5078.     protected function getConsole_Command_CachePoolDeleteService()
  5079.     {
  5080.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5082.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5083.         $instance->setName('cache:pool:delete');
  5084.         return $instance;
  5085.     }
  5086.     /**
  5087.      * Gets the private 'console.command.cache_pool_list' shared service.
  5088.      *
  5089.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5090.      */
  5091.     protected function getConsole_Command_CachePoolListService()
  5092.     {
  5093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5095.         $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']);
  5096.         $instance->setName('cache:pool:list');
  5097.         return $instance;
  5098.     }
  5099.     /**
  5100.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5101.      *
  5102.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5103.      */
  5104.     protected function getConsole_Command_CachePoolPruneService()
  5105.     {
  5106.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5107.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5108.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5109.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5110.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5111.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5112.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5113.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5114.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5115.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5116.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  5117.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5118.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5119.         }, 10));
  5120.         $instance->setName('cache:pool:prune');
  5121.         return $instance;
  5122.     }
  5123.     /**
  5124.      * Gets the private 'console.command.cache_warmup' shared service.
  5125.      *
  5126.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5127.      */
  5128.     protected function getConsole_Command_CacheWarmupService()
  5129.     {
  5130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5131.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5132.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5133.         $instance->setName('cache:warmup');
  5134.         return $instance;
  5135.     }
  5136.     /**
  5137.      * Gets the private 'console.command.config_debug' shared service.
  5138.      *
  5139.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5140.      */
  5141.     protected function getConsole_Command_ConfigDebugService()
  5142.     {
  5143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5147.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5148.         $instance->setName('debug:config');
  5149.         return $instance;
  5150.     }
  5151.     /**
  5152.      * Gets the private 'console.command.config_dump_reference' shared service.
  5153.      *
  5154.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5155.      */
  5156.     protected function getConsole_Command_ConfigDumpReferenceService()
  5157.     {
  5158.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5162.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5163.         $instance->setName('config:dump-reference');
  5164.         return $instance;
  5165.     }
  5166.     /**
  5167.      * Gets the private 'console.command.container_debug' shared service.
  5168.      *
  5169.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5170.      */
  5171.     protected function getConsole_Command_ContainerDebugService()
  5172.     {
  5173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5175.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5176.         $instance->setName('debug:container');
  5177.         return $instance;
  5178.     }
  5179.     /**
  5180.      * Gets the private 'console.command.container_lint' shared service.
  5181.      *
  5182.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5183.      */
  5184.     protected function getConsole_Command_ContainerLintService()
  5185.     {
  5186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5187.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5188.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5189.         $instance->setName('lint:container');
  5190.         return $instance;
  5191.     }
  5192.     /**
  5193.      * Gets the private 'console.command.debug_autowiring' shared service.
  5194.      *
  5195.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5196.      */
  5197.     protected function getConsole_Command_DebugAutowiringService()
  5198.     {
  5199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5200.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5201.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5202.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5203.         $instance->setName('debug:autowiring');
  5204.         return $instance;
  5205.     }
  5206.     /**
  5207.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5208.      *
  5209.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5210.      */
  5211.     protected function getConsole_Command_EventDispatcherDebugService()
  5212.     {
  5213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5214.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5215.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5216.         $instance->setName('debug:event-dispatcher');
  5217.         return $instance;
  5218.     }
  5219.     /**
  5220.      * Gets the private 'console.command.form_debug' shared service.
  5221.      *
  5222.      * @return \Symfony\Component\Form\Command\DebugCommand
  5223.      */
  5224.     protected function getConsole_Command_FormDebugService()
  5225.     {
  5226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5228.         $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\\V2'=> 'App\\Form'=> 'FOS\\UserBundle\\Form\\Type'=> 'FOS\\OAuthServerBundle\\Form\\Type'=> 'Sonata\\CoreBundle\\Form\\Type'=> 'Sonata\\Form\\Type'=> 'Sonata\\BlockBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type\\Filter'10 => 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'App\\Form\\V2\\PropositionType'=> 'App\\Form\\V2\\WatchType'=> 'App\\Form\\V2\\WatchDateType'=> 'App\\Form\\V2\\MessageType'=> 'App\\Form\\RegistrationType'=> 'App\\Form\\CatType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'10 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'11 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'12 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'13 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'14 => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'15 => 'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType'16 => 'Sonata\\CoreBundle\\Form\\Type\\BooleanType'17 => 'Sonata\\CoreBundle\\Form\\Type\\CollectionType'18 => 'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType'19 => 'Sonata\\CoreBundle\\Form\\Type\\DateRangeType'20 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType'21 => 'Sonata\\CoreBundle\\Form\\Type\\DatePickerType'22 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType'23 => 'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType'24 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType'25 => 'Sonata\\CoreBundle\\Form\\Type\\EqualType'26 => 'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType'27 => 'Sonata\\CoreBundle\\Form\\Type\\ColorType'28 => 'Sonata\\Form\\Type\\ImmutableArrayType'29 => 'Sonata\\Form\\Type\\BooleanType'30 => 'Sonata\\Form\\Type\\CollectionType'31 => 'Sonata\\Form\\Type\\DateRangeType'32 => 'Sonata\\Form\\Type\\DateTimeRangeType'33 => 'Sonata\\Form\\Type\\DatePickerType'34 => 'Sonata\\Form\\Type\\DateTimePickerType'35 => 'Sonata\\Form\\Type\\DateRangePickerType'36 => 'Sonata\\Form\\Type\\DateTimeRangePickerType'37 => 'Sonata\\Form\\Type\\EqualType'38 => 'Sonata\\BlockBundle\\Form\\Type\\ServiceListType'39 => 'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType'40 => 'Sonata\\AdminBundle\\Form\\Type\\AdminType'41 => 'Sonata\\AdminBundle\\Form\\Type\\ModelType'42 => 'Sonata\\AdminBundle\\Form\\Type\\ModelListType'43 => 'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType'44 => 'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType'45 => 'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType'46 => 'Sonata\\AdminBundle\\Form\\Type\\CollectionType'47 => 'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType'48 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType'49 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType'50 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType'51 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType'52 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType'53 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType'54 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType'55 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> '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\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\FormTypeFieldExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\MopaCompatibilityTypeFieldExtension'10 => 'Sonata\\AdminBundle\\Form\\Extension\\ChoiceTypeExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5229.         $instance->setName('debug:form');
  5230.         return $instance;
  5231.     }
  5232.     /**
  5233.      * Gets the private 'console.command.router_debug' shared service.
  5234.      *
  5235.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5236.      */
  5237.     protected function getConsole_Command_RouterDebugService()
  5238.     {
  5239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5241.         $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()));
  5242.         $instance->setName('debug:router');
  5243.         return $instance;
  5244.     }
  5245.     /**
  5246.      * Gets the private 'console.command.router_match' shared service.
  5247.      *
  5248.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5249.      */
  5250.     protected function getConsole_Command_RouterMatchService()
  5251.     {
  5252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5254.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  5255.         $instance->setName('router:match');
  5256.         return $instance;
  5257.     }
  5258.     /**
  5259.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5260.      *
  5261.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5262.      */
  5263.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5264.     {
  5265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5266.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5269.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5271.         $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/demo'), $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.demo.local')))));
  5272.         $instance->setName('secrets:decrypt-to-local');
  5273.         return $instance;
  5274.     }
  5275.     /**
  5276.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5277.      *
  5278.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5279.      */
  5280.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5281.     {
  5282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5285.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5286.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5287.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5288.         $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/demo'), $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.demo.local')))));
  5289.         $instance->setName('secrets:encrypt-from-local');
  5290.         return $instance;
  5291.     }
  5292.     /**
  5293.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5294.      *
  5295.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5296.      */
  5297.     protected function getConsole_Command_SecretsGenerateKeyService()
  5298.     {
  5299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5300.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5301.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5302.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5303.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5305.         $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/demo'), $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.demo.local')))));
  5306.         $instance->setName('secrets:generate-keys');
  5307.         return $instance;
  5308.     }
  5309.     /**
  5310.      * Gets the private 'console.command.secrets_list' shared service.
  5311.      *
  5312.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5313.      */
  5314.     protected function getConsole_Command_SecretsListService()
  5315.     {
  5316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5317.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5319.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5320.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5321.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5322.         $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/demo'), $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.demo.local')))));
  5323.         $instance->setName('secrets:list');
  5324.         return $instance;
  5325.     }
  5326.     /**
  5327.      * Gets the private 'console.command.secrets_remove' shared service.
  5328.      *
  5329.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5330.      */
  5331.     protected function getConsole_Command_SecretsRemoveService()
  5332.     {
  5333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5334.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5335.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5336.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5337.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5339.         $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/demo'), $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.demo.local')))));
  5340.         $instance->setName('secrets:remove');
  5341.         return $instance;
  5342.     }
  5343.     /**
  5344.      * Gets the private 'console.command.secrets_set' shared service.
  5345.      *
  5346.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5347.      */
  5348.     protected function getConsole_Command_SecretsSetService()
  5349.     {
  5350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5352.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5353.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5354.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5355.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5356.         $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/demo'), $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.demo.local')))));
  5357.         $instance->setName('secrets:set');
  5358.         return $instance;
  5359.     }
  5360.     /**
  5361.      * Gets the private 'console.command.translation_debug' shared service.
  5362.      *
  5363.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5364.      */
  5365.     protected function getConsole_Command_TranslationDebugService()
  5366.     {
  5367.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5368.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5369.         $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/Form'), => (\dirname(__DIR__4).'/src/Form/V2/PropositionType.php'), => (\dirname(__DIR__4).'/src/Form/V2/WatchType.php'), => (\dirname(__DIR__4).'/src/Form/V2/WatchDateType.php'), => (\dirname(__DIR__4).'/src/Form/V2/MessageType.php'), => (\dirname(__DIR__4).'/src/Listener/UserListener.php'), => (\dirname(__DIR__4).'/src/Listener/ExceptionListener.php'), => (\dirname(__DIR__4).'/src/Listener/V2/WatchSubscriber.php'), => (\dirname(__DIR__4).'/src/Listener/V2/CatSubscriber.php'), 10 => (\dirname(__DIR__4).'/src/Listener/V2/CostCalculatorSubscriber.php'), 11 => (\dirname(__DIR__4).'/src/Admin/Admin/V2/UserAdmin.php'), 12 => (\dirname(__DIR__4).'/src/Admin/Admin/V2/WatchAdmin.php'), 13 => (\dirname(__DIR__4).'/src/Admin/Admin/V2/PaymentStatisticsAdmin.php'), 14 => (\dirname(__DIR__4).'/src/Admin/Admin/V2/DiscussionAdmin.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 25 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/TranslatableChoiceType.php'), 26 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangeType.php'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangeType.php'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DatePickerType.php'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimePickerType.php'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangePickerType.php'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangePickerType.php'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/EqualType.php'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.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'), 47 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php'), 48 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php'), 49 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php')]);
  5370.         $instance->setName('debug:translation');
  5371.         return $instance;
  5372.     }
  5373.     /**
  5374.      * Gets the private 'console.command.translation_update' shared service.
  5375.      *
  5376.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5377.      */
  5378.     protected function getConsole_Command_TranslationUpdateService()
  5379.     {
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  5394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  5396.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  5397.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  5398.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  5399.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  5400.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  5401.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  5402.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  5403.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  5404.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  5405.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  5406.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  5407.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  5408.         $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()), 'en', (\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/Form'), => (\dirname(__DIR__4).'/src/Form/V2/PropositionType.php'), => (\dirname(__DIR__4).'/src/Form/V2/WatchType.php'), => (\dirname(__DIR__4).'/src/Form/V2/WatchDateType.php'), => (\dirname(__DIR__4).'/src/Form/V2/MessageType.php'), => (\dirname(__DIR__4).'/src/Listener/UserListener.php'), => (\dirname(__DIR__4).'/src/Listener/ExceptionListener.php'), => (\dirname(__DIR__4).'/src/Listener/V2/WatchSubscriber.php'), => (\dirname(__DIR__4).'/src/Listener/V2/CatSubscriber.php'), 10 => (\dirname(__DIR__4).'/src/Listener/V2/CostCalculatorSubscriber.php'), 11 => (\dirname(__DIR__4).'/src/Admin/Admin/V2/UserAdmin.php'), 12 => (\dirname(__DIR__4).'/src/Admin/Admin/V2/WatchAdmin.php'), 13 => (\dirname(__DIR__4).'/src/Admin/Admin/V2/PaymentStatisticsAdmin.php'), 14 => (\dirname(__DIR__4).'/src/Admin/Admin/V2/DiscussionAdmin.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 23 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 24 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 25 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/TranslatableChoiceType.php'), 26 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangeType.php'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangeType.php'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DatePickerType.php'), 29 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimePickerType.php'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangePickerType.php'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangePickerType.php'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/EqualType.php'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.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'), 47 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php'), 48 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php'), 49 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/JMS/Serializer/Handler/FormErrorHandler.php')]);
  5409.         $instance->setName('translation:update');
  5410.         return $instance;
  5411.     }
  5412.     /**
  5413.      * Gets the private 'console.command.xliff_lint' shared service.
  5414.      *
  5415.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  5416.      */
  5417.     protected function getConsole_Command_XliffLintService()
  5418.     {
  5419.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5421.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  5422.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  5423.         $instance->setName('lint:xliff');
  5424.         return $instance;
  5425.     }
  5426.     /**
  5427.      * Gets the private 'console.command.yaml_lint' shared service.
  5428.      *
  5429.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5430.      */
  5431.     protected function getConsole_Command_YamlLintService()
  5432.     {
  5433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5434.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5436.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5437.         $instance->setName('lint:yaml');
  5438.         return $instance;
  5439.     }
  5440.     /**
  5441.      * Gets the private 'console.error_listener' shared service.
  5442.      *
  5443.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5444.      */
  5445.     protected function getConsole_ErrorListenerService()
  5446.     {
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5448.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5449.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5450.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  5451.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  5452.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5453.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5454.     }
  5455.     /**
  5456.      * Gets the private 'container.env_var_processor' shared service.
  5457.      *
  5458.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5459.      */
  5460.     protected function getContainer_EnvVarProcessorService()
  5461.     {
  5462.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5464.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5465.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/demo'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  5466.         }, 1));
  5467.     }
  5468.     /**
  5469.      * Gets the private 'data_collector.form' shared service.
  5470.      *
  5471.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5472.      */
  5473.     protected function getDataCollector_FormService()
  5474.     {
  5475.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5476.     }
  5477.     /**
  5478.      * Gets the private 'debug.argument_resolver.default' shared service.
  5479.      *
  5480.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5481.      */
  5482.     protected function getDebug_ArgumentResolver_DefaultService()
  5483.     {
  5484.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5486.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5487.         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))));
  5488.     }
  5489.     /**
  5490.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5491.      *
  5492.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5493.      */
  5494.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5495.     {
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5498.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5499.         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.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5500.     }
  5501.     /**
  5502.      * Gets the private 'debug.argument_resolver.request' shared service.
  5503.      *
  5504.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5505.      */
  5506.     protected function getDebug_ArgumentResolver_RequestService()
  5507.     {
  5508.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5509.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5511.         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))));
  5512.     }
  5513.     /**
  5514.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5515.      *
  5516.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5517.      */
  5518.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5519.     {
  5520.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5523.         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))));
  5524.     }
  5525.     /**
  5526.      * Gets the private 'debug.argument_resolver.service' shared service.
  5527.      *
  5528.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5529.      */
  5530.     protected function getDebug_ArgumentResolver_ServiceService()
  5531.     {
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5535.         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.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5536.     }
  5537.     /**
  5538.      * Gets the private 'debug.argument_resolver.session' shared service.
  5539.      *
  5540.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5541.      */
  5542.     protected function getDebug_ArgumentResolver_SessionService()
  5543.     {
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5547.         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))));
  5548.     }
  5549.     /**
  5550.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5551.      *
  5552.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5553.      */
  5554.     protected function getDebug_ArgumentResolver_VariadicService()
  5555.     {
  5556.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5557.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5558.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5559.         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))));
  5560.     }
  5561.     /**
  5562.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5563.      *
  5564.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5565.      */
  5566.     protected function getDebug_DebugHandlersListenerService()
  5567.     {
  5568.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5569.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5570.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  5571.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5572.         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);
  5573.     }
  5574.     /**
  5575.      * Gets the private 'debug.dump_listener' shared service.
  5576.      *
  5577.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5578.      */
  5579.     protected function getDebug_DumpListenerService()
  5580.     {
  5581.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5582.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5583.         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()));
  5584.     }
  5585.     /**
  5586.      * Gets the private 'debug.file_link_formatter' shared service.
  5587.      *
  5588.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5589.      */
  5590.     protected function getDebug_FileLinkFormatterService()
  5591.     {
  5592.         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 () {
  5593.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5594.         });
  5595.     }
  5596.     /**
  5597.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5598.      *
  5599.      * @return \string
  5600.      */
  5601.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5602.     {
  5603.         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');
  5604.     }
  5605.     /**
  5606.      * Gets the private 'debug.log_processor' shared service.
  5607.      *
  5608.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5609.      */
  5610.     protected function getDebug_LogProcessorService()
  5611.     {
  5612.         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())));
  5613.     }
  5614.     /**
  5615.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5616.      *
  5617.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5618.      */
  5619.     protected function getDebug_Security_Access_DecisionManagerService()
  5620.     {
  5621.         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 () {
  5622.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5623.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5624.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5625.         }, 3), 'affirmative'falsetrue));
  5626.     }
  5627.     /**
  5628.      * Gets the private 'debug.security.firewall' shared service.
  5629.      *
  5630.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5631.      */
  5632.     protected function getDebug_Security_FirewallService()
  5633.     {
  5634.         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()));
  5635.     }
  5636.     /**
  5637.      * Gets the private 'debug.security.user_value_resolver' shared service.
  5638.      *
  5639.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5640.      */
  5641.     protected function getDebug_Security_UserValueResolverService()
  5642.     {
  5643.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5644.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5645.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5646.         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))));
  5647.     }
  5648.     /**
  5649.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5650.      *
  5651.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5652.      */
  5653.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5654.     {
  5655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5658.         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()));
  5659.     }
  5660.     /**
  5661.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5662.      *
  5663.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5664.      */
  5665.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5666.     {
  5667.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5668.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5669.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5670.         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()));
  5671.     }
  5672.     /**
  5673.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5674.      *
  5675.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5676.      */
  5677.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5678.     {
  5679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5683.         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()));
  5684.     }
  5685.     /**
  5686.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5687.      *
  5688.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5689.      */
  5690.     protected function getDebug_Security_Voter_VoteListenerService()
  5691.     {
  5692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5693.         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()));
  5694.     }
  5695.     /**
  5696.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5697.      *
  5698.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  5699.      */
  5700.     protected function getDoctrine_CacheClearMetadataCommandService()
  5701.     {
  5702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5705.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  5706.         $instance->setName('doctrine:cache:clear-metadata');
  5707.         return $instance;
  5708.     }
  5709.     /**
  5710.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5711.      *
  5712.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5713.      */
  5714.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5715.     {
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5719.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  5720.         $instance->setName('doctrine:cache:clear-query');
  5721.         return $instance;
  5722.     }
  5723.     /**
  5724.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5725.      *
  5726.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5727.      */
  5728.     protected function getDoctrine_CacheClearResultCommandService()
  5729.     {
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  5732.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5733.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  5734.         $instance->setName('doctrine:cache:clear-result');
  5735.         return $instance;
  5736.     }
  5737.     /**
  5738.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5739.      *
  5740.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5741.      */
  5742.     protected function getDoctrine_CacheCollectionRegionCommandService()
  5743.     {
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5745.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  5746.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  5747.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  5748.         $instance->setName('doctrine:cache:clear-collection-region');
  5749.         return $instance;
  5750.     }
  5751.     /**
  5752.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5753.      *
  5754.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5755.      */
  5756.     protected function getDoctrine_ClearEntityRegionCommandService()
  5757.     {
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5761.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  5762.         $instance->setName('doctrine:cache:clear-entity-region');
  5763.         return $instance;
  5764.     }
  5765.     /**
  5766.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5767.      *
  5768.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5769.      */
  5770.     protected function getDoctrine_ClearQueryRegionCommandService()
  5771.     {
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5773.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5775.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  5776.         $instance->setName('doctrine:cache:clear-query-region');
  5777.         return $instance;
  5778.     }
  5779.     /**
  5780.      * Gets the private 'doctrine.database_create_command' shared service.
  5781.      *
  5782.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5783.      */
  5784.     protected function getDoctrine_DatabaseCreateCommandService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5789.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5790.         $instance->setName('doctrine:database:create');
  5791.         return $instance;
  5792.     }
  5793.     /**
  5794.      * Gets the private 'doctrine.database_drop_command' shared service.
  5795.      *
  5796.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5797.      */
  5798.     protected function getDoctrine_DatabaseDropCommandService()
  5799.     {
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5803.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5804.         $instance->setName('doctrine:database:drop');
  5805.         return $instance;
  5806.     }
  5807.     /**
  5808.      * Gets the private 'doctrine.database_import_command' shared service.
  5809.      *
  5810.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  5811.      */
  5812.     protected function getDoctrine_DatabaseImportCommandService()
  5813.     {
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  5817.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  5818.         $instance->setName('doctrine:database:import');
  5819.         return $instance;
  5820.     }
  5821.     /**
  5822.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5823.      *
  5824.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5825.      */
  5826.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5827.     {
  5828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5829.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5831.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  5832.         $instance->setName('doctrine:ensure-production-settings');
  5833.         return $instance;
  5834.     }
  5835.     /**
  5836.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5837.      *
  5838.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5839.      */
  5840.     protected function getDoctrine_MappingConvertCommandService()
  5841.     {
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5845.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  5846.         $instance->setName('doctrine:mapping:convert');
  5847.         return $instance;
  5848.     }
  5849.     /**
  5850.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5851.      *
  5852.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5853.      */
  5854.     protected function getDoctrine_MappingImportCommandService()
  5855.     {
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5859.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5860.         $instance->setName('doctrine:mapping:import');
  5861.         return $instance;
  5862.     }
  5863.     /**
  5864.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5865.      *
  5866.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  5867.      */
  5868.     protected function getDoctrine_MappingInfoCommandService()
  5869.     {
  5870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5871.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  5873.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  5874.         $instance->setName('doctrine:mapping:info');
  5875.         return $instance;
  5876.     }
  5877.     /**
  5878.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  5879.      *
  5880.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  5881.      */
  5882.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  5883.     {
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  5885.         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()));
  5886.     }
  5887.     /**
  5888.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  5889.      *
  5890.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  5891.      */
  5892.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  5893.     {
  5894.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  5895.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  5896.     }
  5897.     /**
  5898.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  5899.      *
  5900.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  5901.      */
  5902.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  5906.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5907.     }
  5908.     /**
  5909.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  5910.      *
  5911.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  5912.      */
  5913.     protected function getDoctrine_Orm_Validator_UniqueService()
  5914.     {
  5915.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5916.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5917.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  5918.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5919.     }
  5920.     /**
  5921.      * Gets the private 'doctrine.query_dql_command' shared service.
  5922.      *
  5923.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  5924.      */
  5925.     protected function getDoctrine_QueryDqlCommandService()
  5926.     {
  5927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  5929.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  5930.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  5931.         $instance->setName('doctrine:query:dql');
  5932.         return $instance;
  5933.     }
  5934.     /**
  5935.      * Gets the private 'doctrine.query_sql_command' shared service.
  5936.      *
  5937.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  5938.      */
  5939.     protected function getDoctrine_QuerySqlCommandService()
  5940.     {
  5941.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5942.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  5944.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  5945.         $instance->setName('doctrine:query:sql');
  5946.         return $instance;
  5947.     }
  5948.     /**
  5949.      * Gets the private 'doctrine.schema_create_command' shared service.
  5950.      *
  5951.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  5952.      */
  5953.     protected function getDoctrine_SchemaCreateCommandService()
  5954.     {
  5955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5956.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5957.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  5958.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  5959.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  5960.         $instance->setName('doctrine:schema:create');
  5961.         return $instance;
  5962.     }
  5963.     /**
  5964.      * Gets the private 'doctrine.schema_drop_command' shared service.
  5965.      *
  5966.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  5967.      */
  5968.     protected function getDoctrine_SchemaDropCommandService()
  5969.     {
  5970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5971.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5972.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  5973.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  5974.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  5975.         $instance->setName('doctrine:schema:drop');
  5976.         return $instance;
  5977.     }
  5978.     /**
  5979.      * Gets the private 'doctrine.schema_update_command' shared service.
  5980.      *
  5981.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  5982.      */
  5983.     protected function getDoctrine_SchemaUpdateCommandService()
  5984.     {
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  5988.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  5989.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  5990.         $instance->setName('doctrine:schema:update');
  5991.         return $instance;
  5992.     }
  5993.     /**
  5994.      * Gets the private 'doctrine.schema_validate_command' shared service.
  5995.      *
  5996.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  5997.      */
  5998.     protected function getDoctrine_SchemaValidateCommandService()
  5999.     {
  6000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6001.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6002.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  6003.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  6004.         $instance->setName('doctrine:schema:validate');
  6005.         return $instance;
  6006.     }
  6007.     /**
  6008.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6009.      *
  6010.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6011.      */
  6012.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6013.     {
  6014.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6015.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6016.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6017.         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()));
  6018.     }
  6019.     /**
  6020.      * Gets the private 'exception_listener' shared service.
  6021.      *
  6022.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6023.      */
  6024.     protected function getExceptionListenerService()
  6025.     {
  6026.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  6027.     }
  6028.     /**
  6029.      * Gets the private 'file_locator' shared service.
  6030.      *
  6031.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  6032.      */
  6033.     protected function getFileLocatorService()
  6034.     {
  6035.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  6036.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  6037.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  6038.         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);
  6039.     }
  6040.     /**
  6041.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6042.      *
  6043.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6044.      */
  6045.     protected function getForm_ChoiceListFactory_CachedService()
  6046.     {
  6047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6048.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6051.         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())));
  6052.     }
  6053.     /**
  6054.      * Gets the private 'form.registry' shared service.
  6055.      *
  6056.      * @return \Symfony\Component\Form\FormRegistry
  6057.      */
  6058.     protected function getForm_RegistryService()
  6059.     {
  6060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6062.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6064.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6065.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6067.         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, [
  6068.             'App\\Form\\CatType' => ['privates''app.form.resetting''getApp_Form_ResettingService'false],
  6069.             'App\\Form\\RegistrationType' => ['privates''app.form.registration''getApp_Form_RegistrationService'false],
  6070.             'App\\Form\\V2\\MessageType' => ['privates''App\\Form\\V2\\MessageType''getMessageTypeService'false],
  6071.             'App\\Form\\V2\\PropositionType' => ['privates''App\\Form\\V2\\PropositionType''getPropositionTypeService'false],
  6072.             'App\\Form\\V2\\WatchDateType' => ['privates''App\\Form\\V2\\WatchDateType''getWatchDateTypeService'false],
  6073.             'App\\Form\\V2\\WatchType' => ['privates''App\\Form\\V2\\WatchType''getWatchTypeService'false],
  6074.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => ['privates''fos_oauth_server.authorize.form.type''getFosOauthServer_Authorize_Form_TypeService'false],
  6075.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  6076.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  6077.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  6078.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  6079.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  6080.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['services''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  6081.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['services''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  6082.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['services''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  6083.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['services''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  6084.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['services''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  6085.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['services''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  6086.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['services''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  6087.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['services''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  6088.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['services''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  6089.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['services''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  6090.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['services''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  6091.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['services''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  6092.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['services''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  6093.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['services''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  6094.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['services''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  6095.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  6096.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  6097.             'Sonata\\CoreBundle\\Form\\Type\\BooleanType' => ['services''sonata.core.form.type.boolean_legacy''getSonata_Core_Form_Type_BooleanLegacyService'false],
  6098.             'Sonata\\CoreBundle\\Form\\Type\\CollectionType' => ['services''sonata.core.form.type.collection_legacy''getSonata_Core_Form_Type_CollectionLegacyService'false],
  6099.             'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType' => ['services''sonata.core.form.type.color_selector''getSonata_Core_Form_Type_ColorSelectorService'false],
  6100.             'Sonata\\CoreBundle\\Form\\Type\\ColorType' => ['services''sonata.core.form.type.color_legacy''getSonata_Core_Form_Type_ColorLegacyService'false],
  6101.             'Sonata\\CoreBundle\\Form\\Type\\DatePickerType' => ['services''sonata.core.form.type.date_picker_legacy''getSonata_Core_Form_Type_DatePickerLegacyService'false],
  6102.             'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType' => ['services''sonata.core.form.type.date_range_picker_legacy''getSonata_Core_Form_Type_DateRangePickerLegacyService'false],
  6103.             'Sonata\\CoreBundle\\Form\\Type\\DateRangeType' => ['services''sonata.core.form.type.date_range_legacy''getSonata_Core_Form_Type_DateRangeLegacyService'false],
  6104.             'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType' => ['services''sonata.core.form.type.datetime_picker_legacy''getSonata_Core_Form_Type_DatetimePickerLegacyService'false],
  6105.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType' => ['services''sonata.core.form.type.datetime_range_picker_legacy''getSonata_Core_Form_Type_DatetimeRangePickerLegacyService'false],
  6106.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType' => ['services''sonata.core.form.type.datetime_range_legacy''getSonata_Core_Form_Type_DatetimeRangeLegacyService'false],
  6107.             'Sonata\\CoreBundle\\Form\\Type\\EqualType' => ['services''sonata.core.form.type.equal_legacy''getSonata_Core_Form_Type_EqualLegacyService'false],
  6108.             'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType' => ['services''sonata.core.form.type.array_legacy''getSonata_Core_Form_Type_ArrayLegacyService'false],
  6109.             'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType' => ['services''sonata.core.form.type.translatable_choice''getSonata_Core_Form_Type_TranslatableChoiceService'false],
  6110.             'Sonata\\Form\\Type\\BooleanType' => ['services''sonata.core.form.type.boolean''getSonata_Core_Form_Type_BooleanService'false],
  6111.             'Sonata\\Form\\Type\\CollectionType' => ['services''sonata.core.form.type.collection''getSonata_Core_Form_Type_CollectionService'false],
  6112.             'Sonata\\Form\\Type\\DatePickerType' => ['services''sonata.core.form.type.date_picker''getSonata_Core_Form_Type_DatePickerService'false],
  6113.             'Sonata\\Form\\Type\\DateRangePickerType' => ['services''sonata.core.form.type.date_range_picker''getSonata_Core_Form_Type_DateRangePickerService'false],
  6114.             'Sonata\\Form\\Type\\DateRangeType' => ['services''sonata.core.form.type.date_range''getSonata_Core_Form_Type_DateRangeService'false],
  6115.             'Sonata\\Form\\Type\\DateTimePickerType' => ['services''sonata.core.form.type.datetime_picker''getSonata_Core_Form_Type_DatetimePickerService'false],
  6116.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['services''sonata.core.form.type.datetime_range_picker''getSonata_Core_Form_Type_DatetimeRangePickerService'false],
  6117.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['services''sonata.core.form.type.datetime_range''getSonata_Core_Form_Type_DatetimeRangeService'false],
  6118.             'Sonata\\Form\\Type\\EqualType' => ['services''sonata.core.form.type.equal''getSonata_Core_Form_Type_EqualService'false],
  6119.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['services''sonata.core.form.type.array''getSonata_Core_Form_Type_ArrayService'false],
  6120.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  6121.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6122.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  6123.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6124.         ], [
  6125.             'App\\Form\\CatType' => '?',
  6126.             'App\\Form\\RegistrationType' => '?',
  6127.             'App\\Form\\V2\\MessageType' => '?',
  6128.             'App\\Form\\V2\\PropositionType' => '?',
  6129.             'App\\Form\\V2\\WatchDateType' => '?',
  6130.             'App\\Form\\V2\\WatchType' => '?',
  6131.             'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType' => '?',
  6132.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  6133.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  6134.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  6135.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  6136.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  6137.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  6138.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  6139.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  6140.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  6141.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  6142.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  6143.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  6144.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  6145.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  6146.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  6147.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  6148.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  6149.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  6150.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  6151.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  6152.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  6153.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  6154.             'Sonata\\CoreBundle\\Form\\Type\\BooleanType' => '?',
  6155.             'Sonata\\CoreBundle\\Form\\Type\\CollectionType' => '?',
  6156.             'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType' => '?',
  6157.             'Sonata\\CoreBundle\\Form\\Type\\ColorType' => '?',
  6158.             'Sonata\\CoreBundle\\Form\\Type\\DatePickerType' => '?',
  6159.             'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType' => '?',
  6160.             'Sonata\\CoreBundle\\Form\\Type\\DateRangeType' => '?',
  6161.             'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType' => '?',
  6162.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType' => '?',
  6163.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType' => '?',
  6164.             'Sonata\\CoreBundle\\Form\\Type\\EqualType' => '?',
  6165.             'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType' => '?',
  6166.             'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType' => '?',
  6167.             'Sonata\\Form\\Type\\BooleanType' => '?',
  6168.             'Sonata\\Form\\Type\\CollectionType' => '?',
  6169.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  6170.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  6171.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  6172.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  6173.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  6174.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  6175.             'Sonata\\Form\\Type\\EqualType' => '?',
  6176.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  6177.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6178.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6179.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6180.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6181.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6182.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6183.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6184.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6185.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6186.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6187.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  6188.             yield => ($this->services['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  6189.             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()));
  6190.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6191.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6192.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6193.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6194.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  6195.             yield => ($this->services['sonata.admin.form.extension.choice'] ?? ($this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  6196.         }, 1)], new RewindableGenerator(function () {
  6197.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6198.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6199.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6200.     }
  6201.     /**
  6202.      * Gets the private 'form.type.choice' shared service.
  6203.      *
  6204.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6205.      */
  6206.     protected function getForm_Type_ChoiceService()
  6207.     {
  6208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6209.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6211.         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()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6212.     }
  6213.     /**
  6214.      * Gets the private 'form.type.entity' shared service.
  6215.      *
  6216.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6217.      */
  6218.     protected function getForm_Type_EntityService()
  6219.     {
  6220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6221.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6222.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6223.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6224.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6225.     }
  6226.     /**
  6227.      * Gets the private 'form.type.form' shared service.
  6228.      *
  6229.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6230.      */
  6231.     protected function getForm_Type_FormService()
  6232.     {
  6233.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6234.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6235.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6236.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6237.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6238.     }
  6239.     /**
  6240.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6241.      *
  6242.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6243.      */
  6244.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6245.     {
  6246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6247.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6248.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6249.         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()));
  6250.     }
  6251.     /**
  6252.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6253.      *
  6254.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6255.      */
  6256.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6257.     {
  6258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6260.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6264.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())))));
  6265.     }
  6266.     /**
  6267.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6268.      *
  6269.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6270.      */
  6271.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6272.     {
  6273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6276.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6277.     }
  6278.     /**
  6279.      * Gets the private 'form.type_extension.form.validator' shared service.
  6280.      *
  6281.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6282.      */
  6283.     protected function getForm_TypeExtension_Form_ValidatorService()
  6284.     {
  6285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6289.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  6290.     }
  6291.     /**
  6292.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6293.      *
  6294.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6295.      */
  6296.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6297.     {
  6298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6300.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6301.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6302.     }
  6303.     /**
  6304.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6305.      *
  6306.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6307.      */
  6308.     protected function getForm_TypeGuesser_DoctrineService()
  6309.     {
  6310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6311.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6312.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6313.     }
  6314.     /**
  6315.      * Gets the private 'form.type_guesser.validator' shared service.
  6316.      *
  6317.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6318.      */
  6319.     protected function getForm_TypeGuesser_ValidatorService()
  6320.     {
  6321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6323.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  6324.     }
  6325.     /**
  6326.      * Gets the private 'fos_oauth_server.access_token_manager.default' shared service.
  6327.      *
  6328.      * @return \FOS\OAuthServerBundle\Entity\AccessTokenManager
  6329.      */
  6330.     protected function getFosOauthServer_AccessTokenManager_DefaultService()
  6331.     {
  6332.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  6335.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AccessTokenManagerInterface.php';
  6336.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AccessTokenManager.php';
  6337.         return $this->privates['fos_oauth_server.access_token_manager.default'] = new \FOS\OAuthServerBundle\Entity\AccessTokenManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Entity\\AccessToken');
  6338.     }
  6339.     /**
  6340.      * Gets the private 'fos_oauth_server.auth_code_manager.default' shared service.
  6341.      *
  6342.      * @return \FOS\OAuthServerBundle\Entity\AuthCodeManager
  6343.      */
  6344.     protected function getFosOauthServer_AuthCodeManager_DefaultService()
  6345.     {
  6346.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManagerInterface.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/AuthCodeManager.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/AuthCodeManager.php';
  6349.         return $this->privates['fos_oauth_server.auth_code_manager.default'] = new \FOS\OAuthServerBundle\Entity\AuthCodeManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Entity\\AuthCode');
  6350.     }
  6351.     /**
  6352.      * Gets the private 'fos_oauth_server.authorize.form' shared service.
  6353.      *
  6354.      * @return \Symfony\Component\Form\Form
  6355.      */
  6356.     protected function getFosOauthServer_Authorize_FormService()
  6357.     {
  6358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormInterface.php';
  6359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ClearableErrorsInterface.php';
  6360.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Form.php';
  6361.         return ($this->services['form.factory'] ?? $this->getForm_FactoryService())->createNamed('fos_oauth_server_authorize_form''FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType'NULL, ['validation_groups' => $this->parameters['fos_oauth_server.authorize.form.validation_groups']]);
  6362.     }
  6363.     /**
  6364.      * Gets the private 'fos_oauth_server.authorize.form.type' shared service.
  6365.      *
  6366.      * @return \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType
  6367.      */
  6368.     protected function getFosOauthServer_Authorize_Form_TypeService()
  6369.     {
  6370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6372.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Form/Type/AuthorizeFormType.php';
  6373.         return $this->privates['fos_oauth_server.authorize.form.type'] = new \FOS\OAuthServerBundle\Form\Type\AuthorizeFormType();
  6374.     }
  6375.     /**
  6376.      * Gets the private 'fos_oauth_server.client_manager.default' shared service.
  6377.      *
  6378.      * @return \FOS\OAuthServerBundle\Entity\ClientManager
  6379.      */
  6380.     protected function getFosOauthServer_ClientManager_DefaultService()
  6381.     {
  6382.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManagerInterface.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/ClientManager.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/ClientManager.php';
  6385.         return $this->privates['fos_oauth_server.client_manager.default'] = new \FOS\OAuthServerBundle\Entity\ClientManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Entity\\Client');
  6386.     }
  6387.     /**
  6388.      * Gets the private 'fos_oauth_server.entity_manager' shared service.
  6389.      *
  6390.      * @return \Doctrine\ORM\EntityManager
  6391.      */
  6392.     protected function getFosOauthServer_EntityManagerService()
  6393.     {
  6394.         return $this->privates['fos_oauth_server.entity_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  6395.     }
  6396.     /**
  6397.      * Gets the private 'fos_oauth_server.refresh_token_manager.default' shared service.
  6398.      *
  6399.      * @return \FOS\OAuthServerBundle\Entity\RefreshTokenManager
  6400.      */
  6401.     protected function getFosOauthServer_RefreshTokenManager_DefaultService()
  6402.     {
  6403.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManagerInterface.php';
  6404.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/TokenManager.php';
  6405.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/TokenManager.php';
  6406.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Model/RefreshTokenManagerInterface.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Entity/RefreshTokenManager.php';
  6408.         return $this->privates['fos_oauth_server.refresh_token_manager.default'] = new \FOS\OAuthServerBundle\Entity\RefreshTokenManager(($this->privates['fos_oauth_server.entity_manager'] ?? $this->getFosOauthServer_EntityManagerService()), 'App\\Entity\\RefreshToken');
  6409.     }
  6410.     /**
  6411.      * Gets the private 'fos_oauth_server.server' shared service.
  6412.      *
  6413.      * @return \OAuth2\OAuth2
  6414.      */
  6415.     protected function getFosOauthServer_ServerService()
  6416.     {
  6417.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2.php';
  6418.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/OAuth2.php';
  6419.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2Storage.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2RefreshTokens.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantUser.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantCode.php';
  6423.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantImplicit.php';
  6424.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantClient.php';
  6425.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth2-php/lib/IOAuth2GrantExtension.php';
  6426.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/GrantExtensionDispatcherInterface.php';
  6427.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php';
  6428.         return $this->privates['fos_oauth_server.server'] = new \OAuth2\OAuth2(new \FOS\OAuthServerBundle\Storage\OAuthStorage(($this->privates['fos_oauth_server.client_manager.default'] ?? $this->getFosOauthServer_ClientManager_DefaultService()), ($this->privates['fos_oauth_server.access_token_manager.default'] ?? $this->getFosOauthServer_AccessTokenManager_DefaultService()), ($this->privates['fos_oauth_server.refresh_token_manager.default'] ?? $this->getFosOauthServer_RefreshTokenManager_DefaultService()), ($this->privates['fos_oauth_server.auth_code_manager.default'] ?? $this->getFosOauthServer_AuthCodeManager_DefaultService()), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService())), $this->parameters['fos_oauth_server.server.options']);
  6429.     }
  6430.     /**
  6431.      * Gets the private 'fos_rest.body_listener' shared service.
  6432.      *
  6433.      * @return \FOS\RestBundle\EventListener\BodyListener
  6434.      */
  6435.     protected function getFosRest_BodyListenerService()
  6436.     {
  6437.         $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, [
  6438.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  6439.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  6440.         ], [
  6441.             'fos_rest.decoder.json' => '?',
  6442.             'fos_rest.decoder.xml' => '?',
  6443.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  6444.         $instance->setDefaultFormat(NULL);
  6445.         return $instance;
  6446.     }
  6447.     /**
  6448.      * Gets the private 'fos_rest.decoder.json' shared service.
  6449.      *
  6450.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  6451.      */
  6452.     protected function getFosRest_Decoder_JsonService()
  6453.     {
  6454.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  6456.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  6457.     }
  6458.     /**
  6459.      * Gets the private 'fos_rest.decoder.xml' shared service.
  6460.      *
  6461.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  6462.      */
  6463.     protected function getFosRest_Decoder_XmlService()
  6464.     {
  6465.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  6466.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  6467.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  6468.     }
  6469.     /**
  6470.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  6471.      *
  6472.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  6473.      *
  6474.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  6475.      */
  6476.     protected function getFosRest_Inflector_DoctrineService()
  6477.     {
  6478.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  6479.         return new \FOS\RestBundle\Inflector\DoctrineInflector();
  6480.     }
  6481.     /**
  6482.      * Gets the private 'fos_rest.param_fetcher_listener' shared service.
  6483.      *
  6484.      * @return \FOS\RestBundle\EventListener\ParamFetcherListener
  6485.      */
  6486.     protected function getFosRest_ParamFetcherListenerService()
  6487.     {
  6488.         return $this->privates['fos_rest.param_fetcher_listener'] = new \FOS\RestBundle\EventListener\ParamFetcherListener(new \FOS\RestBundle\Request\ParamFetcher($this, ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['validator'] ?? $this->getValidatorService())), false);
  6489.     }
  6490.     /**
  6491.      * Gets the private 'fos_rest.request.param_fetcher.reader' shared service.
  6492.      *
  6493.      * @return \FOS\RestBundle\Request\ParamReader
  6494.      */
  6495.     protected function getFosRest_Request_ParamFetcher_ReaderService()
  6496.     {
  6497.         return $this->privates['fos_rest.request.param_fetcher.reader'] = new \FOS\RestBundle\Request\ParamReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6498.     }
  6499.     /**
  6500.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  6501.      *
  6502.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  6503.      *
  6504.      * @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`.
  6505.      */
  6506.     protected function getFosRest_Routing_Loader_ControllerService()
  6507.     {
  6508.         @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);
  6509.         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(), 'json');
  6510.     }
  6511.     /**
  6512.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  6513.      *
  6514.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  6515.      *
  6516.      * @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`.
  6517.      */
  6518.     protected function getFosRest_Routing_Loader_DirectoryService()
  6519.     {
  6520.         @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);
  6521.         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()));
  6522.     }
  6523.     /**
  6524.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  6525.      *
  6526.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  6527.      *
  6528.      * @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`.
  6529.      */
  6530.     protected function getFosRest_Routing_Loader_ProcessorService()
  6531.     {
  6532.         @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);
  6533.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  6534.     }
  6535.     /**
  6536.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  6537.      *
  6538.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  6539.      *
  6540.      * @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`.
  6541.      */
  6542.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  6543.     {
  6544.         @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);
  6545.         return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['fos_rest.request.param_fetcher.reader'] ?? $this->getFosRest_Request_ParamFetcher_ReaderService()), $this->getFosRest_Inflector_DoctrineService(), true, ['xml' => false'json' => false], true);
  6546.     }
  6547.     /**
  6548.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  6549.      *
  6550.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  6551.      *
  6552.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  6553.      */
  6554.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  6555.     {
  6556.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  6557.         return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->getFosRest_Routing_Loader_Reader_ActionService(), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6558.     }
  6559.     /**
  6560.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  6561.      *
  6562.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  6563.      *
  6564.      * @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`.
  6565.      */
  6566.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  6567.     {
  6568.         @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);
  6569.         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, ['xml' => false'json' => false], 'json');
  6570.     }
  6571.     /**
  6572.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  6573.      *
  6574.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  6575.      *
  6576.      * @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`.
  6577.      */
  6578.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  6579.     {
  6580.         @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);
  6581.         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, ['xml' => false'json' => false], 'json');
  6582.     }
  6583.     /**
  6584.      * Gets the private 'fos_rest.serializer.jms' shared service.
  6585.      *
  6586.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  6587.      */
  6588.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  6589.     {
  6590.         return $this->privates['fos_rest.serializer.jms'] = 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())));
  6591.     }
  6592.     /**
  6593.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  6594.      *
  6595.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  6596.      */
  6597.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  6598.     {
  6599.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6600.             'fos_rest.serializer.form_error_handler' => ['services''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  6601.             'jms_serializer.array_collection_handler' => ['services''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  6602.             'jms_serializer.constraint_violation_handler' => ['services''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  6603.             'jms_serializer.datetime_handler' => ['services''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  6604.             'jms_serializer.handler.relation' => ['privates''jms_serializer.handler.relation''getJmsSerializer_Handler_RelationService'false],
  6605.             'jms_serializer.php_collection_handler' => ['services''jms_serializer.php_collection_handler''getJmsSerializer_PhpCollectionHandlerService'false],
  6606.         ], [
  6607.             'fos_rest.serializer.form_error_handler' => '?',
  6608.             'jms_serializer.array_collection_handler' => '?',
  6609.             'jms_serializer.constraint_violation_handler' => '?',
  6610.             'jms_serializer.datetime_handler' => '?',
  6611.             'jms_serializer.handler.relation' => '?',
  6612.             'jms_serializer.php_collection_handler' => '?',
  6613.         ]), [=> ['Relation' => ['json' => [=> 'jms_serializer.handler.relation'=> 'serializeRelation']], 'Relation<?>' => ['json' => [=> 'jms_serializer.handler.relation'=> 'serializeRelation']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], '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']], 'PhpCollection\\Sequence' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeSequence']], 'PhpCollection\\Map' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'serializeMap']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson'], 'yml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToyml']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson'], 'yml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToyml']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson'], 'yml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToyml']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson'], 'yml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToyml']]], => ['Relation' => ['json' => [=> 'jms_serializer.handler.relation'=> 'deserializeRelation']], 'Relation<?>' => ['json' => [=> 'jms_serializer.handler.relation'=> 'deserializeRelation']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromyml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromyml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml'], 'yml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromyml']], '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']], 'PhpCollection\\Sequence' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeSequence']], 'PhpCollection\\Map' => ['json' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap'], 'xml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap'], 'yml' => [=> 'jms_serializer.php_collection_handler'=> 'deserializeMap']]]]);
  6614.     }
  6615.     /**
  6616.      * Gets the private 'fos_rest.view_response_listener' shared service.
  6617.      *
  6618.      * @return \FOS\RestBundle\EventListener\ViewResponseListener
  6619.      */
  6620.     protected function getFosRest_ViewResponseListenerService()
  6621.     {
  6622.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/ViewResponseListener.php';
  6623.         return $this->privates['fos_rest.view_response_listener'] = new \FOS\RestBundle\EventListener\ViewResponseListener(($this->services['fos_rest.view_handler'] ?? $this->getFosRest_ViewHandlerService()), true);
  6624.     }
  6625.     /**
  6626.      * Gets the private 'fos_user.change_password.form.type' shared service.
  6627.      *
  6628.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  6629.      */
  6630.     protected function getFosUser_ChangePassword_Form_TypeService()
  6631.     {
  6632.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  6635.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Entity\\User');
  6636.     }
  6637.     /**
  6638.      * Gets the private 'fos_user.command.activate_user' shared service.
  6639.      *
  6640.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  6641.      */
  6642.     protected function getFosUser_Command_ActivateUserService()
  6643.     {
  6644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6645.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  6646.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6647.         $instance->setName('fos:user:activate');
  6648.         return $instance;
  6649.     }
  6650.     /**
  6651.      * Gets the private 'fos_user.command.change_password' shared service.
  6652.      *
  6653.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  6654.      */
  6655.     protected function getFosUser_Command_ChangePasswordService()
  6656.     {
  6657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6658.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  6659.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6660.         $instance->setName('fos:user:change-password');
  6661.         return $instance;
  6662.     }
  6663.     /**
  6664.      * Gets the private 'fos_user.command.create_user' shared service.
  6665.      *
  6666.      * @return \FOS\UserBundle\Command\CreateUserCommand
  6667.      */
  6668.     protected function getFosUser_Command_CreateUserService()
  6669.     {
  6670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6671.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  6672.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6673.         $instance->setName('fos:user:create');
  6674.         return $instance;
  6675.     }
  6676.     /**
  6677.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  6678.      *
  6679.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  6680.      */
  6681.     protected function getFosUser_Command_DeactivateUserService()
  6682.     {
  6683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6684.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  6685.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6686.         $instance->setName('fos:user:deactivate');
  6687.         return $instance;
  6688.     }
  6689.     /**
  6690.      * Gets the private 'fos_user.command.demote_user' shared service.
  6691.      *
  6692.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  6693.      */
  6694.     protected function getFosUser_Command_DemoteUserService()
  6695.     {
  6696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6697.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  6698.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  6699.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6700.         $instance->setName('fos:user:demote');
  6701.         return $instance;
  6702.     }
  6703.     /**
  6704.      * Gets the private 'fos_user.command.promote_user' shared service.
  6705.      *
  6706.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  6707.      */
  6708.     protected function getFosUser_Command_PromoteUserService()
  6709.     {
  6710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6711.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  6712.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  6713.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6714.         $instance->setName('fos:user:promote');
  6715.         return $instance;
  6716.     }
  6717.     /**
  6718.      * Gets the private 'fos_user.listener.authentication' shared service.
  6719.      *
  6720.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  6721.      */
  6722.     protected function getFosUser_Listener_AuthenticationService()
  6723.     {
  6724.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  6725.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  6726.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  6727.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  6729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  6731.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(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), 'api');
  6732.     }
  6733.     /**
  6734.      * Gets the private 'fos_user.listener.email_confirmation' shared service.
  6735.      *
  6736.      * @return \FOS\UserBundle\EventListener\EmailConfirmationListener
  6737.      */
  6738.     protected function getFosUser_Listener_EmailConfirmationService()
  6739.     {
  6740.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/EmailConfirmationListener.php';
  6741.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  6742.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/NoopMailer.php';
  6743.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  6744.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  6745.         return $this->privates['fos_user.listener.email_confirmation'] = new \FOS\UserBundle\EventListener\EmailConfirmationListener(($this->privates['fos_user.mailer.noop'] ?? ($this->privates['fos_user.mailer.noop'] = new \FOS\UserBundle\Mailer\NoopMailer())), ($this->services['fos_user.util.token_generator'] ?? ($this->services['fos_user.util.token_generator'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['session'] ?? $this->getSessionService()));
  6746.     }
  6747.     /**
  6748.      * Gets the private 'fos_user.listener.flash' shared service.
  6749.      *
  6750.      * @return \FOS\UserBundle\EventListener\FlashListener
  6751.      */
  6752.     protected function getFosUser_Listener_FlashService()
  6753.     {
  6754.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  6755.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6756.     }
  6757.     /**
  6758.      * Gets the private 'fos_user.listener.resetting' shared service.
  6759.      *
  6760.      * @return \FOS\UserBundle\EventListener\ResettingListener
  6761.      */
  6762.     protected function getFosUser_Listener_ResettingService()
  6763.     {
  6764.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  6765.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  6766.     }
  6767.     /**
  6768.      * Gets the private 'fos_user.profile.form.type' shared service.
  6769.      *
  6770.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  6771.      */
  6772.     protected function getFosUser_Profile_Form_TypeService()
  6773.     {
  6774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6775.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6776.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  6777.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Entity\\User');
  6778.     }
  6779.     /**
  6780.      * Gets the private 'fos_user.registration.form.type' shared service.
  6781.      *
  6782.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  6783.      */
  6784.     protected function getFosUser_Registration_Form_TypeService()
  6785.     {
  6786.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6787.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6788.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  6789.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Entity\\User');
  6790.     }
  6791.     /**
  6792.      * Gets the private 'fos_user.resetting.form.type' shared service.
  6793.      *
  6794.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  6795.      */
  6796.     protected function getFosUser_Resetting_Form_TypeService()
  6797.     {
  6798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6800.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  6801.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Entity\\User');
  6802.     }
  6803.     /**
  6804.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  6805.      *
  6806.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  6807.      */
  6808.     protected function getFosUser_Security_InteractiveLoginListenerService()
  6809.     {
  6810.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  6811.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6812.     }
  6813.     /**
  6814.      * Gets the private 'fos_user.user_listener' shared service.
  6815.      *
  6816.      * @return \FOS\UserBundle\Doctrine\UserListener
  6817.      */
  6818.     protected function getFosUser_UserListenerService()
  6819.     {
  6820.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  6821.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  6822.         return $this->privates['fos_user.user_listener'] = 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()));
  6823.     }
  6824.     /**
  6825.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  6826.      *
  6827.      * @return \FOS\UserBundle\Security\EmailUserProvider
  6828.      */
  6829.     protected function getFosUser_UserProvider_UsernameEmailService()
  6830.     {
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  6834.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  6835.     }
  6836.     /**
  6837.      * Gets the private 'fos_user.username_form_type' shared service.
  6838.      *
  6839.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  6840.      */
  6841.     protected function getFosUser_UsernameFormTypeService()
  6842.     {
  6843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6844.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6845.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  6848.         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())));
  6849.     }
  6850.     /**
  6851.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  6852.      *
  6853.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  6854.      */
  6855.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  6856.     {
  6857.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  6858.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  6859.     }
  6860.     /**
  6861.      * Gets the private 'fos_user.util.password_updater' shared service.
  6862.      *
  6863.      * @return \FOS\UserBundle\Util\PasswordUpdater
  6864.      */
  6865.     protected function getFosUser_Util_PasswordUpdaterService()
  6866.     {
  6867.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  6869.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  6870.     }
  6871.     /**
  6872.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  6873.      *
  6874.      * @return \FOS\UserBundle\Util\UserManipulator
  6875.      */
  6876.     protected function getFosUser_Util_UserManipulatorService()
  6877.     {
  6878.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  6879.         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())));
  6880.     }
  6881.     /**
  6882.      * Gets the private 'fragment.listener' shared service.
  6883.      *
  6884.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  6885.      */
  6886.     protected function getFragment_ListenerService()
  6887.     {
  6888.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  6889.     }
  6890.     /**
  6891.      * Gets the private 'fragment.renderer.hinclude' shared service.
  6892.      *
  6893.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  6894.      */
  6895.     protected function getFragment_Renderer_HincludeService()
  6896.     {
  6897.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6898.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6899.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  6900.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  6901.         $instance->setFragmentPath('/_fragment');
  6902.         return $instance;
  6903.     }
  6904.     /**
  6905.      * Gets the private 'fragment.renderer.inline' shared service.
  6906.      *
  6907.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  6908.      */
  6909.     protected function getFragment_Renderer_InlineService()
  6910.     {
  6911.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  6912.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  6913.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  6914.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  6915.         $instance->setFragmentPath('/_fragment');
  6916.         return $instance;
  6917.     }
  6918.     /**
  6919.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  6920.      *
  6921.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  6922.      */
  6923.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  6924.     {
  6925.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  6926.     }
  6927.     /**
  6928.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  6929.      *
  6930.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  6931.      */
  6932.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  6933.     {
  6934.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  6935.     }
  6936.     /**
  6937.      * Gets the private 'jms_serializer.accessor_strategy.expression' shared service.
  6938.      *
  6939.      * @return \JMS\Serializer\Accessor\ExpressionAccessorStrategy
  6940.      */
  6941.     protected function getJmsSerializer_AccessorStrategy_ExpressionService()
  6942.     {
  6943.         return $this->privates['jms_serializer.accessor_strategy.expression'] = new \JMS\Serializer\Accessor\ExpressionAccessorStrategy(($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()), new \JMS\Serializer\Accessor\DefaultAccessorStrategy());
  6944.     }
  6945.     /**
  6946.      * Gets the private 'jms_serializer.cache_naming_strategy' shared service.
  6947.      *
  6948.      * @return \JMS\Serializer\Naming\CacheNamingStrategy
  6949.      */
  6950.     protected function getJmsSerializer_CacheNamingStrategyService()
  6951.     {
  6952.         return $this->privates['jms_serializer.cache_naming_strategy'] = new \JMS\Serializer\Naming\CacheNamingStrategy(new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true)));
  6953.     }
  6954.     /**
  6955.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  6956.      *
  6957.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  6958.      */
  6959.     protected function getJmsSerializer_ExpressionEvaluatorService()
  6960.     {
  6961.         $a = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  6962.         $a->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  6963.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator($a, ['container' => $this]);
  6964.     }
  6965.     /**
  6966.      * Gets the private 'jms_serializer.handler.relation' shared service.
  6967.      *
  6968.      * @return \App\Handler\RelationsHandler
  6969.      */
  6970.     protected function getJmsSerializer_Handler_RelationService()
  6971.     {
  6972.         include_once \dirname(__DIR__4).'/src/Handler/RelationsHandler.php';
  6973.         return $this->privates['jms_serializer.handler.relation'] = new \App\Handler\RelationsHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6974.     }
  6975.     /**
  6976.      * Gets the private 'jms_serializer.metadata_factory' shared service.
  6977.      *
  6978.      * @return \Metadata\MetadataFactory
  6979.      */
  6980.     protected function getJmsSerializer_MetadataFactoryService()
  6981.     {
  6982.         $this->privates['jms_serializer.metadata_factory'] = $instance = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  6983.         $instance->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  6984.         return $instance;
  6985.     }
  6986.     /**
  6987.      * Gets the private 'kernel.listener.doctrine' shared service.
  6988.      *
  6989.      * @return \App\Listener\DoctrineListener
  6990.      */
  6991.     protected function getKernel_Listener_DoctrineService()
  6992.     {
  6993.         include_once \dirname(__DIR__4).'/src/Listener/DoctrineListener.php';
  6994.         return $this->privates['kernel.listener.doctrine'] = new \App\Listener\DoctrineListener();
  6995.     }
  6996.     /**
  6997.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  6998.      *
  6999.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  7000.      */
  7001.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  7002.     {
  7003.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  7004.         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()));
  7005.     }
  7006.     /**
  7007.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  7008.      *
  7009.      * @return \Knp\Menu\Provider\ChainProvider
  7010.      */
  7011.     protected function getKnpMenu_MenuProvider_ChainService()
  7012.     {
  7013.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  7014.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  7015.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  7016.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  7017.         }, 3));
  7018.     }
  7019.     /**
  7020.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  7021.      *
  7022.      * @return \Knp\Menu\Provider\LazyProvider
  7023.      */
  7024.     protected function getKnpMenu_MenuProvider_LazyService()
  7025.     {
  7026.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  7027.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  7028.             return ($this->services['sonata.admin.sidebar_menu'] ?? $this->getSonata_Admin_SidebarMenuService());
  7029.         }]);
  7030.     }
  7031.     /**
  7032.      * Gets the private 'knp_menu.renderer.list' shared service.
  7033.      *
  7034.      * @return \Knp\Menu\Renderer\ListRenderer
  7035.      */
  7036.     protected function getKnpMenu_Renderer_ListService()
  7037.     {
  7038.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  7039.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  7040.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  7041.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  7042.     }
  7043.     /**
  7044.      * Gets the private 'knp_menu.renderer.twig' shared service.
  7045.      *
  7046.      * @return \Knp\Menu\Renderer\TwigRenderer
  7047.      */
  7048.     protected function getKnpMenu_Renderer_TwigService()
  7049.     {
  7050.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  7051.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  7052.         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()), []);
  7053.     }
  7054.     /**
  7055.      * Gets the private 'knp_menu.voter.router' shared service.
  7056.      *
  7057.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  7058.      */
  7059.     protected function getKnpMenu_Voter_RouterService()
  7060.     {
  7061.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  7062.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  7063.         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())));
  7064.     }
  7065.     /**
  7066.      * Gets the private 'locale_aware_listener' shared service.
  7067.      *
  7068.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7069.      */
  7070.     protected function getLocaleAwareListenerService()
  7071.     {
  7072.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7073.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7074.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7075.     }
  7076.     /**
  7077.      * Gets the private 'locale_listener' shared service.
  7078.      *
  7079.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7080.      */
  7081.     protected function getLocaleListenerService()
  7082.     {
  7083.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  7084.     }
  7085.     /**
  7086.      * Gets the private 'mailjet.client' shared service.
  7087.      *
  7088.      * @return \Mailjet\MailjetBundle\Client\MailjetClient
  7089.      */
  7090.     protected function getMailjet_ClientService()
  7091.     {
  7092.         return $this->privates['mailjet.client'] = new \Mailjet\MailjetBundle\Client\MailjetClient($this->getEnv('MAILJET_APIKEY_PUBLIC'), $this->getEnv('MAILJET_APIKEY_PRIVATE'), true$this->parameters['mailjet.options']);
  7093.     }
  7094.     /**
  7095.      * Gets the private 'mailjet.listener.contact_listener' shared service.
  7096.      *
  7097.      * @return \Mailjet\MailjetBundle\Listener\ContactListener
  7098.      */
  7099.     protected function getMailjet_Listener_ContactListenerService()
  7100.     {
  7101.         include_once \dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/Listener/ContactListener.php';
  7102.         include_once \dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/Manager/ContactsListManager.php';
  7103.         return $this->privates['mailjet.listener.contact_listener'] = new \Mailjet\MailjetBundle\Listener\ContactListener(new \Mailjet\MailjetBundle\Manager\ContactsListManager(($this->privates['mailjet.client'] ?? $this->getMailjet_ClientService())));
  7104.     }
  7105.     /**
  7106.      * Gets the private 'mime_types' shared service.
  7107.      *
  7108.      * @return \Symfony\Component\Mime\MimeTypes
  7109.      */
  7110.     protected function getMimeTypesService()
  7111.     {
  7112.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7113.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7114.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7115.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7116.         $instance->setDefault($instance);
  7117.         return $instance;
  7118.     }
  7119.     /**
  7120.      * Gets the private 'monolog.command.server_log' shared service.
  7121.      *
  7122.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7123.      */
  7124.     protected function getMonolog_Command_ServerLogService()
  7125.     {
  7126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7127.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7128.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7129.         $instance->setName('server:log');
  7130.         return $instance;
  7131.     }
  7132.     /**
  7133.      * Gets the private 'monolog.handler.info' shared service.
  7134.      *
  7135.      * @return \Monolog\Handler\RotatingFileHandler
  7136.      */
  7137.     protected function getMonolog_Handler_InfoService()
  7138.     {
  7139.         $this->privates['monolog.handler.info'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/demo.info.log'), 3200trueNULLfalse);
  7140.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  7141.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  7142.         return $instance;
  7143.     }
  7144.     /**
  7145.      * Gets the private 'monolog.handler.main_critical' shared service.
  7146.      *
  7147.      * @return \Monolog\Handler\FingersCrossedHandler
  7148.      */
  7149.     protected function getMonolog_Handler_MainCriticalService()
  7150.     {
  7151.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/demo.info_after_critical.log'), 15200trueNULLfalse);
  7152.         $b = ($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor()));
  7153.         $a->pushProcessor($b);
  7154.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  7155.         $c = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/demo.debug_after_critical.log'), 15100trueNULLfalse);
  7156.         $c->pushProcessor($b);
  7157.         $c->setFilenameFormat('{filename}-{date}''Y-m-d');
  7158.         return $this->privates['monolog.handler.main_critical'] = new \Monolog\Handler\FingersCrossedHandler(new \Monolog\Handler\GroupHandler([=> $a=> $c], true), 5000truetrueNULL);
  7159.     }
  7160.     /**
  7161.      * Gets the private 'monolog.logger' shared service.
  7162.      *
  7163.      * @return \Symfony\Bridge\Monolog\Logger
  7164.      */
  7165.     protected function getMonolog_LoggerService()
  7166.     {
  7167.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  7168.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7169.         $instance->useMicrosecondTimestamps(true);
  7170.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  7171.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  7172.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7173.         return $instance;
  7174.     }
  7175.     /**
  7176.      * Gets the private 'monolog.logger.cache' shared service.
  7177.      *
  7178.      * @return \Symfony\Bridge\Monolog\Logger
  7179.      */
  7180.     protected function getMonolog_Logger_CacheService()
  7181.     {
  7182.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  7183.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7184.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  7185.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  7186.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7187.         return $instance;
  7188.     }
  7189.     /**
  7190.      * Gets the private 'monolog.logger.request' shared service.
  7191.      *
  7192.      * @return \Symfony\Bridge\Monolog\Logger
  7193.      */
  7194.     protected function getMonolog_Logger_RequestService()
  7195.     {
  7196.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  7197.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7198.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  7199.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  7200.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7201.         return $instance;
  7202.     }
  7203.     /**
  7204.      * Gets the private 'monolog.logger.security' shared service.
  7205.      *
  7206.      * @return \Symfony\Bridge\Monolog\Logger
  7207.      */
  7208.     protected function getMonolog_Logger_SecurityService()
  7209.     {
  7210.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  7211.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7212.         $instance->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  7213.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  7214.         return $instance;
  7215.     }
  7216.     /**
  7217.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  7218.      *
  7219.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  7220.      */
  7221.     protected function getNelmioApiDoc_Describers_ConfigService()
  7222.     {
  7223.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  7224.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  7225.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'PMTC''description' => 'Documentation pour l\'api de PMTC.''version' => 1.0], 'security' => [=> ['client_credentials' => []]]]);
  7226.     }
  7227.     /**
  7228.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  7229.      *
  7230.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  7231.      */
  7232.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  7233.     {
  7234.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7236.         return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($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()));
  7237.     }
  7238.     /**
  7239.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  7240.      *
  7241.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  7242.      */
  7243.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  7244.     {
  7245.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  7246.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7247.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7248.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  7249.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7250.         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 () {
  7251.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  7252.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  7253.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  7254.         }, 3));
  7255.     }
  7256.     /**
  7257.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  7258.      *
  7259.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7260.      */
  7261.     protected function getNelmioApiDoc_GeneratorLocatorService()
  7262.     {
  7263.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7264.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  7265.         ], [
  7266.             'default' => '?',
  7267.         ]);
  7268.     }
  7269.     /**
  7270.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  7271.      *
  7272.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  7273.      */
  7274.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  7275.     {
  7276.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7277.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7279.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  7280.         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()), [=> 'json']);
  7281.     }
  7282.     /**
  7283.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  7284.      *
  7285.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  7286.      */
  7287.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  7288.     {
  7289.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7290.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7291.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7292.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
  7293.         return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.metadata_factory'] ?? $this->getJmsSerializer_MetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json'], ($this->privates['jms_serializer.cache_naming_strategy'] ?? $this->getJmsSerializer_CacheNamingStrategyService()));
  7294.     }
  7295.     /**
  7296.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  7297.      *
  7298.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  7299.      */
  7300.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  7301.     {
  7302.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  7303.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7304.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7305.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  7306.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  7307.         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 () {
  7308.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7309.             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()));
  7310.             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()));
  7311.             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()));
  7312.             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()));
  7313.             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()));
  7314.             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()));
  7315.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  7316.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  7317.     }
  7318.     /**
  7319.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  7320.      *
  7321.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  7322.      */
  7323.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  7324.     {
  7325.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  7326.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7327.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7328.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  7330.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  7331.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7332.             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()));
  7333.             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()));
  7334.             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()));
  7335.             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()));
  7336.             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()));
  7337.             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()));
  7338.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  7339.         }, 8));
  7340.     }
  7341.     /**
  7342.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  7343.      *
  7344.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  7345.      */
  7346.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  7347.     {
  7348.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  7350.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  7351.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  7352.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  7353.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  7354.             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()));
  7355.             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()));
  7356.             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()));
  7357.             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()));
  7358.             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()));
  7359.             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()));
  7360.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  7361.         }, 8));
  7362.     }
  7363.     /**
  7364.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  7365.      *
  7366.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  7367.      */
  7368.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  7369.     {
  7370.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  7371.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  7372.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  7373.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> 'json']);
  7374.     }
  7375.     /**
  7376.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  7377.      *
  7378.      * @return \Symfony\Component\Routing\RouteCollection
  7379.      */
  7380.     protected function getNelmioApiDoc_Routes_DefaultService()
  7381.     {
  7382.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  7383.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  7385.         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'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  7386.     }
  7387.     /**
  7388.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  7389.      *
  7390.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  7391.      */
  7392.     protected function getNelmioCors_CorsListenerService()
  7393.     {
  7394.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->getParameter('nelmio_cors.map'), $this->parameters['nelmio_cors.defaults'])]));
  7395.     }
  7396.     /**
  7397.      * Gets the private 'profiler_listener' shared service.
  7398.      *
  7399.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  7400.      */
  7401.     protected function getProfilerListenerService()
  7402.     {
  7403.         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);
  7404.     }
  7405.     /**
  7406.      * Gets the private 'property_accessor' shared service.
  7407.      *
  7408.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  7409.      */
  7410.     protected function getPropertyAccessorService()
  7411.     {
  7412.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  7413.     }
  7414.     /**
  7415.      * Gets the private 'property_info' shared service.
  7416.      *
  7417.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  7418.      */
  7419.     protected function getPropertyInfoService()
  7420.     {
  7421.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  7422.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  7423.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7424.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7425.         }, 3), new RewindableGenerator(function () {
  7426.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7427.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7428.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7429.         }, 3), new RewindableGenerator(function () {
  7430.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  7431.         }, 1), new RewindableGenerator(function () {
  7432.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  7433.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7434.         }, 2), new RewindableGenerator(function () {
  7435.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  7436.         }, 1));
  7437.     }
  7438.     /**
  7439.      * Gets the private 'property_info.serializer_extractor' shared service.
  7440.      *
  7441.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  7442.      */
  7443.     protected function getPropertyInfo_SerializerExtractorService()
  7444.     {
  7445.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  7446.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  7447.     }
  7448.     /**
  7449.      * Gets the private 'router.cache_warmer' shared service.
  7450.      *
  7451.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  7452.      */
  7453.     protected function getRouter_CacheWarmerService()
  7454.     {
  7455.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7456.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  7457.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7458.             'router' => ['services''router''getRouterService'false],
  7459.         ], [
  7460.             'router' => '?',
  7461.         ]))->withContext('router.cache_warmer'$this));
  7462.     }
  7463.     /**
  7464.      * Gets the private 'router.request_context' shared service.
  7465.      *
  7466.      * @return \Symfony\Component\Routing\RequestContext
  7467.      */
  7468.     protected function getRouter_RequestContextService()
  7469.     {
  7470.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  7471.     }
  7472.     /**
  7473.      * Gets the private 'router_listener' shared service.
  7474.      *
  7475.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  7476.      */
  7477.     protected function getRouterListenerService()
  7478.     {
  7479.         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);
  7480.     }
  7481.     /**
  7482.      * Gets the private 'security.access_listener' shared service.
  7483.      *
  7484.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  7485.      */
  7486.     protected function getSecurity_AccessListenerService()
  7487.     {
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  7492.         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()));
  7493.     }
  7494.     /**
  7495.      * Gets the private 'security.access_map' shared service.
  7496.      *
  7497.      * @return \Symfony\Component\Security\Http\AccessMap
  7498.      */
  7499.     protected function getSecurity_AccessMapService()
  7500.     {
  7501.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  7502.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  7503.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  7504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  7505.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  7506.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin'), [=> 'ROLE_ADMIN'], NULL);
  7507.         return $instance;
  7508.     }
  7509.     /**
  7510.      * Gets the private 'security.authentication.listener.anonymous.api' shared service.
  7511.      *
  7512.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  7513.      */
  7514.     protected function getSecurity_Authentication_Listener_Anonymous_ApiService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  7518.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  7519.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  7520.         return $this->privates['security.authentication.listener.anonymous.api'] = 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()));
  7521.     }
  7522.     /**
  7523.      * Gets the private 'security.authentication.listener.basic.admin' shared service.
  7524.      *
  7525.      * @return \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener
  7526.      */
  7527.     protected function getSecurity_Authentication_Listener_Basic_AdminService()
  7528.     {
  7529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  7531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  7532.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/BasicAuthenticationListener.php';
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7534.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php';
  7535.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7536.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7537.         $this->privates['security.authentication.listener.basic.admin'] = $instance = new \Symfony\Component\Security\Http\Firewall\BasicAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'admin', ($this->privates['security.authentication.basic_entry_point.admin'] ?? ($this->privates['security.authentication.basic_entry_point.admin'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Demo Area'))), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  7538.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  7539.         return $instance;
  7540.     }
  7541.     /**
  7542.      * Gets the private 'security.authentication.listener.fos_oauth_server.api' shared service.
  7543.      *
  7544.      * @return \FOS\OAuthServerBundle\Security\Firewall\OAuthListener
  7545.      */
  7546.     protected function getSecurity_Authentication_Listener_FosOauthServer_ApiService()
  7547.     {
  7548.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Firewall/OAuthListener.php';
  7550.         return $this->privates['security.authentication.listener.fos_oauth_server.api'] = new \FOS\OAuthServerBundle\Security\Firewall\OAuthListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()));
  7551.     }
  7552.     /**
  7553.      * Gets the private 'security.authentication.manager' shared service.
  7554.      *
  7555.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  7556.      */
  7557.     protected function getSecurity_Authentication_ManagerService()
  7558.     {
  7559.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  7560.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  7561.             yield => ($this->privates['security.authentication.provider.fos_oauth_server.api'] ?? $this->getSecurity_Authentication_Provider_FosOauthServer_ApiService());
  7562.             yield => ($this->privates['security.authentication.provider.anonymous.api'] ?? ($this->privates['security.authentication.provider.anonymous.api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  7563.         }, 3), true);
  7564.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7565.         return $instance;
  7566.     }
  7567.     /**
  7568.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  7569.      *
  7570.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  7571.      */
  7572.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  7573.     {
  7574.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  7575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  7576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  7577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  7579.         return $this->privates['security.authentication.provider.dao.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService()), ($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);
  7580.     }
  7581.     /**
  7582.      * Gets the private 'security.authentication.provider.fos_oauth_server.api' shared service.
  7583.      *
  7584.      * @return \FOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider
  7585.      */
  7586.     protected function getSecurity_Authentication_Provider_FosOauthServer_ApiService()
  7587.     {
  7588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  7589.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/Authentication/Provider/OAuthProvider.php';
  7590.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7591.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  7592.         return $this->privates['security.authentication.provider.fos_oauth_server.api'] = new \FOS\OAuthServerBundle\Security\Authentication\Provider\OAuthProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())));
  7593.     }
  7594.     /**
  7595.      * Gets the private 'security.channel_listener' shared service.
  7596.      *
  7597.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  7598.      */
  7599.     protected function getSecurity_ChannelListenerService()
  7600.     {
  7601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  7603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  7604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  7605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  7607.         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()));
  7608.     }
  7609.     /**
  7610.      * Gets the private 'security.command.user_password_encoder' shared service.
  7611.      *
  7612.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  7613.      */
  7614.     protected function getSecurity_Command_UserPasswordEncoderService()
  7615.     {
  7616.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7617.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  7618.         $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'=> 'Symfony\\Component\\Security\\Core\\User\\User']);
  7619.         $instance->setName('security:encode-password');
  7620.         return $instance;
  7621.     }
  7622.     /**
  7623.      * Gets the private 'security.context_listener.0' shared service.
  7624.      *
  7625.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  7626.      */
  7627.     protected function getSecurity_ContextListener_0Service()
  7628.     {
  7629.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  7630.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  7631.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  7632.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  7633.         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 () {
  7634.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  7635.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? $this->getSecurity_User_Provider_Concrete_InMemoryService());
  7636.         }, 2), 'admin', ($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']);
  7637.     }
  7638.     /**
  7639.      * Gets the private 'security.encoder_factory.generic' shared service.
  7640.      *
  7641.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  7642.      */
  7643.     protected function getSecurity_EncoderFactory_GenericService()
  7644.     {
  7645.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  7647.         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], 'Symfony\\Component\\Security\\Core\\User\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\PlaintextPasswordEncoder''arguments' => [=> false]]]);
  7648.     }
  7649.     /**
  7650.      * Gets the private 'security.firewall.map' shared service.
  7651.      *
  7652.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  7653.      */
  7654.     protected function getSecurity_Firewall_MapService()
  7655.     {
  7656.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7657.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  7658.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'false],
  7659.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'false],
  7660.         ], [
  7661.             'security.firewall.map.context.admin' => '?',
  7662.             'security.firewall.map.context.api' => '?',
  7663.             'security.firewall.map.context.oauth_token' => '?',
  7664.         ]), new RewindableGenerator(function () {
  7665.             yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.0Awr3sc'] ?? ($this->privates['.security.request_matcher.0Awr3sc'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/token')));
  7666.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  7667.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  7668.         }, 3));
  7669.     }
  7670.     /**
  7671.      * Gets the private 'security.firewall.map.context.admin' shared service.
  7672.      *
  7673.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7674.      */
  7675.     protected function getSecurity_Firewall_Map_Context_AdminService()
  7676.     {
  7677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7681.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7682.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/BasicAuthenticationEntryPoint.php';
  7683.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7684.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7685.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  7686.             yield => ($this->privates['security.authentication.listener.basic.admin'] ?? $this->getSecurity_Authentication_Listener_Basic_AdminService());
  7687.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7688.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'admin', ($this->privates['security.authentication.basic_entry_point.admin'] ?? ($this->privates['security.authentication.basic_entry_point.admin'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Demo Area'))), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.B3ldH_a'truefalseNULL'admin''security.authentication.basic_entry_point.admin'NULLNULL, [=> 'http_basic'], NULL));
  7689.     }
  7690.     /**
  7691.      * Gets the private 'security.firewall.map.context.api' shared service.
  7692.      *
  7693.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7694.      */
  7695.     protected function getSecurity_Firewall_Map_Context_ApiService()
  7696.     {
  7697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  7700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  7701.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Security/EntryPoint/OAuthEntryPoint.php';
  7702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7703.         return $this->privates['security.firewall.map.context.api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7704.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  7705.             yield => ($this->privates['security.authentication.listener.fos_oauth_server.api'] ?? $this->getSecurity_Authentication_Listener_FosOauthServer_ApiService());
  7706.             yield => ($this->privates['security.authentication.listener.anonymous.api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ApiService());
  7707.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  7708.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'api', new \FOS\OAuthServerBundle\Security\EntryPoint\OAuthEntryPoint(($this->privates['fos_oauth_server.server'] ?? $this->getFosOauthServer_ServerService())), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('api''security.user_checker''.security.request_matcher.p4VlLPC'truetrue'fos_user.user_provider.username_email'NULL'fos_oauth_server.security.entry_point'NULLNULL, [=> 'fos_oauth'=> 'anonymous'], NULL));
  7709.     }
  7710.     /**
  7711.      * Gets the private 'security.firewall.map.context.oauth_token' shared service.
  7712.      *
  7713.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  7714.      */
  7715.     protected function getSecurity_Firewall_Map_Context_OauthTokenService()
  7716.     {
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  7718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  7719.         return $this->privates['security.firewall.map.context.oauth_token'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  7720.             return new \EmptyIterator();
  7721.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('oauth_token''security.user_checker''.security.request_matcher.0Awr3sc'falsefalse'''''''''', [], NULL));
  7722.     }
  7723.     /**
  7724.      * Gets the private 'security.http_utils' shared service.
  7725.      *
  7726.      * @return \Symfony\Component\Security\Http\HttpUtils
  7727.      */
  7728.     protected function getSecurity_HttpUtilsService()
  7729.     {
  7730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  7731.         $a = ($this->services['router'] ?? $this->getRouterService());
  7732.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  7733.     }
  7734.     /**
  7735.      * Gets the private 'security.logout_url_generator' shared service.
  7736.      *
  7737.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  7738.      */
  7739.     protected function getSecurity_LogoutUrlGeneratorService()
  7740.     {
  7741.         return $this->privates['security.logout_url_generator'] = 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()));
  7742.     }
  7743.     /**
  7744.      * Gets the private 'security.role_hierarchy' shared service.
  7745.      *
  7746.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  7747.      */
  7748.     protected function getSecurity_RoleHierarchyService()
  7749.     {
  7750.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  7751.     }
  7752.     /**
  7753.      * Gets the private 'security.user.provider.concrete.in_memory' shared service.
  7754.      *
  7755.      * @return \Symfony\Component\Security\Core\User\InMemoryUserProvider
  7756.      */
  7757.     protected function getSecurity_User_Provider_Concrete_InMemoryService()
  7758.     {
  7759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserProvider.php';
  7761.         return $this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider(['admin' => ['password' => '4dBj5Sm6''roles' => [=> 'ROLE_ADMIN']]]);
  7762.     }
  7763.     /**
  7764.      * Gets the private 'security.validator.user_password' shared service.
  7765.      *
  7766.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  7767.      */
  7768.     protected function getSecurity_Validator_UserPasswordService()
  7769.     {
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7771.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  7773.         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()));
  7774.     }
  7775.     /**
  7776.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  7777.      *
  7778.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  7779.      */
  7780.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  7781.     {
  7782.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  7783.     }
  7784.     /**
  7785.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  7786.      *
  7787.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  7788.      */
  7789.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  7790.     {
  7791.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  7792.         $a->add(new \FOS\RestBundle\Request\RequestBodyParamConverter(($this->privates['fos_rest.serializer.jms'] ?? $this->getFosRest_Serializer_JmsService()), [], ''NULL'validationErrors'), -50'fos_rest.request_body');
  7793.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  7794.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  7795.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  7796.     }
  7797.     /**
  7798.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  7799.      *
  7800.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  7801.      */
  7802.     protected function getSensioFrameworkExtra_Security_ListenerService()
  7803.     {
  7804.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7805.     }
  7806.     /**
  7807.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  7808.      *
  7809.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  7810.      */
  7811.     protected function getSensioFrameworkExtra_View_ListenerService()
  7812.     {
  7813.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  7814.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7815.             'twig' => ['services''twig''getTwigService'false],
  7816.         ], [
  7817.             'twig' => 'Twig\\Environment',
  7818.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  7819.         return $instance;
  7820.     }
  7821.     /**
  7822.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  7823.      *
  7824.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  7825.      */
  7826.     protected function getSerializer_Mapping_CacheWarmerService()
  7827.     {
  7828.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7833.         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'));
  7834.     }
  7835.     /**
  7836.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  7837.      *
  7838.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  7839.      */
  7840.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  7841.     {
  7842.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  7843.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  7844.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  7845.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  7846.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  7847.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  7848.         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()))]));
  7849.     }
  7850.     /**
  7851.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  7852.      *
  7853.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  7854.      */
  7855.     protected function getSerializer_NameConverter_MetadataAwareService()
  7856.     {
  7857.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  7858.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  7859.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  7860.         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()));
  7861.     }
  7862.     /**
  7863.      * Gets the private 'session_listener' shared service.
  7864.      *
  7865.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  7866.      */
  7867.     protected function getSessionListenerService()
  7868.     {
  7869.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7870.             'initialized_session' => ['services''session'NULLfalse],
  7871.             'session' => ['services''session''getSessionService'false],
  7872.         ], [
  7873.             'initialized_session' => '?',
  7874.             'session' => '?',
  7875.         ]));
  7876.     }
  7877.     /**
  7878.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  7879.      *
  7880.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  7881.      */
  7882.     protected function getSonata_Admin_Builder_OrmDatagridService()
  7883.     {
  7884.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  7885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  7886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  7887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  7888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  7889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  7890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/FilterTypeGuesser.php';
  7891.         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()]), false);
  7892.     }
  7893.     /**
  7894.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  7895.      *
  7896.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  7897.      */
  7898.     protected function getSonata_Admin_Builder_OrmFormService()
  7899.     {
  7900.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  7901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  7902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  7903.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  7904.     }
  7905.     /**
  7906.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  7907.      *
  7908.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  7909.      */
  7910.     protected function getSonata_Admin_Builder_OrmListService()
  7911.     {
  7912.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  7913.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  7914.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  7915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  7916.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  7917.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  7918.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  7919.         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''float' => '@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''many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig''many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig''one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig''one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig']);
  7920.     }
  7921.     /**
  7922.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  7923.      *
  7924.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  7925.      */
  7926.     protected function getSonata_Admin_Builder_OrmShowService()
  7927.     {
  7928.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  7929.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  7930.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  7931.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  7932.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  7933.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  7934.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  7935.         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''float' => '@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''many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig''many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig''one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig''one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig']);
  7936.     }
  7937.     /**
  7938.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  7939.      *
  7940.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  7941.      */
  7942.     protected function getSonata_Admin_Menu_GroupProviderService()
  7943.     {
  7944.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  7945.         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()));
  7946.     }
  7947.     /**
  7948.      * Gets the private 'sonata.block.form.type.block' shared service.
  7949.      *
  7950.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  7951.      */
  7952.     protected function getSonata_Block_Form_Type_BlockService()
  7953.     {
  7954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7955.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  7957.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  7958.     }
  7959.     /**
  7960.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  7961.      *
  7962.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  7963.      */
  7964.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  7965.     {
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7967.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  7969.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['@SonataBlock/Block/block_container.html.twig' => 'SonataBlockBundle default template']);
  7970.     }
  7971.     /**
  7972.      * Gets the private 'sonata.block.templating.helper' shared service.
  7973.      *
  7974.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  7975.      */
  7976.     protected function getSonata_Block_Templating_HelperService()
  7977.     {
  7978.         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))));
  7979.     }
  7980.     /**
  7981.      * Gets the private 'sonata.core.model.adapter.doctrine_orm' shared service.
  7982.      *
  7983.      * @return \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter
  7984.      *
  7985.      * @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.
  7986.      */
  7987.     protected function getSonata_Core_Model_Adapter_DoctrineOrmService()
  7988.     {
  7989.         @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);
  7990.         return new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7991.     }
  7992.     /**
  7993.      * Gets the private 'sonata.core.twig.extension.text' shared service.
  7994.      *
  7995.      * @return \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension
  7996.      *
  7997.      * @deprecated The "sonata.core.twig.extension.text" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0.
  7998.      */
  7999.     protected function getSonata_Core_Twig_Extension_TextService()
  8000.     {
  8001.         @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);
  8002.         return new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension();
  8003.     }
  8004.     /**
  8005.      * Gets the private 'sonata.core.twig.status_extension' shared service.
  8006.      *
  8007.      * @return \Sonata\CoreBundle\Twig\Extension\StatusExtension
  8008.      *
  8009.      * @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.
  8010.      */
  8011.     protected function getSonata_Core_Twig_StatusExtensionService()
  8012.     {
  8013.         @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);
  8014.         return new \Sonata\CoreBundle\Twig\Extension\StatusExtension();
  8015.     }
  8016.     /**
  8017.      * Gets the private 'sonata.core.validator.inline' shared service.
  8018.      *
  8019.      * @return \Sonata\Form\Validator\InlineValidator
  8020.      *
  8021.      * @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.
  8022.      */
  8023.     protected function getSonata_Core_Validator_InlineService()
  8024.     {
  8025.         @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);
  8026.         return $this->privates['sonata.core.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  8027.     }
  8028.     /**
  8029.      * Gets the private 'sonata.doctrine.mapper' shared service.
  8030.      *
  8031.      * @return \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper
  8032.      */
  8033.     protected function getSonata_Doctrine_MapperService()
  8034.     {
  8035.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  8036.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Mapper/ORM/DoctrineORMMapper.php';
  8037.         return $this->privates['sonata.doctrine.mapper'] = new \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper();
  8038.     }
  8039.     /**
  8040.      * Gets the private 'sonata.form.validator.inline' shared service.
  8041.      *
  8042.      * @return \Sonata\Form\Validator\InlineValidator
  8043.      */
  8044.     protected function getSonata_Form_Validator_InlineService()
  8045.     {
  8046.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8047.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8048.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Validator/InlineValidator.php';
  8049.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  8050.     }
  8051.     /**
  8052.      * Gets the private 'sonata.templating' shared service.
  8053.      *
  8054.      * @return \Sonata\BlockBundle\Templating\TwigEngine
  8055.      *
  8056.      * @deprecated The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  8057.      */
  8058.     protected function getSonata_TemplatingService()
  8059.     {
  8060.         @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);
  8061.         return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->getSonata_Templating_NameParserService(), $this->getSonata_Templating_LocatorService());
  8062.     }
  8063.     /**
  8064.      * Gets the private 'sonata.templating.locator' shared service.
  8065.      *
  8066.      * @return \Sonata\BlockBundle\Templating\TemplateLocator
  8067.      *
  8068.      * @deprecated The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  8069.      */
  8070.     protected function getSonata_Templating_LocatorService()
  8071.     {
  8072.         @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);
  8073.         return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  8074.     }
  8075.     /**
  8076.      * Gets the private 'sonata.templating.name_parser' shared service.
  8077.      *
  8078.      * @return \Sonata\BlockBundle\Templating\TemplateNameParser
  8079.      *
  8080.      * @deprecated The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  8081.      */
  8082.     protected function getSonata_Templating_NameParserService()
  8083.     {
  8084.         @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);
  8085.         return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  8086.     }
  8087.     /**
  8088.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  8089.      *
  8090.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  8091.      *
  8092.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8093.      */
  8094.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  8095.     {
  8096.         @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);
  8097.         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()));
  8098.     }
  8099.     /**
  8100.      * Gets the private 'templating.finder' shared service.
  8101.      *
  8102.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  8103.      *
  8104.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8105.      */
  8106.     protected function getTemplating_FinderService()
  8107.     {
  8108.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  8109.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  8110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  8111.         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'));
  8112.     }
  8113.     /**
  8114.      * Gets the private 'templating.locator' shared service.
  8115.      *
  8116.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  8117.      *
  8118.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8119.      */
  8120.     protected function getTemplating_LocatorService()
  8121.     {
  8122.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  8123.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  8124.     }
  8125.     /**
  8126.      * Gets the private 'templating.name_parser' shared service.
  8127.      *
  8128.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  8129.      *
  8130.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  8131.      */
  8132.     protected function getTemplating_NameParserService()
  8133.     {
  8134.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  8135.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  8136.     }
  8137.     /**
  8138.      * Gets the private 'translation.extractor' shared service.
  8139.      *
  8140.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  8141.      */
  8142.     protected function getTranslation_ExtractorService()
  8143.     {
  8144.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  8145.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  8146.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  8147.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  8148.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  8149.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  8150.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  8151.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  8152.         return $instance;
  8153.     }
  8154.     /**
  8155.      * Gets the private 'translation.loader.csv' shared service.
  8156.      *
  8157.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  8158.      */
  8159.     protected function getTranslation_Loader_CsvService()
  8160.     {
  8161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8162.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8163.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8164.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8165.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  8166.     }
  8167.     /**
  8168.      * Gets the private 'translation.loader.dat' shared service.
  8169.      *
  8170.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  8171.      */
  8172.     protected function getTranslation_Loader_DatService()
  8173.     {
  8174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8175.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8177.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  8178.     }
  8179.     /**
  8180.      * Gets the private 'translation.loader.ini' shared service.
  8181.      *
  8182.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  8183.      */
  8184.     protected function getTranslation_Loader_IniService()
  8185.     {
  8186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8187.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8188.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8189.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8190.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  8191.     }
  8192.     /**
  8193.      * Gets the private 'translation.loader.json' shared service.
  8194.      *
  8195.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  8196.      */
  8197.     protected function getTranslation_Loader_JsonService()
  8198.     {
  8199.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8200.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8201.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8202.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8203.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  8204.     }
  8205.     /**
  8206.      * Gets the private 'translation.loader.mo' shared service.
  8207.      *
  8208.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  8209.      */
  8210.     protected function getTranslation_Loader_MoService()
  8211.     {
  8212.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8213.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8214.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8215.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8216.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  8217.     }
  8218.     /**
  8219.      * Gets the private 'translation.loader.php' shared service.
  8220.      *
  8221.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  8222.      */
  8223.     protected function getTranslation_Loader_PhpService()
  8224.     {
  8225.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8226.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8227.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8228.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8229.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  8230.     }
  8231.     /**
  8232.      * Gets the private 'translation.loader.po' shared service.
  8233.      *
  8234.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  8235.      */
  8236.     protected function getTranslation_Loader_PoService()
  8237.     {
  8238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8239.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8240.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8241.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8242.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  8243.     }
  8244.     /**
  8245.      * Gets the private 'translation.loader.qt' shared service.
  8246.      *
  8247.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  8248.      */
  8249.     protected function getTranslation_Loader_QtService()
  8250.     {
  8251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8252.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8253.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  8254.     }
  8255.     /**
  8256.      * Gets the private 'translation.loader.res' shared service.
  8257.      *
  8258.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  8259.      */
  8260.     protected function getTranslation_Loader_ResService()
  8261.     {
  8262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8264.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  8265.     }
  8266.     /**
  8267.      * Gets the private 'translation.loader.xliff' shared service.
  8268.      *
  8269.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  8270.      */
  8271.     protected function getTranslation_Loader_XliffService()
  8272.     {
  8273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8275.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  8276.     }
  8277.     /**
  8278.      * Gets the private 'translation.loader.yml' shared service.
  8279.      *
  8280.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  8281.      */
  8282.     protected function getTranslation_Loader_YmlService()
  8283.     {
  8284.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8285.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8287.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8288.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  8289.     }
  8290.     /**
  8291.      * Gets the private 'translation.reader' shared service.
  8292.      *
  8293.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  8294.      */
  8295.     protected function getTranslation_ReaderService()
  8296.     {
  8297.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  8298.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  8299.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  8300.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  8301.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  8302.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  8303.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  8304.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  8305.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  8306.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  8307.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  8308.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  8309.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  8313.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  8314.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  8315.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  8316.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  8317.         $instance->addLoader('yaml'$a);
  8318.         $instance->addLoader('yml'$a);
  8319.         $instance->addLoader('xlf'$b);
  8320.         $instance->addLoader('xliff'$b);
  8321.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  8322.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  8323.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  8324.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  8325.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  8326.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  8327.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  8328.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  8329.         return $instance;
  8330.     }
  8331.     /**
  8332.      * Gets the private 'translation.warmer' shared service.
  8333.      *
  8334.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  8335.      */
  8336.     protected function getTranslation_WarmerService()
  8337.     {
  8338.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8339.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  8340.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8341.             'translator' => ['services''translator''getTranslatorService'false],
  8342.         ], [
  8343.             'translator' => '?',
  8344.         ]))->withContext('translation.warmer'$this));
  8345.     }
  8346.     /**
  8347.      * Gets the private 'translator.default' shared service.
  8348.      *
  8349.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  8350.      */
  8351.     protected function getTranslator_DefaultService()
  8352.     {
  8353.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8354.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  8355.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  8356.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  8357.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  8358.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  8359.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  8360.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  8361.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  8362.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  8363.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  8364.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  8365.         ], [
  8366.             'translation.loader.csv' => '?',
  8367.             'translation.loader.dat' => '?',
  8368.             'translation.loader.ini' => '?',
  8369.             'translation.loader.json' => '?',
  8370.             'translation.loader.mo' => '?',
  8371.             'translation.loader.php' => '?',
  8372.             'translation.loader.po' => '?',
  8373.             'translation.loader.qt' => '?',
  8374.             'translation.loader.res' => '?',
  8375.             'translation.loader.xliff' => '?',
  8376.             'translation.loader.yml' => '?',
  8377.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\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')], '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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml'), => (\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')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml'), => (\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'), 10 => (\dirname(__DIR__4).'/translations/messages.en.yml')], '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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\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')], '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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml'), => (\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'), 10 => (\dirname(__DIR__4).'/translations/messages.fr.yml'), 11 => (\dirname(__DIR__4).'/translations/validators.fr.yml')], '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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/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/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')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/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/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/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')], '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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\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')], '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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], '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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/symfony/security-core/Resources/translations/security.pt.xlf'), => (\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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/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/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')], '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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/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/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')], '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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml'), => (\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')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff')], '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/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/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => (\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')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], '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')], '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')]], '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/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/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/bugsnag/bugsnag-symfony/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/twig-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 16 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 18 => (\dirname(__DIR__4).'/src/Resources/NelmioCorsBundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 20 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/FOSOAuthServerBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/SonataExporterBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/SonataCoreBundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/src/Resources/KnpMenuBundle/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/TwigExtraBundle/translations'), 38 => (\dirname(__DIR__4).'/src/Resources/SonataAdminBundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/MailjetBundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 50 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 51 => (\dirname(__DIR__4).'/src/Resources/BugsnagBundle/translations'), 52 => (\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/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/friendsofsymfony/oauth-server-bundle/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/bugsnag/bugsnag-symfony/Resources/translations'=> 'translations'10 => 'vendor/symfony/framework-bundle/translations'11 => 'src/Resources/FrameworkBundle/translations'12 => 'vendor/symfony/twig-bundle/translations'13 => 'src/Resources/TwigBundle/translations'14 => 'vendor/symfony/security-bundle/translations'15 => 'src/Resources/SecurityBundle/translations'16 => 'src/Resources/FOSUserBundle/translations'17 => 'vendor/nelmio/cors-bundle/translations'18 => 'src/Resources/NelmioCorsBundle/translations'19 => 'vendor/nelmio/api-doc-bundle/translations'20 => 'src/Resources/NelmioApiDocBundle/translations'21 => 'src/Resources/FOSOAuthServerBundle/translations'22 => 'vendor/friendsofsymfony/rest-bundle/translations'23 => 'src/Resources/FOSRestBundle/translations'24 => 'vendor/sensio/framework-extra-bundle/src/translations'25 => 'src/Resources/SensioFrameworkExtraBundle/translations'26 => 'vendor/jms/serializer-bundle/translations'27 => 'src/Resources/JMSSerializerBundle/translations'28 => 'vendor/sonata-project/exporter/src/Bridge/Symfony/translations'29 => 'src/Resources/SonataExporterBundle/translations'30 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'31 => 'src/Resources/SonataDoctrineBundle/translations'32 => 'src/Resources/SonataCoreBundle/translations'33 => 'vendor/knplabs/knp-menu-bundle/src/translations'34 => 'src/Resources/KnpMenuBundle/translations'35 => 'src/Resources/SonataBlockBundle/translations'36 => 'vendor/twig/extra-bundle/translations'37 => 'src/Resources/TwigExtraBundle/translations'38 => 'src/Resources/SonataAdminBundle/translations'39 => 'vendor/doctrine/doctrine-bundle/translations'40 => 'src/Resources/DoctrineBundle/translations'41 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'42 => 'src/Resources/SonataDoctrineORMAdminBundle/translations'43 => 'vendor/symfony/web-profiler-bundle/translations'44 => 'src/Resources/WebProfilerBundle/translations'45 => 'vendor/symfony/debug-bundle/translations'46 => 'src/Resources/DebugBundle/translations'47 => 'vendor/mailjet/mailjet-bundle/src/translations'48 => 'src/Resources/MailjetBundle/translations'49 => 'vendor/symfony/monolog-bundle/translations'50 => 'src/Resources/MonologBundle/translations'51 => 'src/Resources/BugsnagBundle/translations'52 => 'src/Resources/translations']]]);
  8378.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  8379.         $instance->setFallbackLocales([=> $this->getEnv('LOCALE'), => 'en'=> 'en']);
  8380.         return $instance;
  8381.     }
  8382.     /**
  8383.      * Gets the private 'twig.cache_warmer' shared service.
  8384.      *
  8385.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  8386.      *
  8387.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  8388.      */
  8389.     protected function getTwig_CacheWarmerService()
  8390.     {
  8391.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  8392.         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/Form') => NULL]);
  8393.     }
  8394.     /**
  8395.      * Gets the private 'twig.command.debug' shared service.
  8396.      *
  8397.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  8398.      */
  8399.     protected function getTwig_Command_DebugService()
  8400.     {
  8401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8402.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  8403.         $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'));
  8404.         $instance->setName('debug:twig');
  8405.         return $instance;
  8406.     }
  8407.     /**
  8408.      * Gets the private 'twig.command.lint' shared service.
  8409.      *
  8410.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  8411.      */
  8412.     protected function getTwig_Command_LintService()
  8413.     {
  8414.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8415.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  8416.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  8417.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  8418.         $instance->setName('lint:twig');
  8419.         return $instance;
  8420.     }
  8421.     /**
  8422.      * Gets the private 'twig.form.renderer' shared service.
  8423.      *
  8424.      * @return \Symfony\Component\Form\FormRenderer
  8425.      */
  8426.     protected function getTwig_Form_RendererService()
  8427.     {
  8428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  8429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  8430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  8431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  8432.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  8433.         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()));
  8434.     }
  8435.     /**
  8436.      * Gets the private 'twig.runtime.httpkernel' shared service.
  8437.      *
  8438.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  8439.      */
  8440.     protected function getTwig_Runtime_HttpkernelService()
  8441.     {
  8442.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  8443.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  8444.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  8445.         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, [
  8446.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  8447.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  8448.         ], [
  8449.             'hinclude' => '?',
  8450.             'inline' => '?',
  8451.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  8452.     }
  8453.     /**
  8454.      * Gets the private 'twig.runtime.security_csrf' shared service.
  8455.      *
  8456.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  8457.      */
  8458.     protected function getTwig_Runtime_SecurityCsrfService()
  8459.     {
  8460.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  8461.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8462.     }
  8463.     /**
  8464.      * Gets the private 'twig.template_cache_warmer' shared service.
  8465.      *
  8466.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  8467.      */
  8468.     protected function getTwig_TemplateCacheWarmerService()
  8469.     {
  8470.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8471.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  8472.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  8473.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  8474.         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/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  8475.     }
  8476.     /**
  8477.      * Gets the private 'validator.builder' shared service.
  8478.      *
  8479.      * @return \Symfony\Component\Validator\ValidatorBuilder
  8480.      */
  8481.     protected function getValidator_BuilderService()
  8482.     {
  8483.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  8484.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  8485.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  8486.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  8487.         $instance->setTranslationDomain('validators');
  8488.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  8489.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8490.         $instance->addMethodMapping('loadValidatorMetadata');
  8491.         $instance->addObjectInitializers([=> new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())), => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  8492.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  8493.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  8494.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  8495.         return $instance;
  8496.     }
  8497.     /**
  8498.      * Gets the private 'validator.email' shared service.
  8499.      *
  8500.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  8501.      */
  8502.     protected function getValidator_EmailService()
  8503.     {
  8504.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8505.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8506.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  8507.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  8508.     }
  8509.     /**
  8510.      * Gets the private 'validator.expression' shared service.
  8511.      *
  8512.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  8513.      */
  8514.     protected function getValidator_ExpressionService()
  8515.     {
  8516.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8517.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8518.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  8519.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  8520.     }
  8521.     /**
  8522.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  8523.      *
  8524.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  8525.      */
  8526.     protected function getValidator_Mapping_CacheWarmerService()
  8527.     {
  8528.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8529.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  8531.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  8532.     }
  8533.     /**
  8534.      * Gets the private 'validator.not_compromised_password' shared service.
  8535.      *
  8536.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  8537.      */
  8538.     protected function getValidator_NotCompromisedPasswordService()
  8539.     {
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  8543.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(NULL'UTF-8'trueNULL);
  8544.     }
  8545.     /**
  8546.      * Gets the private 'validator.validator_factory' shared service.
  8547.      *
  8548.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  8549.      */
  8550.     protected function getValidator_ValidatorFactoryService()
  8551.     {
  8552.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8553.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  8554.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  8555.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8556.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8557.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  8558.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8559.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  8560.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  8561.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  8562.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  8563.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService'false],
  8564.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  8565.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  8566.         ], [
  8567.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  8568.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  8569.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  8570.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  8571.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  8572.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  8573.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  8574.             'doctrine.orm.validator.unique' => '?',
  8575.             'security.validator.user_password' => '?',
  8576.             'sonata.admin.validator.inline' => '?',
  8577.             'sonata.core.validator.inline' => '?',
  8578.             'sonata.form.validator.inline' => '?',
  8579.             'validator.expression' => '?',
  8580.         ]));
  8581.     }
  8582.     /**
  8583.      * Gets the private 'var_dumper.command.server_dump' shared service.
  8584.      *
  8585.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  8586.      */
  8587.     protected function getVarDumper_Command_ServerDumpService()
  8588.     {
  8589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8590.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  8591.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  8592.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  8593.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  8594.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  8595.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  8596.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8597.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  8598.         $a->pushHandler(($this->privates['monolog.handler.main_critical'] ?? $this->getMonolog_Handler_MainCriticalService()));
  8599.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8600.         $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()))]);
  8601.         $instance->setName('server:dump');
  8602.         return $instance;
  8603.     }
  8604.     /**
  8605.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  8606.      *
  8607.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  8608.      */
  8609.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  8610.     {
  8611.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  8612.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8613.         return $instance;
  8614.     }
  8615.     /**
  8616.      * Gets the private 'var_dumper.html_dumper' shared service.
  8617.      *
  8618.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  8619.      */
  8620.     protected function getVarDumper_HtmlDumperService()
  8621.     {
  8622.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  8623.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  8624.         return $instance;
  8625.     }
  8626.     /**
  8627.      * Gets the private 'var_dumper.server_connection' shared service.
  8628.      *
  8629.      * @return \Symfony\Component\VarDumper\Server\Connection
  8630.      */
  8631.     protected function getVarDumper_ServerConnectionService()
  8632.     {
  8633.         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()]);
  8634.     }
  8635.     /**
  8636.      * Gets the private 'web_profiler.csp.handler' shared service.
  8637.      *
  8638.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  8639.      */
  8640.     protected function getWebProfiler_Csp_HandlerService()
  8641.     {
  8642.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  8643.     }
  8644.     /**
  8645.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  8646.      *
  8647.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  8648.      */
  8649.     protected function getWebProfiler_DebugToolbarService()
  8650.     {
  8651.         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()));
  8652.     }
  8653.     /**
  8654.      * Gets the public 'sonata.core.flashmessage.manager' alias.
  8655.      *
  8656.      * @return object The "sonata.twig.flashmessage.manager" service.
  8657.      */
  8658.     protected function getSonata_Core_Flashmessage_ManagerService()
  8659.     {
  8660.         @trigger_error('The "sonata.core.flashmessage.manager" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.flashmessage.manager" instead.'E_USER_DEPRECATED);
  8661.         return $this->get('sonata.twig.flashmessage.manager');
  8662.     }
  8663.     /**
  8664.      * Gets the public 'sonata.core.flashmessage.twig.extension' alias.
  8665.      *
  8666.      * @return object The "sonata.twig.flashmessage.twig.extension" service.
  8667.      */
  8668.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  8669.     {
  8670.         @trigger_error('The "sonata.core.flashmessage.twig.extension" service is deprecated since sonata-project/core-bundle 3.19 and will be removed in 4.0. Use "sonata.twig.flashmessage.twig.extension" instead.'E_USER_DEPRECATED);
  8671.         return $this->get('sonata.twig.flashmessage.twig.extension');
  8672.     }
  8673.     /**
  8674.      * @return array|bool|float|int|string|null
  8675.      */
  8676.     public function getParameter($name)
  8677.     {
  8678.         $name = (string) $name;
  8679.         if (isset($this->buildParameters[$name])) {
  8680.             return $this->buildParameters[$name];
  8681.         }
  8682.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  8683.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  8684.         }
  8685.         if (isset($this->loadedDynamicParameters[$name])) {
  8686.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8687.         }
  8688.         return $this->parameters[$name];
  8689.     }
  8690.     public function hasParameter($name): bool
  8691.     {
  8692.         $name = (string) $name;
  8693.         if (isset($this->buildParameters[$name])) {
  8694.             return true;
  8695.         }
  8696.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  8697.     }
  8698.     public function setParameter($name$value): void
  8699.     {
  8700.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  8701.     }
  8702.     public function getParameterBag(): ParameterBagInterface
  8703.     {
  8704.         if (null === $this->parameterBag) {
  8705.             $parameters $this->parameters;
  8706.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  8707.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  8708.             }
  8709.             foreach ($this->buildParameters as $name => $value) {
  8710.                 $parameters[$name] = $value;
  8711.             }
  8712.             $this->parameterBag = new FrozenParameterBag($parameters);
  8713.         }
  8714.         return $this->parameterBag;
  8715.     }
  8716.     private $loadedDynamicParameters = [
  8717.         'kernel.cache_dir' => false,
  8718.         'watch_cost' => false,
  8719.         'app.mailer_user' => false,
  8720.         'database_host' => false,
  8721.         'database_port' => false,
  8722.         'database_name' => false,
  8723.         'database_user' => false,
  8724.         'database_password' => false,
  8725.         'locale' => false,
  8726.         'app_bundle.admin_mail' => false,
  8727.         'app_bundle.host' => false,
  8728.         'common_bundle.url' => false,
  8729.         'web_url' => false,
  8730.         'client_url' => false,
  8731.         'gmap.key' => false,
  8732.         'stripe.key' => false,
  8733.         'stripe.endpoint_secret' => false,
  8734.         'mailer_user' => false,
  8735.         'mailer_password' => false,
  8736.         'mailjet_app_config' => false,
  8737.         'kernel.secret' => false,
  8738.         'validator.mapping.cache.file' => false,
  8739.         'profiler.storage.dsn' => false,
  8740.         'debug.container.dump' => false,
  8741.         'serializer.mapping.cache.file' => false,
  8742.         'fos_user.registration.confirmation.from_email' => false,
  8743.         'fos_user.resetting.email.from_email' => false,
  8744.         'nelmio_cors.map' => false,
  8745.         'doctrine.orm.proxy_dir' => false,
  8746.         'mailjet.api_key' => false,
  8747.         'mailjet.secret_key' => false,
  8748.     ];
  8749.     private $dynamicParameters = [];
  8750.     private function getDynamicParameter(string $name)
  8751.     {
  8752.         switch ($name) {
  8753.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  8754.             case 'watch_cost'$value $this->getEnv('int:WATCH_COST'); break;
  8755.             case 'app.mailer_user'$value $this->getEnv('string:MAILER_USER'); break;
  8756.             case 'database_host'$value $this->getEnv('string:DB_HOST'); break;
  8757.             case 'database_port'$value $this->getEnv('string:DB_PORT'); break;
  8758.             case 'database_name'$value $this->getEnv('string:DB_NAME'); break;
  8759.             case 'database_user'$value $this->getEnv('string:DB_USER'); break;
  8760.             case 'database_password'$value $this->getEnv('string:DB_PASSWORD'); break;
  8761.             case 'locale'$value $this->getEnv('string:LOCALE'); break;
  8762.             case 'app_bundle.admin_mail'$value $this->getEnv('string:APP_ADMIN_MAIL'); break;
  8763.             case 'app_bundle.host'$value $this->getEnv('string:APP_URL'); break;
  8764.             case 'common_bundle.url'$value $this->getEnv('resolve:COMMON_BUNDLE_URL'); break;
  8765.             case 'web_url'$value $this->getEnv('string:WEB_URL'); break;
  8766.             case 'client_url'$value $this->getEnv('string:CLIENT_URL'); break;
  8767.             case 'gmap.key'$value $this->getEnv('string:GMAP_KEY'); break;
  8768.             case 'stripe.key'$value $this->getEnv('string:STRIPE_KEY'); break;
  8769.             case 'stripe.endpoint_secret'$value $this->getEnv('string:STRIPE_ENDPOINT_SECRET'); break;
  8770.             case 'mailer_user'$value $this->getEnv('string:MAILJET_APIKEY_PUBLIC'); break;
  8771.             case 'mailer_password'$value $this->getEnv('string:MAILJET_APIKEY_PRIVATE'); break;
  8772.             case 'mailjet_app_config'$value = [
  8773.                 'delivery_whitelist' => $this->getEnv('json:DELIVERY_WHITELIST'),
  8774.                 'delivery_addresses' => $this->getEnv('json:DELIVERY_ADDRESSES'),
  8775.                 'sendmail' => $this->getEnv('bool:SENDMAIL'),
  8776.             ]; break;
  8777.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  8778.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  8779.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  8780.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDemoDebugContainer.xml'); break;
  8781.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  8782.             case 'fos_user.registration.confirmation.from_email'$value = [
  8783.                 $this->getEnv('string:MAILER_USER') => $this->getEnv('string:MAILER_USER'),
  8784.             ]; break;
  8785.             case 'fos_user.resetting.email.from_email'$value = [
  8786.                 $this->getEnv('string:MAILER_USER') => $this->getEnv('string:MAILER_USER'),
  8787.             ]; break;
  8788.             case 'nelmio_cors.map'$value = [
  8789.                 '^/' => [
  8790.                     'origin_regex' => true,
  8791.                     'allow_origin' => [
  8792.                         => $this->getEnv('CORS_ALLOW_ORIGIN'),
  8793.                     ],
  8794.                     'allow_headers' => true,
  8795.                     'allow_methods' => [
  8796.                         => 'POST',
  8797.                         => 'PUT',
  8798.                         => 'GET',
  8799.                         => 'DELETE',
  8800.                         => 'OPTIONS',
  8801.                     ],
  8802.                     'max_age' => 3600,
  8803.                 ],
  8804.             ]; break;
  8805.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  8806.             case 'mailjet.api_key'$value $this->getEnv('MAILJET_APIKEY_PUBLIC'); break;
  8807.             case 'mailjet.secret_key'$value $this->getEnv('MAILJET_APIKEY_PRIVATE'); break;
  8808.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8809.         }
  8810.         $this->loadedDynamicParameters[$name] = true;
  8811.         return $this->dynamicParameters[$name] = $value;
  8812.     }
  8813.     protected function getDefaultParameters(): array
  8814.     {
  8815.         return [
  8816.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  8817.             'kernel.project_dir' => \dirname(__DIR__4),
  8818.             'kernel.environment' => 'demo',
  8819.             'kernel.debug' => true,
  8820.             'kernel.name' => 'src',
  8821.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8822.             'kernel.bundles' => [
  8823.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8824.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8825.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8826.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  8827.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  8828.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  8829.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  8830.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  8831.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8832.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  8833.                 'SonataExporterBundle' => 'Sonata\\Exporter\\Bridge\\Symfony\\SonataExporterBundle',
  8834.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  8835.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  8836.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  8837.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  8838.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8839.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  8840.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8841.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  8842.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8843.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8844.                 'MailjetBundle' => 'Mailjet\\MailjetBundle\\MailjetBundle',
  8845.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8846.                 'BugsnagBundle' => 'Bugsnag\\BugsnagBundle\\BugsnagBundle',
  8847.             ],
  8848.             'kernel.bundles_metadata' => [
  8849.                 'FrameworkBundle' => [
  8850.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8851.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8852.                 ],
  8853.                 'TwigBundle' => [
  8854.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8855.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8856.                 ],
  8857.                 'SecurityBundle' => [
  8858.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8859.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8860.                 ],
  8861.                 'FOSUserBundle' => [
  8862.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  8863.                     'namespace' => 'FOS\\UserBundle',
  8864.                 ],
  8865.                 'NelmioCorsBundle' => [
  8866.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  8867.                     'namespace' => 'Nelmio\\CorsBundle',
  8868.                 ],
  8869.                 'NelmioApiDocBundle' => [
  8870.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  8871.                     'namespace' => 'Nelmio\\ApiDocBundle',
  8872.                 ],
  8873.                 'FOSOAuthServerBundle' => [
  8874.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  8875.                     'namespace' => 'FOS\\OAuthServerBundle',
  8876.                 ],
  8877.                 'FOSRestBundle' => [
  8878.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  8879.                     'namespace' => 'FOS\\RestBundle',
  8880.                 ],
  8881.                 'SensioFrameworkExtraBundle' => [
  8882.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8883.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8884.                 ],
  8885.                 'JMSSerializerBundle' => [
  8886.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  8887.                     'namespace' => 'JMS\\SerializerBundle',
  8888.                 ],
  8889.                 'SonataExporterBundle' => [
  8890.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/exporter/src/Bridge/Symfony'),
  8891.                     'namespace' => 'Sonata\\Exporter\\Bridge\\Symfony',
  8892.                 ],
  8893.                 'SonataDoctrineBundle' => [
  8894.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  8895.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  8896.                 ],
  8897.                 'SonataCoreBundle' => [
  8898.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  8899.                     'namespace' => 'Sonata\\CoreBundle',
  8900.                 ],
  8901.                 'KnpMenuBundle' => [
  8902.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  8903.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  8904.                 ],
  8905.                 'SonataBlockBundle' => [
  8906.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  8907.                     'namespace' => 'Sonata\\BlockBundle',
  8908.                 ],
  8909.                 'TwigExtraBundle' => [
  8910.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8911.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8912.                 ],
  8913.                 'SonataAdminBundle' => [
  8914.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  8915.                     'namespace' => 'Sonata\\AdminBundle',
  8916.                 ],
  8917.                 'DoctrineBundle' => [
  8918.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8919.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8920.                 ],
  8921.                 'SonataDoctrineORMAdminBundle' => [
  8922.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  8923.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  8924.                 ],
  8925.                 'WebProfilerBundle' => [
  8926.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8927.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8928.                 ],
  8929.                 'DebugBundle' => [
  8930.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8931.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8932.                 ],
  8933.                 'MailjetBundle' => [
  8934.                     'path' => (\dirname(__DIR__4).'/vendor/mailjet/mailjet-bundle/src'),
  8935.                     'namespace' => 'Mailjet\\MailjetBundle',
  8936.                 ],
  8937.                 'MonologBundle' => [
  8938.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8939.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8940.                 ],
  8941.                 'BugsnagBundle' => [
  8942.                     'path' => (\dirname(__DIR__4).'/vendor/bugsnag/bugsnag-symfony'),
  8943.                     'namespace' => 'Bugsnag\\BugsnagBundle',
  8944.                 ],
  8945.             ],
  8946.             'kernel.charset' => 'UTF-8',
  8947.             'kernel.container_class' => 'srcApp_KernelDemoDebugContainer',
  8948.             'container.dumper.inline_class_loader' => true,
  8949.             'container.dumper.inline_factories' => true,
  8950.             'secret' => 'a8c0bcd9e4f20cf273712db3f53dff2999f2c091',
  8951.             'mailer_transport' => 'smtp',
  8952.             'mailer_host' => 'in-v3.mailjet.com',
  8953.             'mailer_port' => 587,
  8954.             'mailer_encryption' => NULL,
  8955.             'mailer_auth_mode' => NULL,
  8956.             'event_dispatcher.event_aliases' => [
  8957.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8958.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8959.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8960.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8961.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8962.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8963.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8964.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8965.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8966.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8967.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8968.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8969.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8970.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8971.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8972.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8973.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  8974.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  8975.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  8976.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  8977.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  8978.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  8979.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  8980.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8981.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8982.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8983.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8984.             ],
  8985.             'fragment.renderer.hinclude.global_template' => NULL,
  8986.             'fragment.path' => '/_fragment',
  8987.             'kernel.http_method_override' => true,
  8988.             'kernel.trusted_hosts' => [
  8989.             ],
  8990.             'kernel.default_locale' => 'en',
  8991.             'kernel.error_controller' => 'error_controller',
  8992.             'templating.helper.code.file_link_format' => NULL,
  8993.             'debug.file_link_format' => NULL,
  8994.             'session.metadata.storage_key' => '_sf2_meta',
  8995.             'session.storage.options' => [
  8996.                 'cache_limiter' => '0',
  8997.                 'cookie_httponly' => true,
  8998.                 'gc_probability' => 1,
  8999.             ],
  9000.             'session.save_path' => (\dirname(__DIR__4).'/src/../var/sessions/demo'),
  9001.             'session.metadata.update_threshold' => 0,
  9002.             'form.type_extension.csrf.enabled' => false,
  9003.             'asset.request_context.base_path' => '',
  9004.             'asset.request_context.secure' => false,
  9005.             'templating.loader.cache.path' => NULL,
  9006.             'templating.engines' => [
  9007.                 => 'twig',
  9008.             ],
  9009.             'validator.translation_domain' => 'validators',
  9010.             'translator.logging' => false,
  9011.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9012.             'profiler_listener.only_exceptions' => false,
  9013.             'profiler_listener.only_master_requests' => false,
  9014.             'debug.error_handler.throw_at' => -1,
  9015.             'router.request_context.host' => 'localhost',
  9016.             'router.request_context.scheme' => 'http',
  9017.             'router.request_context.base_url' => '',
  9018.             'router.resource' => 'kernel::loadRoutes',
  9019.             'router.cache_class_prefix' => 'srcApp_KernelDemoDebugContainer',
  9020.             'request_listener.http_port' => 80,
  9021.             'request_listener.https_port' => 443,
  9022.             'twig.exception_listener.controller' => NULL,
  9023.             'twig.form.resources' => [
  9024.                 => 'form_div_layout.html.twig',
  9025.             ],
  9026.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9027.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  9028.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  9029.             'security.role_hierarchy.roles' => [
  9030.                 'ROLE_ADMIN' => [
  9031.                     => 'ROLE_USER',
  9032.                 ],
  9033.                 'ROLE_SUPER_ADMIN' => [
  9034.                     => 'ROLE_ADMIN',
  9035.                 ],
  9036.             ],
  9037.             'security.access.denied_url' => NULL,
  9038.             'security.authentication.manager.erase_credentials' => true,
  9039.             'security.authentication.session_strategy.strategy' => 'migrate',
  9040.             'security.access.always_authenticate_before_granting' => false,
  9041.             'security.authentication.hide_user_not_found' => true,
  9042.             'fos_user.backend_type_orm' => true,
  9043.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  9044.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  9045.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  9046.             'fos_user.registration.confirmation.template' => 'App:Registration:register.html.twig',
  9047.             'fos_user.storage' => 'orm',
  9048.             'fos_user.firewall_name' => 'api',
  9049.             'fos_user.model_manager_name' => NULL,
  9050.             'fos_user.model.user.class' => 'App\\Entity\\User',
  9051.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  9052.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  9053.             'fos_user.profile.form.validation_groups' => [
  9054.                 => 'Profile',
  9055.                 => 'Default',
  9056.             ],
  9057.             'fos_user.registration.confirmation.enabled' => true,
  9058.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  9059.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  9060.             'fos_user.registration.form.validation_groups' => [
  9061.                 => 'Registration',
  9062.                 => 'Default',
  9063.             ],
  9064.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  9065.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  9066.             'fos_user.change_password.form.validation_groups' => [
  9067.                 => 'ChangePassword',
  9068.                 => 'Default',
  9069.             ],
  9070.             'fos_user.resetting.retry_ttl' => 7200,
  9071.             'fos_user.resetting.token_ttl' => 86400,
  9072.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  9073.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  9074.             'fos_user.resetting.form.validation_groups' => [
  9075.                 => 'ResetPassword',
  9076.                 => 'Default',
  9077.             ],
  9078.             'nelmio_cors.defaults' => [
  9079.                 'allow_origin' => [
  9080.                 ],
  9081.                 'allow_credentials' => false,
  9082.                 'allow_headers' => [
  9083.                 ],
  9084.                 'expose_headers' => [
  9085.                 ],
  9086.                 'allow_methods' => [
  9087.                 ],
  9088.                 'max_age' => 0,
  9089.                 'hosts' => [
  9090.                 ],
  9091.                 'origin_regex' => false,
  9092.                 'forced_allow_origin_value' => NULL,
  9093.             ],
  9094.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9095.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9096.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9097.             'nelmio_api_doc.areas' => [
  9098.                 => 'default',
  9099.             ],
  9100.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  9101.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  9102.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  9103.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  9104.             'fos_oauth_server.server.options' => [
  9105.                 'access_token_lifetime' => 172800,
  9106.             ],
  9107.             'fos_oauth_server.model_manager_name' => NULL,
  9108.             'fos_oauth_server.model.client.class' => 'App\\Entity\\Client',
  9109.             'fos_oauth_server.model.access_token.class' => 'App\\Entity\\AccessToken',
  9110.             'fos_oauth_server.model.refresh_token.class' => 'App\\Entity\\RefreshToken',
  9111.             'fos_oauth_server.model.auth_code.class' => 'App\\Entity\\AuthCode',
  9112.             'fos_oauth_server.template.engine' => 'twig',
  9113.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  9114.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  9115.             'fos_oauth_server.authorize.form.validation_groups' => [
  9116.                 => 'Authorize',
  9117.                 => 'Default',
  9118.             ],
  9119.             'jms_serializer.metadata.file_locator.class' => 'Metadata\\Driver\\FileLocator',
  9120.             'jms_serializer.metadata.annotation_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver',
  9121.             'jms_serializer.metadata.chain_driver.class' => 'Metadata\\Driver\\DriverChain',
  9122.             'jms_serializer.metadata.yaml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\YamlDriver',
  9123.             'jms_serializer.metadata.xml_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\XmlDriver',
  9124.             'jms_serializer.metadata.php_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\PhpDriver',
  9125.             'jms_serializer.metadata.doctrine_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrineTypeDriver',
  9126.             'jms_serializer.metadata.doctrine_phpcr_type_driver.class' => 'JMS\\Serializer\\Metadata\\Driver\\DoctrinePHPCRTypeDriver',
  9127.             'jms_serializer.metadata.lazy_loading_driver.class' => 'Metadata\\Driver\\LazyLoadingDriver',
  9128.             'jms_serializer.metadata.metadata_factory.class' => 'Metadata\\MetadataFactory',
  9129.             'jms_serializer.metadata.cache.file_cache.class' => 'Metadata\\Cache\\FileCache',
  9130.             'jms_serializer.event_dispatcher.class' => 'JMS\\Serializer\\EventDispatcher\\LazyEventDispatcher',
  9131.             'jms_serializer.camel_case_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CamelCaseNamingStrategy',
  9132.             'jms_serializer.identical_property_naming_strategy.class' => 'JMS\\Serializer\\Naming\\IdenticalPropertyNamingStrategy',
  9133.             'jms_serializer.serialized_name_annotation_strategy.class' => 'JMS\\Serializer\\Naming\\SerializedNameAnnotationStrategy',
  9134.             'jms_serializer.cache_naming_strategy.class' => 'JMS\\Serializer\\Naming\\CacheNamingStrategy',
  9135.             'jms_serializer.doctrine_object_constructor.class' => 'JMS\\Serializer\\Construction\\DoctrineObjectConstructor',
  9136.             'jms_serializer.unserialize_object_constructor.class' => 'JMS\\Serializer\\Construction\\UnserializeObjectConstructor',
  9137.             'jms_serializer.version_exclusion_strategy.class' => 'JMS\\Serializer\\Exclusion\\VersionExclusionStrategy',
  9138.             'jms_serializer.serializer.class' => 'JMS\\Serializer\\Serializer',
  9139.             'jms_serializer.twig_extension.class' => 'JMS\\Serializer\\Twig\\SerializerExtension',
  9140.             'jms_serializer.twig_runtime_extension.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeExtension',
  9141.             'jms_serializer.twig_runtime_extension_helper.class' => 'JMS\\Serializer\\Twig\\SerializerRuntimeHelper',
  9142.             'jms_serializer.templating.helper.class' => 'JMS\\SerializerBundle\\Templating\\SerializerHelper',
  9143.             'jms_serializer.json_serialization_visitor.class' => 'JMS\\Serializer\\JsonSerializationVisitor',
  9144.             'jms_serializer.json_serialization_visitor.options' => 1216,
  9145.             'jms_serializer.json_deserialization_visitor.class' => 'JMS\\Serializer\\JsonDeserializationVisitor',
  9146.             'jms_serializer.xml_serialization_visitor.class' => 'JMS\\Serializer\\XmlSerializationVisitor',
  9147.             'jms_serializer.xml_deserialization_visitor.class' => 'JMS\\Serializer\\XmlDeserializationVisitor',
  9148.             'jms_serializer.xml_deserialization_visitor.doctype_whitelist' => [
  9149.             ],
  9150.             'jms_serializer.xml_serialization_visitor.format_output' => true,
  9151.             'jms_serializer.yaml_serialization_visitor.class' => 'JMS\\Serializer\\YamlSerializationVisitor',
  9152.             'jms_serializer.handler_registry.class' => 'JMS\\Serializer\\Handler\\LazyHandlerRegistry',
  9153.             'jms_serializer.datetime_handler.class' => 'JMS\\Serializer\\Handler\\DateHandler',
  9154.             'jms_serializer.array_collection_handler.class' => 'JMS\\Serializer\\Handler\\ArrayCollectionHandler',
  9155.             'jms_serializer.php_collection_handler.class' => 'JMS\\Serializer\\Handler\\PhpCollectionHandler',
  9156.             'jms_serializer.form_error_handler.class' => 'JMS\\Serializer\\Handler\\FormErrorHandler',
  9157.             'jms_serializer.constraint_violation_handler.class' => 'JMS\\Serializer\\Handler\\ConstraintViolationHandler',
  9158.             'jms_serializer.doctrine_proxy_subscriber.class' => 'JMS\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriber',
  9159.             'jms_serializer.stopwatch_subscriber.class' => 'JMS\\SerializerBundle\\Serializer\\StopwatchEventSubscriber',
  9160.             'jms_serializer.configured_context_factory.class' => 'JMS\\SerializerBundle\\ContextFactory\\ConfiguredContextFactory',
  9161.             'jms_serializer.expression_evaluator.class' => 'JMS\\Serializer\\Expression\\ExpressionEvaluator',
  9162.             'jms_serializer.expression_language.class' => 'Symfony\\Component\\ExpressionLanguage\\ExpressionLanguage',
  9163.             'jms_serializer.expression_language.function_provider.class' => 'JMS\\SerializerBundle\\ExpressionLanguage\\BasicSerializerFunctionsProvider',
  9164.             'jms_serializer.accessor_strategy.default.class' => 'JMS\\Serializer\\Accessor\\DefaultAccessorStrategy',
  9165.             'jms_serializer.accessor_strategy.expression.class' => 'JMS\\Serializer\\Accessor\\ExpressionAccessorStrategy',
  9166.             'jms_serializer.cache.cache_warmer.class' => 'JMS\\SerializerBundle\\Cache\\CacheWarmer',
  9167.             'sonata.exporter.writer.csv.filename' => 'php://output',
  9168.             'sonata.exporter.writer.csv.delimiter' => ',',
  9169.             'sonata.exporter.writer.csv.enclosure' => '"',
  9170.             'sonata.exporter.writer.csv.escape' => '\\',
  9171.             'sonata.exporter.writer.csv.show_headers' => true,
  9172.             'sonata.exporter.writer.csv.with_bom' => false,
  9173.             'sonata.exporter.writer.json.filename' => 'php://output',
  9174.             'sonata.exporter.writer.xls.filename' => 'php://output',
  9175.             'sonata.exporter.writer.xls.show_headers' => true,
  9176.             'sonata.exporter.writer.xml.filename' => 'php://output',
  9177.             'sonata.exporter.writer.xml.show_headers' => true,
  9178.             'sonata.exporter.writer.xml.main_element' => 'datas',
  9179.             'sonata.exporter.writer.xml.child_element' => 'data',
  9180.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  9181.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  9182.             'sonata.core.form' => [
  9183.                 'mapping' => [
  9184.                     'enabled' => false,
  9185.                     'type' => [
  9186.                     ],
  9187.                     'extension' => [
  9188.                     ],
  9189.                 ],
  9190.             ],
  9191.             'sonata.core.form_type' => 'standard',
  9192.             'sonata.core.flashmessage' => [
  9193.             ],
  9194.             'sonata.core.serializer' => [
  9195.                 'formats' => [
  9196.                     => 'json',
  9197.                     => 'xml',
  9198.                     => 'yml',
  9199.                 ],
  9200.             ],
  9201.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  9202.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  9203.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  9204.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  9205.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  9206.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  9207.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  9208.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  9209.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  9210.             'knp_menu.renderer.list.options' => [
  9211.             ],
  9212.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  9213.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  9214.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  9215.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  9216.             'knp_menu.renderer.twig.options' => [
  9217.             ],
  9218.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  9219.             'knp_menu.default_renderer' => 'twig',
  9220.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  9221.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  9222.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  9223.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  9224.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  9225.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  9226.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  9227.             'sonata.block.container.types' => [
  9228.                 => 'sonata.block.service.container',
  9229.                 => 'sonata.page.block.container',
  9230.                 => 'sonata.dashboard.block.container',
  9231.                 => 'cmf.block.container',
  9232.                 => 'cmf.block.slideshow',
  9233.             ],
  9234.             'sonata_block.blocks' => [
  9235.                 'sonata.admin.block.admin_list' => [
  9236.                     'contexts' => [
  9237.                         => 'admin',
  9238.                         => 'admin',
  9239.                     ],
  9240.                     'templates' => [
  9241.                     ],
  9242.                     'cache' => 'sonata.cache.noop',
  9243.                     'settings' => [
  9244.                     ],
  9245.                 ],
  9246.                 'sonata.block.service.container' => [
  9247.                     'contexts' => [
  9248.                         => 'cms',
  9249.                     ],
  9250.                     'templates' => [
  9251.                     ],
  9252.                     'cache' => 'sonata.cache.noop',
  9253.                     'settings' => [
  9254.                     ],
  9255.                 ],
  9256.                 'sonata.block.service.empty' => [
  9257.                     'contexts' => [
  9258.                         => 'cms',
  9259.                     ],
  9260.                     'templates' => [
  9261.                     ],
  9262.                     'cache' => 'sonata.cache.noop',
  9263.                     'settings' => [
  9264.                     ],
  9265.                 ],
  9266.                 'sonata.block.service.text' => [
  9267.                     'contexts' => [
  9268.                         => 'cms',
  9269.                     ],
  9270.                     'templates' => [
  9271.                     ],
  9272.                     'cache' => 'sonata.cache.noop',
  9273.                     'settings' => [
  9274.                     ],
  9275.                 ],
  9276.                 'sonata.block.service.rss' => [
  9277.                     'contexts' => [
  9278.                         => 'cms',
  9279.                     ],
  9280.                     'templates' => [
  9281.                     ],
  9282.                     'cache' => 'sonata.cache.noop',
  9283.                     'settings' => [
  9284.                     ],
  9285.                 ],
  9286.                 'sonata.block.service.menu' => [
  9287.                     'contexts' => [
  9288.                         => 'cms',
  9289.                     ],
  9290.                     'templates' => [
  9291.                     ],
  9292.                     'cache' => 'sonata.cache.noop',
  9293.                     'settings' => [
  9294.                     ],
  9295.                 ],
  9296.                 'sonata.block.service.template' => [
  9297.                     'contexts' => [
  9298.                         => 'cms',
  9299.                     ],
  9300.                     'templates' => [
  9301.                     ],
  9302.                     'cache' => 'sonata.cache.noop',
  9303.                     'settings' => [
  9304.                     ],
  9305.                 ],
  9306.                 'sonata.admin.block.search_result' => [
  9307.                     'contexts' => [
  9308.                         => 'cms',
  9309.                     ],
  9310.                     'templates' => [
  9311.                     ],
  9312.                     'cache' => 'sonata.cache.noop',
  9313.                     'settings' => [
  9314.                     ],
  9315.                 ],
  9316.                 'sonata.admin.block.stats' => [
  9317.                     'contexts' => [
  9318.                         => 'cms',
  9319.                     ],
  9320.                     'templates' => [
  9321.                     ],
  9322.                     'cache' => 'sonata.cache.noop',
  9323.                     'settings' => [
  9324.                     ],
  9325.                 ],
  9326.             ],
  9327.             'sonata_block.blocks_by_class' => [
  9328.             ],
  9329.             'sonata_blocks.block_types' => [
  9330.                 => 'sonata.admin.block.admin_list',
  9331.                 => 'sonata.block.service.container',
  9332.                 => 'sonata.block.service.empty',
  9333.                 => 'sonata.block.service.text',
  9334.                 => 'sonata.block.service.rss',
  9335.                 => 'sonata.block.service.menu',
  9336.                 => 'sonata.block.service.template',
  9337.                 => 'sonata.admin.block.search_result',
  9338.                 => 'sonata.admin.block.stats',
  9339.             ],
  9340.             'sonata_block.cache_blocks' => [
  9341.                 'by_type' => [
  9342.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  9343.                     'sonata.block.service.container' => 'sonata.cache.noop',
  9344.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  9345.                     'sonata.block.service.text' => 'sonata.cache.noop',
  9346.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  9347.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  9348.                     'sonata.block.service.template' => 'sonata.cache.noop',
  9349.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  9350.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  9351.                 ],
  9352.             ],
  9353.             'sonata_blocks.default_contexts' => [
  9354.                 => 'cms',
  9355.             ],
  9356.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  9357.                 'choice' => 'select',
  9358.                 'boolean' => 'select',
  9359.                 'text' => 'text',
  9360.                 'textarea' => 'textarea',
  9361.                 'html' => 'textarea',
  9362.                 'email' => 'email',
  9363.                 'string' => 'text',
  9364.                 'smallint' => 'text',
  9365.                 'bigint' => 'text',
  9366.                 'integer' => 'number',
  9367.                 'decimal' => 'number',
  9368.                 'currency' => 'number',
  9369.                 'percent' => 'number',
  9370.                 'url' => 'url',
  9371.                 'date' => 'date',
  9372.             ],
  9373.             'sonata.admin.configuration.legacy_twig_text_extension' => false,
  9374.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  9375.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  9376.             'sonata.admin.configuration.templates' => [
  9377.                 'user_block' => '@SonataAdmin/Core/user_block.html.twig',
  9378.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  9379.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  9380.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  9381.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  9382.                 'search' => '@SonataAdmin/Core/search.html.twig',
  9383.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  9384.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  9385.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  9386.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  9387.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  9388.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  9389.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  9390.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  9391.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  9392.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  9393.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  9394.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  9395.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  9396.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  9397.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  9398.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  9399.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  9400.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  9401.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  9402.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  9403.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  9404.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  9405.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  9406.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  9407.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  9408.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  9409.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  9410.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  9411.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  9412.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  9413.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  9414.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  9415.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  9416.             ],
  9417.             'sonata.admin.configuration.admin_services' => [
  9418.             ],
  9419.             'sonata.admin.configuration.dashboard_groups' => [
  9420.             ],
  9421.             'sonata.admin.configuration.dashboard_blocks' => [
  9422.                 => [
  9423.                     'type' => 'sonata.admin.block.admin_list',
  9424.                     'position' => 'left',
  9425.                     'roles' => [
  9426.                     ],
  9427.                     'settings' => [
  9428.                     ],
  9429.                     'class' => 'col-md-4',
  9430.                 ],
  9431.             ],
  9432.             'sonata.admin.configuration.sort_admins' => false,
  9433.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  9434.             'sonata.admin.configuration.default_group' => 'default',
  9435.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  9436.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  9437.             'sonata.admin.configuration.breadcrumbs' => [
  9438.                 'child_admin_route' => 'edit',
  9439.             ],
  9440.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  9441.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  9442.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  9443.             'sonata.admin.configuration.security.information' => [
  9444.             ],
  9445.             'sonata.admin.configuration.security.admin_permissions' => [
  9446.                 => 'CREATE',
  9447.                 => 'LIST',
  9448.                 => 'DELETE',
  9449.                 => 'UNDELETE',
  9450.                 => 'EXPORT',
  9451.                 => 'OPERATOR',
  9452.                 => 'MASTER',
  9453.             ],
  9454.             'sonata.admin.configuration.security.object_permissions' => [
  9455.                 => 'VIEW',
  9456.                 => 'EDIT',
  9457.                 => 'DELETE',
  9458.                 => 'UNDELETE',
  9459.                 => 'OPERATOR',
  9460.                 => 'MASTER',
  9461.                 => 'OWNER',
  9462.             ],
  9463.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  9464.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  9465.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  9466.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  9467.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  9468.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  9469.             'sonata.admin.extension.map' => [
  9470.                 'admins' => [
  9471.                 ],
  9472.                 'excludes' => [
  9473.                 ],
  9474.                 'implements' => [
  9475.                 ],
  9476.                 'extends' => [
  9477.                 ],
  9478.                 'instanceof' => [
  9479.                 ],
  9480.                 'uses' => [
  9481.                 ],
  9482.             ],
  9483.             'sonata.admin.configuration.filters.persist' => false,
  9484.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  9485.             'sonata.admin.configuration.show.mosaic.button' => true,
  9486.             'sonata.admin.configuration.translate_group_label' => false,
  9487.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  9488.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  9489.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  9490.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9491.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9492.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9493.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9494.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9495.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9496.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9497.             'doctrine.entity_managers' => [
  9498.                 'default' => 'doctrine.orm.default_entity_manager',
  9499.             ],
  9500.             'doctrine.default_entity_manager' => 'default',
  9501.             'doctrine.dbal.connection_factory.types' => [
  9502.             ],
  9503.             'doctrine.connections' => [
  9504.                 'default' => 'doctrine.dbal.default_connection',
  9505.             ],
  9506.             'doctrine.default_connection' => 'default',
  9507.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9508.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9509.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9510.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9511.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9512.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9513.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9514.             'doctrine.orm.cache.memcache_port' => 11211,
  9515.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9516.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9517.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9518.             'doctrine.orm.cache.memcached_port' => 11211,
  9519.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9520.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9521.             'doctrine.orm.cache.redis_host' => 'localhost',
  9522.             'doctrine.orm.cache.redis_port' => 6379,
  9523.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9524.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9525.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9526.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9527.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9528.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9529.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9530.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9531.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9532.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9533.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9534.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9535.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9536.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9537.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9538.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9539.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9540.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9541.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9542.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9543.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9544.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9545.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9546.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9547.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9548.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9549.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9550.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9551.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9552.             'doctrine.orm.auto_generate_proxy_classes' => true,
  9553.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9554.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  9555.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  9556.             'sonata_doctrine_orm_admin.templates' => [
  9557.                 'types' => [
  9558.                     'list' => [
  9559.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  9560.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  9561.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  9562.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  9563.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  9564.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  9565.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  9566.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  9567.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  9568.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  9569.                         'smallint' => '@SonataAdmin/CRUD/list_string.html.twig',
  9570.                         'bigint' => '@SonataAdmin/CRUD/list_string.html.twig',
  9571.                         'integer' => '@SonataAdmin/CRUD/list_string.html.twig',
  9572.                         'decimal' => '@SonataAdmin/CRUD/list_string.html.twig',
  9573.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  9574.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  9575.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  9576.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  9577.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  9578.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  9579.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  9580.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  9581.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  9582.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  9583.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  9584.                     ],
  9585.                     'show' => [
  9586.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  9587.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  9588.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  9589.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  9590.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  9591.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  9592.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  9593.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  9594.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  9595.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  9596.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  9597.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  9598.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  9599.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  9600.                         'currency' => '@SonataAdmin/CRUD/show_currency.html.twig',
  9601.                         'percent' => '@SonataAdmin/CRUD/show_percent.html.twig',
  9602.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  9603.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  9604.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  9605.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  9606.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  9607.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  9608.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  9609.                     ],
  9610.                 ],
  9611.                 'form' => [
  9612.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  9613.                 ],
  9614.                 'filter' => [
  9615.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  9616.                 ],
  9617.             ],
  9618.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9619.             'web_profiler.debug_toolbar.mode' => 2,
  9620.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9621.             'mailjet.call' => true,
  9622.             'mailjet.options' => [
  9623.                 'url' => 'api.mailjet.com',
  9624.                 'version' => 'v3',
  9625.                 'call' => true,
  9626.                 'secured' => true,
  9627.             ],
  9628.             'mailjet.transactionnal.call' => true,
  9629.             'mailjet.transactionnal.options' => [
  9630.                 'url' => 'api.mailjet.com',
  9631.                 'version' => 'v3',
  9632.                 'call' => true,
  9633.                 'secured' => true,
  9634.             ],
  9635.             'mailjet.event_endpoint_route' => 'mailjet_event_endpoint',
  9636.             'mailjet.event_endpoint_token' => '123456789',
  9637.             'mailjet.lists' => [
  9638.             ],
  9639.             'mailjet.contact_metadata' => [
  9640.             ],
  9641.             'mailjet.client.class' => 'Mailjet\\MailjetBundle\\Client\\MailjetClient',
  9642.             'mailjet.event_callback_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\EventCallbackUrlManager',
  9643.             'mailjet.contact_metadata_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\ContactMetadataManager',
  9644.             'mailjet.contacts_list_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\ContactsListManager',
  9645.             'mailjet.contacts_list_synchronizer.class' => 'Mailjet\\MailjetBundle\\Synchronizer\\ContactsListSynchronizer',
  9646.             'mailjet.contact_listener.class' => 'Mailjet\\MailjetBundle\\Listener\\ContactListener',
  9647.             'mailjet.data_collector.mailjet.class' => 'Mailjet\\MailjetBundle\\DataCollector\\MailjetDataCollector',
  9648.             'mailjet.campaign_draft_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\CampaignDraftManager',
  9649.             'mailjet.campaign_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\CampaignManager',
  9650.             'mailjet.template_manager.class' => 'Mailjet\\MailjetBundle\\Manager\\TemplateManager',
  9651.             'monolog.use_microseconds' => true,
  9652.             'monolog.swift_mailer.handlers' => [
  9653.             ],
  9654.             'monolog.handlers_to_channels' => [
  9655.                 'monolog.handler.info' => [
  9656.                     'type' => 'exclusive',
  9657.                     'elements' => [
  9658.                         => 'security',
  9659.                         => 'php',
  9660.                         => 'translation',
  9661.                     ],
  9662.                 ],
  9663.                 'monolog.handler.main_critical' => NULL,
  9664.             ],
  9665.             'bugsnag.api_key' => '2e2936d54e5434dcbef8a80433f9743e',
  9666.             'bugsnag.endpoint' => NULL,
  9667.             'bugsnag.callbacks' => true,
  9668.             'bugsnag.user' => true,
  9669.             'bugsnag.app_type' => NULL,
  9670.             'bugsnag.app_version' => NULL,
  9671.             'bugsnag.batch_sending' => true,
  9672.             'bugsnag.hostname' => NULL,
  9673.             'bugsnag.send_code' => true,
  9674.             'bugsnag.release_stage' => NULL,
  9675.             'bugsnag.strip_path' => NULL,
  9676.             'bugsnag.project_root' => NULL,
  9677.             'bugsnag.auto_notify' => true,
  9678.             'bugsnag.resolver' => 'Bugsnag\\BugsnagBundle\\Request\\SymfonyResolver',
  9679.             'bugsnag.factory' => 'Bugsnag\\BugsnagBundle\\DependencyInjection\\ClientFactory',
  9680.             'bugsnag.client' => 'Bugsnag\\Client',
  9681.             'bugsnag.listener' => 'Bugsnag\\BugsnagBundle\\EventListener\\BugsnagListener',
  9682.             'bugsnag.notify_release_stages' => [
  9683.             ],
  9684.             'bugsnag.filters' => [
  9685.             ],
  9686.             'bugsnag.shutdown' => 'Bugsnag\\BugsnagBundle\\EventListener\\BugsnagShutdown',
  9687.             'bugsnag.strip_path_regex' => NULL,
  9688.             'bugsnag.project_root_regex' => NULL,
  9689.             'bugsnag.guzzle' => NULL,
  9690.             'bugsnag.memory_limit_increase' => false,
  9691.             'bugsnag.discard_classes' => [
  9692.             ],
  9693.             'bugsnag.redacted_keys' => [
  9694.             ],
  9695.             'bugsnag.symfony_root' => \dirname(__DIR__4),
  9696.             'data_collector.templates' => [
  9697.                 'data_collector.request' => [
  9698.                     => 'request',
  9699.                     => '@WebProfiler/Collector/request.html.twig',
  9700.                 ],
  9701.                 'data_collector.time' => [
  9702.                     => 'time',
  9703.                     => '@WebProfiler/Collector/time.html.twig',
  9704.                 ],
  9705.                 'data_collector.memory' => [
  9706.                     => 'memory',
  9707.                     => '@WebProfiler/Collector/memory.html.twig',
  9708.                 ],
  9709.                 'data_collector.validator' => [
  9710.                     => 'validator',
  9711.                     => '@WebProfiler/Collector/validator.html.twig',
  9712.                 ],
  9713.                 'data_collector.ajax' => [
  9714.                     => 'ajax',
  9715.                     => '@WebProfiler/Collector/ajax.html.twig',
  9716.                 ],
  9717.                 'data_collector.form' => [
  9718.                     => 'form',
  9719.                     => '@WebProfiler/Collector/form.html.twig',
  9720.                 ],
  9721.                 'data_collector.exception' => [
  9722.                     => 'exception',
  9723.                     => '@WebProfiler/Collector/exception.html.twig',
  9724.                 ],
  9725.                 'data_collector.logger' => [
  9726.                     => 'logger',
  9727.                     => '@WebProfiler/Collector/logger.html.twig',
  9728.                 ],
  9729.                 'data_collector.events' => [
  9730.                     => 'events',
  9731.                     => '@WebProfiler/Collector/events.html.twig',
  9732.                 ],
  9733.                 'data_collector.router' => [
  9734.                     => 'router',
  9735.                     => '@WebProfiler/Collector/router.html.twig',
  9736.                 ],
  9737.                 'data_collector.cache' => [
  9738.                     => 'cache',
  9739.                     => '@WebProfiler/Collector/cache.html.twig',
  9740.                 ],
  9741.                 'data_collector.translation' => [
  9742.                     => 'translation',
  9743.                     => '@WebProfiler/Collector/translation.html.twig',
  9744.                 ],
  9745.                 'data_collector.security' => [
  9746.                     => 'security',
  9747.                     => '@Security/Collector/security.html.twig',
  9748.                 ],
  9749.                 'data_collector.twig' => [
  9750.                     => 'twig',
  9751.                     => '@WebProfiler/Collector/twig.html.twig',
  9752.                 ],
  9753.                 'data_collector.doctrine' => [
  9754.                     => 'db',
  9755.                     => '@Doctrine/Collector/db.html.twig',
  9756.                 ],
  9757.                 'data_collector.dump' => [
  9758.                     => 'dump',
  9759.                     => '@Debug/Profiler/dump.html.twig',
  9760.                 ],
  9761.                 'sonata.block.data_collector' => [
  9762.                     => 'block',
  9763.                     => '@SonataBlock/Profiler/block.html.twig',
  9764.                 ],
  9765.                 'mailjet.data_collector.mailjet' => [
  9766.                     => 'mailjet',
  9767.                     => '@Mailjet/data_collector/mailjet.html.twig',
  9768.                 ],
  9769.                 'data_collector.config' => [
  9770.                     => 'config',
  9771.                     => '@WebProfiler/Collector/config.html.twig',
  9772.                 ],
  9773.             ],
  9774.             'sonata.core.form.types' => [
  9775.                 => 'App\\Form\\V2\\PropositionType',
  9776.                 => 'App\\Form\\V2\\WatchType',
  9777.                 => 'App\\Form\\V2\\WatchDateType',
  9778.                 => 'App\\Form\\V2\\MessageType',
  9779.                 => 'app.form.registration',
  9780.                 => 'app.form.resetting',
  9781.                 => 'form.type.form',
  9782.                 => 'form.type.choice',
  9783.                 => 'form.type.file',
  9784.                 => 'fos_user.username_form_type',
  9785.                 10 => 'fos_user.profile.form.type',
  9786.                 11 => 'fos_user.registration.form.type',
  9787.                 12 => 'fos_user.change_password.form.type',
  9788.                 13 => 'fos_user.resetting.form.type',
  9789.                 14 => 'fos_oauth_server.authorize.form.type',
  9790.                 15 => 'sonata.core.form.type.array_legacy',
  9791.                 16 => 'sonata.core.form.type.boolean_legacy',
  9792.                 17 => 'sonata.core.form.type.collection_legacy',
  9793.                 18 => 'sonata.core.form.type.translatable_choice',
  9794.                 19 => 'sonata.core.form.type.date_range_legacy',
  9795.                 20 => 'sonata.core.form.type.datetime_range_legacy',
  9796.                 21 => 'sonata.core.form.type.date_picker_legacy',
  9797.                 22 => 'sonata.core.form.type.datetime_picker_legacy',
  9798.                 23 => 'sonata.core.form.type.date_range_picker_legacy',
  9799.                 24 => 'sonata.core.form.type.datetime_range_picker_legacy',
  9800.                 25 => 'sonata.core.form.type.equal_legacy',
  9801.                 26 => 'sonata.core.form.type.color_selector',
  9802.                 27 => 'sonata.core.form.type.color_legacy',
  9803.                 28 => 'sonata.form.type.array',
  9804.                 29 => 'sonata.form.type.boolean',
  9805.                 30 => 'sonata.form.type.collection',
  9806.                 31 => 'sonata.form.type.date_range',
  9807.                 32 => 'sonata.form.type.datetime_range',
  9808.                 33 => 'sonata.form.type.date_picker',
  9809.                 34 => 'sonata.form.type.datetime_picker',
  9810.                 35 => 'sonata.form.type.date_range_picker',
  9811.                 36 => 'sonata.form.type.datetime_range_picker',
  9812.                 37 => 'sonata.form.type.equal',
  9813.                 38 => 'sonata.block.form.type.block',
  9814.                 39 => 'sonata.block.form.type.container_template',
  9815.                 40 => 'sonata.admin.form.type.admin',
  9816.                 41 => 'sonata.admin.form.type.model_choice',
  9817.                 42 => 'sonata.admin.form.type.model_list',
  9818.                 43 => 'sonata.admin.form.type.model_reference',
  9819.                 44 => 'sonata.admin.form.type.model_hidden',
  9820.                 45 => 'sonata.admin.form.type.model_autocomplete',
  9821.                 46 => 'sonata.admin.form.type.collection',
  9822.                 47 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  9823.                 48 => 'sonata.admin.form.filter.type.number',
  9824.                 49 => 'sonata.admin.form.filter.type.choice',
  9825.                 50 => 'sonata.admin.form.filter.type.default',
  9826.                 51 => 'sonata.admin.form.filter.type.date',
  9827.                 52 => 'sonata.admin.form.filter.type.daterange',
  9828.                 53 => 'sonata.admin.form.filter.type.datetime',
  9829.                 54 => 'sonata.admin.form.filter.type.datetime_range',
  9830.                 55 => 'form.type.entity',
  9831.             ],
  9832.             'sonata.core.form.type_extensions' => [
  9833.                 => 'form.type_extension.form.transformation_failure_handling',
  9834.                 => 'form.type_extension.form.http_foundation',
  9835.                 => 'form.type_extension.form.validator',
  9836.                 => 'form.type_extension.repeated.validator',
  9837.                 => 'form.type_extension.submit.validator',
  9838.                 => 'form.type_extension.upload.validator',
  9839.                 => 'form.type_extension.form.data_collector',
  9840.                 => 'nelmio_api_doc.form.documentation_extension',
  9841.                 => 'sonata.admin.form.extension.field',
  9842.                 => 'sonata.admin.form.extension.field.mopa',
  9843.                 10 => 'sonata.admin.form.extension.choice',
  9844.             ],
  9845.             'console.command.ids' => [
  9846.                 => 'console.command.public_alias.fos_oauth_server.clean_command',
  9847.                 => 'console.command.public_alias.fos_oauth_server.create_client_command',
  9848.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  9849.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  9850.             ],
  9851.         ];
  9852.     }
  9853. }