var/cache/dev/ContainerCJs0EIn/srcApp_KernelDevDebugContainer.php line 9452

Open in your IDE?
  1. <?php
  2. namespace ContainerCJs0EIn;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'App\\Controller\\AttachedFileAdminController' => 'getAttachedFileAdminControllerService',
  37.             'App\\Controller\\IndexController' => 'getIndexControllerService',
  38.             'App\\Controller\\PraxisAdminController' => 'getPraxisAdminControllerService',
  39.             'App\\Controller\\TreatmentAdminController' => 'getTreatmentAdminControllerService',
  40.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService',
  41.             'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter' => 'getEmptyFilterService',
  42.             'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService',
  43.             'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService',
  44.             'Sonata\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService',
  45.             'Sonata\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService',
  46.             'Sonata\\UserBundle\\Action\\LoginAction' => 'getLoginActionService',
  47.             'Sonata\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService',
  48.             'Sonata\\UserBundle\\Action\\RequestAction' => 'getRequestActionService',
  49.             'Sonata\\UserBundle\\Action\\ResetAction' => 'getResetActionService',
  50.             'Sonata\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService',
  51.             'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand' => 'getTwoStepVerificationCommandService',
  52.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  53.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  54.             'admin.attached_file' => 'getAdmin_AttachedFileService',
  55.             'admin.attached_file.template_registry' => 'getAdmin_AttachedFile_TemplateRegistryService',
  56.             'admin.owner' => 'getAdmin_OwnerService',
  57.             'admin.owner.template_registry' => 'getAdmin_Owner_TemplateRegistryService',
  58.             'admin.pet' => 'getAdmin_PetService',
  59.             'admin.pet.template_registry' => 'getAdmin_Pet_TemplateRegistryService',
  60.             'admin.praxis' => 'getAdmin_PraxisService',
  61.             'admin.praxis.template_registry' => 'getAdmin_Praxis_TemplateRegistryService',
  62.             'admin.treatment' => 'getAdmin_TreatmentService',
  63.             'admin.treatment.template_registry' => 'getAdmin_Treatment_TemplateRegistryService',
  64.             'admin.vaccine' => 'getAdmin_VaccineService',
  65.             'admin.vaccine.template_registry' => 'getAdmin_Vaccine_TemplateRegistryService',
  66.             'cache.app' => 'getCache_AppService',
  67.             'cache.app_clearer' => 'getCache_AppClearerService',
  68.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  69.             'cache.system' => 'getCache_SystemService',
  70.             'cache.system_clearer' => 'getCache_SystemClearerService',
  71.             'cache_clearer' => 'getCacheClearerService',
  72.             'cache_warmer' => 'getCacheWarmerService',
  73.             'console.command_loader' => 'getConsole_CommandLoaderService',
  74.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  75.             'data_collector.dump' => 'getDataCollector_DumpService',
  76.             'doctrine' => 'getDoctrineService',
  77.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  78.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  79.             'error_controller' => 'getErrorControllerService',
  80.             'event_dispatcher' => 'getEventDispatcherService',
  81.             'filesystem' => 'getFilesystemService',
  82.             'form.factory' => 'getForm_FactoryService',
  83.             'form.type.file' => 'getForm_Type_FileService',
  84.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  85.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  86.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService',
  87.             'fos_user.group_manager' => 'getFosUser_GroupManagerService',
  88.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  89.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  90.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  91.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  92.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  93.             'http_kernel' => 'getHttpKernelService',
  94.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  95.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  96.             'markdown.parser' => 'getMarkdown_ParserService',
  97.             'message_bus' => 'getMessageBusService',
  98.             'nelmio_api_doc.controller.swagger' => 'getNelmioApiDoc_Controller_SwaggerService',
  99.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  100.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  101.             'profiler' => 'getProfilerService',
  102.             'request_stack' => 'getRequestStackService',
  103.             'router' => 'getRouterService',
  104.             'routing.loader' => 'getRouting_LoaderService',
  105.             'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService',
  106.             'security.acl.provider' => 'getSecurity_Acl_ProviderService',
  107.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  108.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  109.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  110.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  111.             'security.token_storage' => 'getSecurity_TokenStorageService',
  112.             'serializer' => 'getSerializerService',
  113.             'services_resetter' => 'getServicesResetterService',
  114.             'session' => 'getSessionService',
  115.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  116.             'sonata.admin.action.dashboard' => 'getSonata_Admin_Action_DashboardService',
  117.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  118.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  119.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  120.             'sonata.admin.action.search' => 'getSonata_Admin_Action_SearchService',
  121.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  122.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService',
  123.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  124.             'sonata.admin.block.admin_preview' => 'getSonata_Admin_Block_AdminPreviewService',
  125.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  126.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  127.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService',
  128.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService',
  129.             'sonata.admin.command.explain' => 'getSonata_Admin_Command_ExplainService',
  130.             'sonata.admin.command.generate_object_acl' => 'getSonata_Admin_Command_GenerateObjectAclService',
  131.             'sonata.admin.command.list' => 'getSonata_Admin_Command_ListService',
  132.             'sonata.admin.command.setup_acl' => 'getSonata_Admin_Command_SetupAclService',
  133.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService',
  134.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService',
  135.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService',
  136.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService',
  137.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService',
  138.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService',
  139.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService',
  140.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService',
  141.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService',
  142.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService',
  143.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService',
  144.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService',
  145.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService',
  146.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService',
  147.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService',
  148.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService',
  149.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService',
  150.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService',
  151.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService',
  152.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService',
  153.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService',
  154.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  155.             'sonata.admin.helper' => 'getSonata_Admin_HelperService',
  156.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService',
  157.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService',
  158.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService',
  159.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService',
  160.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService',
  161.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  162.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService',
  163.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  164.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService',
  165.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService',
  166.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService',
  167.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService',
  168.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService',
  169.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService',
  170.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService',
  171.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService',
  172.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService',
  173.             'sonata.admin.orm.filter.type.count' => 'getSonata_Admin_Orm_Filter_Type_CountService',
  174.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService',
  175.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService',
  176.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService',
  177.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService',
  178.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService',
  179.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService',
  180.             'sonata.admin.orm.filter.type.null' => 'getSonata_Admin_Orm_Filter_Type_NullService',
  181.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService',
  182.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService',
  183.             'sonata.admin.orm.filter.type.string_list' => 'getSonata_Admin_Orm_Filter_Type_StringListService',
  184.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService',
  185.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  186.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService',
  187.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService',
  188.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService',
  189.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService',
  190.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService',
  191.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService',
  192.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService',
  193.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService',
  194.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  195.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  196.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService',
  197.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  198.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  199.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  200.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  201.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  202.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  203.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  204.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  205.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  206.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  207.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  208.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  209.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  210.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  211.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  212.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  213.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  214.             'sonata.doctrine.model.adapter.chain' => 'getSonata_Doctrine_Model_Adapter_ChainService',
  215.             'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService',
  216.             'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService',
  217.             'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService',
  218.             'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService',
  219.             'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService',
  220.             'sonata.formatter.block.formatter' => 'getSonata_Formatter_Block_FormatterService',
  221.             'sonata.formatter.twig.control_flow' => 'getSonata_Formatter_Twig_ControlFlowService',
  222.             'sonata.formatter.twig.gist' => 'getSonata_Formatter_Twig_GistService',
  223.             'sonata.twig.flashmessage.manager' => 'getSonata_Twig_Flashmessage_ManagerService',
  224.             'sonata.twig.flashmessage.twig.extension' => 'getSonata_Twig_Flashmessage_Twig_ExtensionService',
  225.             'sonata.user.admin.group' => 'getSonata_User_Admin_GroupService',
  226.             'sonata.user.admin.group.template_registry' => 'getSonata_User_Admin_Group_TemplateRegistryService',
  227.             'sonata.user.admin.user' => 'getSonata_User_Admin_UserService',
  228.             'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService',
  229.             'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService',
  230.             'sonata.user.form.type.security_roles' => 'getSonata_User_Form_Type_SecurityRolesService',
  231.             'sonata.user.manager.user' => 'getSonata_User_Manager_UserService',
  232.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  233.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  234.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  235.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  236.             'templating' => 'getTemplatingService',
  237.             'templating.loader' => 'getTemplating_LoaderService',
  238.             'translator' => 'getTranslatorService',
  239.             'twig' => 'getTwigService',
  240.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  241.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  242.             'validator' => 'getValidatorService',
  243.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  244.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  245.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  246.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  247.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  248.         ];
  249.         $this->aliases = [
  250.             'database_connection' => 'doctrine.dbal.default_connection',
  251.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  252.             'mailer' => 'swiftmailer.mailer.default',
  253.             'messenger.default_bus' => 'message_bus',
  254.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  255.             'sonata.user.group_manager' => 'fos_user.group_manager',
  256.             'sonata.user.user_manager' => 'fos_user.user_manager',
  257.         ];
  258.         $this->privates['service_container'] = function () {
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  265.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  269.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  271.             include_once \dirname(__DIR__4).'/src/Repository/PraxisRepository.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  284.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  302.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  309.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  344.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  364.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  389.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  431.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  432.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  435.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
  452.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  460.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  461.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  462.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  463.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  465.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  466.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/GroupExtension.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/PaginationExtension.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SecurityExtension.php';
  470.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/CanonicalizeExtension.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php';
  472.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/RenderElementExtension.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/StringExtension.php';
  474.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  475.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  476.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  478.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  479.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Twig/Extension/TextFormatterExtension.php';
  481.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FormTypeExtension.php';
  483.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusExtension.php';
  484.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/DeprecatedTemplateExtension.php';
  485.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/TemplateExtension.php';
  486.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  488.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  490.             include_once \dirname(__DIR__4).'/src/Service/Praxis.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/SonataConfiguration.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  495.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  496.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  566.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  567.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  568.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  580.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  582.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  586.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  587.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  589.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  596.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  598.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  602.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/AbstractTemplateRegistry.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  606.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  610.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  611.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  613.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  618.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  620.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  621.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  622.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  624.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  625.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  627.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  628.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  629.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  630.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  631.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  632.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/PoolInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/Pool.php';
  634.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/Formatter.php';
  635.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/ExtendableFormatter.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/FormatterInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/BaseFormatter.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/MarkdownFormatter.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/TextFormatter.php';
  640.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/RawFormatter.php';
  641.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/TwigFormatter.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Twig/Loader/LoaderSelector.php';
  643.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ArrayLoader.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Lexer.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/AdapterChain.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Adapter/ORM/DoctrineORMAdapter.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  674.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  676.         };
  677.     }
  678.     public function compile(): void
  679.     {
  680.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  681.     }
  682.     public function isCompiled(): bool
  683.     {
  684.         return true;
  685.     }
  686.     public function getRemovedIds(): array
  687.     {
  688.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  689.     }
  690.     /**
  691.      * Gets the public 'App\Controller\AttachedFileAdminController' shared autowired service.
  692.      *
  693.      * @return \App\Controller\AttachedFileAdminController
  694.      */
  695.     protected function getAttachedFileAdminControllerService()
  696.     {
  697.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  698.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  700.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  701.         include_once \dirname(__DIR__4).'/src/Controller/AttachedFileAdminController.php';
  702.         return $this->services['App\\Controller\\AttachedFileAdminController'] = new \App\Controller\AttachedFileAdminController();
  703.     }
  704.     /**
  705.      * Gets the public 'App\Controller\IndexController' shared autowired service.
  706.      *
  707.      * @return \App\Controller\IndexController
  708.      */
  709.     protected function getIndexControllerService()
  710.     {
  711.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  713.         include_once \dirname(__DIR__4).'/src/Controller/IndexController.php';
  714.         $this->services['App\\Controller\\IndexController'] = $instance = new \App\Controller\IndexController();
  715.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  716.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  717.             'form.factory' => ['services''form.factory''getForm_FactoryService'false],
  718.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  719.             'message_bus' => ['services''message_bus''getMessageBusService'false],
  720.             'messenger.default_bus' => ['services''message_bus''getMessageBusService'false],
  721.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  722.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  723.             'router' => ['services''router''getRouterService'false],
  724.             'security.authorization_checker' => ['services''security.authorization_checker''getSecurity_AuthorizationCheckerService'false],
  725.             'security.csrf.token_manager' => ['services''security.csrf.token_manager''getSecurity_Csrf_TokenManagerService'false],
  726.             'security.token_storage' => ['services''security.token_storage''getSecurity_TokenStorageService'false],
  727.             'serializer' => ['services''serializer''getSerializerService'false],
  728.             'session' => ['services''session''getSessionService'false],
  729.             'templating' => ['services''templating''getTemplatingService'false],
  730.             'twig' => ['services''twig''getTwigService'false],
  731.         ], [
  732.             'doctrine' => '?',
  733.             'form.factory' => '?',
  734.             'http_kernel' => '?',
  735.             'message_bus' => '?',
  736.             'messenger.default_bus' => '?',
  737.             'parameter_bag' => '?',
  738.             'request_stack' => '?',
  739.             'router' => '?',
  740.             'security.authorization_checker' => '?',
  741.             'security.csrf.token_manager' => '?',
  742.             'security.token_storage' => '?',
  743.             'serializer' => '?',
  744.             'session' => '?',
  745.             'templating' => '?',
  746.             'twig' => '?',
  747.         ]))->withContext('App\\Controller\\IndexController'$this));
  748.         return $instance;
  749.     }
  750.     /**
  751.      * Gets the public 'App\Controller\PraxisAdminController' shared autowired service.
  752.      *
  753.      * @return \App\Controller\PraxisAdminController
  754.      */
  755.     protected function getPraxisAdminControllerService()
  756.     {
  757.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  758.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  760.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  761.         include_once \dirname(__DIR__4).'/src/Controller/PraxisAdminController.php';
  762.         return $this->services['App\\Controller\\PraxisAdminController'] = new \App\Controller\PraxisAdminController();
  763.     }
  764.     /**
  765.      * Gets the public 'App\Controller\TreatmentAdminController' shared autowired service.
  766.      *
  767.      * @return \App\Controller\TreatmentAdminController
  768.      */
  769.     protected function getTreatmentAdminControllerService()
  770.     {
  771.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  772.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  773.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  774.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  775.         include_once \dirname(__DIR__4).'/src/Controller/TreatmentAdminController.php';
  776.         return $this->services['App\\Controller\\TreatmentAdminController'] = new \App\Controller\TreatmentAdminController((\dirname(__DIR__4).'/public'));
  777.     }
  778.     /**
  779.      * Gets the public 'Sonata\AdminBundle\Command\CreateClassCacheCommand' shared service.
  780.      *
  781.      * @return \Sonata\AdminBundle\Command\CreateClassCacheCommand
  782.      *
  783.      * @deprecated The "Sonata\AdminBundle\Command\CreateClassCacheCommand" service is deprecated since sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.
  784.      */
  785.     protected function getCreateClassCacheCommandService()
  786.     {
  787.         @trigger_error('The "Sonata\\AdminBundle\\Command\\CreateClassCacheCommand" service is deprecated since sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  788.         $this->services['Sonata\\AdminBundle\\Command\\CreateClassCacheCommand'] = $instance = new \Sonata\AdminBundle\Command\CreateClassCacheCommand($this->targetDir.''true);
  789.         $instance->setName('cache:create-cache-class');
  790.         return $instance;
  791.     }
  792.     /**
  793.      * Gets the public 'Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter' service.
  794.      *
  795.      * @return \Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter
  796.      *
  797.      * @deprecated The "Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter" service is deprecated. You should stop using it, as it will be removed in the future.
  798.      */
  799.     protected function getEmptyFilterService()
  800.     {
  801.         @trigger_error('The "Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  802.         return new \Sonata\DoctrineORMAdminBundle\Filter\EmptyFilter();
  803.     }
  804.     /**
  805.      * Gets the public 'Sonata\EasyExtendsBundle\Command\DumpMappingCommand' shared service.
  806.      *
  807.      * @return \Sonata\EasyExtendsBundle\Command\DumpMappingCommand
  808.      */
  809.     protected function getDumpMappingCommandService()
  810.     {
  811.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  812.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  814.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Command/DumpMappingCommand.php';
  815.         return $this->services['Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand'] = new \Sonata\EasyExtendsBundle\Command\DumpMappingCommand();
  816.     }
  817.     /**
  818.      * Gets the public 'Sonata\EasyExtendsBundle\Command\GenerateCommand' shared service.
  819.      *
  820.      * @return \Sonata\EasyExtendsBundle\Command\GenerateCommand
  821.      */
  822.     protected function getGenerateCommandService()
  823.     {
  824.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  825.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  827.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Command/GenerateCommand.php';
  828.         return $this->services['Sonata\\EasyExtendsBundle\\Command\\GenerateCommand'] = new \Sonata\EasyExtendsBundle\Command\GenerateCommand();
  829.     }
  830.     /**
  831.      * Gets the public 'Sonata\UserBundle\Action\CheckEmailAction' shared service.
  832.      *
  833.      * @return \Sonata\UserBundle\Action\CheckEmailAction
  834.      */
  835.     protected function getCheckEmailActionService()
  836.     {
  837.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckEmailAction.php';
  838.         return $this->services['Sonata\\UserBundle\\Action\\CheckEmailAction'] = new \Sonata\UserBundle\Action\CheckEmailAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), 7200);
  839.     }
  840.     /**
  841.      * Gets the public 'Sonata\UserBundle\Action\CheckLoginAction' shared service.
  842.      *
  843.      * @return \Sonata\UserBundle\Action\CheckLoginAction
  844.      */
  845.     protected function getCheckLoginActionService()
  846.     {
  847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckLoginAction.php';
  848.         return $this->services['Sonata\\UserBundle\\Action\\CheckLoginAction'] = new \Sonata\UserBundle\Action\CheckLoginAction();
  849.     }
  850.     /**
  851.      * Gets the public 'Sonata\UserBundle\Action\LoginAction' shared service.
  852.      *
  853.      * @return \Sonata\UserBundle\Action\LoginAction
  854.      */
  855.     protected function getLoginActionService()
  856.     {
  857.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LoginAction.php';
  858.         $this->services['Sonata\\UserBundle\\Action\\LoginAction'] = $instance = new \Sonata\UserBundle\Action\LoginAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  859.         if ($this->has('security.csrf.token_manager')) {
  860.             $instance->setCsrfTokenManager(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  861.         }
  862.         return $instance;
  863.     }
  864.     /**
  865.      * Gets the public 'Sonata\UserBundle\Action\LogoutAction' shared service.
  866.      *
  867.      * @return \Sonata\UserBundle\Action\LogoutAction
  868.      */
  869.     protected function getLogoutActionService()
  870.     {
  871.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LogoutAction.php';
  872.         return $this->services['Sonata\\UserBundle\\Action\\LogoutAction'] = new \Sonata\UserBundle\Action\LogoutAction();
  873.     }
  874.     /**
  875.      * Gets the public 'Sonata\UserBundle\Action\RequestAction' shared service.
  876.      *
  877.      * @return \Sonata\UserBundle\Action\RequestAction
  878.      */
  879.     protected function getRequestActionService()
  880.     {
  881.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/RequestAction.php';
  882.         return $this->services['Sonata\\UserBundle\\Action\\RequestAction'] = new \Sonata\UserBundle\Action\RequestAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  883.     }
  884.     /**
  885.      * Gets the public 'Sonata\UserBundle\Action\ResetAction' shared service.
  886.      *
  887.      * @return \Sonata\UserBundle\Action\ResetAction
  888.      */
  889.     protected function getResetActionService()
  890.     {
  891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php';
  892.         $this->services['Sonata\\UserBundle\\Action\\ResetAction'] = $instance = new \Sonata\UserBundle\Action\ResetAction(($this->services['twig'] ?? $this->getTwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['session'] ?? $this->getSessionService()), 7200'main');
  893.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  894.         return $instance;
  895.     }
  896.     /**
  897.      * Gets the public 'Sonata\UserBundle\Action\SendEmailAction' shared service.
  898.      *
  899.      * @return \Sonata\UserBundle\Action\SendEmailAction
  900.      */
  901.     protected function getSendEmailActionService()
  902.     {
  903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/SendEmailAction.php';
  904.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  905.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Mailer/Mailer.php';
  906.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  907.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  908.         $a = ($this->services['twig'] ?? $this->getTwigService());
  909.         $b = ($this->services['router'] ?? $this->getRouterService());
  910.         return $this->services['Sonata\\UserBundle\\Action\\SendEmailAction'] = new \Sonata\UserBundle\Action\SendEmailAction($a$b, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), new \Sonata\UserBundle\Mailer\Mailer($b$a, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $this->parameters['fos_user.resetting.email.from_email'], '@FOSUser/Resetting/email.txt.twig'), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), 7200);
  911.     }
  912.     /**
  913.      * Gets the public 'Sonata\UserBundle\Command\TwoStepVerificationCommand' shared service.
  914.      *
  915.      * @return \Sonata\UserBundle\Command\TwoStepVerificationCommand
  916.      */
  917.     protected function getTwoStepVerificationCommandService()
  918.     {
  919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  920.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  921.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  922.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Command/TwoStepVerificationCommand.php';
  923.         return $this->services['Sonata\\UserBundle\\Command\\TwoStepVerificationCommand'] = new \Sonata\UserBundle\Command\TwoStepVerificationCommand(NULLNULL, ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  924.     }
  925.     /**
  926.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  927.      *
  928.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  929.      */
  930.     protected function getRedirectControllerService()
  931.     {
  932.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  933.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  934.     }
  935.     /**
  936.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  937.      *
  938.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  939.      */
  940.     protected function getTemplateControllerService()
  941.     {
  942.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  943.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  944.     }
  945.     /**
  946.      * Gets the public 'admin.attached_file' autowired service.
  947.      *
  948.      * @return \App\Admin\AttachedFileAdmin
  949.      */
  950.     protected function getAdmin_AttachedFileService()
  951.     {
  952.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  953.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  954.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  959.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  960.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  961.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  962.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  964.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  965.         include_once \dirname(__DIR__4).'/src/Admin/AttachedFileAdmin.php';
  966.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  967.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  968.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  969.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  971.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  972.         $instance = new \App\Admin\AttachedFileAdmin('admin.attached_file''App\\Entity\\AttachedFile', (\dirname(__DIR__4).'/public/%s'), 'App\\Controller\\AttachedFileAdminController');
  973.         $instance->setManagerType('orm');
  974.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  975.         $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  976.         $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  977.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  978.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  979.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  980.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  981.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  982.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  983.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  984.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  985.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  986.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  987.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  988.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  989.         $instance->setPagerType('default');
  990.         $instance->setLabel('AttachedFile');
  991.         $instance->showMosaicButton(true);
  992.         $instance->setTemplateRegistry(($this->services['admin.attached_file.template_registry'] ?? $this->getAdmin_AttachedFile_TemplateRegistryService()));
  993.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  994.         $instance->initialize();
  995.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  996.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  997.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  998.         return $instance;
  999.     }
  1000.     /**
  1001.      * Gets the public 'admin.attached_file.template_registry' shared service.
  1002.      *
  1003.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1004.      */
  1005.     protected function getAdmin_AttachedFile_TemplateRegistryService()
  1006.     {
  1007.         return $this->services['admin.attached_file.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1008.     }
  1009.     /**
  1010.      * Gets the public 'admin.owner' autowired service.
  1011.      *
  1012.      * @return \App\Admin\OwnerAdmin
  1013.      */
  1014.     protected function getAdmin_OwnerService()
  1015.     {
  1016.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  1017.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  1018.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1019.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  1020.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1021.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1022.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1024.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  1025.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1027.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1028.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1029.         include_once \dirname(__DIR__4).'/src/Admin/OwnerAdmin.php';
  1030.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1034.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1035.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1036.         $instance = new \App\Admin\OwnerAdmin('admin.owner''App\\Entity\\Owner''Sonata\\AdminBundle\\Controller\\CRUDController');
  1037.         $instance->setManagerType('orm');
  1038.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1039.         $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  1040.         $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  1041.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1042.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1043.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1044.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1045.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1046.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1047.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1048.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1049.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1050.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1051.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1052.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1053.         $instance->setPagerType('default');
  1054.         $instance->setLabel('Owner');
  1055.         $instance->showMosaicButton(true);
  1056.         $instance->setTemplateRegistry(($this->services['admin.owner.template_registry'] ?? $this->getAdmin_Owner_TemplateRegistryService()));
  1057.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1058.         $instance->initialize();
  1059.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1060.         $instance->addExtension(($this->privates['app.admin.extension.add_praxis'] ?? $this->getApp_Admin_Extension_AddPraxisService()));
  1061.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1062.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1063.         return $instance;
  1064.     }
  1065.     /**
  1066.      * Gets the public 'admin.owner.template_registry' shared service.
  1067.      *
  1068.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1069.      */
  1070.     protected function getAdmin_Owner_TemplateRegistryService()
  1071.     {
  1072.         return $this->services['admin.owner.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1073.     }
  1074.     /**
  1075.      * Gets the public 'admin.pet' autowired service.
  1076.      *
  1077.      * @return \App\Admin\PetAdmin
  1078.      */
  1079.     protected function getAdmin_PetService()
  1080.     {
  1081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  1082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  1083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  1085.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1086.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1087.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1088.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1089.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  1090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1091.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1094.         include_once \dirname(__DIR__4).'/src/Admin/PetAdmin.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  1096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1100.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1101.         $instance = new \App\Admin\PetAdmin('admin.pet''App\\Entity\\Pet''Sonata\\AdminBundle\\Controller\\CRUDController');
  1102.         $instance->setManagerType('orm');
  1103.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1104.         $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  1105.         $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  1106.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1107.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1108.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1109.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1110.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1111.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1112.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1113.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1114.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1115.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1116.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1117.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1118.         $instance->setPagerType('default');
  1119.         $instance->setLabel('Pet');
  1120.         $instance->showMosaicButton(true);
  1121.         $instance->setTemplateRegistry(($this->services['admin.pet.template_registry'] ?? $this->getAdmin_Pet_TemplateRegistryService()));
  1122.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1123.         $instance->initialize();
  1124.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1125.         $instance->addExtension(($this->privates['app.admin.extension.add_praxis'] ?? $this->getApp_Admin_Extension_AddPraxisService()));
  1126.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1127.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1128.         return $instance;
  1129.     }
  1130.     /**
  1131.      * Gets the public 'admin.pet.template_registry' shared service.
  1132.      *
  1133.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1134.      */
  1135.     protected function getAdmin_Pet_TemplateRegistryService()
  1136.     {
  1137.         return $this->services['admin.pet.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1138.     }
  1139.     /**
  1140.      * Gets the public 'admin.praxis' autowired service.
  1141.      *
  1142.      * @return \App\Admin\PraxisAdmin
  1143.      */
  1144.     protected function getAdmin_PraxisService()
  1145.     {
  1146.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  1148.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1159.         include_once \dirname(__DIR__4).'/src/Admin/PraxisAdmin.php';
  1160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  1161.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1166.         $instance = new \App\Admin\PraxisAdmin('admin.praxis''App\\Entity\\Praxis''App\\Controller\\PraxisAdminController');
  1167.         $instance->setManagerType('orm');
  1168.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1169.         $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  1170.         $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  1171.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1172.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1173.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1174.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1175.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1176.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1177.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1178.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1179.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1180.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1181.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1182.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1183.         $instance->setPagerType('default');
  1184.         $instance->setLabel('Praxis');
  1185.         $instance->showMosaicButton(true);
  1186.         $instance->setTemplateRegistry(($this->services['admin.praxis.template_registry'] ?? $this->getAdmin_Praxis_TemplateRegistryService()));
  1187.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1188.         $instance->initialize();
  1189.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1190.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1191.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1192.         return $instance;
  1193.     }
  1194.     /**
  1195.      * Gets the public 'admin.praxis.template_registry' shared service.
  1196.      *
  1197.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1198.      */
  1199.     protected function getAdmin_Praxis_TemplateRegistryService()
  1200.     {
  1201.         return $this->services['admin.praxis.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1202.     }
  1203.     /**
  1204.      * Gets the public 'admin.treatment' autowired service.
  1205.      *
  1206.      * @return \App\Admin\TreatmentAdmin
  1207.      */
  1208.     protected function getAdmin_TreatmentService()
  1209.     {
  1210.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  1212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  1214.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1215.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1217.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1223.         include_once \dirname(__DIR__4).'/src/Admin/TreatmentAdmin.php';
  1224.         include_once \dirname(__DIR__4).'/src/Admin/VaccineAdmin.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1231.         $instance = new \App\Admin\TreatmentAdmin('admin.treatment''App\\Entity\\Treatment''App\\Controller\\TreatmentAdminController');
  1232.         $a = new \App\Admin\VaccineAdmin('admin.vaccine''App\\Entity\\Vaccine''Sonata\\AdminBundle\\Controller\\CRUDController');
  1233.         $b = ($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService());
  1234.         $c = ($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource()));
  1235.         $d = ($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService());
  1236.         $e = ($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService());
  1237.         $f = ($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService());
  1238.         $g = ($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService());
  1239.         $h = ($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService());
  1240.         $i = ($this->services['translator'] ?? $this->getTranslatorService());
  1241.         $j = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  1242.         $k = ($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService());
  1243.         $l = ($this->services['validator'] ?? $this->getValidatorService());
  1244.         $m = ($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler()));
  1245.         $n = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  1246.         $o = ($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService());
  1247.         $p = ($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy()));
  1248.         $q = ($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService());
  1249.         $a->setManagerType('orm');
  1250.         $a->setModelManager($b);
  1251.         $a->setDataSource($c);
  1252.         $a->setFieldDescriptionFactory($d);
  1253.         $a->setFormContractor($e);
  1254.         $a->setShowBuilder($f);
  1255.         $a->setListBuilder($g);
  1256.         $a->setDatagridBuilder($h);
  1257.         $a->setTranslator($ifalse);
  1258.         $a->setConfigurationPool($j);
  1259.         $a->setRouteGenerator($k);
  1260.         $a->setValidator($l);
  1261.         $a->setSecurityHandler($m);
  1262.         $a->setMenuFactory($n);
  1263.         $a->setRouteBuilder($o);
  1264.         $a->setLabelTranslatorStrategy($p);
  1265.         $a->setPagerType('default');
  1266.         $a->setLabel('Vaccine');
  1267.         $a->showMosaicButton(true);
  1268.         $a->setTemplateRegistry(($this->services['admin.vaccine.template_registry'] ?? $this->getAdmin_Vaccine_TemplateRegistryService()));
  1269.         $a->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1270.         $a->initialize();
  1271.         $a->addExtension($q);
  1272.         $a->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1273.         $a->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1274.         $instance->addChild($a'treatment');
  1275.         $instance->setFormTheme([=> 'form_admin_fields.html.twig']);
  1276.         $instance->setManagerType('orm');
  1277.         $instance->setModelManager($b);
  1278.         $instance->setDataSource($c);
  1279.         $instance->setFieldDescriptionFactory($d);
  1280.         $instance->setFormContractor($e);
  1281.         $instance->setShowBuilder($f);
  1282.         $instance->setListBuilder($g);
  1283.         $instance->setDatagridBuilder($h);
  1284.         $instance->setTranslator($ifalse);
  1285.         $instance->setConfigurationPool($j);
  1286.         $instance->setRouteGenerator($k);
  1287.         $instance->setValidator($l);
  1288.         $instance->setSecurityHandler($m);
  1289.         $instance->setMenuFactory($n);
  1290.         $instance->setRouteBuilder($o);
  1291.         $instance->setLabelTranslatorStrategy($p);
  1292.         $instance->setPagerType('default');
  1293.         $instance->setLabel('Treatment');
  1294.         $instance->showMosaicButton(true);
  1295.         $instance->setTemplateRegistry(($this->services['admin.treatment.template_registry'] ?? $this->getAdmin_Treatment_TemplateRegistryService()));
  1296.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1297.         $instance->initialize();
  1298.         $instance->addExtension($q);
  1299.         $instance->addExtension(($this->privates['app.admin.extension.add_praxis'] ?? $this->getApp_Admin_Extension_AddPraxisService()));
  1300.         $instance->addExtension(($this->privates['app.admin.extension.add_doctor'] ?? $this->getApp_Admin_Extension_AddDoctorService()));
  1301.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1302.         return $instance;
  1303.     }
  1304.     /**
  1305.      * Gets the public 'admin.treatment.template_registry' shared service.
  1306.      *
  1307.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1308.      */
  1309.     protected function getAdmin_Treatment_TemplateRegistryService()
  1310.     {
  1311.         return $this->services['admin.treatment.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['user_block' => '@SonataUser/Admin/Core/user_block.html.twig''layout' => 'standard_layout.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''dashboard' => '@SonataAdmin/Core/dashboard.html.twig''search' => '@SonataAdmin/Core/search.html.twig''list' => '@SonataAdmin/CRUD/list.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => 'TreatmentAdmin/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''edit' => '@SonataAdmin/CRUD/edit.html.twig''preview' => '@SonataAdmin/CRUD/preview.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.html.twig''history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig''action' => '@SonataAdmin/CRUD/action.html.twig''select' => '@SonataAdmin/CRUD/list__select.html.twig''list_block' => '@SonataAdmin/Block/block_admin_list.html.twig''search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig''short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig''delete' => '@SonataAdmin/CRUD/delete.html.twig''batch' => '@SonataAdmin/CRUD/list__batch.html.twig''batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig''inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig''outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig''outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig''outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig''base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig''action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig''button_acl' => '@SonataAdmin/Button/acl_button.html.twig''button_create' => '@SonataAdmin/Button/create_button.html.twig''button_edit' => '@SonataAdmin/Button/edit_button.html.twig''button_history' => '@SonataAdmin/Button/history_button.html.twig''button_list' => '@SonataAdmin/Button/list_button.html.twig''button_show' => '@SonataAdmin/Button/show_button.html.twig']);
  1312.     }
  1313.     /**
  1314.      * Gets the public 'admin.vaccine' autowired service.
  1315.      *
  1316.      * @return \App\Admin\VaccineAdmin
  1317.      */
  1318.     protected function getAdmin_VaccineService()
  1319.     {
  1320.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  1321.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  1322.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1323.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  1324.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1325.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1326.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1327.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1328.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  1329.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1330.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1333.         include_once \dirname(__DIR__4).'/src/Admin/VaccineAdmin.php';
  1334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  1335.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  1336.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  1337.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  1338.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1339.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1340.         $instance = new \App\Admin\VaccineAdmin('admin.vaccine''App\\Entity\\Vaccine''Sonata\\AdminBundle\\Controller\\CRUDController');
  1341.         $instance->setManagerType('orm');
  1342.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1343.         $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  1344.         $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  1345.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1346.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1347.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1348.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1349.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1350.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1351.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1352.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1353.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  1354.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1355.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1356.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1357.         $instance->setPagerType('default');
  1358.         $instance->setLabel('Vaccine');
  1359.         $instance->showMosaicButton(true);
  1360.         $instance->setTemplateRegistry(($this->services['admin.vaccine.template_registry'] ?? $this->getAdmin_Vaccine_TemplateRegistryService()));
  1361.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1362.         $instance->initialize();
  1363.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1364.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1365.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1366.         return $instance;
  1367.     }
  1368.     /**
  1369.      * Gets the public 'admin.vaccine.template_registry' shared service.
  1370.      *
  1371.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1372.      */
  1373.     protected function getAdmin_Vaccine_TemplateRegistryService()
  1374.     {
  1375.         return $this->services['admin.vaccine.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1376.     }
  1377.     /**
  1378.      * Gets the public 'cache.app' shared service.
  1379.      *
  1380.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1381.      */
  1382.     protected function getCache_AppService()
  1383.     {
  1384.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('XMD9KXXuja'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  1385.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1386.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1387.     }
  1388.     /**
  1389.      * Gets the public 'cache.app_clearer' shared service.
  1390.      *
  1391.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1392.      */
  1393.     protected function getCache_AppClearerService()
  1394.     {
  1395.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1396.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1397.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService())]);
  1398.     }
  1399.     /**
  1400.      * Gets the public 'cache.global_clearer' shared service.
  1401.      *
  1402.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1403.      */
  1404.     protected function getCache_GlobalClearerService()
  1405.     {
  1406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1407.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1408.         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.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), '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())]);
  1409.     }
  1410.     /**
  1411.      * Gets the public 'cache.system' shared service.
  1412.      *
  1413.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1414.      */
  1415.     protected function getCache_SystemService()
  1416.     {
  1417.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sHnZCw5+ci'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1418.     }
  1419.     /**
  1420.      * Gets the public 'cache.system_clearer' shared service.
  1421.      *
  1422.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  1423.      */
  1424.     protected function getCache_SystemClearerService()
  1425.     {
  1426.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  1428.         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())]);
  1429.     }
  1430.     /**
  1431.      * Gets the public 'cache_clearer' shared service.
  1432.      *
  1433.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1434.      */
  1435.     protected function getCacheClearerService()
  1436.     {
  1437.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1438.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1439.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1440.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1441.         }, 1));
  1442.     }
  1443.     /**
  1444.      * Gets the public 'cache_warmer' shared service.
  1445.      *
  1446.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  1447.      */
  1448.     protected function getCacheWarmerService()
  1449.     {
  1450.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  1451.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  1452.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  1453.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  1454.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  1455.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  1456.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  1457.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  1458.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  1459.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  1460.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  1461.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  1462.             yield => ($this->services['sonata.admin.route.cache_warmup'] ?? $this->getSonata_Admin_Route_CacheWarmupService());
  1463.         }, 10), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  1464.     }
  1465.     /**
  1466.      * Gets the public 'console.command_loader' shared service.
  1467.      *
  1468.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  1469.      */
  1470.     protected function getConsole_CommandLoaderService()
  1471.     {
  1472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  1474.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1475.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  1476.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => ['services''Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''getCreateClassCacheCommandService'false],
  1477.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => ['privates''Sonata\\BlockBundle\\Command\\DebugBlocksCommand''getDebugBlocksCommandService'false],
  1478.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand''getInitAclCommandService'false],
  1479.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand''getSetAclCommandService'false],
  1480.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  1481.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  1482.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  1483.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  1484.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  1485.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  1486.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  1487.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  1488.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  1489.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  1490.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  1491.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  1492.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  1493.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  1494.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  1495.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  1496.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  1497.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  1498.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  1499.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  1500.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  1501.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  1502.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  1503.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  1504.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  1505.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  1506.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  1507.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  1508.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  1509.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  1510.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  1511.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  1512.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  1513.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  1514.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  1515.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  1516.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  1517.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  1518.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  1519.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  1520.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  1521.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  1522.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  1523.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  1524.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  1525.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  1526.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  1527.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  1528.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  1529.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  1530.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  1531.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  1532.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  1533.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  1534.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  1535.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  1536.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  1537.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  1538.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  1539.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  1540.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  1541.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  1542.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  1543.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  1544.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  1545.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  1546.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  1547.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  1548.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  1549.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  1550.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  1551.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  1552.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  1553.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  1554.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  1555.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  1556.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  1557.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  1558.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  1559.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  1560.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  1561.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  1562.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  1563.             'maker.auto_command.make_sonata_admin' => ['privates''maker.auto_command.make_sonata_admin''getMaker_AutoCommand_MakeSonataAdminService'false],
  1564.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  1565.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  1566.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  1567.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  1568.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  1569.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  1570.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  1571.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  1572.             'sonata.admin.command.explain' => ['services''sonata.admin.command.explain''getSonata_Admin_Command_ExplainService'false],
  1573.             'sonata.admin.command.generate_object_acl' => ['services''sonata.admin.command.generate_object_acl''getSonata_Admin_Command_GenerateObjectAclService'false],
  1574.             'sonata.admin.command.list' => ['services''sonata.admin.command.list''getSonata_Admin_Command_ListService'false],
  1575.             'sonata.admin.command.setup_acl' => ['services''sonata.admin.command.setup_acl''getSonata_Admin_Command_SetupAclService'false],
  1576.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  1577.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  1578.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  1579.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  1580.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  1581.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  1582.         ], [
  1583.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  1584.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand',
  1585.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
  1586.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand',
  1587.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand',
  1588.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  1589.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  1590.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  1591.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  1592.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  1593.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  1594.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  1595.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  1596.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  1597.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  1598.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  1599.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  1600.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  1601.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  1602.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  1603.             'console.command.messenger_consume_messages' => 'Symfony\\Component\\Messenger\\Command\\ConsumeMessagesCommand',
  1604.             'console.command.messenger_debug' => 'Symfony\\Component\\Messenger\\Command\\DebugCommand',
  1605.             'console.command.messenger_setup_transports' => 'Symfony\\Component\\Messenger\\Command\\SetupTransportsCommand',
  1606.             'console.command.messenger_stop_workers' => 'Symfony\\Component\\Messenger\\Command\\StopWorkersCommand',
  1607.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  1608.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  1609.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  1610.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  1611.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  1612.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  1613.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  1614.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  1615.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  1616.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  1617.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  1618.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  1619.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  1620.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  1621.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  1622.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  1623.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  1624.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  1625.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  1626.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  1627.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  1628.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  1629.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  1630.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  1631.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  1632.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  1633.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  1634.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  1635.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  1636.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  1637.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  1638.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  1639.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  1640.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  1641.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  1642.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  1643.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  1644.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  1645.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  1646.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  1647.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  1648.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  1649.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  1650.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  1651.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  1652.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  1653.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  1654.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  1655.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  1656.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1657.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1658.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1659.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1660.             'maker.auto_command.make_docker_database' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1661.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1662.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1663.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1664.             'maker.auto_command.make_message' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1665.             'maker.auto_command.make_messenger_middleware' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1666.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1667.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1668.             'maker.auto_command.make_reset_password' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1669.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1670.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1671.             'maker.auto_command.make_sonata_admin' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1672.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1673.             'maker.auto_command.make_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1674.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1675.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1676.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1677.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  1678.             'monolog.command.server_log' => 'Symfony\\Bridge\\Monolog\\Command\\ServerLogCommand',
  1679.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  1680.             'sonata.admin.command.explain' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand',
  1681.             'sonata.admin.command.generate_object_acl' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand',
  1682.             'sonata.admin.command.list' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand',
  1683.             'sonata.admin.command.setup_acl' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand',
  1684.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  1685.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  1686.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  1687.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  1688.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  1689.             'var_dumper.command.server_dump' => 'Symfony\\Component\\VarDumper\\Command\\ServerDumpCommand',
  1690.         ]), ['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''messenger:consume' => 'console.command.messenger_consume_messages''messenger:consume-messages' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''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''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''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''sonata:block:debug' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand''cache:create-cache-class' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''sonata:admin:explain' => 'sonata.admin.command.explain''sonata:admin:generate-object-acl' => 'sonata.admin.command.generate_object_acl''sonata:admin:list' => 'sonata.admin.command.list''sonata:admin:setup-acl' => 'sonata.admin.command.setup_acl''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''acl:init' => 'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand''acl:set' => 'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''ckeditor:install' => 'fos_ck_editor.command.installer''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration''make:sonata:admin' => 'maker.auto_command.make_sonata_admin']);
  1691.     }
  1692.     /**
  1693.      * Gets the public 'container.env_var_processors_locator' shared service.
  1694.      *
  1695.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1696.      */
  1697.     protected function getContainer_EnvVarProcessorsLocatorService()
  1698.     {
  1699.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1700.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1701.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1702.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1703.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1704.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1705.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1706.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1707.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1708.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1709.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1710.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1711.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1712.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1713.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1714.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1715.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  1716.         ], [
  1717.             'base64' => '?',
  1718.             'bool' => '?',
  1719.             'const' => '?',
  1720.             'csv' => '?',
  1721.             'default' => '?',
  1722.             'file' => '?',
  1723.             'float' => '?',
  1724.             'int' => '?',
  1725.             'json' => '?',
  1726.             'key' => '?',
  1727.             'query_string' => '?',
  1728.             'require' => '?',
  1729.             'resolve' => '?',
  1730.             'string' => '?',
  1731.             'trim' => '?',
  1732.             'url' => '?',
  1733.         ]);
  1734.     }
  1735.     /**
  1736.      * Gets the public 'data_collector.dump' shared service.
  1737.      *
  1738.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1739.      */
  1740.     protected function getDataCollector_DumpService()
  1741.     {
  1742.         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()));
  1743.     }
  1744.     /**
  1745.      * Gets the public 'doctrine' shared service.
  1746.      *
  1747.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1748.      */
  1749.     protected function getDoctrineService()
  1750.     {
  1751.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1752.     }
  1753.     /**
  1754.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1755.      *
  1756.      * @return \Doctrine\DBAL\Connection
  1757.      */
  1758.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1759.     {
  1760.         $a = new \Doctrine\DBAL\Configuration();
  1761.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1762.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1763.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1764.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1765.         $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()))]));
  1766.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1767.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1768.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  1769.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  1770.             'security.acl.dbal.schema_listener' => ['privates''security.acl.dbal.schema_listener''getSecurity_Acl_Dbal_SchemaListenerService'false],
  1771.             'sonata.doctrine.mapper' => ['privates''sonata.doctrine.mapper''getSonata_Doctrine_MapperService'false],
  1772.             'sonata.easy_extends.doctrine.mapper' => ['privates''sonata.easy_extends.doctrine.mapper''getSonata_EasyExtends_Doctrine_MapperService'false],
  1773.         ], [
  1774.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1775.             'fos_user.user_listener' => '?',
  1776.             'security.acl.dbal.schema_listener' => '?',
  1777.             'sonata.doctrine.mapper' => '?',
  1778.             'sonata.easy_extends.doctrine.mapper' => '?',
  1779.         ]), [=> 'sonata.easy_extends.doctrine.mapper'=> 'fos_user.user_listener'=> 'sonata.doctrine.mapper']);
  1780.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  1781.         $c->addEventListener([=> 'postGenerateSchema'], 'security.acl.dbal.schema_listener');
  1782.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->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, []);
  1783.     }
  1784.     /**
  1785.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1786.      *
  1787.      * @return \Doctrine\ORM\EntityManager
  1788.      */
  1789.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1790.     {
  1791.         $a = new \Doctrine\ORM\Configuration();
  1792.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1793.         $c = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/config/doctrine') => 'Sonata\\UserBundle\\Entity', (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle/Resources/config/doctrine') => 'App\\Application\\Sonata\\UserBundle\\Entity']);
  1794.         $c->setGlobalBasename('mapping');
  1795.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  1796.         $b->addDriver($c'Sonata\\UserBundle\\Entity');
  1797.         $b->addDriver($c'App\\Application\\Sonata\\UserBundle\\Entity');
  1798.         $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');
  1799.         $a->setEntityNamespaces(['App' => 'App\\Entity''SonataUserBundle' => 'Sonata\\UserBundle\\Entity''ApplicationSonataUserBundle' => 'App\\Application\\Sonata\\UserBundle\\Entity']);
  1800.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  1801.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  1802.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  1803.         $a->setMetadataDriverImpl($b);
  1804.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1805.         $a->setProxyNamespace('Proxies');
  1806.         $a->setAutoGenerateProxyClasses(true);
  1807.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  1808.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1809.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1810.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1811.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1812.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1813.             'App\\Repository\\AttachedFileRepository' => ['privates''App\\Repository\\AttachedFileRepository''getAttachedFileRepositoryService'false],
  1814.             'App\\Repository\\OwnerRepository' => ['privates''App\\Repository\\OwnerRepository''getOwnerRepositoryService'false],
  1815.             'App\\Repository\\PetRepository' => ['privates''App\\Repository\\PetRepository''getPetRepositoryService'false],
  1816.             'App\\Repository\\PraxisRepository' => ['privates''App\\Repository\\PraxisRepository''getPraxisRepositoryService'false],
  1817.             'App\\Repository\\TreatmentRepository' => ['privates''App\\Repository\\TreatmentRepository''getTreatmentRepositoryService'false],
  1818.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'false],
  1819.             'App\\Repository\\VaccineRepository' => ['privates''App\\Repository\\VaccineRepository''getVaccineRepositoryService'false],
  1820.         ], [
  1821.             'App\\Repository\\AttachedFileRepository' => '?',
  1822.             'App\\Repository\\OwnerRepository' => '?',
  1823.             'App\\Repository\\PetRepository' => '?',
  1824.             'App\\Repository\\PraxisRepository' => '?',
  1825.             'App\\Repository\\TreatmentRepository' => '?',
  1826.             'App\\Repository\\UserRepository' => '?',
  1827.             'App\\Repository\\VaccineRepository' => '?',
  1828.         ])));
  1829.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1830.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1831.         return $instance;
  1832.     }
  1833.     /**
  1834.      * Gets the public 'error_controller' shared service.
  1835.      *
  1836.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  1837.      */
  1838.     protected function getErrorControllerService()
  1839.     {
  1840.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  1841.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  1842.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  1843.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  1844.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  1845.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1846.         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)));
  1847.     }
  1848.     /**
  1849.      * Gets the public 'event_dispatcher' shared service.
  1850.      *
  1851.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1852.      */
  1853.     protected function getEventDispatcherService()
  1854.     {
  1855.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1856.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1857.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1858.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1859.         $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())));
  1860.         $instance->addListener('kernel.controller', [=> function () {
  1861.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1862.         }, => 'onKernelController'], 0);
  1863.         $instance->addListener('kernel.response', [=> function () {
  1864.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  1865.         }, => 'onKernelResponse'], 0);
  1866.         $instance->addListener('console.terminate', [=> function () {
  1867.             return ($this->privates['sonata.admin.listener.assets_install'] ?? $this->getSonata_Admin_Listener_AssetsInstallService());
  1868.         }, => 'copySonataCoreBundleAssets'], 0);
  1869.         $instance->addListener('kernel.request', [=> function () {
  1870.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  1871.         }, => 'onKernelRequest'], 10);
  1872.         $instance->addListener('security.interactive_login', [=> function () {
  1873.             return ($this->privates['App\\EventListener\\PraxisRelatedEntityListener'] ?? $this->getPraxisRelatedEntityListenerService());
  1874.         }, => 'onLogin'], 0);
  1875.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  1876.             return ($this->privates['App\\EventListener\\RegistrationListener'] ?? $this->getRegistrationListenerService());
  1877.         }, => 'onRegistrationInitialize'], 0);
  1878.         $instance->addListener('fos_user.registration.initialize', [=> function () {
  1879.             return ($this->privates['app.registration.listener'] ?? $this->getApp_Registration_ListenerService());
  1880.         }, => 'onRegistrationInitialize'], 0);
  1881.         $instance->addListener('kernel.response', [=> function () {
  1882.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  1883.         }, => 'onKernelResponse'], 0);
  1884.         $instance->addListener('kernel.response', [=> function () {
  1885.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1886.         }, => 'onKernelResponse'], -1024);
  1887.         $instance->addListener('kernel.request', [=> function () {
  1888.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1889.         }, => 'setDefaultLocale'], 100);
  1890.         $instance->addListener('kernel.request', [=> function () {
  1891.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1892.         }, => 'onKernelRequest'], 16);
  1893.         $instance->addListener('kernel.finish_request', [=> function () {
  1894.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1895.         }, => 'onKernelFinishRequest'], 0);
  1896.         $instance->addListener('kernel.request', [=> function () {
  1897.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1898.         }, => 'onKernelRequest'], 256);
  1899.         $instance->addListener('kernel.request', [=> function () {
  1900.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  1901.         }, => 'resolveControllerName'], 24);
  1902.         $instance->addListener('kernel.response', [=> function () {
  1903.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1904.         }, => 'onResponse'], -255);
  1905.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1906.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1907.         }, => 'onControllerArguments'], 0);
  1908.         $instance->addListener('kernel.exception', [=> function () {
  1909.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1910.         }, => 'logKernelException'], 0);
  1911.         $instance->addListener('kernel.exception', [=> function () {
  1912.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1913.         }, => 'onKernelException'], -128);
  1914.         $instance->addListener('kernel.request', [=> function () {
  1915.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1916.         }, => 'onKernelRequest'], 15);
  1917.         $instance->addListener('kernel.finish_request', [=> function () {
  1918.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1919.         }, => 'onKernelFinishRequest'], -15);
  1920.         $instance->addListener('console.error', [=> function () {
  1921.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1922.         }, => 'onConsoleError'], -128);
  1923.         $instance->addListener('console.terminate', [=> function () {
  1924.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  1925.         }, => 'onConsoleTerminate'], -128);
  1926.         $instance->addListener('console.error', [=> function () {
  1927.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1928.         }, => 'onConsoleError'], 0);
  1929.         $instance->addListener('kernel.request', [=> function () {
  1930.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1931.         }, => 'onKernelRequest'], 128);
  1932.         $instance->addListener('kernel.response', [=> function () {
  1933.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1934.         }, => 'onKernelResponse'], -1000);
  1935.         $instance->addListener('kernel.finish_request', [=> function () {
  1936.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1937.         }, => 'onFinishRequest'], 0);
  1938.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1939.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  1940.         }, => 'onMessageFailed'], 100);
  1941.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1942.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1943.         }, => 'onWorkerStarted'], 0);
  1944.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1945.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  1946.         }, => 'onWorkerRunning'], 0);
  1947.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1948.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1949.         }, => 'onMessage'], -255);
  1950.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1951.             return ($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1952.         }, => 'onMessage'], -255);
  1953.         $instance->addListener('kernel.response', [=> function () {
  1954.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1955.         }, => 'onKernelResponse'], -100);
  1956.         $instance->addListener('kernel.exception', [=> function () {
  1957.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1958.         }, => 'onKernelException'], 0);
  1959.         $instance->addListener('kernel.terminate', [=> function () {
  1960.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1961.         }, => 'onKernelTerminate'], -1024);
  1962.         $instance->addListener('kernel.controller', [=> function () {
  1963.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1964.         }, => 'onKernelController'], 0);
  1965.         $instance->addListener('kernel.response', [=> function () {
  1966.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  1967.         }, => 'onKernelResponse'], 0);
  1968.         $instance->addListener('kernel.request', [=> function () {
  1969.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1970.         }, => 'configure'], 2048);
  1971.         $instance->addListener('console.command', [=> function () {
  1972.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1973.         }, => 'configure'], 2048);
  1974.         $instance->addListener('kernel.request', [=> function () {
  1975.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1976.         }, => 'onKernelRequest'], 32);
  1977.         $instance->addListener('kernel.finish_request', [=> function () {
  1978.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1979.         }, => 'onKernelFinishRequest'], 0);
  1980.         $instance->addListener('kernel.exception', [=> function () {
  1981.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1982.         }, => 'onKernelException'], -64);
  1983.         $instance->addListener('console.error', [=> function () {
  1984.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1985.         }, => 'onConsoleError'], 0);
  1986.         $instance->addListener('console.terminate', [=> function () {
  1987.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1988.         }, => 'onConsoleTerminate'], 0);
  1989.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1990.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  1991.         }, => 'onMessage'], 0);
  1992.         $instance->addListener('kernel.response', [=> function () {
  1993.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1994.         }, => 'onKernelResponse'], 0);
  1995.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1996.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  1997.         }, => 'onVoterVote'], 0);
  1998.         $instance->addListener('kernel.request', [=> function () {
  1999.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2000.         }, => 'configureLogoutUrlGenerator'], 8);
  2001.         $instance->addListener('kernel.request', [=> function () {
  2002.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2003.         }, => 'onKernelRequest'], 8);
  2004.         $instance->addListener('kernel.finish_request', [=> function () {
  2005.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2006.         }, => 'onKernelFinishRequest'], 0);
  2007.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2008.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2009.         }, => 'onWorkerMessageHandled'], 0);
  2010.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2011.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  2012.         }, => 'onWorkerMessageFailed'], 0);
  2013.         $instance->addListener('kernel.response', [=> function () {
  2014.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2015.         }, => 'onKernelResponse'], -128);
  2016.         $instance->addListener('console.command', [=> function () {
  2017.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2018.         }, => 'onCommand'], 255);
  2019.         $instance->addListener('console.terminate', [=> function () {
  2020.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2021.         }, => 'onTerminate'], -255);
  2022.         $instance->addListener('console.command', [=> function () {
  2023.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  2024.         }, => 'configure'], 1024);
  2025.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  2026.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2027.         }, => 'onImplicitLogin'], 0);
  2028.         $instance->addListener('security.interactive_login', [=> function () {
  2029.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  2030.         }, => 'onSecurityInteractiveLogin'], 0);
  2031.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2032.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2033.         }, => 'authenticate'], 0);
  2034.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  2035.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2036.         }, => 'authenticate'], 0);
  2037.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2038.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  2039.         }, => 'authenticate'], 0);
  2040.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  2041.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2042.         }, => 'addSuccessFlash'], 0);
  2043.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  2044.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2045.         }, => 'addSuccessFlash'], 0);
  2046.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  2047.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2048.         }, => 'addSuccessFlash'], 0);
  2049.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  2050.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2051.         }, => 'addSuccessFlash'], 0);
  2052.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  2053.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2054.         }, => 'addSuccessFlash'], 0);
  2055.         $instance->addListener('fos_user.registration.completed', [=> function () {
  2056.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2057.         }, => 'addSuccessFlash'], 0);
  2058.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  2059.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  2060.         }, => 'addSuccessFlash'], 0);
  2061.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  2062.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2063.         }, => 'onResettingResetInitialize'], 0);
  2064.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  2065.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2066.         }, => 'onResettingResetSuccess'], 0);
  2067.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  2068.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  2069.         }, => 'onResettingResetRequest'], 0);
  2070.         $instance->addListener('kernel.exception', [=> function () {
  2071.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2072.         }, => 'onException'], 0);
  2073.         $instance->addListener('kernel.terminate', [=> function () {
  2074.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2075.         }, => 'onTerminate'], 0);
  2076.         $instance->addListener('console.error', [=> function () {
  2077.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2078.         }, => 'onException'], 0);
  2079.         $instance->addListener('console.terminate', [=> function () {
  2080.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  2081.         }, => 'onTerminate'], 0);
  2082.         return $instance;
  2083.     }
  2084.     /**
  2085.      * Gets the public 'filesystem' shared service.
  2086.      *
  2087.      * @return \Symfony\Component\Filesystem\Filesystem
  2088.      */
  2089.     protected function getFilesystemService()
  2090.     {
  2091.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  2092.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  2093.     }
  2094.     /**
  2095.      * Gets the public 'form.factory' shared service.
  2096.      *
  2097.      * @return \Symfony\Component\Form\FormFactory
  2098.      */
  2099.     protected function getForm_FactoryService()
  2100.     {
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  2103.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  2104.     }
  2105.     /**
  2106.      * Gets the public 'form.type.file' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  2109.      */
  2110.     protected function getForm_Type_FileService()
  2111.     {
  2112.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2113.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  2115.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  2116.     }
  2117.     /**
  2118.      * Gets the public 'fos_rest.view_handler' shared service.
  2119.      *
  2120.      * @return \FOS\RestBundle\View\ViewHandler
  2121.      */
  2122.     protected function getFosRest_ViewHandlerService()
  2123.     {
  2124.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  2125.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  2126.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  2127.         return $this->services['fos_rest.view_handler'] = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), $this->getFosRest_Serializer_SymfonyService(), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false'html' => true], 400204false, ['html' => 302], 'twig', ['serializeNullStrategy' => false], false);
  2128.     }
  2129.     /**
  2130.      * Gets the public 'fos_user.change_password.controller' shared service.
  2131.      *
  2132.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  2133.      */
  2134.     protected function getFosUser_ChangePassword_ControllerService()
  2135.     {
  2136.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2137.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2138.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2139.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2140.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  2141.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2142.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2143.         $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()));
  2144.         $instance->setContainer($this);
  2145.         return $instance;
  2146.     }
  2147.     /**
  2148.      * Gets the public 'fos_user.group.controller' shared service.
  2149.      *
  2150.      * @return \FOS\UserBundle\Controller\GroupController
  2151.      */
  2152.     protected function getFosUser_Group_ControllerService()
  2153.     {
  2154.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2155.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2156.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2157.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2158.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/GroupController.php';
  2159.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2160.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2161.         $this->services['fos_user.group.controller'] = $instance = new \FOS\UserBundle\Controller\GroupController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_group_form''FOS\\UserBundle\\Form\\Type\\GroupFormType'$this->parameters['fos_user.group.form.validation_groups']), ($this->services['fos_user.group_manager'] ?? $this->getFosUser_GroupManagerService()));
  2162.         $instance->setContainer($this);
  2163.         return $instance;
  2164.     }
  2165.     /**
  2166.      * Gets the public 'fos_user.group_manager' shared service.
  2167.      *
  2168.      * @return \Sonata\UserBundle\Entity\GroupManager
  2169.      */
  2170.     protected function getFosUser_GroupManagerService()
  2171.     {
  2172.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManagerInterface.php';
  2173.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManager.php';
  2174.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/GroupManager.php';
  2175.         include_once \dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Pager/PageableInterface.php';
  2176.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/GroupManagerInterface.php';
  2177.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/GroupManager.php';
  2178.         return $this->services['fos_user.group_manager'] = new \Sonata\UserBundle\Entity\GroupManager(($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'App\\Application\\Sonata\\UserBundle\\Entity\\Group');
  2179.     }
  2180.     /**
  2181.      * Gets the public 'fos_user.profile.controller' shared service.
  2182.      *
  2183.      * @return \FOS\UserBundle\Controller\ProfileController
  2184.      */
  2185.     protected function getFosUser_Profile_ControllerService()
  2186.     {
  2187.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2188.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2191.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  2192.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2193.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2194.         $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()));
  2195.         $instance->setContainer($this);
  2196.         return $instance;
  2197.     }
  2198.     /**
  2199.      * Gets the public 'fos_user.registration.controller' shared service.
  2200.      *
  2201.      * @return \FOS\UserBundle\Controller\RegistrationController
  2202.      */
  2203.     protected function getFosUser_Registration_ControllerService()
  2204.     {
  2205.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2206.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2209.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  2210.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  2211.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  2212.         $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()));
  2213.         $instance->setContainer($this);
  2214.         return $instance;
  2215.     }
  2216.     /**
  2217.      * Gets the public 'fos_user.resetting.controller' shared service.
  2218.      *
  2219.      * @return \FOS\UserBundle\Controller\ResettingController
  2220.      */
  2221.     protected function getFosUser_Resetting_ControllerService()
  2222.     {
  2223.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2225.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2226.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2227.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  2228.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  2229.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/Mailer.php';
  2230.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  2231.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  2232.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), new \FOS\UserBundle\Mailer\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['templating'] ?? $this->getTemplatingService()), ['confirmation.template' => '@FOSUser/Registration/email.txt.twig''resetting.template' => '@FOSUser/Resetting/email.txt.twig''from_email' => ['confirmation' => $this->parameters['fos_user.registration.confirmation.from_email'], 'resetting' => $this->parameters['fos_user.resetting.email.from_email']]]), 7200);
  2233.         $instance->setContainer($this);
  2234.         return $instance;
  2235.     }
  2236.     /**
  2237.      * Gets the public 'fos_user.security.controller' shared service.
  2238.      *
  2239.      * @return \FOS\UserBundle\Controller\SecurityController
  2240.      */
  2241.     protected function getFosUser_Security_ControllerService()
  2242.     {
  2243.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  2244.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  2245.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  2246.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  2247.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  2248.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  2249.         $instance->setContainer($this);
  2250.         return $instance;
  2251.     }
  2252.     /**
  2253.      * Gets the public 'fos_user.user_manager' shared service.
  2254.      *
  2255.      * @return \Sonata\UserBundle\Entity\UserManager
  2256.      */
  2257.     protected function getFosUser_UserManagerService()
  2258.     {
  2259.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  2260.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  2261.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  2262.         include_once \dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Pager/PageableInterface.php';
  2263.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php';
  2264.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  2265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManager.php';
  2266.         return $this->services['fos_user.user_manager'] = new \Sonata\UserBundle\Entity\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'App\\Application\\Sonata\\UserBundle\\Entity\\User');
  2267.     }
  2268.     /**
  2269.      * Gets the public 'http_kernel' shared service.
  2270.      *
  2271.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2272.      */
  2273.     protected function getHttpKernelService()
  2274.     {
  2275.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2276.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  2277.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  2278.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  2279.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  2280.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  2281.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  2282.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  2283.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  2284.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  2285.         }, 8)), $a));
  2286.     }
  2287.     /**
  2288.      * Gets the public 'knp_menu.factory' shared service.
  2289.      *
  2290.      * @return \Knp\Menu\MenuFactory
  2291.      */
  2292.     protected function getKnpMenu_FactoryService()
  2293.     {
  2294.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  2295.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  2296.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  2297.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  2298.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  2299.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  2300.         return $instance;
  2301.     }
  2302.     /**
  2303.      * Gets the public 'knp_menu.matcher' shared service.
  2304.      *
  2305.      * @return \Knp\Menu\Matcher\Matcher
  2306.      */
  2307.     protected function getKnpMenu_MatcherService()
  2308.     {
  2309.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2310.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  2311.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->getSonata_Admin_Menu_Matcher_Voter_AdminService());
  2312.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  2313.         }, 3));
  2314.     }
  2315.     /**
  2316.      * Gets the public 'markdown.parser' shared service.
  2317.      *
  2318.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  2319.      */
  2320.     protected function getMarkdown_ParserService()
  2321.     {
  2322.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  2323.     }
  2324.     /**
  2325.      * Gets the public 'message_bus' shared service.
  2326.      *
  2327.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2328.      */
  2329.     protected function getMessageBusService()
  2330.     {
  2331.         return $this->services['message_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2332.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  2333.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2334.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2335.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2336.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2337.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  2338.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  2339.         }, 7)));
  2340.     }
  2341.     /**
  2342.      * Gets the public 'nelmio_api_doc.controller.swagger' shared service.
  2343.      *
  2344.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  2345.      */
  2346.     protected function getNelmioApiDoc_Controller_SwaggerService()
  2347.     {
  2348.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  2349.         return $this->services['nelmio_api_doc.controller.swagger'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()));
  2350.     }
  2351.     /**
  2352.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  2353.      *
  2354.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  2355.      */
  2356.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  2357.     {
  2358.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  2359.         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()));
  2360.     }
  2361.     /**
  2362.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  2363.      *
  2364.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  2365.      */
  2366.     protected function getNelmioApiDoc_Generator_DefaultService()
  2367.     {
  2368.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  2369.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  2370.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  2371.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  2372.             yield => ($this->privates['nelmio_api_doc.describers.swagger_php.default'] ?? $this->getNelmioApiDoc_Describers_SwaggerPhp_DefaultService());
  2373.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  2374.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  2375.         }, 5), new RewindableGenerator(function () {
  2376.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  2377.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  2378.         }, 2));
  2379.         $instance->setAlternativeNames([]);
  2380.         return $instance;
  2381.     }
  2382.     /**
  2383.      * Gets the public 'profiler' shared service.
  2384.      *
  2385.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  2386.      */
  2387.     protected function getProfilerService()
  2388.     {
  2389.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  2390.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2391.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2392.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2393.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2394.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  2395.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  2396.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2397.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  2398.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  2399.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  2400.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  2401.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  2402.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2403.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  2404.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  2405.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2406.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  2407.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  2408.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  2409.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  2410.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2411.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  2412.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  2413.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  2414.         $g->registerBus('messenger.bus.default', ($this->services['message_bus'] ?? $this->getMessageBusService()));
  2415.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  2416.         if ($this->has('kernel')) {
  2417.             $h->setKernel($b);
  2418.         }
  2419.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  2420.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2421.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  2422.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  2423.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  2424.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  2425.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  2426.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  2427.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  2428.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  2429.         $instance->add($d);
  2430.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  2431.         $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())));
  2432.         $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())));
  2433.         $instance->add($e);
  2434.         $instance->add($f);
  2435.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  2436.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2437.         $instance->add($g);
  2438.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.logger_message_listener'] ?? ($this->privates['mailer.logger_message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  2439.         $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']));
  2440.         $instance->add($h);
  2441.         return $instance;
  2442.     }
  2443.     /**
  2444.      * Gets the public 'request_stack' shared service.
  2445.      *
  2446.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2447.      */
  2448.     protected function getRequestStackService()
  2449.     {
  2450.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2451.     }
  2452.     /**
  2453.      * Gets the public 'router' shared service.
  2454.      *
  2455.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2456.      */
  2457.     protected function getRouterService()
  2458.     {
  2459.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2460.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2461.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2462.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2463.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2464.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2465.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  2466.         ], [
  2467.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2468.         ]))->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'hu');
  2469.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2470.         return $instance;
  2471.     }
  2472.     /**
  2473.      * Gets the public 'routing.loader' shared service.
  2474.      *
  2475.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  2476.      */
  2477.     protected function getRouting_LoaderService()
  2478.     {
  2479.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  2480.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  2481.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  2484.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  2485.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  2486.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  2487.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  2488.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  2489.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  2490.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  2491.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  2492.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  2493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  2494.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  2495.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  2497.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  2498.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  2499.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  2500.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2501.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  2502.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  2503.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  2504.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  2505.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  2506.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2507.             'kernel' => ['services''kernel''getKernelService'false],
  2508.         ], [
  2509.             'kernel' => 'App\\Kernel',
  2510.         ]))));
  2511.         $a->addLoader(($this->services['sonata.admin.route_loader'] ?? $this->getSonata_Admin_RouteLoaderService()));
  2512.         $a->addLoader($this->getFosRest_Routing_Loader_DirectoryService());
  2513.         $a->addLoader($this->getFosRest_Routing_Loader_ControllerService());
  2514.         $a->addLoader($this->getFosRest_Routing_Loader_YamlCollectionService());
  2515.         $a->addLoader($this->getFosRest_Routing_Loader_XmlCollectionService());
  2516.         $a->addLoader($c);
  2517.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  2518.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  2519.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  2520.     }
  2521.     /**
  2522.      * Gets the public 'security.acl.dbal.schema' shared service.
  2523.      *
  2524.      * @return \Symfony\Component\Security\Acl\Dbal\Schema
  2525.      */
  2526.     protected function getSecurity_Acl_Dbal_SchemaService()
  2527.     {
  2528.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php';
  2529.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php';
  2530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/Schema.php';
  2531.         return $this->services['security.acl.dbal.schema'] = new \Symfony\Component\Security\Acl\Dbal\Schema(['class_table_name' => 'acl_classes''entry_table_name' => 'acl_entries''oid_table_name' => 'acl_object_identities''oid_ancestors_table_name' => 'acl_object_identity_ancestors''sid_table_name' => 'acl_security_identities'], ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2532.     }
  2533.     /**
  2534.      * Gets the public 'security.acl.provider' shared service.
  2535.      *
  2536.      * @return \Symfony\Component\Security\Acl\Dbal\MutableAclProvider
  2537.      */
  2538.     protected function getSecurity_Acl_ProviderService()
  2539.     {
  2540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/AclProviderInterface.php';
  2541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/AclProvider.php';
  2542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/MutableAclProviderInterface.php';
  2543.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/PropertyChangedListener.php';
  2544.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/MutableAclProvider.php';
  2545.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/PermissionGrantingStrategyInterface.php';
  2546.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/PermissionGrantingStrategy.php';
  2547.         return $this->services['security.acl.provider'] = new \Symfony\Component\Security\Acl\Dbal\MutableAclProvider(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), new \Symfony\Component\Security\Acl\Domain\PermissionGrantingStrategy(), ['class_table_name' => 'acl_classes''entry_table_name' => 'acl_entries''oid_table_name' => 'acl_object_identities''oid_ancestors_table_name' => 'acl_object_identity_ancestors''sid_table_name' => 'acl_security_identities'], NULL);
  2548.     }
  2549.     /**
  2550.      * Gets the public 'security.authentication_utils' shared service.
  2551.      *
  2552.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  2553.      */
  2554.     protected function getSecurity_AuthenticationUtilsService()
  2555.     {
  2556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  2557.         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())));
  2558.     }
  2559.     /**
  2560.      * Gets the public 'security.authorization_checker' shared service.
  2561.      *
  2562.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2563.      */
  2564.     protected function getSecurity_AuthorizationCheckerService()
  2565.     {
  2566.         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);
  2567.     }
  2568.     /**
  2569.      * Gets the public 'security.csrf.token_manager' shared service.
  2570.      *
  2571.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  2572.      */
  2573.     protected function getSecurity_Csrf_TokenManagerService()
  2574.     {
  2575.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  2576.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  2577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  2578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  2579.         return $this->services['security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2580.     }
  2581.     /**
  2582.      * Gets the public 'security.password_encoder' shared service.
  2583.      *
  2584.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  2585.      */
  2586.     protected function getSecurity_PasswordEncoderService()
  2587.     {
  2588.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  2589.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  2590.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  2591.     }
  2592.     /**
  2593.      * Gets the public 'security.token_storage' shared service.
  2594.      *
  2595.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2596.      */
  2597.     protected function getSecurity_TokenStorageService()
  2598.     {
  2599.         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, [
  2600.             'session' => ['services''session''getSessionService'false],
  2601.         ], [
  2602.             'session' => '?',
  2603.         ]));
  2604.     }
  2605.     /**
  2606.      * Gets the public 'serializer' shared service.
  2607.      *
  2608.      * @return \Symfony\Component\Serializer\Serializer
  2609.      */
  2610.     protected function getSerializerService()
  2611.     {
  2612.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  2613.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  2614.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  2615.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  2616.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  2617.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  2619.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  2620.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  2621.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  2622.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  2623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  2624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  2625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  2626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  2627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  2628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  2629.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  2630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  2631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  2632.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  2633.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  2634.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  2635.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  2636.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  2637.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  2638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  2639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  2640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  2641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  2642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  2643.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  2644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  2645.         $a = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  2646.         $b = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  2647.         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()]);
  2648.     }
  2649.     /**
  2650.      * Gets the public 'services_resetter' shared service.
  2651.      *
  2652.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  2653.      */
  2654.     protected function getServicesResetterService()
  2655.     {
  2656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  2657.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  2658.             if (isset($this->services['cache.app'])) {
  2659.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  2660.             }
  2661.             if (isset($this->services['cache.system'])) {
  2662.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  2663.             }
  2664.             if (isset($this->privates['cache.validator'])) {
  2665.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  2666.             }
  2667.             if (isset($this->privates['cache.serializer'])) {
  2668.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  2669.             }
  2670.             if (isset($this->privates['cache.annotations'])) {
  2671.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  2672.             }
  2673.             if (isset($this->privates['cache.property_info'])) {
  2674.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  2675.             }
  2676.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  2677.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  2678.             }
  2679.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  2680.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  2681.             }
  2682.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  2683.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  2684.             }
  2685.             if (isset($this->privates['mailer.logger_message_listener'])) {
  2686.                 yield 'mailer.logger_message_listener' => ($this->privates['mailer.logger_message_listener'] ?? null);
  2687.             }
  2688.             if (isset($this->services['profiler'])) {
  2689.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  2690.             }
  2691.             if (isset($this->services['validator'])) {
  2692.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  2693.             }
  2694.             if (isset($this->privates['debug.stopwatch'])) {
  2695.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  2696.             }
  2697.             if (isset($this->services['event_dispatcher'])) {
  2698.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  2699.             }
  2700.             if (isset($this->services['security.token_storage'])) {
  2701.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  2702.             }
  2703.             if (isset($this->privates['cache.security_expression_language'])) {
  2704.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  2705.             }
  2706.             if (isset($this->services['doctrine'])) {
  2707.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  2708.             }
  2709.             if (isset($this->privates['form.type.entity'])) {
  2710.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  2711.             }
  2712.             if (isset($this->privates['monolog.handler.main'])) {
  2713.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  2714.             }
  2715.             if (isset($this->privates['monolog.handler.console'])) {
  2716.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  2717.             }
  2718.             if (isset($this->services['fos_rest.view_handler'])) {
  2719.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  2720.             }
  2721.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  2722.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  2723.             }
  2724.         }, function () {
  2725.             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['cache.messenger.restart_workers_signal'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->privates['mailer.logger_message_listener'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (int) (isset($this->privates['swiftmailer.email_sender.listener']));
  2726.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'mailer.logger_message_listener' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset']]);
  2727.     }
  2728.     /**
  2729.      * Gets the public 'session' shared service.
  2730.      *
  2731.      * @return \Symfony\Component\HttpFoundation\Session\Session
  2732.      */
  2733.     protected function getSessionService()
  2734.     {
  2735.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  2737.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  2738.     }
  2739.     /**
  2740.      * Gets the public 'sonata.admin.action.append_form_field_element' shared service.
  2741.      *
  2742.      * @return \Sonata\AdminBundle\Action\AppendFormFieldElementAction
  2743.      */
  2744.     protected function getSonata_Admin_Action_AppendFormFieldElementService()
  2745.     {
  2746.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/AppendFormFieldElementAction.php';
  2747.         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()));
  2748.     }
  2749.     /**
  2750.      * Gets the public 'sonata.admin.action.dashboard' shared service.
  2751.      *
  2752.      * @return \Sonata\AdminBundle\Action\DashboardAction
  2753.      */
  2754.     protected function getSonata_Admin_Action_DashboardService()
  2755.     {
  2756.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/DashboardAction.php';
  2757.         return $this->services['sonata.admin.action.dashboard'] = 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()));
  2758.     }
  2759.     /**
  2760.      * Gets the public 'sonata.admin.action.get_short_object_description' shared service.
  2761.      *
  2762.      * @return \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction
  2763.      */
  2764.     protected function getSonata_Admin_Action_GetShortObjectDescriptionService()
  2765.     {
  2766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/GetShortObjectDescriptionAction.php';
  2767.         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()));
  2768.     }
  2769.     /**
  2770.      * Gets the public 'sonata.admin.action.retrieve_autocomplete_items' shared service.
  2771.      *
  2772.      * @return \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction
  2773.      */
  2774.     protected function getSonata_Admin_Action_RetrieveAutocompleteItemsService()
  2775.     {
  2776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveAutocompleteItemsAction.php';
  2777.         return $this->services['sonata.admin.action.retrieve_autocomplete_items'] = new \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2778.     }
  2779.     /**
  2780.      * Gets the public 'sonata.admin.action.retrieve_form_field_element' shared service.
  2781.      *
  2782.      * @return \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction
  2783.      */
  2784.     protected function getSonata_Admin_Action_RetrieveFormFieldElementService()
  2785.     {
  2786.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php';
  2787.         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()));
  2788.     }
  2789.     /**
  2790.      * Gets the public 'sonata.admin.action.search' shared service.
  2791.      *
  2792.      * @return \Sonata\AdminBundle\Action\SearchAction
  2793.      */
  2794.     protected function getSonata_Admin_Action_SearchService()
  2795.     {
  2796.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SearchAction.php';
  2797.         return $this->services['sonata.admin.action.search'] = 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()));
  2798.     }
  2799.     /**
  2800.      * Gets the public 'sonata.admin.action.set_object_field_value' shared service.
  2801.      *
  2802.      * @return \Sonata\AdminBundle\Action\SetObjectFieldValueAction
  2803.      */
  2804.     protected function getSonata_Admin_Action_SetObjectFieldValueService()
  2805.     {
  2806.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SetObjectFieldValueAction.php';
  2807.         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()), ($this->privates['sonata.admin.form.data_transformer_resolver'] ?? $this->getSonata_Admin_Form_DataTransformerResolverService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  2808.     }
  2809.     /**
  2810.      * Gets the public 'sonata.admin.audit.manager' shared service.
  2811.      *
  2812.      * @return \Sonata\AdminBundle\Model\AuditManager
  2813.      */
  2814.     protected function getSonata_Admin_Audit_ManagerService()
  2815.     {
  2816.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  2817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  2818.         return $this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []));
  2819.     }
  2820.     /**
  2821.      * Gets the public 'sonata.admin.block.admin_list' shared service.
  2822.      *
  2823.      * @return \Sonata\AdminBundle\Block\AdminListBlockService
  2824.      */
  2825.     protected function getSonata_Admin_Block_AdminListService()
  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/AdminListBlockService.php';
  2831.         return $this->services['sonata.admin.block.admin_list'] = new \Sonata\AdminBundle\Block\AdminListBlockService(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  2832.     }
  2833.     /**
  2834.      * Gets the public 'sonata.admin.block.admin_preview' shared service.
  2835.      *
  2836.      * @return \Sonata\AdminBundle\Block\AdminPreviewBlockService
  2837.      */
  2838.     protected function getSonata_Admin_Block_AdminPreviewService()
  2839.     {
  2840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminPreviewBlockService.php';
  2844.         return $this->services['sonata.admin.block.admin_preview'] = new \Sonata\AdminBundle\Block\AdminPreviewBlockService(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2845.     }
  2846.     /**
  2847.      * Gets the public 'sonata.admin.block.search_result' shared service.
  2848.      *
  2849.      * @return \Sonata\AdminBundle\Block\AdminSearchBlockService
  2850.      */
  2851.     protected function getSonata_Admin_Block_SearchResultService()
  2852.     {
  2853.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2854.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2855.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2856.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminSearchBlockService.php';
  2857.         return $this->services['sonata.admin.block.search_result'] = new \Sonata\AdminBundle\Block\AdminSearchBlockService(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.search.handler'] ?? $this->getSonata_Admin_Search_HandlerService()), 'show');
  2858.     }
  2859.     /**
  2860.      * Gets the public 'sonata.admin.block.stats' shared service.
  2861.      *
  2862.      * @return \Sonata\AdminBundle\Block\AdminStatsBlockService
  2863.      */
  2864.     protected function getSonata_Admin_Block_StatsService()
  2865.     {
  2866.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  2867.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  2868.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  2869.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminStatsBlockService.php';
  2870.         return $this->services['sonata.admin.block.stats'] = new \Sonata\AdminBundle\Block\AdminStatsBlockService(($this->services['twig'] ?? $this->getTwigService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2871.     }
  2872.     /**
  2873.      * Gets the public 'sonata.admin.breadcrumbs_builder' shared service.
  2874.      *
  2875.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  2876.      */
  2877.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  2878.     {
  2879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  2880.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  2881.         return $this->services['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  2882.     }
  2883.     /**
  2884.      * Gets the public 'sonata.admin.builder.filter.factory' shared service.
  2885.      *
  2886.      * @return \Sonata\AdminBundle\Filter\FilterFactory
  2887.      */
  2888.     protected function getSonata_Admin_Builder_Filter_FactoryService()
  2889.     {
  2890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactoryInterface.php';
  2891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactory.php';
  2892.         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\\ClassFilter' => 'sonata.admin.orm.filter.type.class''doctrine_orm_class' => 'sonata.admin.orm.filter.type.class''Sonata\\DoctrineORMAdminBundle\\Filter\\CountFilter' => 'sonata.admin.orm.filter.type.count''doctrine_orm_count' => 'sonata.admin.orm.filter.type.count''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\\DateTimeRangeFilter' => 'sonata.admin.orm.filter.type.datetime_range''doctrine_orm_datetime_range' => 'sonata.admin.orm.filter.type.datetime_range''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\\ModelFilter' => 'sonata.admin.orm.filter.type.model''doctrine_orm_model' => 'sonata.admin.orm.filter.type.model''Sonata\\DoctrineORMAdminBundle\\Filter\\NullFilter' => 'sonata.admin.orm.filter.type.null''doctrine_orm_null' => 'sonata.admin.orm.filter.type.null''Sonata\\DoctrineORMAdminBundle\\Filter\\NumberFilter' => 'sonata.admin.orm.filter.type.number''doctrine_orm_number' => 'sonata.admin.orm.filter.type.number''Sonata\\DoctrineORMAdminBundle\\Filter\\StringFilter' => 'sonata.admin.orm.filter.type.string''doctrine_orm_string' => 'sonata.admin.orm.filter.type.string''Sonata\\DoctrineORMAdminBundle\\Filter\\StringListFilter' => 'sonata.admin.orm.filter.type.string_list''doctrine_orm_string_list' => 'sonata.admin.orm.filter.type.string_list''Sonata\\DoctrineORMAdminBundle\\Filter\\TimeFilter' => 'sonata.admin.orm.filter.type.time''doctrine_orm_time' => 'sonata.admin.orm.filter.type.time''Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter' => 'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter''doctrine_orm_empty' => 'Sonata\\DoctrineORMAdminBundle\\Filter\\EmptyFilter']);
  2893.     }
  2894.     /**
  2895.      * Gets the public 'sonata.admin.command.explain' shared service.
  2896.      *
  2897.      * @return \Sonata\AdminBundle\Command\ExplainAdminCommand
  2898.      */
  2899.     protected function getSonata_Admin_Command_ExplainService()
  2900.     {
  2901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ExplainAdminCommand.php';
  2903.         $this->services['sonata.admin.command.explain'] = $instance = new \Sonata\AdminBundle\Command\ExplainAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['validator'] ?? $this->getValidatorService()));
  2904.         $instance->setName('sonata:admin:explain');
  2905.         return $instance;
  2906.     }
  2907.     /**
  2908.      * Gets the public 'sonata.admin.command.generate_object_acl' shared service.
  2909.      *
  2910.      * @return \Sonata\AdminBundle\Command\GenerateObjectAclCommand
  2911.      */
  2912.     protected function getSonata_Admin_Command_GenerateObjectAclService()
  2913.     {
  2914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/QuestionableCommand.php';
  2916.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/GenerateObjectAclCommand.php';
  2917.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  2918.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  2919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  2920.         $a = ($this->services['doctrine'] ?? $this->getDoctrineService());
  2921.         $this->services['sonata.admin.command.generate_object_acl'] = $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($a)]);
  2922.         $instance->setRegistry($a);
  2923.         $instance->setName('sonata:admin:generate-object-acl');
  2924.         return $instance;
  2925.     }
  2926.     /**
  2927.      * Gets the public 'sonata.admin.command.list' shared service.
  2928.      *
  2929.      * @return \Sonata\AdminBundle\Command\ListAdminCommand
  2930.      */
  2931.     protected function getSonata_Admin_Command_ListService()
  2932.     {
  2933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2934.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ListAdminCommand.php';
  2935.         $this->services['sonata.admin.command.list'] = $instance = new \Sonata\AdminBundle\Command\ListAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2936.         $instance->setName('sonata:admin:list');
  2937.         return $instance;
  2938.     }
  2939.     /**
  2940.      * Gets the public 'sonata.admin.command.setup_acl' shared service.
  2941.      *
  2942.      * @return \Sonata\AdminBundle\Command\SetupAclCommand
  2943.      */
  2944.     protected function getSonata_Admin_Command_SetupAclService()
  2945.     {
  2946.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/SetupAclCommand.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  2950.         $this->services['sonata.admin.command.setup_acl'] = $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'))));
  2951.         $instance->setName('sonata:admin:setup-acl');
  2952.         return $instance;
  2953.     }
  2954.     /**
  2955.      * Gets the public 'sonata.admin.controller.admin' shared service.
  2956.      *
  2957.      * @return \Sonata\AdminBundle\Controller\HelperController
  2958.      *
  2959.      * @deprecated The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since sonata-project/admin-bundle 3.38.0 and will be removed in 4.0.
  2960.      */
  2961.     protected function getSonata_Admin_Controller_AdminService()
  2962.     {
  2963.         @trigger_error('The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since sonata-project/admin-bundle 3.38.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  2964.         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()), ($this->privates['sonata.admin.form.data_transformer_resolver'] ?? $this->getSonata_Admin_Form_DataTransformerResolverService()));
  2965.     }
  2966.     /**
  2967.      * Gets the public 'sonata.admin.doctrine_orm.form.type.choice_field_mask' shared service.
  2968.      *
  2969.      * @return \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType
  2970.      */
  2971.     protected function getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService()
  2972.     {
  2973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  2974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  2975.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ChoiceFieldMaskType.php';
  2976.         return $this->services['sonata.admin.doctrine_orm.form.type.choice_field_mask'] = new \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType();
  2977.     }
  2978.     /**
  2979.      * Gets the public 'sonata.admin.event.extension' shared service.
  2980.      *
  2981.      * @return \Sonata\AdminBundle\Event\AdminEventExtension
  2982.      */
  2983.     protected function getSonata_Admin_Event_ExtensionService()
  2984.     {
  2985.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  2986.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  2987.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Event/AdminEventExtension.php';
  2988.         return $this->services['sonata.admin.event.extension'] = new \Sonata\AdminBundle\Event\AdminEventExtension(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2989.     }
  2990.     /**
  2991.      * Gets the public 'sonata.admin.exporter' shared service.
  2992.      *
  2993.      * @return \Sonata\AdminBundle\Export\Exporter
  2994.      *
  2995.      * @deprecated The service "sonata.admin.exporter" is deprecated since sonata-project/admin-bundle 3.14.0 and will be removed in 4.0. Use "sonata.exporter.exporter" service instead.
  2996.      */
  2997.     protected function getSonata_Admin_ExporterService()
  2998.     {
  2999.         @trigger_error('The service "sonata.admin.exporter" is deprecated since sonata-project/admin-bundle 3.14.0 and will be removed in 4.0. Use "sonata.exporter.exporter" service instead.'E_USER_DEPRECATED);
  3000.         return $this->services['sonata.admin.exporter'] = new \Sonata\AdminBundle\Export\Exporter();
  3001.     }
  3002.     /**
  3003.      * Gets the public 'sonata.admin.form.extension.choice' shared service.
  3004.      *
  3005.      * @return \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension
  3006.      */
  3007.     protected function getSonata_Admin_Form_Extension_ChoiceService()
  3008.     {
  3009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3011.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/ChoiceTypeExtension.php';
  3012.         return $this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension();
  3013.     }
  3014.     /**
  3015.      * Gets the public 'sonata.admin.form.extension.field' shared service.
  3016.      *
  3017.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension
  3018.      */
  3019.     protected function getSonata_Admin_Form_Extension_FieldService()
  3020.     {
  3021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3023.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/FormTypeFieldExtension.php';
  3024.         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' => ''], ['title_mode' => 'single_image''html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''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'lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/default_mosaic_image.png''legacy_twig_text_extension' => true'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'22 => 'bundles/fosckeditor/ckeditor.js'23 => 'bundles/sonataformatter/vendor/markitup-markitup/markitup/jquery.markitup.js'24 => 'bundles/sonataformatter/markitup/sets/markdown/set.js'25 => 'bundles/sonataformatter/markitup/sets/html/set.js'26 => 'bundles/sonataformatter/markitup/sets/textile/set.js'27 => 'js/ekko-lightbox.min.js'28 => 'js/startup.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/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'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'10 => 'bundles/sonataadmin/css/styles.css'11 => 'bundles/sonataadmin/css/layout.css'12 => 'bundles/sonataadmin/css/tree.css'13 => 'bundles/sonatacore/css/flashmessage.css'14 => 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'15 => 'bundles/sonataformatter/markitup/skins/sonata/style.css'16 => 'bundles/sonataformatter/markitup/sets/markdown/style.css'17 => 'bundles/sonataformatter/markitup/sets/html/style.css'18 => 'bundles/sonataformatter/markitup/sets/textile/style.css'19 => 'css/ekko-lightbox.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]);
  3025.     }
  3026.     /**
  3027.      * Gets the public 'sonata.admin.form.extension.field.mopa' shared service.
  3028.      *
  3029.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension
  3030.      */
  3031.     protected function getSonata_Admin_Form_Extension_Field_MopaService()
  3032.     {
  3033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3035.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/MopaCompatibilityTypeFieldExtension.php';
  3036.         return $this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension();
  3037.     }
  3038.     /**
  3039.      * Gets the public 'sonata.admin.form.filter.type.choice' shared service.
  3040.      *
  3041.      * @return \Sonata\AdminBundle\Form\Type\Filter\ChoiceType
  3042.      */
  3043.     protected function getSonata_Admin_Form_Filter_Type_ChoiceService()
  3044.     {
  3045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php';
  3048.         return $this->services['sonata.admin.form.filter.type.choice'] = new \Sonata\AdminBundle\Form\Type\Filter\ChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  3049.     }
  3050.     /**
  3051.      * Gets the public 'sonata.admin.form.filter.type.date' shared service.
  3052.      *
  3053.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateType
  3054.      */
  3055.     protected function getSonata_Admin_Form_Filter_Type_DateService()
  3056.     {
  3057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3059.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php';
  3060.         return $this->services['sonata.admin.form.filter.type.date'] = new \Sonata\AdminBundle\Form\Type\Filter\DateType(($this->services['translator'] ?? $this->getTranslatorService()));
  3061.     }
  3062.     /**
  3063.      * Gets the public 'sonata.admin.form.filter.type.daterange' shared service.
  3064.      *
  3065.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateRangeType
  3066.      */
  3067.     protected function getSonata_Admin_Form_Filter_Type_DaterangeService()
  3068.     {
  3069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3071.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php';
  3072.         return $this->services['sonata.admin.form.filter.type.daterange'] = new \Sonata\AdminBundle\Form\Type\Filter\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3073.     }
  3074.     /**
  3075.      * Gets the public 'sonata.admin.form.filter.type.datetime' shared service.
  3076.      *
  3077.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeType
  3078.      */
  3079.     protected function getSonata_Admin_Form_Filter_Type_DatetimeService()
  3080.     {
  3081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php';
  3084.         return $this->services['sonata.admin.form.filter.type.datetime'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3085.     }
  3086.     /**
  3087.      * Gets the public 'sonata.admin.form.filter.type.datetime_range' shared service.
  3088.      *
  3089.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType
  3090.      */
  3091.     protected function getSonata_Admin_Form_Filter_Type_DatetimeRangeService()
  3092.     {
  3093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php';
  3096.         return $this->services['sonata.admin.form.filter.type.datetime_range'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  3097.     }
  3098.     /**
  3099.      * Gets the public 'sonata.admin.form.filter.type.default' shared service.
  3100.      *
  3101.      * @return \Sonata\AdminBundle\Form\Type\Filter\DefaultType
  3102.      */
  3103.     protected function getSonata_Admin_Form_Filter_Type_DefaultService()
  3104.     {
  3105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DefaultType.php';
  3108.         return $this->services['sonata.admin.form.filter.type.default'] = new \Sonata\AdminBundle\Form\Type\Filter\DefaultType();
  3109.     }
  3110.     /**
  3111.      * Gets the public 'sonata.admin.form.filter.type.number' shared service.
  3112.      *
  3113.      * @return \Sonata\AdminBundle\Form\Type\Filter\NumberType
  3114.      */
  3115.     protected function getSonata_Admin_Form_Filter_Type_NumberService()
  3116.     {
  3117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3119.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php';
  3120.         return $this->services['sonata.admin.form.filter.type.number'] = new \Sonata\AdminBundle\Form\Type\Filter\NumberType(($this->services['translator'] ?? $this->getTranslatorService()));
  3121.     }
  3122.     /**
  3123.      * Gets the public 'sonata.admin.form.type.admin' shared service.
  3124.      *
  3125.      * @return \Sonata\AdminBundle\Form\Type\AdminType
  3126.      */
  3127.     protected function getSonata_Admin_Form_Type_AdminService()
  3128.     {
  3129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/AdminType.php';
  3132.         return $this->services['sonata.admin.form.type.admin'] = new \Sonata\AdminBundle\Form\Type\AdminType(($this->services['sonata.admin.helper'] ?? $this->getSonata_Admin_HelperService()));
  3133.     }
  3134.     /**
  3135.      * Gets the public 'sonata.admin.form.type.collection' shared service.
  3136.      *
  3137.      * @return \Sonata\AdminBundle\Form\Type\CollectionType
  3138.      */
  3139.     protected function getSonata_Admin_Form_Type_CollectionService()
  3140.     {
  3141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3143.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/CollectionType.php';
  3144.         return $this->services['sonata.admin.form.type.collection'] = new \Sonata\AdminBundle\Form\Type\CollectionType();
  3145.     }
  3146.     /**
  3147.      * Gets the public 'sonata.admin.form.type.model_autocomplete' shared service.
  3148.      *
  3149.      * @return \Sonata\AdminBundle\Form\Type\ModelAutocompleteType
  3150.      */
  3151.     protected function getSonata_Admin_Form_Type_ModelAutocompleteService()
  3152.     {
  3153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelAutocompleteType.php';
  3156.         return $this->services['sonata.admin.form.type.model_autocomplete'] = new \Sonata\AdminBundle\Form\Type\ModelAutocompleteType();
  3157.     }
  3158.     /**
  3159.      * Gets the public 'sonata.admin.form.type.model_choice' shared service.
  3160.      *
  3161.      * @return \Sonata\AdminBundle\Form\Type\ModelType
  3162.      */
  3163.     protected function getSonata_Admin_Form_Type_ModelChoiceService()
  3164.     {
  3165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelType.php';
  3168.         return $this->services['sonata.admin.form.type.model_choice'] = new \Sonata\AdminBundle\Form\Type\ModelType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3169.     }
  3170.     /**
  3171.      * Gets the public 'sonata.admin.form.type.model_hidden' shared service.
  3172.      *
  3173.      * @return \Sonata\AdminBundle\Form\Type\ModelHiddenType
  3174.      */
  3175.     protected function getSonata_Admin_Form_Type_ModelHiddenService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3179.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelHiddenType.php';
  3180.         return $this->services['sonata.admin.form.type.model_hidden'] = new \Sonata\AdminBundle\Form\Type\ModelHiddenType();
  3181.     }
  3182.     /**
  3183.      * Gets the public 'sonata.admin.form.type.model_list' shared service.
  3184.      *
  3185.      * @return \Sonata\AdminBundle\Form\Type\ModelListType
  3186.      */
  3187.     protected function getSonata_Admin_Form_Type_ModelListService()
  3188.     {
  3189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3191.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelListType.php';
  3192.         return $this->services['sonata.admin.form.type.model_list'] = new \Sonata\AdminBundle\Form\Type\ModelListType();
  3193.     }
  3194.     /**
  3195.      * Gets the public 'sonata.admin.form.type.model_reference' shared service.
  3196.      *
  3197.      * @return \Sonata\AdminBundle\Form\Type\ModelReferenceType
  3198.      */
  3199.     protected function getSonata_Admin_Form_Type_ModelReferenceService()
  3200.     {
  3201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  3202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  3203.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelReferenceType.php';
  3204.         return $this->services['sonata.admin.form.type.model_reference'] = new \Sonata\AdminBundle\Form\Type\ModelReferenceType();
  3205.     }
  3206.     /**
  3207.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  3208.      *
  3209.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3210.      */
  3211.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  3212.     {
  3213.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3214.     }
  3215.     /**
  3216.      * Gets the public 'sonata.admin.helper' shared service.
  3217.      *
  3218.      * @return \Sonata\AdminBundle\Admin\AdminHelper
  3219.      */
  3220.     protected function getSonata_Admin_HelperService()
  3221.     {
  3222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminHelper.php';
  3223.         return $this->services['sonata.admin.helper'] = new \Sonata\AdminBundle\Admin\AdminHelper(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3224.     }
  3225.     /**
  3226.      * Gets the public 'sonata.admin.label.strategy.bc' shared service.
  3227.      *
  3228.      * @return \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy
  3229.      */
  3230.     protected function getSonata_Admin_Label_Strategy_BcService()
  3231.     {
  3232.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3233.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/BCLabelTranslatorStrategy.php';
  3234.         return $this->services['sonata.admin.label.strategy.bc'] = new \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy();
  3235.     }
  3236.     /**
  3237.      * Gets the public 'sonata.admin.label.strategy.form_component' shared service.
  3238.      *
  3239.      * @return \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy
  3240.      */
  3241.     protected function getSonata_Admin_Label_Strategy_FormComponentService()
  3242.     {
  3243.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3244.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/FormLabelTranslatorStrategy.php';
  3245.         return $this->services['sonata.admin.label.strategy.form_component'] = new \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy();
  3246.     }
  3247.     /**
  3248.      * Gets the public 'sonata.admin.label.strategy.native' shared service.
  3249.      *
  3250.      * @return \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy
  3251.      */
  3252.     protected function getSonata_Admin_Label_Strategy_NativeService()
  3253.     {
  3254.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3255.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3256.         return $this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy();
  3257.     }
  3258.     /**
  3259.      * Gets the public 'sonata.admin.label.strategy.noop' shared service.
  3260.      *
  3261.      * @return \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy
  3262.      */
  3263.     protected function getSonata_Admin_Label_Strategy_NoopService()
  3264.     {
  3265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3266.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NoopLabelTranslatorStrategy.php';
  3267.         return $this->services['sonata.admin.label.strategy.noop'] = new \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy();
  3268.     }
  3269.     /**
  3270.      * Gets the public 'sonata.admin.label.strategy.underscore' shared service.
  3271.      *
  3272.      * @return \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy
  3273.      */
  3274.     protected function getSonata_Admin_Label_Strategy_UnderscoreService()
  3275.     {
  3276.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3277.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  3278.         return $this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy();
  3279.     }
  3280.     /**
  3281.      * Gets the public 'sonata.admin.manager.orm' shared service.
  3282.      *
  3283.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  3284.      */
  3285.     protected function getSonata_Admin_Manager_OrmService()
  3286.     {
  3287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/DatagridManagerInterface.php';
  3288.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  3289.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  3290.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  3291.         return $this->services['sonata.admin.manager.orm'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  3292.     }
  3293.     /**
  3294.      * Gets the public 'sonata.admin.manipulator.acl.admin' shared service.
  3295.      *
  3296.      * @return \Sonata\AdminBundle\Util\AdminAclManipulator
  3297.      */
  3298.     protected function getSonata_Admin_Manipulator_Acl_AdminService()
  3299.     {
  3300.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  3301.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  3302.         return $this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  3303.     }
  3304.     /**
  3305.      * Gets the public 'sonata.admin.manipulator.acl.object.orm' shared service.
  3306.      *
  3307.      * @return \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator
  3308.      */
  3309.     protected function getSonata_Admin_Manipulator_Acl_Object_OrmService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  3314.         return $this->services['sonata.admin.manipulator.acl.object.orm'] = new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3315.     }
  3316.     /**
  3317.      * Gets the public 'sonata.admin.menu.matcher.voter.active' shared service.
  3318.      *
  3319.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter
  3320.      */
  3321.     protected function getSonata_Admin_Menu_Matcher_Voter_ActiveService()
  3322.     {
  3323.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/ActiveVoter.php';
  3325.         return $this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter();
  3326.     }
  3327.     /**
  3328.      * Gets the public 'sonata.admin.menu.matcher.voter.admin' shared service.
  3329.      *
  3330.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter
  3331.      */
  3332.     protected function getSonata_Admin_Menu_Matcher_Voter_AdminService()
  3333.     {
  3334.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  3335.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/AdminVoter.php';
  3336.         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())));
  3337.     }
  3338.     /**
  3339.      * Gets the public 'sonata.admin.menu.matcher.voter.children' shared service.
  3340.      *
  3341.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter
  3342.      *
  3343.      * @deprecated The "sonata.admin.menu.matcher.voter.children" service is deprecated since sonata-project/admin-bundle 3.28 and will be removed in 4.0.
  3344.      */
  3345.     protected function getSonata_Admin_Menu_Matcher_Voter_ChildrenService()
  3346.     {
  3347.         @trigger_error('The "sonata.admin.menu.matcher.voter.children" service is deprecated since sonata-project/admin-bundle 3.28 and will be removed in 4.0.'E_USER_DEPRECATED);
  3348.         return $this->services['sonata.admin.menu.matcher.voter.children'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  3349.     }
  3350.     /**
  3351.      * Gets the public 'sonata.admin.menu_builder' shared service.
  3352.      *
  3353.      * @return \Sonata\AdminBundle\Menu\MenuBuilder
  3354.      */
  3355.     protected function getSonata_Admin_MenuBuilderService()
  3356.     {
  3357.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/MenuBuilder.php';
  3358.         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()));
  3359.     }
  3360.     /**
  3361.      * Gets the public 'sonata.admin.object.manipulator.acl.admin' shared service.
  3362.      *
  3363.      * @return \Sonata\AdminBundle\Util\AdminObjectAclManipulator
  3364.      */
  3365.     protected function getSonata_Admin_Object_Manipulator_Acl_AdminService()
  3366.     {
  3367.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminObjectAclManipulator.php';
  3368.         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');
  3369.     }
  3370.     /**
  3371.      * Gets the public 'sonata.admin.orm.filter.type.boolean' service.
  3372.      *
  3373.      * @return \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter
  3374.      */
  3375.     protected function getSonata_Admin_Orm_Filter_Type_BooleanService()
  3376.     {
  3377.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3378.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3380.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/BooleanFilter.php';
  3381.         return new \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter();
  3382.     }
  3383.     /**
  3384.      * Gets the public 'sonata.admin.orm.filter.type.callback' service.
  3385.      *
  3386.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter
  3387.      */
  3388.     protected function getSonata_Admin_Orm_Filter_Type_CallbackService()
  3389.     {
  3390.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3391.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3392.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3393.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CallbackFilter.php';
  3394.         return new \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter();
  3395.     }
  3396.     /**
  3397.      * Gets the public 'sonata.admin.orm.filter.type.choice' service.
  3398.      *
  3399.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter
  3400.      */
  3401.     protected function getSonata_Admin_Orm_Filter_Type_ChoiceService()
  3402.     {
  3403.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3404.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3405.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ChoiceFilter.php';
  3407.         return new \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter();
  3408.     }
  3409.     /**
  3410.      * Gets the public 'sonata.admin.orm.filter.type.class' service.
  3411.      *
  3412.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter
  3413.      */
  3414.     protected function getSonata_Admin_Orm_Filter_Type_ClassService()
  3415.     {
  3416.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3418.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3419.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ClassFilter.php';
  3420.         return new \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter();
  3421.     }
  3422.     /**
  3423.      * Gets the public 'sonata.admin.orm.filter.type.count' service.
  3424.      *
  3425.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CountFilter
  3426.      */
  3427.     protected function getSonata_Admin_Orm_Filter_Type_CountService()
  3428.     {
  3429.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3430.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3431.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3432.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CountFilter.php';
  3433.         return new \Sonata\DoctrineORMAdminBundle\Filter\CountFilter();
  3434.     }
  3435.     /**
  3436.      * Gets the public 'sonata.admin.orm.filter.type.date' service.
  3437.      *
  3438.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateFilter
  3439.      */
  3440.     protected function getSonata_Admin_Orm_Filter_Type_DateService()
  3441.     {
  3442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3443.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3444.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3445.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateFilter.php';
  3447.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateFilter();
  3448.     }
  3449.     /**
  3450.      * Gets the public 'sonata.admin.orm.filter.type.date_range' service.
  3451.      *
  3452.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter
  3453.      */
  3454.     protected function getSonata_Admin_Orm_Filter_Type_DateRangeService()
  3455.     {
  3456.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3457.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3458.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3459.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3460.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateRangeFilter.php';
  3461.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter();
  3462.     }
  3463.     /**
  3464.      * Gets the public 'sonata.admin.orm.filter.type.datetime' service.
  3465.      *
  3466.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter
  3467.      */
  3468.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeService()
  3469.     {
  3470.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3471.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3472.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3473.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3474.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeFilter.php';
  3475.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter();
  3476.     }
  3477.     /**
  3478.      * Gets the public 'sonata.admin.orm.filter.type.datetime_range' service.
  3479.      *
  3480.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter
  3481.      */
  3482.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeRangeService()
  3483.     {
  3484.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3485.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3486.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3488.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeRangeFilter.php';
  3489.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter();
  3490.     }
  3491.     /**
  3492.      * Gets the public 'sonata.admin.orm.filter.type.model' service.
  3493.      *
  3494.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter
  3495.      */
  3496.     protected function getSonata_Admin_Orm_Filter_Type_ModelService()
  3497.     {
  3498.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3499.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3500.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3501.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelFilter.php';
  3502.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter();
  3503.     }
  3504.     /**
  3505.      * Gets the public 'sonata.admin.orm.filter.type.model_autocomplete' service.
  3506.      *
  3507.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter
  3508.      */
  3509.     protected function getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService()
  3510.     {
  3511.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3512.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3513.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3514.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelAutocompleteFilter.php';
  3515.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter();
  3516.     }
  3517.     /**
  3518.      * Gets the public 'sonata.admin.orm.filter.type.null' service.
  3519.      *
  3520.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NullFilter
  3521.      */
  3522.     protected function getSonata_Admin_Orm_Filter_Type_NullService()
  3523.     {
  3524.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3527.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NullFilter.php';
  3528.         return new \Sonata\DoctrineORMAdminBundle\Filter\NullFilter();
  3529.     }
  3530.     /**
  3531.      * Gets the public 'sonata.admin.orm.filter.type.number' service.
  3532.      *
  3533.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter
  3534.      */
  3535.     protected function getSonata_Admin_Orm_Filter_Type_NumberService()
  3536.     {
  3537.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3538.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3539.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3540.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NumberFilter.php';
  3541.         return new \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter();
  3542.     }
  3543.     /**
  3544.      * Gets the public 'sonata.admin.orm.filter.type.string' service.
  3545.      *
  3546.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringFilter
  3547.      */
  3548.     protected function getSonata_Admin_Orm_Filter_Type_StringService()
  3549.     {
  3550.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3551.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3552.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3553.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringFilter.php';
  3554.         return new \Sonata\DoctrineORMAdminBundle\Filter\StringFilter();
  3555.     }
  3556.     /**
  3557.      * Gets the public 'sonata.admin.orm.filter.type.string_list' service.
  3558.      *
  3559.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringListFilter
  3560.      */
  3561.     protected function getSonata_Admin_Orm_Filter_Type_StringListService()
  3562.     {
  3563.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3564.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3565.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3566.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringListFilter.php';
  3567.         return new \Sonata\DoctrineORMAdminBundle\Filter\StringListFilter();
  3568.     }
  3569.     /**
  3570.      * Gets the public 'sonata.admin.orm.filter.type.time' service.
  3571.      *
  3572.      * @return \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter
  3573.      */
  3574.     protected function getSonata_Admin_Orm_Filter_Type_TimeService()
  3575.     {
  3576.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  3580.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/TimeFilter.php';
  3581.         return new \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter();
  3582.     }
  3583.     /**
  3584.      * Gets the public 'sonata.admin.pool' shared service.
  3585.      *
  3586.      * @return \Sonata\AdminBundle\Admin\Pool
  3587.      */
  3588.     protected function getSonata_Admin_PoolService()
  3589.     {
  3590.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this, [=> 'admin.owner'=> 'admin.pet'=> 'admin.treatment'=> 'admin.vaccine'=> 'admin.praxis'=> 'admin.attached_file'=> 'sonata.user.admin.user'=> 'sonata.user.admin.group'], ['app.admin.group.praxis' => ['label' => 'Praxis''label_catalogue' => 'App''items' => [=> ['admin' => 'admin.owner''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.pet''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.treatment''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.vaccine''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.praxis''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'keep_open' => true'on_top' => false'item_adds' => [], 'roles' => [], 'icon' => '<i class="fa fa-folder"></i>']], ['App\\Entity\\Owner' => [=> 'admin.owner'], 'App\\Entity\\Pet' => [=> 'admin.pet'], 'App\\Entity\\Treatment' => [=> 'admin.treatment'], 'App\\Entity\\Vaccine' => [=> 'admin.vaccine'], 'App\\Entity\\Praxis' => [=> 'admin.praxis'], 'App\\Entity\\AttachedFile' => [=> 'admin.attached_file'], 'App\\Application\\Sonata\\UserBundle\\Entity\\User' => [=> 'sonata.user.admin.user'], 'App\\Application\\Sonata\\UserBundle\\Entity\\Group' => [=> 'sonata.user.admin.group']]);
  3591.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), 'sonata_deprecation_mute');
  3592.         $instance->setDeprecatedPropertiesForBC('FriVet''/img/logo_200x200.png', ['title_mode' => 'single_image''html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''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'lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/default_mosaic_image.png''legacy_twig_text_extension' => true'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'22 => 'bundles/fosckeditor/ckeditor.js'23 => 'bundles/sonataformatter/vendor/markitup-markitup/markitup/jquery.markitup.js'24 => 'bundles/sonataformatter/markitup/sets/markdown/set.js'25 => 'bundles/sonataformatter/markitup/sets/html/set.js'26 => 'bundles/sonataformatter/markitup/sets/textile/set.js'27 => 'js/ekko-lightbox.min.js'28 => 'js/startup.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/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'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'10 => 'bundles/sonataadmin/css/styles.css'11 => 'bundles/sonataadmin/css/layout.css'12 => 'bundles/sonataadmin/css/tree.css'13 => 'bundles/sonatacore/css/flashmessage.css'14 => 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'15 => 'bundles/sonataformatter/markitup/skins/sonata/style.css'16 => 'bundles/sonataformatter/markitup/sets/markdown/style.css'17 => 'bundles/sonataformatter/markitup/sets/html/style.css'18 => 'bundles/sonataformatter/markitup/sets/textile/style.css'19 => 'css/ekko-lightbox.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]);
  3593.         $instance->setAdminServiceIds([=> 'admin.owner'=> 'admin.pet'=> 'admin.treatment'=> 'admin.vaccine'=> 'admin.praxis'=> 'admin.attached_file'=> 'sonata.user.admin.user'=> 'sonata.user.admin.group'], 'sonata_deprecation_mute');
  3594.         $instance->setAdminGroups(['app.admin.group.praxis' => ['label' => 'Praxis''label_catalogue' => 'App''items' => [=> ['admin' => 'admin.owner''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.pet''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.treatment''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.vaccine''roles' => [], 'route_params' => [], 'route_absolute' => false], => ['admin' => 'admin.praxis''roles' => [], 'route_params' => [], 'route_absolute' => false]], 'keep_open' => true'on_top' => false'item_adds' => [], 'roles' => [], 'icon' => '<i class="fa fa-folder"></i>']], 'sonata_deprecation_mute');
  3595.         $instance->setAdminClasses(['App\\Entity\\Owner' => [=> 'admin.owner'], 'App\\Entity\\Pet' => [=> 'admin.pet'], 'App\\Entity\\Treatment' => [=> 'admin.treatment'], 'App\\Entity\\Vaccine' => [=> 'admin.vaccine'], 'App\\Entity\\Praxis' => [=> 'admin.praxis'], 'App\\Entity\\AttachedFile' => [=> 'admin.attached_file'], 'App\\Application\\Sonata\\UserBundle\\Entity\\User' => [=> 'sonata.user.admin.user'], 'App\\Application\\Sonata\\UserBundle\\Entity\\Group' => [=> 'sonata.user.admin.group']], 'sonata_deprecation_mute');
  3596.         return $instance;
  3597.     }
  3598.     /**
  3599.      * Gets the public 'sonata.admin.route.cache' shared service.
  3600.      *
  3601.      * @return \Sonata\AdminBundle\Route\RoutesCache
  3602.      */
  3603.     protected function getSonata_Admin_Route_CacheService()
  3604.     {
  3605.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3606.         return $this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true);
  3607.     }
  3608.     /**
  3609.      * Gets the public 'sonata.admin.route.cache_warmup' shared service.
  3610.      *
  3611.      * @return \Sonata\AdminBundle\Route\RoutesCacheWarmUp
  3612.      */
  3613.     protected function getSonata_Admin_Route_CacheWarmupService()
  3614.     {
  3615.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  3616.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCacheWarmUp.php';
  3617.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3618.         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()));
  3619.     }
  3620.     /**
  3621.      * Gets the public 'sonata.admin.route.default_generator' shared service.
  3622.      *
  3623.      * @return \Sonata\AdminBundle\Route\DefaultRouteGenerator
  3624.      */
  3625.     protected function getSonata_Admin_Route_DefaultGeneratorService()
  3626.     {
  3627.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RouteGeneratorInterface.php';
  3628.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/DefaultRouteGenerator.php';
  3629.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  3630.         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))));
  3631.     }
  3632.     /**
  3633.      * Gets the public 'sonata.admin.route.path_info' shared service.
  3634.      *
  3635.      * @return \Sonata\AdminBundle\Route\PathInfoBuilder
  3636.      */
  3637.     protected function getSonata_Admin_Route_PathInfoService()
  3638.     {
  3639.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/PathInfoBuilder.php';
  3641.         return $this->services['sonata.admin.route.path_info'] = new \Sonata\AdminBundle\Route\PathInfoBuilder(($this->services['sonata.admin.audit.manager'] ?? $this->getSonata_Admin_Audit_ManagerService()));
  3642.     }
  3643.     /**
  3644.      * Gets the public 'sonata.admin.route.query_string' shared service.
  3645.      *
  3646.      * @return \Sonata\AdminBundle\Route\QueryStringBuilder
  3647.      */
  3648.     protected function getSonata_Admin_Route_QueryStringService()
  3649.     {
  3650.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  3651.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/QueryStringBuilder.php';
  3652.         return $this->services['sonata.admin.route.query_string'] = new \Sonata\AdminBundle\Route\QueryStringBuilder(($this->services['sonata.admin.audit.manager'] ?? $this->getSonata_Admin_Audit_ManagerService()));
  3653.     }
  3654.     /**
  3655.      * Gets the public 'sonata.admin.route_loader' shared service.
  3656.      *
  3657.      * @return \Sonata\AdminBundle\Route\AdminPoolLoader
  3658.      */
  3659.     protected function getSonata_Admin_RouteLoaderService()
  3660.     {
  3661.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  3662.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  3663.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/AdminPoolLoader.php';
  3664.         return $this->services['sonata.admin.route_loader'] = new \Sonata\AdminBundle\Route\AdminPoolLoader(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3665.     }
  3666.     /**
  3667.      * Gets the public 'sonata.admin.search.handler' shared service.
  3668.      *
  3669.      * @return \Sonata\AdminBundle\Search\SearchHandler
  3670.      */
  3671.     protected function getSonata_Admin_Search_HandlerService()
  3672.     {
  3673.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  3674.         $this->services['sonata.admin.search.handler'] = $instance = new \Sonata\AdminBundle\Search\SearchHandler(true);
  3675.         $instance->configureAdminSearch([]);
  3676.         return $instance;
  3677.     }
  3678.     /**
  3679.      * Gets the public 'sonata.admin.sidebar_menu' shared service.
  3680.      *
  3681.      * @return \Knp\Menu\MenuItem
  3682.      */
  3683.     protected function getSonata_Admin_SidebarMenuService()
  3684.     {
  3685.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  3687.         return $this->services['sonata.admin.sidebar_menu'] = ($this->services['sonata.admin.menu_builder'] ?? $this->getSonata_Admin_MenuBuilderService())->createSidebarMenu();
  3688.     }
  3689.     /**
  3690.      * Gets the public 'sonata.admin.twig.extension' shared service.
  3691.      *
  3692.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  3693.      */
  3694.     protected function getSonata_Admin_Twig_ExtensionService()
  3695.     {
  3696.         $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->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  3697.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping'], 'sonata_deprecation_mute');
  3698.         return $instance;
  3699.     }
  3700.     /**
  3701.      * Gets the public 'sonata.admin.twig.global' shared service.
  3702.      *
  3703.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  3704.      */
  3705.     protected function getSonata_Admin_Twig_GlobalService()
  3706.     {
  3707.         return $this->services['sonata.admin.twig.global'] = new \Sonata\AdminBundle\Twig\GlobalVariables(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'bundles/sonataadmin/default_mosaic_image.png');
  3708.     }
  3709.     /**
  3710.      * Gets the public 'sonata.admin.validator.inline' shared service.
  3711.      *
  3712.      * @return \Sonata\Form\Validator\InlineValidator
  3713.      *
  3714.      * @deprecated The service "sonata.admin.validator.inline" is deprecated since sonata-project/admin-bundle 3.96 and will be removed in 4.0.
  3715.      */
  3716.     protected function getSonata_Admin_Validator_InlineService()
  3717.     {
  3718.         @trigger_error('The service "sonata.admin.validator.inline" is deprecated since sonata-project/admin-bundle 3.96 and will be removed in 4.0.'E_USER_DEPRECATED);
  3719.         return $this->services['sonata.admin.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  3720.     }
  3721.     /**
  3722.      * Gets the public 'sonata.block.context_manager.default' shared service.
  3723.      *
  3724.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  3725.      */
  3726.     protected function getSonata_Block_ContextManager_DefaultService()
  3727.     {
  3728.         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()));
  3729.     }
  3730.     /**
  3731.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  3732.      *
  3733.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  3734.      */
  3735.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3738.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/DebugOnlyFilter.php';
  3739.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  3740.     }
  3741.     /**
  3742.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  3743.      *
  3744.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  3745.      */
  3746.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  3747.     {
  3748.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/IgnoreClassFilter.php';
  3750.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  3751.     }
  3752.     /**
  3753.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  3754.      *
  3755.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  3756.      */
  3757.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  3758.     {
  3759.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3760.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepAllFilter.php';
  3761.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  3762.     }
  3763.     /**
  3764.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  3765.      *
  3766.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  3767.      */
  3768.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  3769.     {
  3770.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  3771.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  3772.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  3773.     }
  3774.     /**
  3775.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  3776.      *
  3777.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  3778.      */
  3779.     protected function getSonata_Block_Exception_Renderer_InlineService()
  3780.     {
  3781.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3782.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineRenderer.php';
  3783.         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');
  3784.     }
  3785.     /**
  3786.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  3787.      *
  3788.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  3789.      */
  3790.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  3791.     {
  3792.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3793.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineDebugRenderer.php';
  3794.         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);
  3795.     }
  3796.     /**
  3797.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  3798.      *
  3799.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  3800.      */
  3801.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  3802.     {
  3803.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  3804.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  3805.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  3806.     }
  3807.     /**
  3808.      * Gets the public 'sonata.block.manager' shared service.
  3809.      *
  3810.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  3811.      */
  3812.     protected function getSonata_Block_ManagerService()
  3813.     {
  3814.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3815.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  3816.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  3817.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  3818.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  3819.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  3820.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  3821.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  3822.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  3823.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  3824.         $instance->add('sonata.admin.block.admin_preview''sonata.admin.block.admin_preview', []);
  3825.         $instance->add('sonata.formatter.block.formatter''sonata.formatter.block.formatter', []);
  3826.         return $instance;
  3827.     }
  3828.     /**
  3829.      * Gets the public 'sonata.block.menu.registry' shared service.
  3830.      *
  3831.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  3832.      */
  3833.     protected function getSonata_Block_Menu_RegistryService()
  3834.     {
  3835.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  3836.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  3837.         $this->services['sonata.block.menu.registry'] = $instance = new \Sonata\BlockBundle\Menu\MenuRegistry([]);
  3838.         $instance->add('sonata_admin_sidebar');
  3839.         return $instance;
  3840.     }
  3841.     /**
  3842.      * Gets the public 'sonata.block.renderer.default' shared service.
  3843.      *
  3844.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  3845.      */
  3846.     protected function getSonata_Block_Renderer_DefaultService()
  3847.     {
  3848.         $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'], [], []);
  3849.         $a->setDefaultFilter('debug_only');
  3850.         $a->setDefaultRenderer('throw');
  3851.         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);
  3852.     }
  3853.     /**
  3854.      * Gets the public 'sonata.block.service.container' shared service.
  3855.      *
  3856.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  3857.      */
  3858.     protected function getSonata_Block_Service_ContainerService()
  3859.     {
  3860.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3861.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3862.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3863.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3864.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3865.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  3866.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService('sonata.block.container', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3867.     }
  3868.     /**
  3869.      * Gets the public 'sonata.block.service.empty' shared service.
  3870.      *
  3871.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  3872.      */
  3873.     protected function getSonata_Block_Service_EmptyService()
  3874.     {
  3875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3876.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  3879.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService('sonata.block.empty', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3880.     }
  3881.     /**
  3882.      * Gets the public 'sonata.block.service.menu' shared service.
  3883.      *
  3884.      * @return \Sonata\BlockBundle\Block\Service\MenuBlockService
  3885.      */
  3886.     protected function getSonata_Block_Service_MenuService()
  3887.     {
  3888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3892.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
  3894.         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()));
  3895.     }
  3896.     /**
  3897.      * Gets the public 'sonata.block.service.rss' shared service.
  3898.      *
  3899.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  3900.      */
  3901.     protected function getSonata_Block_Service_RssService()
  3902.     {
  3903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3907.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3908.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  3909.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService('sonata.block.rss', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3910.     }
  3911.     /**
  3912.      * Gets the public 'sonata.block.service.template' shared service.
  3913.      *
  3914.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  3915.      */
  3916.     protected function getSonata_Block_Service_TemplateService()
  3917.     {
  3918.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3922.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3923.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  3924.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService('sonata.block.template', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3925.     }
  3926.     /**
  3927.      * Gets the public 'sonata.block.service.text' shared service.
  3928.      *
  3929.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  3930.      */
  3931.     protected function getSonata_Block_Service_TextService()
  3932.     {
  3933.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  3934.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  3937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  3938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  3939.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService('sonata.block.text', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  3940.     }
  3941.     /**
  3942.      * Gets the public 'sonata.doctrine.model.adapter.chain' shared service.
  3943.      *
  3944.      * @return \Sonata\Doctrine\Adapter\AdapterChain
  3945.      */
  3946.     protected function getSonata_Doctrine_Model_Adapter_ChainService()
  3947.     {
  3948.         $this->services['sonata.doctrine.model.adapter.chain'] = $instance = new \Sonata\Doctrine\Adapter\AdapterChain();
  3949.         $instance->addAdapter(new \Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService())));
  3950.         return $instance;
  3951.     }
  3952.     /**
  3953.      * Gets the public 'sonata.easy_extends.generator.bundle' shared service.
  3954.      *
  3955.      * @return \Sonata\EasyExtendsBundle\Generator\BundleGenerator
  3956.      */
  3957.     protected function getSonata_EasyExtends_Generator_BundleService()
  3958.     {
  3959.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  3960.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/BundleGenerator.php';
  3961.         return $this->services['sonata.easy_extends.generator.bundle'] = new \Sonata\EasyExtendsBundle\Generator\BundleGenerator();
  3962.     }
  3963.     /**
  3964.      * Gets the public 'sonata.easy_extends.generator.odm' shared service.
  3965.      *
  3966.      * @return \Sonata\EasyExtendsBundle\Generator\OdmGenerator
  3967.      */
  3968.     protected function getSonata_EasyExtends_Generator_OdmService()
  3969.     {
  3970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  3971.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/OdmGenerator.php';
  3972.         return $this->services['sonata.easy_extends.generator.odm'] = new \Sonata\EasyExtendsBundle\Generator\OdmGenerator();
  3973.     }
  3974.     /**
  3975.      * Gets the public 'sonata.easy_extends.generator.orm' shared service.
  3976.      *
  3977.      * @return \Sonata\EasyExtendsBundle\Generator\OrmGenerator
  3978.      */
  3979.     protected function getSonata_EasyExtends_Generator_OrmService()
  3980.     {
  3981.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/OrmGenerator.php';
  3983.         return $this->services['sonata.easy_extends.generator.orm'] = new \Sonata\EasyExtendsBundle\Generator\OrmGenerator();
  3984.     }
  3985.     /**
  3986.      * Gets the public 'sonata.easy_extends.generator.phpcr' shared service.
  3987.      *
  3988.      * @return \Sonata\EasyExtendsBundle\Generator\PHPCRGenerator
  3989.      */
  3990.     protected function getSonata_EasyExtends_Generator_PhpcrService()
  3991.     {
  3992.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/PHPCRGenerator.php';
  3994.         return $this->services['sonata.easy_extends.generator.phpcr'] = new \Sonata\EasyExtendsBundle\Generator\PHPCRGenerator();
  3995.     }
  3996.     /**
  3997.      * Gets the public 'sonata.easy_extends.generator.serializer' shared service.
  3998.      *
  3999.      * @return \Sonata\EasyExtendsBundle\Generator\SerializerGenerator
  4000.      */
  4001.     protected function getSonata_EasyExtends_Generator_SerializerService()
  4002.     {
  4003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/SerializerGenerator.php';
  4005.         return $this->services['sonata.easy_extends.generator.serializer'] = new \Sonata\EasyExtendsBundle\Generator\SerializerGenerator();
  4006.     }
  4007.     /**
  4008.      * Gets the public 'sonata.formatter.block.formatter' shared service.
  4009.      *
  4010.      * @return \Sonata\FormatterBundle\Block\FormatterBlockService
  4011.      */
  4012.     protected function getSonata_Formatter_Block_FormatterService()
  4013.     {
  4014.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  4015.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  4016.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  4017.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  4018.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  4019.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Block/FormatterBlockService.php';
  4020.         return $this->services['sonata.formatter.block.formatter'] = new \Sonata\FormatterBundle\Block\FormatterBlockService('sonata.formatter.block.formatter', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  4021.     }
  4022.     /**
  4023.      * Gets the public 'sonata.formatter.twig.control_flow' shared service.
  4024.      *
  4025.      * @return \Sonata\FormatterBundle\Extension\ControlFlowExtension
  4026.      */
  4027.     protected function getSonata_Formatter_Twig_ControlFlowService()
  4028.     {
  4029.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/ExtensionInterface.php';
  4030.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/BaseExtension.php';
  4031.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/ControlFlowExtension.php';
  4032.         return $this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension();
  4033.     }
  4034.     /**
  4035.      * Gets the public 'sonata.formatter.twig.gist' shared service.
  4036.      *
  4037.      * @return \Sonata\FormatterBundle\Extension\GistExtension
  4038.      */
  4039.     protected function getSonata_Formatter_Twig_GistService()
  4040.     {
  4041.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/ExtensionInterface.php';
  4042.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/BaseExtension.php';
  4043.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/GistExtension.php';
  4044.         return $this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension();
  4045.     }
  4046.     /**
  4047.      * Gets the public 'sonata.twig.flashmessage.manager' shared service.
  4048.      *
  4049.      * @return \Sonata\Twig\FlashMessage\FlashManager
  4050.      */
  4051.     protected function getSonata_Twig_Flashmessage_ManagerService()
  4052.     {
  4053.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManagerInterface.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Status/StatusClassRendererInterface.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/FlashMessage/FlashManager.php';
  4056.         return $this->services['sonata.twig.flashmessage.manager'] = new \Sonata\Twig\FlashMessage\FlashManager(($this->services['session'] ?? $this->getSessionService()), ['success' => ['success' => [], 'sonata_flash_success' => [], 'sonata_user_success' => [], 'fos_user_success' => []], 'warning' => ['warning' => [], 'sonata_flash_info' => []], 'danger' => ['error' => [], 'sonata_flash_error' => [], 'sonata_user_error' => []]], ['success' => 'success''warning' => 'warning''danger' => 'danger']);
  4057.     }
  4058.     /**
  4059.      * Gets the public 'sonata.twig.flashmessage.twig.extension' shared service.
  4060.      *
  4061.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  4062.      */
  4063.     protected function getSonata_Twig_Flashmessage_Twig_ExtensionService()
  4064.     {
  4065.         return $this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  4066.     }
  4067.     /**
  4068.      * Gets the public 'sonata.user.admin.group' service.
  4069.      *
  4070.      * @return \Sonata\UserBundle\Admin\Entity\GroupAdmin
  4071.      */
  4072.     protected function getSonata_User_Admin_GroupService()
  4073.     {
  4074.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  4075.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  4076.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  4077.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  4078.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  4079.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  4080.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  4081.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  4083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  4084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  4085.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  4086.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  4087.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/GroupAdmin.php';
  4088.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php';
  4089.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  4091.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  4092.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  4093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  4094.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  4095.         $instance = new \Sonata\UserBundle\Admin\Entity\GroupAdmin('sonata.user.admin.group''App\\Application\\Sonata\\UserBundle\\Entity\\Group''Sonata\\AdminBundle\\Controller\\CRUDController');
  4096.         $instance->setTranslationDomain('SonataUserBundle');
  4097.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  4098.         $instance->setManagerType('orm');
  4099.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  4100.         $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  4101.         $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  4102.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  4103.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  4104.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  4105.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  4106.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  4107.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4108.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  4109.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  4110.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  4111.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  4112.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  4113.         $instance->setPagerType('default');
  4114.         $instance->setLabel('groups');
  4115.         $instance->showMosaicButton(true);
  4116.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.group.template_registry'] ?? $this->getSonata_User_Admin_Group_TemplateRegistryService()));
  4117.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  4118.         $instance->initialize();
  4119.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  4120.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  4121.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  4122.         return $instance;
  4123.     }
  4124.     /**
  4125.      * Gets the public 'sonata.user.admin.group.template_registry' shared service.
  4126.      *
  4127.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4128.      */
  4129.     protected function getSonata_User_Admin_Group_TemplateRegistryService()
  4130.     {
  4131.         return $this->services['sonata.user.admin.group.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4132.     }
  4133.     /**
  4134.      * Gets the public 'sonata.user.admin.user' service.
  4135.      *
  4136.      * @return \Sonata\UserBundle\Admin\Entity\UserAdmin
  4137.      */
  4138.     protected function getSonata_User_Admin_UserService()
  4139.     {
  4140.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/TaggedAdminInterface.php';
  4141.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/DependencyInjection/Admin/AbstractTaggedAdmin.php';
  4142.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  4143.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionRegistryInterface.php';
  4144.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  4145.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  4146.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  4147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  4148.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryAwareInterface.php';
  4149.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  4150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  4151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  4152.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  4153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/UserAdmin.php';
  4154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php';
  4155.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4156.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  4157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Exporter/DataSourceInterface.php';
  4158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Exporter/DataSource.php';
  4159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  4160.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/NoopSecurityHandler.php';
  4161.         $instance = new \Sonata\UserBundle\Admin\Entity\UserAdmin('sonata.user.admin.user''App\\Application\\Sonata\\UserBundle\\Entity\\User''Sonata\\AdminBundle\\Controller\\CRUDController');
  4162.         $instance->setUserManager(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  4163.         $instance->setTranslationDomain('SonataUserBundle');
  4164.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  4165.         $instance->setManagerType('orm');
  4166.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  4167.         $instance->setDataSource(($this->privates['sonata.admin.data_source.orm'] ?? ($this->privates['sonata.admin.data_source.orm'] = new \Sonata\DoctrineORMAdminBundle\Exporter\DataSource())));
  4168.         $instance->setFieldDescriptionFactory(($this->privates['sonata.admin.field_description_factory.orm'] ?? $this->getSonata_Admin_FieldDescriptionFactory_OrmService()));
  4169.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  4170.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  4171.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  4172.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  4173.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  4174.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4175.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  4176.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  4177.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.noop'] ?? ($this->privates['sonata.admin.security.handler.noop'] = new \Sonata\AdminBundle\Security\Handler\NoopSecurityHandler())));
  4178.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  4179.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  4180.         $instance->setPagerType('default');
  4181.         $instance->setLabel('users');
  4182.         $instance->showMosaicButton(true);
  4183.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.user.template_registry'] ?? $this->getSonata_User_Admin_User_TemplateRegistryService()));
  4184.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  4185.         $instance->initialize();
  4186.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  4187.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  4188.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  4189.         return $instance;
  4190.     }
  4191.     /**
  4192.      * Gets the public 'sonata.user.admin.user.template_registry' shared service.
  4193.      *
  4194.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4195.      */
  4196.     protected function getSonata_User_Admin_User_TemplateRegistryService()
  4197.     {
  4198.         return $this->services['sonata.user.admin.user.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4199.     }
  4200.     /**
  4201.      * Gets the public 'sonata.user.form.roles_matrix_type' shared service.
  4202.      *
  4203.      * @return \Sonata\UserBundle\Form\Type\RolesMatrixType
  4204.      */
  4205.     protected function getSonata_User_Form_RolesMatrixTypeService()
  4206.     {
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4209.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/RolesMatrixType.php';
  4210.         return $this->services['sonata.user.form.roles_matrix_type'] = new \Sonata\UserBundle\Form\Type\RolesMatrixType(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService()));
  4211.     }
  4212.     /**
  4213.      * Gets the public 'sonata.user.form.type.security_roles' shared service.
  4214.      *
  4215.      * @return \Sonata\UserBundle\Form\Type\SecurityRolesType
  4216.      */
  4217.     protected function getSonata_User_Form_Type_SecurityRolesService()
  4218.     {
  4219.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/SecurityRolesType.php';
  4222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php';
  4223.         $a = new \Sonata\UserBundle\Security\EditableRolesBuilder(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), $this->parameters['security.role_hierarchy.roles']);
  4224.         $a->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4225.         return $this->services['sonata.user.form.type.security_roles'] = new \Sonata\UserBundle\Form\Type\SecurityRolesType($a);
  4226.     }
  4227.     /**
  4228.      * Gets the public 'sonata.user.manager.user' shared service.
  4229.      *
  4230.      * @return \Sonata\UserBundle\Entity\UserManagerProxy
  4231.      */
  4232.     protected function getSonata_User_Manager_UserService()
  4233.     {
  4234.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  4235.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  4236.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  4237.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManagerProxy.php';
  4238.         return $this->services['sonata.user.manager.user'] = new \Sonata\UserBundle\Entity\UserManagerProxy('App\\Application\\Sonata\\UserBundle\\Entity\\User', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  4239.     }
  4240.     /**
  4241.      * Gets the public 'swiftmailer.mailer.default' shared service.
  4242.      *
  4243.      * @return \Swift_Mailer
  4244.      */
  4245.     protected function getSwiftmailer_Mailer_DefaultService()
  4246.     {
  4247.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  4248.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  4249.     }
  4250.     /**
  4251.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  4252.      *
  4253.      * @return \Swift_Plugins_MessageLogger
  4254.      */
  4255.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  4256.     {
  4257.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4259.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4260.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  4261.     }
  4262.     /**
  4263.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  4264.      *
  4265.      * @return \Swift_Transport
  4266.      */
  4267.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  4268.     {
  4269.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4270.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  4271.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4272.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4273.         return $this->services['swiftmailer.mailer.default.transport.real'] = \Symfony\Bundle\SwiftmailerBundle\DependencyInjection\SwiftmailerTransportFactory::createTransport(['transport' => 'smtp''url' => $this->getEnv('MAILER_URL'), 'username' => NULL'password' => NULL'host' => 'localhost''port' => NULL'timeout' => 30'source_ip' => NULL'local_domain' => NULL'encryption' => NULL'auth_mode' => NULL'command' => '/usr/sbin/sendmail -t -i''stream_options' => []], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())));
  4274.     }
  4275.     /**
  4276.      * Gets the public 'swiftmailer.transport' shared service.
  4277.      *
  4278.      * @return \Swift_Transport_SpoolTransport
  4279.      */
  4280.     protected function getSwiftmailer_TransportService()
  4281.     {
  4282.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  4283.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  4285.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php';
  4286.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php';
  4287.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  4288.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  4289.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  4290.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  4291.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  4292.         $this->services['swiftmailer.transport'] = $instance = new \Swift_Transport_SpoolTransport(($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] ?? ($this->privates['swiftmailer.mailer.default.transport.eventdispatcher'] = new \Swift_Events_SimpleEventDispatcher())), new \Swift_FileSpool(($this->targetDir.''.'/swiftmailer/spool/default')));
  4293.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  4294.         return $instance;
  4295.     }
  4296.     /**
  4297.      * Gets the public 'templating' shared service.
  4298.      *
  4299.      * @return \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine
  4300.      *
  4301.      * @deprecated The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  4302.      */
  4303.     protected function getTemplatingService()
  4304.     {
  4305.         @trigger_error('The "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  4306.         $this->services['templating'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\DelegatingEngine($this, []);
  4307.         $instance->addEngine($this->getTemplating_Engine_TwigService());
  4308.         $instance->addEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()));
  4309.         return $instance;
  4310.     }
  4311.     /**
  4312.      * Gets the public 'templating.loader' shared service.
  4313.      *
  4314.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  4315.      *
  4316.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  4317.      */
  4318.     protected function getTemplating_LoaderService()
  4319.     {
  4320.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  4321.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  4322.     }
  4323.     /**
  4324.      * Gets the public 'translator' shared service.
  4325.      *
  4326.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4327.      */
  4328.     protected function getTranslatorService()
  4329.     {
  4330.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4331.     }
  4332.     /**
  4333.      * Gets the public 'twig' shared service.
  4334.      *
  4335.      * @return \Twig\Environment
  4336.      */
  4337.     protected function getTwigService()
  4338.     {
  4339.         $this->services['twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  4340.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  4341.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  4342.         $c = ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService());
  4343.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  4344.         $e = ($this->services['router'] ?? $this->getRouterService());
  4345.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4346.         $g = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  4347.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  4348.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  4349.         $i = new \Knp\Menu\Util\MenuManipulator();
  4350.         $j = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  4351.         $k = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  4352.         $l = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  4353.         $m $this->getSonata_DeprecatedText_Twig_ExtensionService();
  4354.         $n = new \Symfony\Bridge\Twig\AppVariable();
  4355.         $o = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  4356.         $n->setEnvironment('dev');
  4357.         $n->setDebug(true);
  4358.         if ($this->has('security.token_storage')) {
  4359.             $n->setTokenStorage($o);
  4360.         }
  4361.         if ($this->has('request_stack')) {
  4362.             $n->setRequestStack($f);
  4363.         }
  4364.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  4365.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  4366.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  4367.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($c));
  4368.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  4369.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($e));
  4370.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  4371.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  4372.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  4373.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  4374.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($f, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  4375.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  4376.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  4377.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension($g));
  4378.         $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())));
  4379.         $instance->addExtension(new \Twig\Extensions\DateExtension($b));
  4380.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  4381.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  4382.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  4383.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  4384.         $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, [
  4385.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  4386.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  4387.         ], [
  4388.             'list' => '?',
  4389.             'twig' => '?',
  4390.         ]), 'twig', [], false), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $i$j), $j$i));
  4391.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  4392.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this$k));
  4393.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\GroupExtension($k));
  4394.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\PaginationExtension());
  4395.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\SecurityExtension($g));
  4396.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\CanonicalizeExtension($f));
  4397.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\XEditableExtension($b$this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']));
  4398.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\RenderElementExtension($l$this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService())));
  4399.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\StringExtension($m));
  4400.         $instance->addExtension($m);
  4401.         $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  4402.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension(($this->privates['markdown.parser.parser_manager'] ?? $this->getMarkdown_Parser_ParserManagerService())));
  4403.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder($l), $e$c$f$instance, (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  4404.         $instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService())));
  4405.         $instance->addExtension(($this->services['sonata.twig.flashmessage.twig.extension'] ?? ($this->services['sonata.twig.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  4406.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  4407.         $instance->addExtension(new \Sonata\Twig\Extension\StatusExtension());
  4408.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  4409.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true, ($this->services['sonata.doctrine.model.adapter.chain'] ?? $this->getSonata_Doctrine_Model_Adapter_ChainService())));
  4410.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  4411.         $instance->addGlobal('app'$n);
  4412.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4413.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.twig.flashmessage.twig.runtime''getSonata_Twig_Flashmessage_Twig_RuntimeService'false],
  4414.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.twig.status_runtime''getSonata_Twig_StatusRuntimeService'false],
  4415.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  4416.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  4417.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  4418.         ], [
  4419.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  4420.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  4421.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  4422.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  4423.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  4424.         ])));
  4425.         $instance->addGlobal('praxis', new \App\Service\Praxis($o, ($this->privates['App\\Repository\\PraxisRepository'] ?? $this->getPraxisRepositoryService())));
  4426.         $instance->addGlobal('debug'true);
  4427.         $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']));
  4428.         $instance->addGlobal('sonata_config', new \Sonata\AdminBundle\SonataConfiguration('FriVet''/img/logo_200x200.png', ['title_mode' => 'single_image''html5_validate' => true'sort_admins' => false'confirm_exit' => true'js_debug' => false'skin' => 'skin-black''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'lock_protection' => false'mosaic_background' => 'bundles/sonataadmin/default_mosaic_image.png''legacy_twig_text_extension' => true'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'22 => 'bundles/fosckeditor/ckeditor.js'23 => 'bundles/sonataformatter/vendor/markitup-markitup/markitup/jquery.markitup.js'24 => 'bundles/sonataformatter/markitup/sets/markdown/set.js'25 => 'bundles/sonataformatter/markitup/sets/html/set.js'26 => 'bundles/sonataformatter/markitup/sets/textile/set.js'27 => 'js/ekko-lightbox.min.js'28 => 'js/startup.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/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'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'10 => 'bundles/sonataadmin/css/styles.css'11 => 'bundles/sonataadmin/css/layout.css'12 => 'bundles/sonataadmin/css/tree.css'13 => 'bundles/sonatacore/css/flashmessage.css'14 => 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'15 => 'bundles/sonataformatter/markitup/skins/sonata/style.css'16 => 'bundles/sonataformatter/markitup/sets/markdown/style.css'17 => 'bundles/sonataformatter/markitup/sets/html/style.css'18 => 'bundles/sonataformatter/markitup/sets/textile/style.css'19 => 'css/ekko-lightbox.css'], 'role_admin' => 'ROLE_SONATA_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]));
  4429.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  4430.         $instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables($this));
  4431.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  4432.         return $instance;
  4433.     }
  4434.     /**
  4435.      * Gets the public 'twig.controller.exception' shared service.
  4436.      *
  4437.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  4438.      *
  4439.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  4440.      */
  4441.     protected function getTwig_Controller_ExceptionService()
  4442.     {
  4443.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4444.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  4445.     }
  4446.     /**
  4447.      * Gets the public 'twig.controller.preview_error' shared service.
  4448.      *
  4449.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  4450.      *
  4451.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  4452.      */
  4453.     protected function getTwig_Controller_PreviewErrorService()
  4454.     {
  4455.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  4456.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), NULL);
  4457.     }
  4458.     /**
  4459.      * Gets the public 'validator' shared service.
  4460.      *
  4461.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  4462.      */
  4463.     protected function getValidatorService()
  4464.     {
  4465.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  4466.     }
  4467.     /**
  4468.      * Gets the public 'var_dumper.cloner' shared service.
  4469.      *
  4470.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  4471.      */
  4472.     protected function getVarDumper_ClonerService()
  4473.     {
  4474.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  4475.         $instance->setMaxItems(2500);
  4476.         $instance->setMinDepth(1);
  4477.         $instance->setMaxString(-1);
  4478.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  4479.         return $instance;
  4480.     }
  4481.     /**
  4482.      * Gets the public 'web_profiler.controller.exception' shared service.
  4483.      *
  4484.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  4485.      *
  4486.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  4487.      */
  4488.     protected function getWebProfiler_Controller_ExceptionService()
  4489.     {
  4490.         @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);
  4491.         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()));
  4492.     }
  4493.     /**
  4494.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  4495.      *
  4496.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  4497.      */
  4498.     protected function getWebProfiler_Controller_ExceptionPanelService()
  4499.     {
  4500.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  4501.         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()));
  4502.     }
  4503.     /**
  4504.      * Gets the public 'web_profiler.controller.profiler' shared service.
  4505.      *
  4506.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  4507.      */
  4508.     protected function getWebProfiler_Controller_ProfilerService()
  4509.     {
  4510.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  4511.         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));
  4512.     }
  4513.     /**
  4514.      * Gets the public 'web_profiler.controller.router' shared service.
  4515.      *
  4516.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  4517.      */
  4518.     protected function getWebProfiler_Controller_RouterService()
  4519.     {
  4520.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  4521.         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 () {
  4522.             return new \EmptyIterator();
  4523.         }, 0));
  4524.     }
  4525.     /**
  4526.      * Gets the private '.debug.http_client' shared service.
  4527.      *
  4528.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  4529.      */
  4530.     protected function get_Debug_HttpClientService()
  4531.     {
  4532.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  4533.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  4534.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4535.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  4536.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4537.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  4538.         $a->setLogger($b);
  4539.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  4540.     }
  4541.     /**
  4542.      * Gets the private '.errored..service_locator.e5zsAu4.Sonata\AdminBundle\Datagrid\ProxyQueryInterface' shared service.
  4543.      *
  4544.      * @return \Sonata\AdminBundle\Datagrid\ProxyQueryInterface
  4545.      */
  4546.     protected function getProxyQueryInterfaceService()
  4547.     {
  4548.         $this->throw('Cannot autowire service ".service_locator.e5zsAu4": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?');
  4549.     }
  4550.     /**
  4551.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  4552.      *
  4553.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  4554.      */
  4555.     protected function get_LegacyResolveControllerNameSubscriberService()
  4556.     {
  4557.         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);
  4558.     }
  4559.     /**
  4560.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  4561.      *
  4562.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  4563.      */
  4564.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  4565.     {
  4566.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  4568.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  4569.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  4570.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  4571.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  4572.             yield => $this->getMailer_TransportFactory_MailgunService();
  4573.             yield => $this->getMailer_TransportFactory_NullService();
  4574.             yield => $this->getMailer_TransportFactory_SendmailService();
  4575.             yield => $this->getMailer_TransportFactory_SmtpService();
  4576.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
  4577.     }
  4578.     /**
  4579.      * Gets the private '.service_locator.IPG5mnO' shared service.
  4580.      *
  4581.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4582.      */
  4583.     protected function get_ServiceLocator_IPG5mnOService()
  4584.     {
  4585.         return $this->privates['.service_locator.IPG5mnO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4586.             'App\\Controller\\AttachedFileAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  4587.             'App\\Controller\\PraxisAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  4588.             'App\\Controller\\TreatmentAdminController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  4589.             'App\\Controller\\AttachedFileAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  4590.             'App\\Controller\\PraxisAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  4591.             'App\\Controller\\TreatmentAdminController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  4592.         ], [
  4593.             'App\\Controller\\AttachedFileAdminController::batchActionDelete' => '?',
  4594.             'App\\Controller\\PraxisAdminController::batchActionDelete' => '?',
  4595.             'App\\Controller\\TreatmentAdminController::batchActionDelete' => '?',
  4596.             'App\\Controller\\AttachedFileAdminController:batchActionDelete' => '?',
  4597.             'App\\Controller\\PraxisAdminController:batchActionDelete' => '?',
  4598.             'App\\Controller\\TreatmentAdminController:batchActionDelete' => '?',
  4599.         ]);
  4600.     }
  4601.     /**
  4602.      * Gets the private '.service_locator.JbrXzPa' shared service.
  4603.      *
  4604.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4605.      */
  4606.     protected function get_ServiceLocator_JbrXzPaService()
  4607.     {
  4608.         return $this->privates['.service_locator.JbrXzPa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4609.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  4610.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4611.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  4612.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  4613.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  4614.             'sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  4615.         ], [
  4616.             'async' => '?',
  4617.             'failed' => '?',
  4618.             'messenger.transport.async' => '?',
  4619.             'messenger.transport.failed' => '?',
  4620.             'messenger.transport.sync' => '?',
  4621.             'sync' => '?',
  4622.         ]);
  4623.     }
  4624.     /**
  4625.      * Gets the private '.service_locator.e5zsAu4' shared service.
  4626.      *
  4627.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4628.      */
  4629.     protected function get_ServiceLocator_E5zsAu4Service()
  4630.     {
  4631.         return $this->privates['.service_locator.e5zsAu4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4632.             'query' => ['privates''.errored..service_locator.e5zsAu4.Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface'NULL'Cannot autowire service ".service_locator.e5zsAu4": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?'],
  4633.         ], [
  4634.             'query' => 'Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface',
  4635.         ]);
  4636.     }
  4637.     /**
  4638.      * Gets the private '.service_locator.o9nGMXB' shared service.
  4639.      *
  4640.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4641.      */
  4642.     protected function get_ServiceLocator_O9nGMXBService()
  4643.     {
  4644.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4645.             'twig' => ['services''twig''getTwigService'false],
  4646.         ], [
  4647.             'twig' => 'Twig\\Environment',
  4648.         ]);
  4649.     }
  4650.     /**
  4651.      * Gets the private 'App\AdminForm\Field\BirthDateType' shared autowired service.
  4652.      *
  4653.      * @return \App\AdminForm\Field\BirthDateType
  4654.      */
  4655.     protected function getBirthDateTypeService()
  4656.     {
  4657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4659.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/DateType.php';
  4660.         include_once \dirname(__DIR__4).'/src/AdminForm/Field/BirthDateType.php';
  4661.         return $this->privates['App\\AdminForm\\Field\\BirthDateType'] = new \App\AdminForm\Field\BirthDateType();
  4662.     }
  4663.     /**
  4664.      * Gets the private 'App\EventListener\PraxisRelatedEntityListener' shared autowired service.
  4665.      *
  4666.      * @return \App\EventListener\PraxisRelatedEntityListener
  4667.      */
  4668.     protected function getPraxisRelatedEntityListenerService()
  4669.     {
  4670.         include_once \dirname(__DIR__4).'/src/EventListener/PraxisRelatedEntityListener.php';
  4671.         return $this->privates['App\\EventListener\\PraxisRelatedEntityListener'] = new \App\EventListener\PraxisRelatedEntityListener(($this->services['session'] ?? $this->getSessionService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Repository\\PraxisRepository'] ?? $this->getPraxisRepositoryService()));
  4672.     }
  4673.     /**
  4674.      * Gets the private 'App\EventListener\RegistrationListener' shared autowired service.
  4675.      *
  4676.      * @return \App\EventListener\RegistrationListener
  4677.      */
  4678.     protected function getRegistrationListenerService()
  4679.     {
  4680.         include_once \dirname(__DIR__4).'/src/EventListener/RegistrationListener.php';
  4681.         return $this->privates['App\\EventListener\\RegistrationListener'] = new \App\EventListener\RegistrationListener(($this->services['router'] ?? $this->getRouterService()));
  4682.     }
  4683.     /**
  4684.      * Gets the private 'App\Form\FilePreviewType' shared autowired service.
  4685.      *
  4686.      * @return \App\Form\FilePreviewType
  4687.      */
  4688.     protected function getFilePreviewTypeService()
  4689.     {
  4690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4691.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4692.         include_once \dirname(__DIR__4).'/src/Form/FilePreviewType.php';
  4693.         return $this->privates['App\\Form\\FilePreviewType'] = new \App\Form\FilePreviewType();
  4694.     }
  4695.     /**
  4696.      * Gets the private 'App\Form\VaccineType' shared autowired service.
  4697.      *
  4698.      * @return \App\Form\VaccineType
  4699.      */
  4700.     protected function getVaccineTypeService()
  4701.     {
  4702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4703.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4704.         include_once \dirname(__DIR__4).'/src/Form/VaccineType.php';
  4705.         return $this->privates['App\\Form\\VaccineType'] = new \App\Form\VaccineType();
  4706.     }
  4707.     /**
  4708.      * Gets the private 'App\Repository\AttachedFileRepository' shared autowired service.
  4709.      *
  4710.      * @return \App\Repository\AttachedFileRepository
  4711.      */
  4712.     protected function getAttachedFileRepositoryService()
  4713.     {
  4714.         include_once \dirname(__DIR__4).'/src/Repository/AttachedFileRepository.php';
  4715.         return $this->privates['App\\Repository\\AttachedFileRepository'] = new \App\Repository\AttachedFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4716.     }
  4717.     /**
  4718.      * Gets the private 'App\Repository\OwnerRepository' shared autowired service.
  4719.      *
  4720.      * @return \App\Repository\OwnerRepository
  4721.      */
  4722.     protected function getOwnerRepositoryService()
  4723.     {
  4724.         include_once \dirname(__DIR__4).'/src/Repository/OwnerRepository.php';
  4725.         return $this->privates['App\\Repository\\OwnerRepository'] = new \App\Repository\OwnerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4726.     }
  4727.     /**
  4728.      * Gets the private 'App\Repository\PetRepository' shared autowired service.
  4729.      *
  4730.      * @return \App\Repository\PetRepository
  4731.      */
  4732.     protected function getPetRepositoryService()
  4733.     {
  4734.         include_once \dirname(__DIR__4).'/src/Repository/PetRepository.php';
  4735.         return $this->privates['App\\Repository\\PetRepository'] = new \App\Repository\PetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4736.     }
  4737.     /**
  4738.      * Gets the private 'App\Repository\PraxisRepository' shared autowired service.
  4739.      *
  4740.      * @return \App\Repository\PraxisRepository
  4741.      */
  4742.     protected function getPraxisRepositoryService()
  4743.     {
  4744.         return $this->privates['App\\Repository\\PraxisRepository'] = new \App\Repository\PraxisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4745.     }
  4746.     /**
  4747.      * Gets the private 'App\Repository\TreatmentRepository' shared autowired service.
  4748.      *
  4749.      * @return \App\Repository\TreatmentRepository
  4750.      */
  4751.     protected function getTreatmentRepositoryService()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/src/Repository/TreatmentRepository.php';
  4754.         return $this->privates['App\\Repository\\TreatmentRepository'] = new \App\Repository\TreatmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4755.     }
  4756.     /**
  4757.      * Gets the private 'App\Repository\UserRepository' shared autowired service.
  4758.      *
  4759.      * @return \App\Repository\UserRepository
  4760.      */
  4761.     protected function getUserRepositoryService()
  4762.     {
  4763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  4764.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  4765.         return $this->privates['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4766.     }
  4767.     /**
  4768.      * Gets the private 'App\Repository\VaccineRepository' shared autowired service.
  4769.      *
  4770.      * @return \App\Repository\VaccineRepository
  4771.      */
  4772.     protected function getVaccineRepositoryService()
  4773.     {
  4774.         include_once \dirname(__DIR__4).'/src/Repository/VaccineRepository.php';
  4775.         return $this->privates['App\\Repository\\VaccineRepository'] = new \App\Repository\VaccineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  4776.     }
  4777.     /**
  4778.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  4779.      *
  4780.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  4781.      */
  4782.     protected function getManagerRegistryAwareConnectionProviderService()
  4783.     {
  4784.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  4785.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  4786.         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'));
  4787.     }
  4788.     /**
  4789.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  4790.      *
  4791.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  4792.      */
  4793.     protected function getRunSqlCommandService()
  4794.     {
  4795.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4796.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  4797.         $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()));
  4798.         $instance->setName('dbal:run-sql');
  4799.         return $instance;
  4800.     }
  4801.     /**
  4802.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  4803.      *
  4804.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  4805.      */
  4806.     protected function getDebugBlocksCommandService()
  4807.     {
  4808.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4809.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/BaseCommand.php';
  4810.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  4811.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(NULL, ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  4812.         $instance->setName('sonata:block:debug');
  4813.         return $instance;
  4814.     }
  4815.     /**
  4816.      * Gets the private 'Symfony\Bundle\AclBundle\Command\InitAclCommand' shared service.
  4817.      *
  4818.      * @return \Symfony\Bundle\AclBundle\Command\InitAclCommand
  4819.      */
  4820.     protected function getInitAclCommandService()
  4821.     {
  4822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4823.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/InitAclCommand.php';
  4824.         $this->privates['Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand'] = $instance = new \Symfony\Bundle\AclBundle\Command\InitAclCommand(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['security.acl.dbal.schema'] ?? $this->getSecurity_Acl_Dbal_SchemaService()));
  4825.         $instance->setName('acl:init');
  4826.         return $instance;
  4827.     }
  4828.     /**
  4829.      * Gets the private 'Symfony\Bundle\AclBundle\Command\SetAclCommand' shared service.
  4830.      *
  4831.      * @return \Symfony\Bundle\AclBundle\Command\SetAclCommand
  4832.      */
  4833.     protected function getSetAclCommandService()
  4834.     {
  4835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/SetAclCommand.php';
  4837.         $this->privates['Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand'] = $instance = new \Symfony\Bundle\AclBundle\Command\SetAclCommand(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()));
  4838.         $instance->setName('acl:set');
  4839.         return $instance;
  4840.     }
  4841.     /**
  4842.      * Gets the private 'annotations.cache' shared service.
  4843.      *
  4844.      * @return \Symfony\Component\Cache\DoctrineProvider
  4845.      */
  4846.     protected function getAnnotations_CacheService()
  4847.     {
  4848.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  4849.     }
  4850.     /**
  4851.      * Gets the private 'annotations.cache_warmer' shared service.
  4852.      *
  4853.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  4854.      */
  4855.     protected function getAnnotations_CacheWarmerService()
  4856.     {
  4857.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  4859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  4860.         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);
  4861.     }
  4862.     /**
  4863.      * Gets the private 'annotations.cached_reader' shared service.
  4864.      *
  4865.      * @return \Doctrine\Common\Annotations\CachedReader
  4866.      */
  4867.     protected function getAnnotations_CachedReaderService()
  4868.     {
  4869.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  4870.     }
  4871.     /**
  4872.      * Gets the private 'annotations.reader' shared service.
  4873.      *
  4874.      * @return \Doctrine\Common\Annotations\AnnotationReader
  4875.      */
  4876.     protected function getAnnotations_ReaderService()
  4877.     {
  4878.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  4879.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  4880.         $a->registerUniqueLoader('class_exists');
  4881.         $instance->addGlobalIgnoredName('required'$a);
  4882.         return $instance;
  4883.     }
  4884.     /**
  4885.      * Gets the private 'app.admin.extension.add_doctor' shared autowired service.
  4886.      *
  4887.      * @return \App\Admin\Extension\SetDoctorExtension
  4888.      */
  4889.     protected function getApp_Admin_Extension_AddDoctorService()
  4890.     {
  4891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  4892.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  4893.         include_once \dirname(__DIR__4).'/src/Admin/Extension/SetDoctorExtension.php';
  4894.         return $this->privates['app.admin.extension.add_doctor'] = new \App\Admin\Extension\SetDoctorExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  4895.     }
  4896.     /**
  4897.      * Gets the private 'app.admin.extension.add_praxis' shared autowired service.
  4898.      *
  4899.      * @return \App\Admin\Extension\SetPraxisExtension
  4900.      */
  4901.     protected function getApp_Admin_Extension_AddPraxisService()
  4902.     {
  4903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  4904.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  4905.         include_once \dirname(__DIR__4).'/src/Admin/Extension/SetPraxisExtension.php';
  4906.         return $this->privates['app.admin.extension.add_praxis'] = new \App\Admin\Extension\SetPraxisExtension(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['App\\Repository\\PraxisRepository'] ?? $this->getPraxisRepositoryService()));
  4907.     }
  4908.     /**
  4909.      * Gets the private 'app.registration.listener' shared autowired service.
  4910.      *
  4911.      * @return \App\EventListener\RegistrationListener
  4912.      */
  4913.     protected function getApp_Registration_ListenerService()
  4914.     {
  4915.         include_once \dirname(__DIR__4).'/src/EventListener/RegistrationListener.php';
  4916.         return $this->privates['app.registration.listener'] = new \App\EventListener\RegistrationListener(($this->services['router'] ?? $this->getRouterService()));
  4917.     }
  4918.     /**
  4919.      * Gets the private 'assets.packages' shared service.
  4920.      *
  4921.      * @return \Symfony\Component\Asset\Packages
  4922.      */
  4923.     protected function getAssets_PackagesService()
  4924.     {
  4925.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ''false)), []);
  4926.     }
  4927.     /**
  4928.      * Gets the private 'cache.annotations' shared service.
  4929.      *
  4930.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4931.      */
  4932.     protected function getCache_AnnotationsService()
  4933.     {
  4934.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('skbmL7hYFZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4935.     }
  4936.     /**
  4937.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  4938.      *
  4939.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4940.      */
  4941.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  4942.     {
  4943.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4944.     }
  4945.     /**
  4946.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  4947.      *
  4948.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4949.      */
  4950.     protected function getCache_Doctrine_Orm_Default_QueryService()
  4951.     {
  4952.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4953.     }
  4954.     /**
  4955.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  4956.      *
  4957.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4958.      */
  4959.     protected function getCache_Doctrine_Orm_Default_ResultService()
  4960.     {
  4961.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  4962.     }
  4963.     /**
  4964.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  4965.      *
  4966.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4967.      */
  4968.     protected function getCache_Messenger_RestartWorkersSignalService()
  4969.     {
  4970.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('tHtsH0NIJF'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL))));
  4971.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4972.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4973.     }
  4974.     /**
  4975.      * Gets the private 'cache.property_info' shared service.
  4976.      *
  4977.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4978.      */
  4979.     protected function getCache_PropertyInfoService()
  4980.     {
  4981.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Dn6-APzDzL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4982.     }
  4983.     /**
  4984.      * Gets the private 'cache.security_expression_language' shared service.
  4985.      *
  4986.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4987.      */
  4988.     protected function getCache_SecurityExpressionLanguageService()
  4989.     {
  4990.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yZGrXAv+Pz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4991.     }
  4992.     /**
  4993.      * Gets the private 'cache.serializer' shared service.
  4994.      *
  4995.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4996.      */
  4997.     protected function getCache_SerializerService()
  4998.     {
  4999.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('z2E+vibBJ0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5000.     }
  5001.     /**
  5002.      * Gets the private 'cache.validator' shared service.
  5003.      *
  5004.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5005.      */
  5006.     protected function getCache_ValidatorService()
  5007.     {
  5008.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v0FsFVF+2T'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  5009.     }
  5010.     /**
  5011.      * Gets the private 'config_cache_factory' shared service.
  5012.      *
  5013.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  5014.      */
  5015.     protected function getConfigCacheFactoryService()
  5016.     {
  5017.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  5018.             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)));
  5019.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  5020.         }, 2));
  5021.     }
  5022.     /**
  5023.      * Gets the private 'console.command.about' shared service.
  5024.      *
  5025.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  5026.      */
  5027.     protected function getConsole_Command_AboutService()
  5028.     {
  5029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5030.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  5031.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  5032.         $instance->setName('about');
  5033.         return $instance;
  5034.     }
  5035.     /**
  5036.      * Gets the private 'console.command.assets_install' shared service.
  5037.      *
  5038.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  5039.      */
  5040.     protected function getConsole_Command_AssetsInstallService()
  5041.     {
  5042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5043.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  5044.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5045.         $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));
  5046.         $instance->setName('assets:install');
  5047.         return $instance;
  5048.     }
  5049.     /**
  5050.      * Gets the private 'console.command.cache_clear' shared service.
  5051.      *
  5052.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  5053.      */
  5054.     protected function getConsole_Command_CacheClearService()
  5055.     {
  5056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5057.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  5058.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  5059.         $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())));
  5060.         $instance->setName('cache:clear');
  5061.         return $instance;
  5062.     }
  5063.     /**
  5064.      * Gets the private 'console.command.cache_pool_clear' shared service.
  5065.      *
  5066.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  5067.      */
  5068.     protected function getConsole_Command_CachePoolClearService()
  5069.     {
  5070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  5072.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5073.         $instance->setName('cache:pool:clear');
  5074.         return $instance;
  5075.     }
  5076.     /**
  5077.      * Gets the private 'console.command.cache_pool_delete' shared service.
  5078.      *
  5079.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  5080.      */
  5081.     protected function getConsole_Command_CachePoolDeleteService()
  5082.     {
  5083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  5085.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  5086.         $instance->setName('cache:pool:delete');
  5087.         return $instance;
  5088.     }
  5089.     /**
  5090.      * Gets the private 'console.command.cache_pool_list' shared service.
  5091.      *
  5092.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  5093.      */
  5094.     protected function getConsole_Command_CachePoolListService()
  5095.     {
  5096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  5098.         $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.messenger.restart_workers_signal'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'10 => 'cache.doctrine.orm.default.query']);
  5099.         $instance->setName('cache:pool:list');
  5100.         return $instance;
  5101.     }
  5102.     /**
  5103.      * Gets the private 'console.command.cache_pool_prune' shared service.
  5104.      *
  5105.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  5106.      */
  5107.     protected function getConsole_Command_CachePoolPruneService()
  5108.     {
  5109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5110.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  5111.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  5112.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  5113.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  5114.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  5115.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  5116.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  5117.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  5118.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  5119.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  5120.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  5121.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  5122.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  5123.         }, 11));
  5124.         $instance->setName('cache:pool:prune');
  5125.         return $instance;
  5126.     }
  5127.     /**
  5128.      * Gets the private 'console.command.cache_warmup' shared service.
  5129.      *
  5130.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  5131.      */
  5132.     protected function getConsole_Command_CacheWarmupService()
  5133.     {
  5134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5135.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  5136.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  5137.         $instance->setName('cache:warmup');
  5138.         return $instance;
  5139.     }
  5140.     /**
  5141.      * Gets the private 'console.command.config_debug' shared service.
  5142.      *
  5143.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  5144.      */
  5145.     protected function getConsole_Command_ConfigDebugService()
  5146.     {
  5147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5148.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5149.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  5151.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  5152.         $instance->setName('debug:config');
  5153.         return $instance;
  5154.     }
  5155.     /**
  5156.      * Gets the private 'console.command.config_dump_reference' shared service.
  5157.      *
  5158.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  5159.      */
  5160.     protected function getConsole_Command_ConfigDumpReferenceService()
  5161.     {
  5162.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  5166.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  5167.         $instance->setName('config:dump-reference');
  5168.         return $instance;
  5169.     }
  5170.     /**
  5171.      * Gets the private 'console.command.container_debug' shared service.
  5172.      *
  5173.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  5174.      */
  5175.     protected function getConsole_Command_ContainerDebugService()
  5176.     {
  5177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5179.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  5180.         $instance->setName('debug:container');
  5181.         return $instance;
  5182.     }
  5183.     /**
  5184.      * Gets the private 'console.command.container_lint' shared service.
  5185.      *
  5186.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  5187.      */
  5188.     protected function getConsole_Command_ContainerLintService()
  5189.     {
  5190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  5192.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  5193.         $instance->setName('lint:container');
  5194.         return $instance;
  5195.     }
  5196.     /**
  5197.      * Gets the private 'console.command.debug_autowiring' shared service.
  5198.      *
  5199.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  5200.      */
  5201.     protected function getConsole_Command_DebugAutowiringService()
  5202.     {
  5203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5204.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  5205.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  5206.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5207.         $instance->setName('debug:autowiring');
  5208.         return $instance;
  5209.     }
  5210.     /**
  5211.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  5212.      *
  5213.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  5214.      */
  5215.     protected function getConsole_Command_EventDispatcherDebugService()
  5216.     {
  5217.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5218.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  5219.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5220.         $instance->setName('debug:event-dispatcher');
  5221.         return $instance;
  5222.     }
  5223.     /**
  5224.      * Gets the private 'console.command.form_debug' shared service.
  5225.      *
  5226.      * @return \Symfony\Component\Form\Command\DebugCommand
  5227.      */
  5228.     protected function getConsole_Command_FormDebugService()
  5229.     {
  5230.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5231.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  5232.         $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\\AdminForm\\Field'=> 'App\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Sonata\\BlockBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type\\Filter'=> 'FOS\\UserBundle\\Form\\Type'=> 'Sonata\\UserBundle\\Form\\Type'=> 'FOS\\CKEditorBundle\\Form\\Type'10 => 'Sonata\\FormatterBundle\\Form\\Type'11 => 'Sonata\\Form\\Type'], [=> 'App\\AdminForm\\Field\\BirthDateType'=> 'App\\Form\\FilePreviewType'=> 'App\\Form\\VaccineType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'Sonata\\BlockBundle\\Form\\Type\\ServiceListType'=> 'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType'=> 'Sonata\\AdminBundle\\Form\\Type\\AdminType'10 => 'Sonata\\AdminBundle\\Form\\Type\\ModelType'11 => 'Sonata\\AdminBundle\\Form\\Type\\ModelListType'12 => 'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType'13 => 'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType'14 => 'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType'15 => 'Sonata\\AdminBundle\\Form\\Type\\CollectionType'16 => 'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType'17 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType'18 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType'19 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType'20 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType'21 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType'22 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType'23 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType'24 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'25 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'26 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'27 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'28 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'29 => 'FOS\\UserBundle\\Form\\Type\\GroupFormType'30 => 'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType'31 => 'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType'32 => 'Sonata\\UserBundle\\Form\\Type\\UserGenderListType'33 => 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'34 => 'Sonata\\FormatterBundle\\Form\\Type\\FormatterType'35 => 'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType'36 => 'Sonata\\Form\\Type\\ImmutableArrayType'37 => 'Sonata\\Form\\Type\\BooleanType'38 => 'Sonata\\Form\\Type\\CollectionType'39 => 'Sonata\\Form\\Type\\DateRangeType'40 => 'Sonata\\Form\\Type\\DateTimeRangeType'41 => 'Sonata\\Form\\Type\\DatePickerType'42 => 'Sonata\\Form\\Type\\DateTimePickerType'43 => 'Sonata\\Form\\Type\\DateRangePickerType'44 => 'Sonata\\Form\\Type\\DateTimeRangePickerType'45 => 'Sonata\\Form\\Type\\EqualType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\FormTypeFieldExtension'=> 'Sonata\\AdminBundle\\Form\\Extension\\Field\\Type\\MopaCompatibilityTypeFieldExtension'10 => 'Sonata\\AdminBundle\\Form\\Extension\\ChoiceTypeExtension'11 => 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  5233.         $instance->setName('debug:form');
  5234.         return $instance;
  5235.     }
  5236.     /**
  5237.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  5238.      *
  5239.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  5240.      */
  5241.     protected function getConsole_Command_MessengerConsumeMessagesService()
  5242.     {
  5243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5244.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  5245.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'async'=> 'failed'=> 'sync']);
  5246.         $instance->setName('messenger:consume');
  5247.         $instance->setAliases([=> 'messenger:consume-messages']);
  5248.         return $instance;
  5249.     }
  5250.     /**
  5251.      * Gets the private 'console.command.messenger_debug' shared service.
  5252.      *
  5253.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  5254.      */
  5255.     protected function getConsole_Command_MessengerDebugService()
  5256.     {
  5257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5258.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  5259.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  5260.         $instance->setName('debug:messenger');
  5261.         return $instance;
  5262.     }
  5263.     /**
  5264.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  5265.      *
  5266.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  5267.      */
  5268.     protected function getConsole_Command_MessengerSetupTransportsService()
  5269.     {
  5270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5271.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  5272.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'failed'=> 'sync']);
  5273.         $instance->setName('messenger:setup-transports');
  5274.         return $instance;
  5275.     }
  5276.     /**
  5277.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  5278.      *
  5279.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  5280.      */
  5281.     protected function getConsole_Command_MessengerStopWorkersService()
  5282.     {
  5283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5284.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  5285.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  5286.         $instance->setName('messenger:stop-workers');
  5287.         return $instance;
  5288.     }
  5289.     /**
  5290.      * Gets the private 'console.command.router_debug' shared service.
  5291.      *
  5292.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  5293.      */
  5294.     protected function getConsole_Command_RouterDebugService()
  5295.     {
  5296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  5298.         $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()));
  5299.         $instance->setName('debug:router');
  5300.         return $instance;
  5301.     }
  5302.     /**
  5303.      * Gets the private 'console.command.router_match' shared service.
  5304.      *
  5305.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  5306.      */
  5307.     protected function getConsole_Command_RouterMatchService()
  5308.     {
  5309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  5311.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  5312.         $instance->setName('router:match');
  5313.         return $instance;
  5314.     }
  5315.     /**
  5316.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  5317.      *
  5318.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  5319.      */
  5320.     protected function getConsole_Command_SecretsDecryptToLocalService()
  5321.     {
  5322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5323.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  5324.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5325.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5326.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5328.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5329.         $instance->setName('secrets:decrypt-to-local');
  5330.         return $instance;
  5331.     }
  5332.     /**
  5333.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  5334.      *
  5335.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  5336.      */
  5337.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  5338.     {
  5339.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5340.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  5341.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5342.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5344.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5345.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5346.         $instance->setName('secrets:encrypt-from-local');
  5347.         return $instance;
  5348.     }
  5349.     /**
  5350.      * Gets the private 'console.command.secrets_generate_key' shared service.
  5351.      *
  5352.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  5353.      */
  5354.     protected function getConsole_Command_SecretsGenerateKeyService()
  5355.     {
  5356.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  5358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5359.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5361.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5362.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5363.         $instance->setName('secrets:generate-keys');
  5364.         return $instance;
  5365.     }
  5366.     /**
  5367.      * Gets the private 'console.command.secrets_list' shared service.
  5368.      *
  5369.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  5370.      */
  5371.     protected function getConsole_Command_SecretsListService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5379.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5380.         $instance->setName('secrets:list');
  5381.         return $instance;
  5382.     }
  5383.     /**
  5384.      * Gets the private 'console.command.secrets_remove' shared service.
  5385.      *
  5386.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  5387.      */
  5388.     protected function getConsole_Command_SecretsRemoveService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5394.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5396.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5397.         $instance->setName('secrets:remove');
  5398.         return $instance;
  5399.     }
  5400.     /**
  5401.      * Gets the private 'console.command.secrets_set' shared service.
  5402.      *
  5403.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  5404.      */
  5405.     protected function getConsole_Command_SecretsSetService()
  5406.     {
  5407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  5409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  5410.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  5411.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  5412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  5413.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET')))), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  5414.         $instance->setName('secrets:set');
  5415.         return $instance;
  5416.     }
  5417.     /**
  5418.      * Gets the private 'console.command.translation_debug' shared service.
  5419.      *
  5420.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  5421.      */
  5422.     protected function getConsole_Command_TranslationDebugService()
  5423.     {
  5424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  5426.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Admin/OwnerAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/PetAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/VaccineAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/TreatmentAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/PraxisAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/AttachedFileAdmin.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Helper/TranslatorHelper.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 20 => (\dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php'), 21 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 23 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 24 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 25 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 26 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 29 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LoginAction.php'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Form/Type/FormatterType.php'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php'), 44 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php')]);
  5427.         $instance->setName('debug:translation');
  5428.         return $instance;
  5429.     }
  5430.     /**
  5431.      * Gets the private 'console.command.translation_update' shared service.
  5432.      *
  5433.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  5434.      */
  5435.     protected function getConsole_Command_TranslationUpdateService()
  5436.     {
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  5439.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  5440.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  5441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  5442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  5443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  5444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  5445.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  5446.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  5453.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  5454.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  5455.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  5456.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  5457.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  5458.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  5459.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  5460.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  5461.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  5462.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  5463.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  5464.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  5465.         $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()), 'hu', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Admin/OwnerAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/PetAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/VaccineAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/TreatmentAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/PraxisAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/AttachedFileAdmin.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/Helper/TranslatorHelper.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 20 => (\dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php'), 21 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/XEditableExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 23 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 24 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 25 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 26 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 27 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 28 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 29 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 30 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php'), 33 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php'), 35 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LoginAction.php'), 37 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Form/Type/FormatterType.php'), 38 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php'), 39 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php'), 40 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php'), 41 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php'), 42 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php'), 44 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/EqualType.php')]);
  5466.         $instance->setName('translation:update');
  5467.         return $instance;
  5468.     }
  5469.     /**
  5470.      * Gets the private 'console.command.xliff_lint' shared service.
  5471.      *
  5472.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  5473.      */
  5474.     protected function getConsole_Command_XliffLintService()
  5475.     {
  5476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  5478.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  5479.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  5480.         $instance->setName('lint:xliff');
  5481.         return $instance;
  5482.     }
  5483.     /**
  5484.      * Gets the private 'console.command.yaml_lint' shared service.
  5485.      *
  5486.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  5487.      */
  5488.     protected function getConsole_Command_YamlLintService()
  5489.     {
  5490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5491.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  5492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  5493.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  5494.         $instance->setName('lint:yaml');
  5495.         return $instance;
  5496.     }
  5497.     /**
  5498.      * Gets the private 'console.error_listener' shared service.
  5499.      *
  5500.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  5501.      */
  5502.     protected function getConsole_ErrorListenerService()
  5503.     {
  5504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  5505.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  5506.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5507.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5508.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5509.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  5510.     }
  5511.     /**
  5512.      * Gets the private 'container.env_var_processor' shared service.
  5513.      *
  5514.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  5515.      */
  5516.     protected function getContainer_EnvVarProcessorService()
  5517.     {
  5518.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  5520.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  5521.             yield => ($this->privates['secrets.vault'] ?? ($this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/dev'), $this->getEnv('base64:default::SYMFONY_DECRYPTION_SECRET'))));
  5522.         }, 1));
  5523.     }
  5524.     /**
  5525.      * Gets the private 'data_collector.form' shared service.
  5526.      *
  5527.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  5528.      */
  5529.     protected function getDataCollector_FormService()
  5530.     {
  5531.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  5532.     }
  5533.     /**
  5534.      * Gets the private 'debug.argument_resolver.default' shared service.
  5535.      *
  5536.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5537.      */
  5538.     protected function getDebug_ArgumentResolver_DefaultService()
  5539.     {
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  5543.         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))));
  5544.     }
  5545.     /**
  5546.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  5547.      *
  5548.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5549.      */
  5550.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  5551.     {
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  5555.         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.IPG5mnO'] ?? $this->get_ServiceLocator_IPG5mnOService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5556.     }
  5557.     /**
  5558.      * Gets the private 'debug.argument_resolver.request' shared service.
  5559.      *
  5560.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5561.      */
  5562.     protected function getDebug_ArgumentResolver_RequestService()
  5563.     {
  5564.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5565.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  5567.         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))));
  5568.     }
  5569.     /**
  5570.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  5571.      *
  5572.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5573.      */
  5574.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  5575.     {
  5576.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5577.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5578.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  5579.         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))));
  5580.     }
  5581.     /**
  5582.      * Gets the private 'debug.argument_resolver.service' shared service.
  5583.      *
  5584.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5585.      */
  5586.     protected function getDebug_ArgumentResolver_ServiceService()
  5587.     {
  5588.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5589.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5590.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  5591.         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.IPG5mnO'] ?? $this->get_ServiceLocator_IPG5mnOService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  5592.     }
  5593.     /**
  5594.      * Gets the private 'debug.argument_resolver.session' shared service.
  5595.      *
  5596.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5597.      */
  5598.     protected function getDebug_ArgumentResolver_SessionService()
  5599.     {
  5600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5601.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5602.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  5603.         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))));
  5604.     }
  5605.     /**
  5606.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  5607.      *
  5608.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5609.      */
  5610.     protected function getDebug_ArgumentResolver_VariadicService()
  5611.     {
  5612.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5613.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5614.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  5615.         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))));
  5616.     }
  5617.     /**
  5618.      * Gets the private 'debug.debug_handlers_listener' shared service.
  5619.      *
  5620.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  5621.      */
  5622.     protected function getDebug_DebugHandlersListenerService()
  5623.     {
  5624.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  5625.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5626.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5627.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5628.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5629.         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);
  5630.     }
  5631.     /**
  5632.      * Gets the private 'debug.dump_listener' shared service.
  5633.      *
  5634.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  5635.      */
  5636.     protected function getDebug_DumpListenerService()
  5637.     {
  5638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  5639.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  5640.         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()));
  5641.     }
  5642.     /**
  5643.      * Gets the private 'debug.file_link_formatter' shared service.
  5644.      *
  5645.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  5646.      */
  5647.     protected function getDebug_FileLinkFormatterService()
  5648.     {
  5649.         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 () {
  5650.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  5651.         });
  5652.     }
  5653.     /**
  5654.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  5655.      *
  5656.      * @return \string
  5657.      */
  5658.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  5659.     {
  5660.         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');
  5661.     }
  5662.     /**
  5663.      * Gets the private 'debug.log_processor' shared service.
  5664.      *
  5665.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  5666.      */
  5667.     protected function getDebug_LogProcessorService()
  5668.     {
  5669.         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())));
  5670.     }
  5671.     /**
  5672.      * Gets the private 'debug.security.access.decision_manager' shared service.
  5673.      *
  5674.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  5675.      */
  5676.     protected function getDebug_Security_Access_DecisionManagerService()
  5677.     {
  5678.         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 () {
  5679.             yield => ($this->privates['debug.security.voter.security.acl.voter.user_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_UserPermissionsService());
  5680.             yield => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService());
  5681.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  5682.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  5683.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  5684.         }, 5), 'affirmative'falsetrue));
  5685.     }
  5686.     /**
  5687.      * Gets the private 'debug.security.firewall' shared service.
  5688.      *
  5689.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  5690.      */
  5691.     protected function getDebug_Security_FirewallService()
  5692.     {
  5693.         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()));
  5694.     }
  5695.     /**
  5696.      * Gets the private 'debug.security.user_value_resolver' shared service.
  5697.      *
  5698.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  5699.      */
  5700.     protected function getDebug_Security_UserValueResolverService()
  5701.     {
  5702.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  5703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  5704.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  5705.         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))));
  5706.     }
  5707.     /**
  5708.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  5709.      *
  5710.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5711.      */
  5712.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  5713.     {
  5714.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5715.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5716.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  5717.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5718.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5719.         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()));
  5720.     }
  5721.     /**
  5722.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  5723.      *
  5724.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5725.      */
  5726.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  5727.     {
  5728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5730.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  5731.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  5732.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  5733.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  5734.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  5735.         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()));
  5736.     }
  5737.     /**
  5738.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  5739.      *
  5740.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5741.      */
  5742.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  5743.     {
  5744.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5745.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5746.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  5747.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  5748.         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()));
  5749.     }
  5750.     /**
  5751.      * Gets the private 'debug.security.voter.security.acl.voter.basic_permissions' shared service.
  5752.      *
  5753.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5754.      */
  5755.     protected function getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService()
  5756.     {
  5757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5758.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  5760.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  5761.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  5762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  5763.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Acl/Permission/AdminPermissionMap.php';
  5764.         return $this->privates['debug.security.voter.security.acl.voter.basic_permissions'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Acl\Voter\AclVoter(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()), ($this->privates['security.acl.object_identity_retrieval_strategy'] ?? ($this->privates['security.acl.object_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy())), ($this->privates['security.acl.security_identity_retrieval_strategy'] ?? $this->getSecurity_Acl_SecurityIdentityRetrievalStrategyService()), ($this->privates['security.acl.permission.map'] ?? ($this->privates['security.acl.permission.map'] = new \Sonata\AdminBundle\Security\Acl\Permission\AdminPermissionMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5765.     }
  5766.     /**
  5767.      * Gets the private 'debug.security.voter.security.acl.voter.user_permissions' shared service.
  5768.      *
  5769.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  5770.      */
  5771.     protected function getDebug_Security_Voter_Security_Acl_Voter_UserPermissionsService()
  5772.     {
  5773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  5774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  5775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  5776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/Authorization/Voter/UserAclVoter.php';
  5777.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  5778.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  5779.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  5780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Acl/Permission/AdminPermissionMap.php';
  5781.         return $this->privates['debug.security.voter.security.acl.voter.user_permissions'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Sonata\UserBundle\Security\Authorization\Voter\UserAclVoter(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()), ($this->privates['security.acl.object_identity_retrieval_strategy'] ?? ($this->privates['security.acl.object_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy())), ($this->privates['security.acl.security_identity_retrieval_strategy'] ?? $this->getSecurity_Acl_SecurityIdentityRetrievalStrategyService()), ($this->privates['security.acl.permission.map'] ?? ($this->privates['security.acl.permission.map'] = new \Sonata\AdminBundle\Security\Acl\Permission\AdminPermissionMap())), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5782.     }
  5783.     /**
  5784.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  5785.      *
  5786.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  5787.      */
  5788.     protected function getDebug_Security_Voter_VoteListenerService()
  5789.     {
  5790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  5791.         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()));
  5792.     }
  5793.     /**
  5794.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  5795.      *
  5796.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  5797.      */
  5798.     protected function getDoctrine_CacheClearMetadataCommandService()
  5799.     {
  5800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  5802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  5803.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  5804.         $instance->setName('doctrine:cache:clear-metadata');
  5805.         return $instance;
  5806.     }
  5807.     /**
  5808.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  5809.      *
  5810.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  5811.      */
  5812.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  5813.     {
  5814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5815.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  5816.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  5817.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  5818.         $instance->setName('doctrine:cache:clear-query');
  5819.         return $instance;
  5820.     }
  5821.     /**
  5822.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  5823.      *
  5824.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  5825.      */
  5826.     protected function getDoctrine_CacheClearResultCommandService()
  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/ClearCache/ResultCommand.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  5831.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  5832.         $instance->setName('doctrine:cache:clear-result');
  5833.         return $instance;
  5834.     }
  5835.     /**
  5836.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  5837.      *
  5838.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  5839.      */
  5840.     protected function getDoctrine_CacheCollectionRegionCommandService()
  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/ClearCache/CollectionRegionCommand.php';
  5844.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  5845.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  5846.         $instance->setName('doctrine:cache:clear-collection-region');
  5847.         return $instance;
  5848.     }
  5849.     /**
  5850.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  5851.      *
  5852.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  5853.      */
  5854.     protected function getDoctrine_ClearEntityRegionCommandService()
  5855.     {
  5856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5857.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  5858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  5859.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  5860.         $instance->setName('doctrine:cache:clear-entity-region');
  5861.         return $instance;
  5862.     }
  5863.     /**
  5864.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  5865.      *
  5866.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  5867.      */
  5868.     protected function getDoctrine_ClearQueryRegionCommandService()
  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/ClearCache/QueryRegionCommand.php';
  5872.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  5873.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  5874.         $instance->setName('doctrine:cache:clear-query-region');
  5875.         return $instance;
  5876.     }
  5877.     /**
  5878.      * Gets the private 'doctrine.database_create_command' shared service.
  5879.      *
  5880.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  5881.      */
  5882.     protected function getDoctrine_DatabaseCreateCommandService()
  5883.     {
  5884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5885.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5886.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  5887.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5888.         $instance->setName('doctrine:database:create');
  5889.         return $instance;
  5890.     }
  5891.     /**
  5892.      * Gets the private 'doctrine.database_drop_command' shared service.
  5893.      *
  5894.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  5895.      */
  5896.     protected function getDoctrine_DatabaseDropCommandService()
  5897.     {
  5898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5899.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5900.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  5901.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5902.         $instance->setName('doctrine:database:drop');
  5903.         return $instance;
  5904.     }
  5905.     /**
  5906.      * Gets the private 'doctrine.database_import_command' shared service.
  5907.      *
  5908.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  5909.      */
  5910.     protected function getDoctrine_DatabaseImportCommandService()
  5911.     {
  5912.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5913.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  5915.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  5916.         $instance->setName('doctrine:database:import');
  5917.         return $instance;
  5918.     }
  5919.     /**
  5920.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  5921.      *
  5922.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  5923.      */
  5924.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  5925.     {
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  5928.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  5929.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  5930.         $instance->setName('doctrine:ensure-production-settings');
  5931.         return $instance;
  5932.     }
  5933.     /**
  5934.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  5935.      *
  5936.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  5937.      */
  5938.     protected function getDoctrine_FixturesLoadCommandService()
  5939.     {
  5940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5941.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5942.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  5944.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  5945.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  5946.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  5947.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  5948.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  5949.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  5950.         include_once \dirname(__DIR__4).'/src/DataFixtures/Fixture.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  5952.         include_once \dirname(__DIR__4).'/src/DataFixtures/OwnerFixtures.php';
  5953.         include_once \dirname(__DIR__4).'/src/DataFixtures/PetFixtures.php';
  5954.         include_once \dirname(__DIR__4).'/src/DataFixtures/PraxisFixture.php';
  5955.         include_once \dirname(__DIR__4).'/src/DataFixtures/TreatmentFixtures.php';
  5956.         include_once \dirname(__DIR__4).'/src/DataFixtures/UserFixtures.php';
  5957.         include_once \dirname(__DIR__4).'/src/DataFixtures/VaccineFixtures.php';
  5958.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  5959.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  5960.         $a = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  5961.         $b = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  5962.         $c = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  5963.         $a->addFixtures([=> ['fixture' => new \App\DataFixtures\OwnerFixtures($b$c), 'groups' => []], => ['fixture' => new \App\DataFixtures\PetFixtures($b$c), 'groups' => []], => ['fixture' => new \App\DataFixtures\PraxisFixture($b$c), 'groups' => []], => ['fixture' => new \App\DataFixtures\TreatmentFixtures($b$c), 'groups' => []], => ['fixture' => new \App\DataFixtures\UserFixtures($b$c), 'groups' => []], => ['fixture' => new \App\DataFixtures\VaccineFixtures($b$c), 'groups' => []]]);
  5964.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand($a, ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  5965.         $instance->setName('doctrine:fixtures:load');
  5966.         return $instance;
  5967.     }
  5968.     /**
  5969.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  5970.      *
  5971.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  5972.      */
  5973.     protected function getDoctrine_MappingConvertCommandService()
  5974.     {
  5975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  5977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  5978.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  5979.         $instance->setName('doctrine:mapping:convert');
  5980.         return $instance;
  5981.     }
  5982.     /**
  5983.      * Gets the private 'doctrine.mapping_import_command' shared service.
  5984.      *
  5985.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  5986.      */
  5987.     protected function getDoctrine_MappingImportCommandService()
  5988.     {
  5989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5990.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  5991.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  5992.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  5993.         $instance->setName('doctrine:mapping:import');
  5994.         return $instance;
  5995.     }
  5996.     /**
  5997.      * Gets the private 'doctrine.mapping_info_command' shared service.
  5998.      *
  5999.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  6000.      */
  6001.     protected function getDoctrine_MappingInfoCommandService()
  6002.     {
  6003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  6005.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  6006.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  6007.         $instance->setName('doctrine:mapping:info');
  6008.         return $instance;
  6009.     }
  6010.     /**
  6011.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  6012.      *
  6013.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  6014.      */
  6015.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  6016.     {
  6017.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  6018.     }
  6019.     /**
  6020.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  6021.      *
  6022.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  6023.      */
  6024.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  6025.     {
  6026.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  6027.         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()));
  6028.     }
  6029.     /**
  6030.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  6031.      *
  6032.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  6033.      */
  6034.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  6035.     {
  6036.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  6037.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  6038.     }
  6039.     /**
  6040.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  6041.      *
  6042.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  6043.      */
  6044.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  6045.     {
  6046.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  6047.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6048.     }
  6049.     /**
  6050.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  6051.      *
  6052.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  6053.      */
  6054.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  6055.     {
  6056.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6057.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  6058.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6059.     }
  6060.     /**
  6061.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  6062.      *
  6063.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  6064.      */
  6065.     protected function getDoctrine_Orm_Validator_UniqueService()
  6066.     {
  6067.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6068.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  6070.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6071.     }
  6072.     /**
  6073.      * Gets the private 'doctrine.query_dql_command' shared service.
  6074.      *
  6075.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  6076.      */
  6077.     protected function getDoctrine_QueryDqlCommandService()
  6078.     {
  6079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  6081.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  6082.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  6083.         $instance->setName('doctrine:query:dql');
  6084.         return $instance;
  6085.     }
  6086.     /**
  6087.      * Gets the private 'doctrine.query_sql_command' shared service.
  6088.      *
  6089.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  6090.      */
  6091.     protected function getDoctrine_QuerySqlCommandService()
  6092.     {
  6093.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6094.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  6095.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  6096.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  6097.         $instance->setName('doctrine:query:sql');
  6098.         return $instance;
  6099.     }
  6100.     /**
  6101.      * Gets the private 'doctrine.schema_create_command' shared service.
  6102.      *
  6103.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  6104.      */
  6105.     protected function getDoctrine_SchemaCreateCommandService()
  6106.     {
  6107.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6108.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6109.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  6110.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  6111.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  6112.         $instance->setName('doctrine:schema:create');
  6113.         return $instance;
  6114.     }
  6115.     /**
  6116.      * Gets the private 'doctrine.schema_drop_command' shared service.
  6117.      *
  6118.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  6119.      */
  6120.     protected function getDoctrine_SchemaDropCommandService()
  6121.     {
  6122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6123.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6124.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  6125.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  6126.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  6127.         $instance->setName('doctrine:schema:drop');
  6128.         return $instance;
  6129.     }
  6130.     /**
  6131.      * Gets the private 'doctrine.schema_update_command' shared service.
  6132.      *
  6133.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  6134.      */
  6135.     protected function getDoctrine_SchemaUpdateCommandService()
  6136.     {
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  6139.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  6140.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  6141.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  6142.         $instance->setName('doctrine:schema:update');
  6143.         return $instance;
  6144.     }
  6145.     /**
  6146.      * Gets the private 'doctrine.schema_validate_command' shared service.
  6147.      *
  6148.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  6149.      */
  6150.     protected function getDoctrine_SchemaValidateCommandService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6153.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  6154.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  6155.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  6156.         $instance->setName('doctrine:schema:validate');
  6157.         return $instance;
  6158.     }
  6159.     /**
  6160.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  6161.      *
  6162.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  6163.      */
  6164.     protected function getDoctrineMigrations_DiffCommandService()
  6165.     {
  6166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6167.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6168.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  6169.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  6170.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  6171.         $instance->setName('doctrine:migrations:diff');
  6172.         return $instance;
  6173.     }
  6174.     /**
  6175.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  6176.      *
  6177.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  6178.      */
  6179.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  6180.     {
  6181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6182.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6183.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  6184.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  6185.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  6186.         $instance->setName('doctrine:migrations:dump-schema');
  6187.         return $instance;
  6188.     }
  6189.     /**
  6190.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  6191.      *
  6192.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  6193.      */
  6194.     protected function getDoctrineMigrations_ExecuteCommandService()
  6195.     {
  6196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6197.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  6200.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  6201.         $instance->setName('doctrine:migrations:execute');
  6202.         return $instance;
  6203.     }
  6204.     /**
  6205.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  6206.      *
  6207.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  6208.      */
  6209.     protected function getDoctrineMigrations_GenerateCommandService()
  6210.     {
  6211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  6214.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  6215.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  6216.         $instance->setName('doctrine:migrations:generate');
  6217.         return $instance;
  6218.     }
  6219.     /**
  6220.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  6221.      *
  6222.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  6223.      */
  6224.     protected function getDoctrineMigrations_LatestCommandService()
  6225.     {
  6226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6227.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6228.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  6229.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  6230.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  6231.         $instance->setName('doctrine:migrations:latest');
  6232.         return $instance;
  6233.     }
  6234.     /**
  6235.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  6236.      *
  6237.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  6238.      */
  6239.     protected function getDoctrineMigrations_MigrateCommandService()
  6240.     {
  6241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6242.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6243.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  6244.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  6245.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  6246.         $instance->setName('doctrine:migrations:migrate');
  6247.         return $instance;
  6248.     }
  6249.     /**
  6250.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  6251.      *
  6252.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  6253.      */
  6254.     protected function getDoctrineMigrations_RollupCommandService()
  6255.     {
  6256.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6257.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6258.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  6259.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  6260.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  6261.         $instance->setName('doctrine:migrations:rollup');
  6262.         return $instance;
  6263.     }
  6264.     /**
  6265.      * Gets the private 'doctrine_migrations.status_command' shared service.
  6266.      *
  6267.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  6268.      */
  6269.     protected function getDoctrineMigrations_StatusCommandService()
  6270.     {
  6271.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6272.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6273.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  6274.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  6275.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  6276.         $instance->setName('doctrine:migrations:status');
  6277.         return $instance;
  6278.     }
  6279.     /**
  6280.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  6281.      *
  6282.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  6283.      */
  6284.     protected function getDoctrineMigrations_UpToDateCommandService()
  6285.     {
  6286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6287.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6288.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  6289.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  6290.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  6291.         $instance->setName('doctrine:migrations:up-to-date');
  6292.         return $instance;
  6293.     }
  6294.     /**
  6295.      * Gets the private 'doctrine_migrations.version_command' shared service.
  6296.      *
  6297.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  6298.      */
  6299.     protected function getDoctrineMigrations_VersionCommandService()
  6300.     {
  6301.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  6303.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  6304.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  6305.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  6306.         $instance->setName('doctrine:migrations:version');
  6307.         return $instance;
  6308.     }
  6309.     /**
  6310.      * Gets the private 'error_handler.error_renderer.html' shared service.
  6311.      *
  6312.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  6313.      */
  6314.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  6315.     {
  6316.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  6317.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  6318.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  6319.         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()));
  6320.     }
  6321.     /**
  6322.      * Gets the private 'exception_listener' shared service.
  6323.      *
  6324.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  6325.      */
  6326.     protected function getExceptionListenerService()
  6327.     {
  6328.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  6329.     }
  6330.     /**
  6331.      * Gets the private 'file_locator' shared service.
  6332.      *
  6333.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  6334.      */
  6335.     protected function getFileLocatorService()
  6336.     {
  6337.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  6338.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  6339.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  6340.         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);
  6341.     }
  6342.     /**
  6343.      * Gets the private 'form.choice_list_factory.cached' shared service.
  6344.      *
  6345.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  6346.      */
  6347.     protected function getForm_ChoiceListFactory_CachedService()
  6348.     {
  6349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  6350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  6351.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  6352.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  6353.         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())));
  6354.     }
  6355.     /**
  6356.      * Gets the private 'form.registry' shared service.
  6357.      *
  6358.      * @return \Symfony\Component\Form\FormRegistry
  6359.      */
  6360.     protected function getForm_RegistryService()
  6361.     {
  6362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  6363.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  6364.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  6365.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  6366.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  6367.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  6368.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  6369.         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, [
  6370.             'App\\AdminForm\\Field\\BirthDateType' => ['privates''App\\AdminForm\\Field\\BirthDateType''getBirthDateTypeService'false],
  6371.             'App\\Form\\FilePreviewType' => ['privates''App\\Form\\FilePreviewType''getFilePreviewTypeService'false],
  6372.             'App\\Form\\VaccineType' => ['privates''App\\Form\\VaccineType''getVaccineTypeService'false],
  6373.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  6374.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  6375.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => ['privates''fos_user.group.form.type''getFosUser_Group_Form_TypeService'false],
  6376.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  6377.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  6378.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  6379.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  6380.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['services''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  6381.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['services''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  6382.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['services''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  6383.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['services''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  6384.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['services''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  6385.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['services''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  6386.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['services''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  6387.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['services''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  6388.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['services''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  6389.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['services''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  6390.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['services''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  6391.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['services''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  6392.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['services''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  6393.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['services''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  6394.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['services''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  6395.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  6396.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  6397.             'Sonata\\Form\\Type\\BooleanType' => ['privates''sonata.form.type.boolean''getSonata_Form_Type_BooleanService'false],
  6398.             'Sonata\\Form\\Type\\CollectionType' => ['privates''sonata.form.type.collection''getSonata_Form_Type_CollectionService'false],
  6399.             'Sonata\\Form\\Type\\DatePickerType' => ['privates''sonata.form.type.date_picker''getSonata_Form_Type_DatePickerService'false],
  6400.             'Sonata\\Form\\Type\\DateRangePickerType' => ['privates''sonata.form.type.date_range_picker''getSonata_Form_Type_DateRangePickerService'false],
  6401.             'Sonata\\Form\\Type\\DateRangeType' => ['privates''sonata.form.type.date_range''getSonata_Form_Type_DateRangeService'false],
  6402.             'Sonata\\Form\\Type\\DateTimePickerType' => ['privates''sonata.form.type.datetime_picker''getSonata_Form_Type_DatetimePickerService'false],
  6403.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['privates''sonata.form.type.datetime_range_picker''getSonata_Form_Type_DatetimeRangePickerService'false],
  6404.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['privates''sonata.form.type.datetime_range''getSonata_Form_Type_DatetimeRangeService'false],
  6405.             'Sonata\\Form\\Type\\EqualType' => ['privates''sonata.form.type.equal''getSonata_Form_Type_EqualService'false],
  6406.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['privates''sonata.form.type.array''getSonata_Form_Type_ArrayService'false],
  6407.             'Sonata\\FormatterBundle\\Form\\Type\\FormatterType' => ['privates''sonata.formatter.form.type.selector''getSonata_Formatter_Form_Type_SelectorService'false],
  6408.             'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType' => ['privates''sonata.formatter.form.type.simple''getSonata_Formatter_Form_Type_SimpleService'false],
  6409.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => ['services''sonata.user.form.roles_matrix_type''getSonata_User_Form_RolesMatrixTypeService'false],
  6410.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => ['services''sonata.user.form.type.security_roles''getSonata_User_Form_Type_SecurityRolesService'false],
  6411.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => ['privates''sonata.user.form.gender_list''getSonata_User_Form_GenderListService'false],
  6412.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  6413.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6414.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  6415.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  6416.         ], [
  6417.             'App\\AdminForm\\Field\\BirthDateType' => '?',
  6418.             'App\\Form\\FilePreviewType' => '?',
  6419.             'App\\Form\\VaccineType' => '?',
  6420.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  6421.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  6422.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => '?',
  6423.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  6424.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  6425.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  6426.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  6427.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  6428.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  6429.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  6430.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  6431.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  6432.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  6433.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  6434.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  6435.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  6436.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  6437.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  6438.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  6439.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  6440.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  6441.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  6442.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  6443.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  6444.             'Sonata\\Form\\Type\\BooleanType' => '?',
  6445.             'Sonata\\Form\\Type\\CollectionType' => '?',
  6446.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  6447.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  6448.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  6449.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  6450.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  6451.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  6452.             'Sonata\\Form\\Type\\EqualType' => '?',
  6453.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  6454.             'Sonata\\FormatterBundle\\Form\\Type\\FormatterType' => '?',
  6455.             'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType' => '?',
  6456.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => '?',
  6457.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => '?',
  6458.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => '?',
  6459.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  6460.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  6461.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  6462.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  6463.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  6464.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  6465.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  6466.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  6467.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  6468.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  6469.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  6470.             yield => ($this->services['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  6471.             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()));
  6472.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  6473.         }, 9), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  6474.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  6475.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  6476.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  6477.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  6478.             yield => ($this->services['sonata.admin.form.extension.choice'] ?? ($this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  6479.         }, 1)], new RewindableGenerator(function () {
  6480.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  6481.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  6482.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  6483.     }
  6484.     /**
  6485.      * Gets the private 'form.server_params' shared service.
  6486.      *
  6487.      * @return \Symfony\Component\Form\Util\ServerParams
  6488.      */
  6489.     protected function getForm_ServerParamsService()
  6490.     {
  6491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  6492.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6493.     }
  6494.     /**
  6495.      * Gets the private 'form.type.choice' shared service.
  6496.      *
  6497.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  6498.      */
  6499.     protected function getForm_Type_ChoiceService()
  6500.     {
  6501.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  6504.         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()));
  6505.     }
  6506.     /**
  6507.      * Gets the private 'form.type.entity' shared service.
  6508.      *
  6509.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  6510.      */
  6511.     protected function getForm_Type_EntityService()
  6512.     {
  6513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6515.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  6516.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  6517.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6518.     }
  6519.     /**
  6520.      * Gets the private 'form.type.form' shared service.
  6521.      *
  6522.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  6523.      */
  6524.     protected function getForm_Type_FormService()
  6525.     {
  6526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  6530.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6531.     }
  6532.     /**
  6533.      * Gets the private 'form.type_extension.csrf' shared service.
  6534.      *
  6535.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  6536.      */
  6537.     protected function getForm_TypeExtension_CsrfService()
  6538.     {
  6539.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  6542.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  6543.     }
  6544.     /**
  6545.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  6546.      *
  6547.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  6548.      */
  6549.     protected function getForm_TypeExtension_Form_DataCollectorService()
  6550.     {
  6551.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  6554.         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()));
  6555.     }
  6556.     /**
  6557.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  6558.      *
  6559.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  6560.      */
  6561.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  6562.     {
  6563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  6566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  6567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  6568.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  6569.     }
  6570.     /**
  6571.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  6572.      *
  6573.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  6574.      */
  6575.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  6576.     {
  6577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  6580.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  6581.     }
  6582.     /**
  6583.      * Gets the private 'form.type_extension.form.validator' shared service.
  6584.      *
  6585.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  6586.      */
  6587.     protected function getForm_TypeExtension_Form_ValidatorService()
  6588.     {
  6589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  6593.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  6594.     }
  6595.     /**
  6596.      * Gets the private 'form.type_extension.upload.validator' shared service.
  6597.      *
  6598.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  6599.      */
  6600.     protected function getForm_TypeExtension_Upload_ValidatorService()
  6601.     {
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  6605.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  6606.     }
  6607.     /**
  6608.      * Gets the private 'form.type_guesser.doctrine' shared service.
  6609.      *
  6610.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  6611.      */
  6612.     protected function getForm_TypeGuesser_DoctrineService()
  6613.     {
  6614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6615.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  6616.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6617.     }
  6618.     /**
  6619.      * Gets the private 'form.type_guesser.validator' shared service.
  6620.      *
  6621.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  6622.      */
  6623.     protected function getForm_TypeGuesser_ValidatorService()
  6624.     {
  6625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  6626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  6627.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  6628.     }
  6629.     /**
  6630.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  6631.      *
  6632.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  6633.      */
  6634.     protected function getFosCkEditor_Command_InstallerService()
  6635.     {
  6636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  6638.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  6639.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  6640.         $instance->setName('ckeditor:install');
  6641.         return $instance;
  6642.     }
  6643.     /**
  6644.      * Gets the private 'fos_ck_editor.configuration' shared service.
  6645.      *
  6646.      * @return \FOS\CKEditorBundle\Config\CKEditorConfiguration
  6647.      */
  6648.     protected function getFosCkEditor_ConfigurationService()
  6649.     {
  6650.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfigurationInterface.php';
  6651.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Config/CKEditorConfiguration.php';
  6652.         return $this->privates['fos_ck_editor.configuration'] = new \FOS\CKEditorBundle\Config\CKEditorConfiguration(['default_config' => 'default''configs' => ['treatment' => ['toolbar' => [=> [=> 'Bold'=> 'Italic'=> 'Underline'=> '-'=> 'Cut'=> 'Copy'=> 'Paste'=> 'PasteText'=> 'PasteFromWord'=> '-'10 => 'Undo'11 => 'Redo'12 => '-'13 => 'NumberedList'14 => 'BulletedList'15 => '-'16 => 'Outdent'17 => 'Indent'18 => '-'19 => 'Blockquote'20 => '-'21 => 'Link'22 => 'Unlink'23 => 'Table'], => [=> 'Format'=> 'Maximize']], 'entities' => false'htmlEncodeOutput' => false], 'default' => ['toolbar' => [=> [=> 'Bold'=> 'Italic'=> 'Underline'=> '-'=> 'Cut'=> 'Copy'=> 'Paste'=> 'PasteText'=> 'PasteFromWord'=> '-'10 => 'Undo'11 => 'Redo'12 => '-'13 => 'NumberedList'14 => 'BulletedList'15 => '-'16 => 'Outdent'17 => 'Indent'18 => '-'19 => 'Blockquote'20 => '-'21 => 'Link'22 => 'Unlink'23 => 'Table'], => [=> 'Format'=> 'Maximize'=> 'Source']], 'filebrowserImageBrowseRouteParameters' => ['provider' => 'sonata.media.provider.image'], 'filebrowserUploadMethod' => 'form''filebrowserUploadRouteParameters' => ['provider' => 'sonata.media.provider.file'], 'filebrowserImageUploadRouteParameters' => ['provider' => 'sonata.media.provider.image''context' => 'my-context''format' => 'my-big']]], 'toolbars' => ['configs' => ['default' => [=> [=> 'Bold'=> 'Italic'=> 'Underline'=> '-'=> 'Cut'=> 'Copy'=> 'Paste'=> 'PasteText'=> 'PasteFromWord'=> '-'10 => 'Undo'11 => 'Redo'12 => '-'13 => 'NumberedList'14 => 'BulletedList'15 => '-'16 => 'Outdent'17 => 'Indent'18 => '-'19 => 'Blockquote'20 => '-'21 => 'Link'22 => 'Unlink'23 => 'Table'], => [=> 'Format'=> 'Maximize'], => [=> 'Bold'=> 'Italic'=> 'Underline'=> '-'=> 'Cut'=> 'Copy'=> 'Paste'=> 'PasteText'=> 'PasteFromWord'=> '-'10 => 'Undo'11 => 'Redo'12 => '-'13 => 'NumberedList'14 => 'BulletedList'15 => '-'16 => 'Outdent'17 => 'Indent'18 => '-'19 => 'Blockquote'20 => '-'21 => 'Link'22 => 'Unlink'23 => 'Table'], => [=> 'Format'=> 'Maximize']]], 'items' => []], 'enable' => true'async' => false'auto_inline' => true'inline' => false'autoload' => true'jquery' => false'require_js' => false'input_sync' => false'base_path' => 'bundles/fosckeditor/''js_path' => 'bundles/fosckeditor/ckeditor.js''jquery_path' => 'bundles/fosckeditor/adapters/jquery.js''plugins' => [], 'styles' => [], 'templates' => [], 'filebrowsers' => []]);
  6653.     }
  6654.     /**
  6655.      * Gets the private 'fos_ck_editor.form.type' shared service.
  6656.      *
  6657.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  6658.      */
  6659.     protected function getFosCkEditor_Form_TypeService()
  6660.     {
  6661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  6664.         return $this->privates['fos_ck_editor.form.type'] = new \FOS\CKEditorBundle\Form\Type\CKEditorType(($this->privates['fos_ck_editor.configuration'] ?? $this->getFosCkEditor_ConfigurationService()));
  6665.     }
  6666.     /**
  6667.      * Gets the private 'fos_rest.body_listener' shared service.
  6668.      *
  6669.      * @return \FOS\RestBundle\EventListener\BodyListener
  6670.      */
  6671.     protected function getFosRest_BodyListenerService()
  6672.     {
  6673.         $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, [
  6674.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  6675.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  6676.         ], [
  6677.             'fos_rest.decoder.json' => '?',
  6678.             'fos_rest.decoder.xml' => '?',
  6679.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  6680.         $instance->setDefaultFormat(NULL);
  6681.         return $instance;
  6682.     }
  6683.     /**
  6684.      * Gets the private 'fos_rest.decoder.json' shared service.
  6685.      *
  6686.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  6687.      */
  6688.     protected function getFosRest_Decoder_JsonService()
  6689.     {
  6690.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  6692.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  6693.     }
  6694.     /**
  6695.      * Gets the private 'fos_rest.decoder.xml' shared service.
  6696.      *
  6697.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  6698.      */
  6699.     protected function getFosRest_Decoder_XmlService()
  6700.     {
  6701.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  6702.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  6703.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  6704.     }
  6705.     /**
  6706.      * Gets the private 'fos_rest.inflector.doctrine' shared service.
  6707.      *
  6708.      * @return \FOS\RestBundle\Inflector\DoctrineInflector
  6709.      *
  6710.      * @deprecated The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.
  6711.      */
  6712.     protected function getFosRest_Inflector_DoctrineService()
  6713.     {
  6714.         @trigger_error('The fos_rest.inflector.doctrine service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  6715.         return new \FOS\RestBundle\Inflector\DoctrineInflector();
  6716.     }
  6717.     /**
  6718.      * Gets the private 'fos_rest.routing.loader.controller' shared service.
  6719.      *
  6720.      * @return \FOS\RestBundle\Routing\Loader\RestRouteLoader
  6721.      *
  6722.      * @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`.
  6723.      */
  6724.     protected function getFosRest_Routing_Loader_ControllerService()
  6725.     {
  6726.         @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);
  6727.         return new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this, ($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), $this->getFosRest_Routing_Loader_Reader_ControllerService(), NULL);
  6728.     }
  6729.     /**
  6730.      * Gets the private 'fos_rest.routing.loader.directory' shared service.
  6731.      *
  6732.      * @return \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader
  6733.      *
  6734.      * @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`.
  6735.      */
  6736.     protected function getFosRest_Routing_Loader_DirectoryService()
  6737.     {
  6738.         @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);
  6739.         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()));
  6740.     }
  6741.     /**
  6742.      * Gets the private 'fos_rest.routing.loader.processor' shared service.
  6743.      *
  6744.      * @return \FOS\RestBundle\Routing\Loader\RestRouteProcessor
  6745.      *
  6746.      * @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`.
  6747.      */
  6748.     protected function getFosRest_Routing_Loader_ProcessorService()
  6749.     {
  6750.         @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);
  6751.         return $this->privates['fos_rest.routing.loader.processor'] = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  6752.     }
  6753.     /**
  6754.      * Gets the private 'fos_rest.routing.loader.reader.action' shared service.
  6755.      *
  6756.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestActionReader
  6757.      *
  6758.      * @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`.
  6759.      */
  6760.     protected function getFosRest_Routing_Loader_Reader_ActionService()
  6761.     {
  6762.         @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);
  6763.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  6764.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  6765.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  6766.         return new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader($a, new \FOS\RestBundle\Request\ParamReader($a), $this->getFosRest_Inflector_DoctrineService(), true, ['json' => false'xml' => false'html' => true], true);
  6767.     }
  6768.     /**
  6769.      * Gets the private 'fos_rest.routing.loader.reader.controller' shared service.
  6770.      *
  6771.      * @return \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader
  6772.      *
  6773.      * @deprecated The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.
  6774.      */
  6775.     protected function getFosRest_Routing_Loader_Reader_ControllerService()
  6776.     {
  6777.         @trigger_error('The fos_rest.routing.loader.reader.controller service is deprecated since FOSRestBundle 2.8.'E_USER_DEPRECATED);
  6778.         return new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader($this->getFosRest_Routing_Loader_Reader_ActionService(), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  6779.     }
  6780.     /**
  6781.      * Gets the private 'fos_rest.routing.loader.xml_collection' shared service.
  6782.      *
  6783.      * @return \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader
  6784.      *
  6785.      * @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`.
  6786.      */
  6787.     protected function getFosRest_Routing_Loader_XmlCollectionService()
  6788.     {
  6789.         @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);
  6790.         return new \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['json' => false'xml' => false'html' => true], NULL);
  6791.     }
  6792.     /**
  6793.      * Gets the private 'fos_rest.routing.loader.yaml_collection' shared service.
  6794.      *
  6795.      * @return \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader
  6796.      *
  6797.      * @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`.
  6798.      */
  6799.     protected function getFosRest_Routing_Loader_YamlCollectionService()
  6800.     {
  6801.         @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);
  6802.         return new \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader(($this->privates['file_locator'] ?? $this->getFileLocatorService()), ($this->privates['fos_rest.routing.loader.processor'] ?? $this->getFosRest_Routing_Loader_ProcessorService()), true, ['json' => false'xml' => false'html' => true], NULL);
  6803.     }
  6804.     /**
  6805.      * Gets the private 'fos_rest.serializer.symfony' shared service.
  6806.      *
  6807.      * @return \FOS\RestBundle\Serializer\SymfonySerializerAdapter
  6808.      */
  6809.     protected function getFosRest_Serializer_SymfonyService($lazyLoad true)
  6810.     {
  6811.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  6812.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/SymfonySerializerAdapter.php';
  6813.         return new \FOS\RestBundle\Serializer\SymfonySerializerAdapter(($this->services['serializer'] ?? $this->getSerializerService()));
  6814.     }
  6815.     /**
  6816.      * Gets the private 'fos_user.change_password.form.type' shared service.
  6817.      *
  6818.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  6819.      */
  6820.     protected function getFosUser_ChangePassword_Form_TypeService()
  6821.     {
  6822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6824.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  6825.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  6826.     }
  6827.     /**
  6828.      * Gets the private 'fos_user.command.activate_user' shared service.
  6829.      *
  6830.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  6831.      */
  6832.     protected function getFosUser_Command_ActivateUserService()
  6833.     {
  6834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6835.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  6836.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6837.         $instance->setName('fos:user:activate');
  6838.         return $instance;
  6839.     }
  6840.     /**
  6841.      * Gets the private 'fos_user.command.change_password' shared service.
  6842.      *
  6843.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  6844.      */
  6845.     protected function getFosUser_Command_ChangePasswordService()
  6846.     {
  6847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  6849.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6850.         $instance->setName('fos:user:change-password');
  6851.         return $instance;
  6852.     }
  6853.     /**
  6854.      * Gets the private 'fos_user.command.create_user' shared service.
  6855.      *
  6856.      * @return \FOS\UserBundle\Command\CreateUserCommand
  6857.      */
  6858.     protected function getFosUser_Command_CreateUserService()
  6859.     {
  6860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6861.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  6862.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6863.         $instance->setName('fos:user:create');
  6864.         return $instance;
  6865.     }
  6866.     /**
  6867.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  6868.      *
  6869.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  6870.      */
  6871.     protected function getFosUser_Command_DeactivateUserService()
  6872.     {
  6873.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6874.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  6875.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6876.         $instance->setName('fos:user:deactivate');
  6877.         return $instance;
  6878.     }
  6879.     /**
  6880.      * Gets the private 'fos_user.command.demote_user' shared service.
  6881.      *
  6882.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  6883.      */
  6884.     protected function getFosUser_Command_DemoteUserService()
  6885.     {
  6886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6887.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  6888.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  6889.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6890.         $instance->setName('fos:user:demote');
  6891.         return $instance;
  6892.     }
  6893.     /**
  6894.      * Gets the private 'fos_user.command.promote_user' shared service.
  6895.      *
  6896.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  6897.      */
  6898.     protected function getFosUser_Command_PromoteUserService()
  6899.     {
  6900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6901.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  6902.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  6903.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  6904.         $instance->setName('fos:user:promote');
  6905.         return $instance;
  6906.     }
  6907.     /**
  6908.      * Gets the private 'fos_user.group.form.type' shared service.
  6909.      *
  6910.      * @return \FOS\UserBundle\Form\Type\GroupFormType
  6911.      */
  6912.     protected function getFosUser_Group_Form_TypeService()
  6913.     {
  6914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6916.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/GroupFormType.php';
  6917.         return $this->privates['fos_user.group.form.type'] = new \FOS\UserBundle\Form\Type\GroupFormType('App\\Application\\Sonata\\UserBundle\\Entity\\Group');
  6918.     }
  6919.     /**
  6920.      * Gets the private 'fos_user.listener.authentication' shared service.
  6921.      *
  6922.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  6923.      */
  6924.     protected function getFosUser_Listener_AuthenticationService()
  6925.     {
  6926.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  6927.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  6928.     }
  6929.     /**
  6930.      * Gets the private 'fos_user.listener.flash' shared service.
  6931.      *
  6932.      * @return \FOS\UserBundle\EventListener\FlashListener
  6933.      */
  6934.     protected function getFosUser_Listener_FlashService()
  6935.     {
  6936.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  6937.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  6938.     }
  6939.     /**
  6940.      * Gets the private 'fos_user.listener.resetting' shared service.
  6941.      *
  6942.      * @return \FOS\UserBundle\EventListener\ResettingListener
  6943.      */
  6944.     protected function getFosUser_Listener_ResettingService()
  6945.     {
  6946.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  6947.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  6948.     }
  6949.     /**
  6950.      * Gets the private 'fos_user.object_manager' shared service.
  6951.      *
  6952.      * @return \Doctrine\Common\Persistence\ObjectManager
  6953.      */
  6954.     protected function getFosUser_ObjectManagerService()
  6955.     {
  6956.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  6957.     }
  6958.     /**
  6959.      * Gets the private 'fos_user.profile.form.type' shared service.
  6960.      *
  6961.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  6962.      */
  6963.     protected function getFosUser_Profile_Form_TypeService()
  6964.     {
  6965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6967.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  6968.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  6969.     }
  6970.     /**
  6971.      * Gets the private 'fos_user.registration.form.type' shared service.
  6972.      *
  6973.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  6974.      */
  6975.     protected function getFosUser_Registration_Form_TypeService()
  6976.     {
  6977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6979.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  6980.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  6981.     }
  6982.     /**
  6983.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  6984.      *
  6985.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  6986.      */
  6987.     protected function getFosUser_Resetting_Form_FactoryService()
  6988.     {
  6989.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  6991.         return $this->privates['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']);
  6992.     }
  6993.     /**
  6994.      * Gets the private 'fos_user.resetting.form.type' shared service.
  6995.      *
  6996.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  6997.      */
  6998.     protected function getFosUser_Resetting_Form_TypeService()
  6999.     {
  7000.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  7003.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  7004.     }
  7005.     /**
  7006.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  7007.      *
  7008.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  7009.      */
  7010.     protected function getFosUser_Security_InteractiveLoginListenerService()
  7011.     {
  7012.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  7013.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7014.     }
  7015.     /**
  7016.      * Gets the private 'fos_user.security.login_manager' shared service.
  7017.      *
  7018.      * @return \FOS\UserBundle\Security\LoginManager
  7019.      */
  7020.     protected function getFosUser_Security_LoginManagerService()
  7021.     {
  7022.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  7023.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  7024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  7025.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  7026.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  7027.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  7028.         return $this->privates['fos_user.security.login_manager'] = new \FOS\UserBundle\Security\LoginManager(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  7029.     }
  7030.     /**
  7031.      * Gets the private 'fos_user.user_listener' shared service.
  7032.      *
  7033.      * @return \FOS\UserBundle\Doctrine\UserListener
  7034.      */
  7035.     protected function getFosUser_UserListenerService()
  7036.     {
  7037.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  7038.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  7039.         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()));
  7040.     }
  7041.     /**
  7042.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  7043.      *
  7044.      * @return \FOS\UserBundle\Security\EmailUserProvider
  7045.      */
  7046.     protected function getFosUser_UserProvider_UsernameEmailService()
  7047.     {
  7048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  7050.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  7051.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7052.     }
  7053.     /**
  7054.      * Gets the private 'fos_user.username_form_type' shared service.
  7055.      *
  7056.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  7057.      */
  7058.     protected function getFosUser_UsernameFormTypeService()
  7059.     {
  7060.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7062.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  7063.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  7064.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  7065.         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())));
  7066.     }
  7067.     /**
  7068.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  7069.      *
  7070.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  7071.      */
  7072.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  7073.     {
  7074.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  7075.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  7076.     }
  7077.     /**
  7078.      * Gets the private 'fos_user.util.password_updater' shared service.
  7079.      *
  7080.      * @return \FOS\UserBundle\Util\PasswordUpdater
  7081.      */
  7082.     protected function getFosUser_Util_PasswordUpdaterService()
  7083.     {
  7084.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  7085.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  7086.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  7087.     }
  7088.     /**
  7089.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  7090.      *
  7091.      * @return \FOS\UserBundle\Util\UserManipulator
  7092.      */
  7093.     protected function getFosUser_Util_UserManipulatorService()
  7094.     {
  7095.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  7096.         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())));
  7097.     }
  7098.     /**
  7099.      * Gets the private 'fragment.handler' shared service.
  7100.      *
  7101.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  7102.      */
  7103.     protected function getFragment_HandlerService()
  7104.     {
  7105.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  7106.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  7107.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7108.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  7109.         ], [
  7110.             'inline' => '?',
  7111.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  7112.     }
  7113.     /**
  7114.      * Gets the private 'fragment.renderer.inline' shared service.
  7115.      *
  7116.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  7117.      */
  7118.     protected function getFragment_Renderer_InlineService()
  7119.     {
  7120.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  7121.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  7122.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  7123.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7124.         $instance->setFragmentPath('/_fragment');
  7125.         return $instance;
  7126.     }
  7127.     /**
  7128.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  7129.      *
  7130.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  7131.      */
  7132.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  7133.     {
  7134.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  7135.         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()));
  7136.     }
  7137.     /**
  7138.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  7139.      *
  7140.      * @return \Knp\Menu\Provider\ChainProvider
  7141.      */
  7142.     protected function getKnpMenu_MenuProvider_ChainService()
  7143.     {
  7144.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  7145.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  7146.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  7147.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  7148.         }, 3));
  7149.     }
  7150.     /**
  7151.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  7152.      *
  7153.      * @return \Knp\Menu\Provider\LazyProvider
  7154.      */
  7155.     protected function getKnpMenu_MenuProvider_LazyService()
  7156.     {
  7157.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  7158.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  7159.             return ($this->services['sonata.admin.sidebar_menu'] ?? $this->getSonata_Admin_SidebarMenuService());
  7160.         }]);
  7161.     }
  7162.     /**
  7163.      * Gets the private 'knp_menu.renderer.list' shared service.
  7164.      *
  7165.      * @return \Knp\Menu\Renderer\ListRenderer
  7166.      */
  7167.     protected function getKnpMenu_Renderer_ListService()
  7168.     {
  7169.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  7171.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  7172.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  7173.     }
  7174.     /**
  7175.      * Gets the private 'knp_menu.renderer.twig' shared service.
  7176.      *
  7177.      * @return \Knp\Menu\Renderer\TwigRenderer
  7178.      */
  7179.     protected function getKnpMenu_Renderer_TwigService()
  7180.     {
  7181.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  7182.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  7183.         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()), []);
  7184.     }
  7185.     /**
  7186.      * Gets the private 'knp_menu.voter.router' shared service.
  7187.      *
  7188.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  7189.      */
  7190.     protected function getKnpMenu_Voter_RouterService()
  7191.     {
  7192.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  7193.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  7194.         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())));
  7195.     }
  7196.     /**
  7197.      * Gets the private 'locale_aware_listener' shared service.
  7198.      *
  7199.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  7200.      */
  7201.     protected function getLocaleAwareListenerService()
  7202.     {
  7203.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  7204.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  7205.             yield => ($this->privates['sonata.form.type.date_picker'] ?? $this->getSonata_Form_Type_DatePickerService());
  7206.             yield => ($this->privates['sonata.form.type.datetime_picker'] ?? $this->getSonata_Form_Type_DatetimePickerService());
  7207.         }, 3), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7208.     }
  7209.     /**
  7210.      * Gets the private 'locale_listener' shared service.
  7211.      *
  7212.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  7213.      */
  7214.     protected function getLocaleListenerService()
  7215.     {
  7216.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'hu', ($this->services['router'] ?? $this->getRouterService()));
  7217.     }
  7218.     /**
  7219.      * Gets the private 'mailer.transport_factory.mailgun' shared service.
  7220.      *
  7221.      * @return \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory
  7222.      */
  7223.     protected function getMailer_TransportFactory_MailgunService()
  7224.     {
  7225.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7226.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7227.         include_once \dirname(__DIR__4).'/vendor/symfony/mailgun-mailer/Transport/MailgunTransportFactory.php';
  7228.         return new \Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7229.     }
  7230.     /**
  7231.      * Gets the private 'mailer.transport_factory.null' shared service.
  7232.      *
  7233.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  7234.      */
  7235.     protected function getMailer_TransportFactory_NullService()
  7236.     {
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  7240.         return new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7241.     }
  7242.     /**
  7243.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  7244.      *
  7245.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  7246.      */
  7247.     protected function getMailer_TransportFactory_SendmailService()
  7248.     {
  7249.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7250.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7251.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  7252.         return new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7253.     }
  7254.     /**
  7255.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  7256.      *
  7257.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  7258.      */
  7259.     protected function getMailer_TransportFactory_SmtpService()
  7260.     {
  7261.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  7262.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  7264.         return new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  7265.     }
  7266.     /**
  7267.      * Gets the private 'maker.auto_command.make_auth' shared service.
  7268.      *
  7269.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7270.      */
  7271.     protected function getMaker_AutoCommand_MakeAuthService()
  7272.     {
  7273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  7278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7279.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7280.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7281.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a$b);
  7282.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  7283.         $instance->setName('make:auth');
  7284.         return $instance;
  7285.     }
  7286.     /**
  7287.      * Gets the private 'maker.auto_command.make_command' shared service.
  7288.      *
  7289.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7290.      */
  7291.     protected function getMaker_AutoCommand_MakeCommandService()
  7292.     {
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  7298.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7299.         $instance->setDescription('Creates a new console command class');
  7300.         $instance->setName('make:command');
  7301.         return $instance;
  7302.     }
  7303.     /**
  7304.      * Gets the private 'maker.auto_command.make_controller' shared service.
  7305.      *
  7306.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7307.      */
  7308.     protected function getMaker_AutoCommand_MakeControllerService()
  7309.     {
  7310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  7315.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7316.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7317.         $instance->setDescription('Creates a new controller class');
  7318.         $instance->setName('make:controller');
  7319.         return $instance;
  7320.     }
  7321.     /**
  7322.      * Gets the private 'maker.auto_command.make_crud' shared service.
  7323.      *
  7324.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7325.      */
  7326.     protected function getMaker_AutoCommand_MakeCrudService()
  7327.     {
  7328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  7333.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7334.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  7335.         $instance->setName('make:crud');
  7336.         return $instance;
  7337.     }
  7338.     /**
  7339.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  7340.      *
  7341.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7342.      */
  7343.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  7344.     {
  7345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  7350.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7351.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7352.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  7353.         $instance->setName('make:docker:database');
  7354.         return $instance;
  7355.     }
  7356.     /**
  7357.      * Gets the private 'maker.auto_command.make_entity' shared service.
  7358.      *
  7359.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7360.      */
  7361.     protected function getMaker_AutoCommand_MakeEntityService()
  7362.     {
  7363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  7369.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7370.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  7371.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  7372.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  7373.         $instance->setName('make:entity');
  7374.         return $instance;
  7375.     }
  7376.     /**
  7377.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  7378.      *
  7379.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7380.      */
  7381.     protected function getMaker_AutoCommand_MakeFixturesService()
  7382.     {
  7383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7387.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  7388.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7389.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  7390.         $instance->setName('make:fixtures');
  7391.         return $instance;
  7392.     }
  7393.     /**
  7394.      * Gets the private 'maker.auto_command.make_form' shared service.
  7395.      *
  7396.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7397.      */
  7398.     protected function getMaker_AutoCommand_MakeFormService()
  7399.     {
  7400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7404.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  7405.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7406.         $instance->setDescription('Creates a new form class');
  7407.         $instance->setName('make:form');
  7408.         return $instance;
  7409.     }
  7410.     /**
  7411.      * Gets the private 'maker.auto_command.make_message' shared service.
  7412.      *
  7413.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7414.      */
  7415.     protected function getMaker_AutoCommand_MakeMessageService()
  7416.     {
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  7422.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7423.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7424.         $instance->setDescription('Creates a new message and handler');
  7425.         $instance->setName('make:message');
  7426.         return $instance;
  7427.     }
  7428.     /**
  7429.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  7430.      *
  7431.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7432.      */
  7433.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  7434.     {
  7435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  7440.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7441.         $instance->setDescription('Creates a new messenger middleware');
  7442.         $instance->setName('make:messenger-middleware');
  7443.         return $instance;
  7444.     }
  7445.     /**
  7446.      * Gets the private 'maker.auto_command.make_migration' shared service.
  7447.      *
  7448.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7449.      */
  7450.     protected function getMaker_AutoCommand_MakeMigrationService()
  7451.     {
  7452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7455.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  7457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  7458.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7459.         $instance->setDescription('Creates a new migration based on database changes');
  7460.         $instance->setName('make:migration');
  7461.         return $instance;
  7462.     }
  7463.     /**
  7464.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  7465.      *
  7466.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7467.      */
  7468.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  7469.     {
  7470.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  7475.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7476.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7477.         $instance->setDescription('Creates a new registration form system');
  7478.         $instance->setName('make:registration-form');
  7479.         return $instance;
  7480.     }
  7481.     /**
  7482.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  7483.      *
  7484.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7485.      */
  7486.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  7487.     {
  7488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  7493.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7494.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7495.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  7496.         $instance->setName('make:reset-password');
  7497.         return $instance;
  7498.     }
  7499.     /**
  7500.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  7501.      *
  7502.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7503.      */
  7504.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  7505.     {
  7506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  7511.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7512.         $instance->setDescription('Creates a new serializer encoder class');
  7513.         $instance->setName('make:serializer:encoder');
  7514.         return $instance;
  7515.     }
  7516.     /**
  7517.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  7518.      *
  7519.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7520.      */
  7521.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  7522.     {
  7523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  7528.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7529.         $instance->setDescription('Creates a new serializer normalizer class');
  7530.         $instance->setName('make:serializer:normalizer');
  7531.         return $instance;
  7532.     }
  7533.     /**
  7534.      * Gets the private 'maker.auto_command.make_sonata_admin' shared service.
  7535.      *
  7536.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7537.      */
  7538.     protected function getMaker_AutoCommand_MakeSonataAdminService()
  7539.     {
  7540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7544.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Maker/AdminMaker.php';
  7545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/DatagridManagerInterface.php';
  7546.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  7547.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  7548.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  7549.         $this->privates['maker.auto_command.make_sonata_admin'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Sonata\AdminBundle\Maker\AdminMaker(\dirname(__DIR__4), ['sonata.admin.manager.orm' => new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()))], 'Sonata\\AdminBundle\\Controller\\CRUDController'), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7550.         $instance->setDescription('Generates an admin class based on the given model class');
  7551.         $instance->setName('make:sonata:admin');
  7552.         return $instance;
  7553.     }
  7554.     /**
  7555.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  7556.      *
  7557.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7558.      */
  7559.     protected function getMaker_AutoCommand_MakeSubscriberService()
  7560.     {
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7564.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  7566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  7567.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7568.         $instance->setDescription('Creates a new event subscriber class');
  7569.         $instance->setName('make:subscriber');
  7570.         return $instance;
  7571.     }
  7572.     /**
  7573.      * Gets the private 'maker.auto_command.make_test' shared service.
  7574.      *
  7575.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7576.      */
  7577.     protected function getMaker_AutoCommand_MakeTestService()
  7578.     {
  7579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7580.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7581.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  7585.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7586.         $instance->setDescription('Creates a new test class');
  7587.         $instance->setName('make:test');
  7588.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  7589.         return $instance;
  7590.     }
  7591.     /**
  7592.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  7593.      *
  7594.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7595.      */
  7596.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  7597.     {
  7598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7599.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7600.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7601.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7602.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  7603.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7604.         $instance->setDescription('Creates a new Twig extension class');
  7605.         $instance->setName('make:twig-extension');
  7606.         return $instance;
  7607.     }
  7608.     /**
  7609.      * Gets the private 'maker.auto_command.make_user' shared service.
  7610.      *
  7611.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7612.      */
  7613.     protected function getMaker_AutoCommand_MakeUserService()
  7614.     {
  7615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7616.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7617.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7618.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7619.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  7620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  7621.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  7622.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7623.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7624.         $instance->setDescription('Creates a new security user class');
  7625.         $instance->setName('make:user');
  7626.         return $instance;
  7627.     }
  7628.     /**
  7629.      * Gets the private 'maker.auto_command.make_validator' shared service.
  7630.      *
  7631.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7632.      */
  7633.     protected function getMaker_AutoCommand_MakeValidatorService()
  7634.     {
  7635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7636.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7638.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7639.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  7640.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7641.         $instance->setDescription('Creates a new validator and constraint class');
  7642.         $instance->setName('make:validator');
  7643.         return $instance;
  7644.     }
  7645.     /**
  7646.      * Gets the private 'maker.auto_command.make_voter' shared service.
  7647.      *
  7648.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  7649.      */
  7650.     protected function getMaker_AutoCommand_MakeVoterService()
  7651.     {
  7652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7653.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  7655.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  7656.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  7657.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7658.         $instance->setDescription('Creates a new security voter class');
  7659.         $instance->setName('make:voter');
  7660.         return $instance;
  7661.     }
  7662.     /**
  7663.      * Gets the private 'maker.doctrine_helper' shared service.
  7664.      *
  7665.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  7666.      */
  7667.     protected function getMaker_DoctrineHelperService()
  7668.     {
  7669.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  7670.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())], => [=> 'Sonata\\UserBundle\\Entity'=> NULL], => [=> 'App\\Application\\Sonata\\UserBundle\\Entity'=> NULL]]]);
  7671.     }
  7672.     /**
  7673.      * Gets the private 'maker.entity_class_generator' shared service.
  7674.      *
  7675.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  7676.      */
  7677.     protected function getMaker_EntityClassGeneratorService()
  7678.     {
  7679.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  7680.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  7681.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  7682.         return $instance;
  7683.     }
  7684.     /**
  7685.      * Gets the private 'maker.file_manager' shared service.
  7686.      *
  7687.      * @return \Symfony\Bundle\MakerBundle\FileManager
  7688.      */
  7689.     protected function getMaker_FileManagerService()
  7690.     {
  7691.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  7692.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  7693.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  7696.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  7697.     }
  7698.     /**
  7699.      * Gets the private 'maker.generator' shared service.
  7700.      *
  7701.      * @return \Symfony\Bundle\MakerBundle\Generator
  7702.      */
  7703.     protected function getMaker_GeneratorService()
  7704.     {
  7705.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  7707.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  7708.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator($a'App', new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil($a));
  7709.     }
  7710.     /**
  7711.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  7712.      *
  7713.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  7714.      */
  7715.     protected function getMaker_Renderer_FormTypeRendererService()
  7716.     {
  7717.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  7718.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  7719.     }
  7720.     /**
  7721.      * Gets the private 'markdown.parser.parser_manager' shared service.
  7722.      *
  7723.      * @return \Knp\Bundle\MarkdownBundle\Parser\ParserManager
  7724.      */
  7725.     protected function getMarkdown_Parser_ParserManagerService()
  7726.     {
  7727.         $this->privates['markdown.parser.parser_manager'] = $instance = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  7728.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  7729.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  7730.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  7731.         $instance->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  7732.         $instance->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  7733.         return $instance;
  7734.     }
  7735.     /**
  7736.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  7737.      *
  7738.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  7739.      */
  7740.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  7741.     {
  7742.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7743.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  7744.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  7745.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  7746.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  7747.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  7748.         }, 1)]));
  7749.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7750.         return $instance;
  7751.     }
  7752.     /**
  7753.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  7754.      *
  7755.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  7756.      */
  7757.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  7758.     {
  7759.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7760.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  7761.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  7762.     }
  7763.     /**
  7764.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  7765.      *
  7766.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  7767.      */
  7768.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  7769.     {
  7770.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  7771.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7772.     }
  7773.     /**
  7774.      * Gets the private 'messenger.middleware.send_message' shared service.
  7775.      *
  7776.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  7777.      */
  7778.     protected function getMessenger_Middleware_SendMessageService()
  7779.     {
  7780.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  7781.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  7782.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  7783.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  7784.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator([], ($this->privates['.service_locator.JbrXzPa'] ?? $this->get_ServiceLocator_JbrXzPaService())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  7785.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7786.         return $instance;
  7787.     }
  7788.     /**
  7789.      * Gets the private 'messenger.receiver_locator' shared service.
  7790.      *
  7791.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7792.      */
  7793.     protected function getMessenger_ReceiverLocatorService()
  7794.     {
  7795.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7796.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  7797.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7798.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  7799.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7800.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  7801.             'sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  7802.         ], [
  7803.             'async' => '?',
  7804.             'failed' => '?',
  7805.             'messenger.transport.async' => '?',
  7806.             'messenger.transport.failed' => '?',
  7807.             'messenger.transport.sync' => '?',
  7808.             'sync' => '?',
  7809.         ]);
  7810.     }
  7811.     /**
  7812.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  7813.      *
  7814.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7815.      */
  7816.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  7817.     {
  7818.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7819.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7820.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7821.     }
  7822.     /**
  7823.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  7824.      *
  7825.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7826.      */
  7827.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  7828.     {
  7829.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7831.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7832.     }
  7833.     /**
  7834.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync' shared service.
  7835.      *
  7836.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  7837.      */
  7838.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncService()
  7839.     {
  7840.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  7841.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  7842.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  7843.     }
  7844.     /**
  7845.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  7846.      *
  7847.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  7848.      */
  7849.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  7850.     {
  7851.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  7852.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.JbrXzPa'] ?? $this->get_ServiceLocator_JbrXzPaService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7853.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  7854.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  7855.             'sync' => ['privates''messenger.retry.multiplier_retry_strategy.sync''getMessenger_Retry_MultiplierRetryStrategy_SyncService'false],
  7856.         ], [
  7857.             'async' => '?',
  7858.             'failed' => '?',
  7859.             'sync' => '?',
  7860.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  7861.     }
  7862.     /**
  7863.      * Gets the private 'messenger.routable_message_bus' shared service.
  7864.      *
  7865.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  7866.      */
  7867.     protected function getMessenger_RoutableMessageBusService()
  7868.     {
  7869.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  7870.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7871.             'messenger.bus.default' => ['services''message_bus''getMessageBusService'false],
  7872.         ], [
  7873.             'messenger.bus.default' => '?',
  7874.         ]), ($this->services['message_bus'] ?? $this->getMessageBusService()));
  7875.     }
  7876.     /**
  7877.      * Gets the private 'messenger.transport.async' shared service.
  7878.      *
  7879.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7880.      */
  7881.     protected function getMessenger_Transport_AsyncService()
  7882.     {
  7883.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7884.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7885.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7886.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7887.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7888.         return $this->privates['messenger.transport.async'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7889.     }
  7890.     /**
  7891.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  7892.      *
  7893.      * @return \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory
  7894.      */
  7895.     protected function getMessenger_Transport_Doctrine_FactoryService()
  7896.     {
  7897.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7898.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Doctrine/DoctrineTransportFactory.php';
  7899.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Transport\Doctrine\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7900.     }
  7901.     /**
  7902.      * Gets the private 'messenger.transport.failed' shared service.
  7903.      *
  7904.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7905.      */
  7906.     protected function getMessenger_Transport_FailedService()
  7907.     {
  7908.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7909.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7910.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7911.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7912.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7913.         return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'?queue_name=failed', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7914.     }
  7915.     /**
  7916.      * Gets the private 'messenger.transport.sync' shared service.
  7917.      *
  7918.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  7919.      */
  7920.     protected function getMessenger_Transport_SyncService()
  7921.     {
  7922.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  7923.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  7924.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  7925.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  7926.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  7927.         return $this->privates['messenger.transport.sync'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('sync://', ['transport_name' => 'sync'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  7928.     }
  7929.     /**
  7930.      * Gets the private 'messenger.transport.sync.factory' shared service.
  7931.      *
  7932.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  7933.      */
  7934.     protected function getMessenger_Transport_Sync_FactoryService()
  7935.     {
  7936.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7937.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  7938.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  7939.     }
  7940.     /**
  7941.      * Gets the private 'messenger.transport_factory' shared service.
  7942.      *
  7943.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  7944.      */
  7945.     protected function getMessenger_TransportFactoryService()
  7946.     {
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  7948.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  7949.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  7950.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Transport\AmqpExt\AmqpTransportFactory()));
  7951.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Transport\RedisExt\RedisTransportFactory()));
  7952.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  7953.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  7954.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  7955.         }, 5));
  7956.     }
  7957.     /**
  7958.      * Gets the private 'mime_types' shared service.
  7959.      *
  7960.      * @return \Symfony\Component\Mime\MimeTypes
  7961.      */
  7962.     protected function getMimeTypesService()
  7963.     {
  7964.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  7965.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  7966.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  7967.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  7968.         $instance->setDefault($instance);
  7969.         return $instance;
  7970.     }
  7971.     /**
  7972.      * Gets the private 'monolog.command.server_log' shared service.
  7973.      *
  7974.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  7975.      */
  7976.     protected function getMonolog_Command_ServerLogService()
  7977.     {
  7978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7979.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  7980.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  7981.         $instance->setName('server:log');
  7982.         return $instance;
  7983.     }
  7984.     /**
  7985.      * Gets the private 'monolog.handler.console' shared service.
  7986.      *
  7987.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  7988.      */
  7989.     protected function getMonolog_Handler_ConsoleService()
  7990.     {
  7991.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  7992.     }
  7993.     /**
  7994.      * Gets the private 'monolog.handler.main' shared service.
  7995.      *
  7996.      * @return \Monolog\Handler\StreamHandler
  7997.      */
  7998.     protected function getMonolog_Handler_MainService()
  7999.     {
  8000.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler('/var/www/smart-vet/shared/var/log/dev.log'100trueNULLfalse);
  8001.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  8002.         return $instance;
  8003.     }
  8004.     /**
  8005.      * Gets the private 'monolog.logger' shared service.
  8006.      *
  8007.      * @return \Symfony\Bridge\Monolog\Logger
  8008.      */
  8009.     protected function getMonolog_LoggerService()
  8010.     {
  8011.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  8012.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8013.         $instance->useMicrosecondTimestamps(true);
  8014.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8015.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8016.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8017.         return $instance;
  8018.     }
  8019.     /**
  8020.      * Gets the private 'monolog.logger.cache' shared service.
  8021.      *
  8022.      * @return \Symfony\Bridge\Monolog\Logger
  8023.      */
  8024.     protected function getMonolog_Logger_CacheService()
  8025.     {
  8026.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  8027.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8028.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8029.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8030.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8031.         return $instance;
  8032.     }
  8033.     /**
  8034.      * Gets the private 'monolog.logger.messenger' shared service.
  8035.      *
  8036.      * @return \Symfony\Bridge\Monolog\Logger
  8037.      */
  8038.     protected function getMonolog_Logger_MessengerService()
  8039.     {
  8040.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  8041.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8042.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8043.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8044.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8045.         return $instance;
  8046.     }
  8047.     /**
  8048.      * Gets the private 'monolog.logger.request' shared service.
  8049.      *
  8050.      * @return \Symfony\Bridge\Monolog\Logger
  8051.      */
  8052.     protected function getMonolog_Logger_RequestService()
  8053.     {
  8054.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  8055.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8056.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8057.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8058.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8059.         return $instance;
  8060.     }
  8061.     /**
  8062.      * Gets the private 'monolog.logger.security' shared service.
  8063.      *
  8064.      * @return \Symfony\Bridge\Monolog\Logger
  8065.      */
  8066.     protected function getMonolog_Logger_SecurityService()
  8067.     {
  8068.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  8069.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8070.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8071.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8072.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  8073.         return $instance;
  8074.     }
  8075.     /**
  8076.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  8077.      *
  8078.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  8079.      */
  8080.     protected function getNelmioApiDoc_Describers_ConfigService()
  8081.     {
  8082.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8083.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  8084.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'My App''description' => 'This is an awesome app!''version' => '1.0.0']]);
  8085.     }
  8086.     /**
  8087.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  8088.      *
  8089.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  8090.      */
  8091.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  8092.     {
  8093.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  8094.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8095.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8096.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  8097.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8098.         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 () {
  8099.             yield => ($this->privates['nelmio_api_doc.route_describers.fos_rest'] ?? $this->getNelmioApiDoc_RouteDescribers_FosRestService());
  8100.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  8101.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  8102.         }, 3));
  8103.     }
  8104.     /**
  8105.      * Gets the private 'nelmio_api_doc.describers.swagger_php.default' shared service.
  8106.      *
  8107.      * @return \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber
  8108.      */
  8109.     protected function getNelmioApiDoc_Describers_SwaggerPhp_DefaultService()
  8110.     {
  8111.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8112.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8113.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/SwaggerPhpDescriber.php';
  8114.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8115.         return $this->privates['nelmio_api_doc.describers.swagger_php.default'] = new \Nelmio\ApiDocBundle\Describer\SwaggerPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  8116.     }
  8117.     /**
  8118.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  8119.      *
  8120.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8121.      */
  8122.     protected function getNelmioApiDoc_GeneratorLocatorService()
  8123.     {
  8124.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8125.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  8126.         ], [
  8127.             'default' => '?',
  8128.         ]);
  8129.     }
  8130.     /**
  8131.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  8132.      *
  8133.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  8134.      */
  8135.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  8136.     {
  8137.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8138.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8139.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8140.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  8141.         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()));
  8142.     }
  8143.     /**
  8144.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  8145.      *
  8146.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  8147.      */
  8148.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  8149.     {
  8150.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  8151.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8152.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8153.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  8154.         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 () {
  8155.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8156.             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()));
  8157.             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()));
  8158.             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()));
  8159.             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()));
  8160.             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()));
  8161.             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()));
  8162.         }, 7), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  8163.     }
  8164.     /**
  8165.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  8166.      *
  8167.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  8168.      */
  8169.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  8170.     {
  8171.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  8172.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  8173.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  8174.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  8175.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  8176.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  8177.             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()));
  8178.             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()));
  8179.             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()));
  8180.             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()));
  8181.             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()));
  8182.             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()));
  8183.         }, 7));
  8184.     }
  8185.     /**
  8186.      * Gets the private 'nelmio_api_doc.route_describers.fos_rest' shared service.
  8187.      *
  8188.      * @return \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber
  8189.      */
  8190.     protected function getNelmioApiDoc_RouteDescribers_FosRestService()
  8191.     {
  8192.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  8193.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  8194.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/FosRestDescriber.php';
  8195.         return $this->privates['nelmio_api_doc.route_describers.fos_rest'] = new \Nelmio\ApiDocBundle\RouteDescriber\FosRestDescriber(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  8196.     }
  8197.     /**
  8198.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  8199.      *
  8200.      * @return \Symfony\Component\Routing\RouteCollection
  8201.      */
  8202.     protected function getNelmioApiDoc_Routes_DefaultService()
  8203.     {
  8204.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  8205.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  8206.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  8207.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '^/api(?!/doc$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  8208.     }
  8209.     /**
  8210.      * Gets the private 'parameter_bag' shared service.
  8211.      *
  8212.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  8213.      */
  8214.     protected function getParameterBagService()
  8215.     {
  8216.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  8217.     }
  8218.     /**
  8219.      * Gets the private 'profiler_listener' shared service.
  8220.      *
  8221.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  8222.      */
  8223.     protected function getProfilerListenerService()
  8224.     {
  8225.         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);
  8226.     }
  8227.     /**
  8228.      * Gets the private 'property_accessor' shared service.
  8229.      *
  8230.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  8231.      */
  8232.     protected function getPropertyAccessorService()
  8233.     {
  8234.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  8235.     }
  8236.     /**
  8237.      * Gets the private 'property_info' shared service.
  8238.      *
  8239.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  8240.      */
  8241.     protected function getPropertyInfoService()
  8242.     {
  8243.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  8244.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  8245.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8246.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8247.         }, 3), new RewindableGenerator(function () {
  8248.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8249.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8250.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8251.         }, 3), new RewindableGenerator(function () {
  8252.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  8253.         }, 1), new RewindableGenerator(function () {
  8254.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  8255.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8256.         }, 2), new RewindableGenerator(function () {
  8257.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  8258.         }, 1));
  8259.     }
  8260.     /**
  8261.      * Gets the private 'property_info.serializer_extractor' shared service.
  8262.      *
  8263.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  8264.      */
  8265.     protected function getPropertyInfo_SerializerExtractorService()
  8266.     {
  8267.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  8268.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  8269.     }
  8270.     /**
  8271.      * Gets the private 'router.cache_warmer' shared service.
  8272.      *
  8273.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  8274.      */
  8275.     protected function getRouter_CacheWarmerService()
  8276.     {
  8277.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8278.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  8279.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8280.             'router' => ['services''router''getRouterService'false],
  8281.         ], [
  8282.             'router' => '?',
  8283.         ]))->withContext('router.cache_warmer'$this));
  8284.     }
  8285.     /**
  8286.      * Gets the private 'router.request_context' shared service.
  8287.      *
  8288.      * @return \Symfony\Component\Routing\RequestContext
  8289.      */
  8290.     protected function getRouter_RequestContextService()
  8291.     {
  8292.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  8293.     }
  8294.     /**
  8295.      * Gets the private 'router_listener' shared service.
  8296.      *
  8297.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  8298.      */
  8299.     protected function getRouterListenerService()
  8300.     {
  8301.         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);
  8302.     }
  8303.     /**
  8304.      * Gets the private 'security.access_listener' shared service.
  8305.      *
  8306.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  8307.      */
  8308.     protected function getSecurity_AccessListenerService()
  8309.     {
  8310.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  8314.         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()));
  8315.     }
  8316.     /**
  8317.      * Gets the private 'security.access_map' shared service.
  8318.      *
  8319.      * @return \Symfony\Component\Security\Http\AccessMap
  8320.      */
  8321.     protected function getSecurity_AccessMapService()
  8322.     {
  8323.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  8324.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  8325.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  8326.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  8327.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  8328.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8329.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8330.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8331.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8332.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_ADMIN'=> 'ROLE_SONATA_ADMIN'], NULL);
  8333.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/.*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  8334.         return $instance;
  8335.     }
  8336.     /**
  8337.      * Gets the private 'security.acl.dbal.schema_listener' shared service.
  8338.      *
  8339.      * @return \Symfony\Bundle\AclBundle\EventListener\AclSchemaListener
  8340.      */
  8341.     protected function getSecurity_Acl_Dbal_SchemaListenerService()
  8342.     {
  8343.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/EventListener/AclSchemaListener.php';
  8344.         return $this->privates['security.acl.dbal.schema_listener'] = new \Symfony\Bundle\AclBundle\EventListener\AclSchemaListener(($this->services['security.acl.dbal.schema'] ?? $this->getSecurity_Acl_Dbal_SchemaService()));
  8345.     }
  8346.     /**
  8347.      * Gets the private 'security.acl.security_identity_retrieval_strategy' shared service.
  8348.      *
  8349.      * @return \Symfony\Component\Security\Acl\Domain\SecurityIdentityRetrievalStrategy
  8350.      */
  8351.     protected function getSecurity_Acl_SecurityIdentityRetrievalStrategyService()
  8352.     {
  8353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/SecurityIdentityRetrievalStrategyInterface.php';
  8354.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/SecurityIdentityRetrievalStrategy.php';
  8355.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8356.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8357.         return $this->privates['security.acl.security_identity_retrieval_strategy'] = new \Symfony\Component\Security\Acl\Domain\SecurityIdentityRetrievalStrategy(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))));
  8358.     }
  8359.     /**
  8360.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  8361.      *
  8362.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8363.      */
  8364.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  8365.     {
  8366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8369.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8370.         return $this->privates['security.authentication.listener.anonymous.admin'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  8371.     }
  8372.     /**
  8373.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  8374.      *
  8375.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  8376.      */
  8377.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  8378.     {
  8379.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8380.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8381.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8382.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  8383.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  8384.     }
  8385.     /**
  8386.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  8387.      *
  8388.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  8389.      */
  8390.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  8391.     {
  8392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8395.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  8396.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  8397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8398.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8399.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  8400.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  8402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8403.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8404.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8405.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  8406.         $b->setOptions(['login_path' => '/admin/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  8407.         $b->setProviderKey('admin');
  8408.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  8409.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  8410.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  8411.         return $this->privates['security.authentication.listener.form.admin'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'admin'$b$d, ['use_forward' => false'check_path' => '/admin/login_check''require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  8412.     }
  8413.     /**
  8414.      * Gets the private 'security.authentication.listener.form.main' shared service.
  8415.      *
  8416.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  8417.      */
  8418.     protected function getSecurity_Authentication_Listener_Form_MainService()
  8419.     {
  8420.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8421.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8422.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8423.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  8424.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  8425.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  8426.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8427.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  8428.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  8429.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  8430.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  8431.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  8432.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8433.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  8434.         $b->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  8435.         $b->setProviderKey('main');
  8436.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  8437.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  8438.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  8439.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'main'$b$d, ['use_forward' => false'check_path' => '/login_check''require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  8440.     }
  8441.     /**
  8442.      * Gets the private 'security.authentication.manager' shared service.
  8443.      *
  8444.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  8445.      */
  8446.     protected function getSecurity_Authentication_ManagerService()
  8447.     {
  8448.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  8449.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  8450.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? ($this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  8451.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  8452.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  8453.         }, 4), true);
  8454.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  8455.         return $instance;
  8456.     }
  8457.     /**
  8458.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  8459.      *
  8460.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  8461.      */
  8462.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  8463.     {
  8464.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8465.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  8466.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  8467.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  8469.         return $this->privates['security.authentication.provider.dao.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($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);
  8470.     }
  8471.     /**
  8472.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  8473.      *
  8474.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  8475.      */
  8476.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  8477.     {
  8478.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  8479.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  8480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  8481.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  8482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  8483.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  8484.     }
  8485.     /**
  8486.      * Gets the private 'security.channel_listener' shared service.
  8487.      *
  8488.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  8489.      */
  8490.     protected function getSecurity_ChannelListenerService()
  8491.     {
  8492.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8494.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  8496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8497.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  8498.         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()));
  8499.     }
  8500.     /**
  8501.      * Gets the private 'security.command.user_password_encoder' shared service.
  8502.      *
  8503.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  8504.      */
  8505.     protected function getSecurity_Command_UserPasswordEncoderService()
  8506.     {
  8507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8508.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  8509.         $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'=> 'App\\Entity\\User']);
  8510.         $instance->setName('security:encode-password');
  8511.         return $instance;
  8512.     }
  8513.     /**
  8514.      * Gets the private 'security.context_listener.0' shared service.
  8515.      *
  8516.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8517.      */
  8518.     protected function getSecurity_ContextListener_0Service()
  8519.     {
  8520.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8521.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8522.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8523.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8526.         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 () {
  8527.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  8528.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  8529.         }, 2), 'user', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), [=> ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), => 'enableUsageTracking']);
  8530.     }
  8531.     /**
  8532.      * Gets the private 'security.context_listener.1' shared service.
  8533.      *
  8534.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  8535.      */
  8536.     protected function getSecurity_ContextListener_1Service()
  8537.     {
  8538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  8542.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8543.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8544.         return $this->privates['security.context_listener.1'] = 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 () {
  8545.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  8546.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  8547.         }, 2), 'main', ($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']);
  8548.     }
  8549.     /**
  8550.      * Gets the private 'security.csrf.token_storage' shared service.
  8551.      *
  8552.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  8553.      */
  8554.     protected function getSecurity_Csrf_TokenStorageService()
  8555.     {
  8556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  8557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  8558.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  8559.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  8560.     }
  8561.     /**
  8562.      * Gets the private 'security.encoder_factory.generic' shared service.
  8563.      *
  8564.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  8565.      */
  8566.     protected function getSecurity_EncoderFactory_GenericService()
  8567.     {
  8568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  8569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  8570.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> '2y']], 'App\\Entity\\User' => ['algorithm' => 'auto''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]]);
  8571.     }
  8572.     /**
  8573.      * Gets the private 'security.firewall.map' shared service.
  8574.      *
  8575.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  8576.      */
  8577.     protected function getSecurity_Firewall_MapService()
  8578.     {
  8579.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8580.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  8581.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  8582.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  8583.         ], [
  8584.             'security.firewall.map.context.admin' => '?',
  8585.             'security.firewall.map.context.dev' => '?',
  8586.             'security.firewall.map.context.main' => '?',
  8587.         ]), new RewindableGenerator(function () {
  8588.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  8589.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.e_DUqBA'] ?? ($this->privates['.security.request_matcher.e_DUqBA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/admin(.*)')));
  8590.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  8591.         }, 3));
  8592.     }
  8593.     /**
  8594.      * Gets the private 'security.firewall.map.context.admin' shared service.
  8595.      *
  8596.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8597.      */
  8598.     protected function getSecurity_Firewall_Map_Context_AdminService()
  8599.     {
  8600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8602.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8603.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  8605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8608.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8609.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  8610.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  8611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8614.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8615.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  8616.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  8617.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8618.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/admin/login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/admin/logout']);
  8619.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  8620.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  8621.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8622.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8623.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  8624.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  8625.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  8626.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8627.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'admin', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/admin/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''security.user_checker''.security.request_matcher.e_DUqBA'truefalseNULL'user''security.authentication.form_entry_point.admin'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  8628.     }
  8629.     /**
  8630.      * Gets the private 'security.firewall.map.context.dev' shared service.
  8631.      *
  8632.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8633.      */
  8634.     protected function getSecurity_Firewall_Map_Context_DevService()
  8635.     {
  8636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8638.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8639.             return new \EmptyIterator();
  8640.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  8641.     }
  8642.     /**
  8643.      * Gets the private 'security.firewall.map.context.main' shared service.
  8644.      *
  8645.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  8646.      */
  8647.     protected function getSecurity_Firewall_Map_Context_MainService()
  8648.     {
  8649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  8650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  8651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  8652.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  8653.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  8654.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  8655.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  8656.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  8657.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  8660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  8661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  8662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  8663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8664.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  8665.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  8666.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  8667.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'/'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  8668.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  8669.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  8670.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  8671.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  8672.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  8673.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  8674.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  8675.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  8676.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.3UEFixr'truefalseNULL'main''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  8677.     }
  8678.     /**
  8679.      * Gets the private 'security.http_utils' shared service.
  8680.      *
  8681.      * @return \Symfony\Component\Security\Http\HttpUtils
  8682.      */
  8683.     protected function getSecurity_HttpUtilsService()
  8684.     {
  8685.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  8686.         $a = ($this->services['router'] ?? $this->getRouterService());
  8687.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  8688.     }
  8689.     /**
  8690.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  8691.      *
  8692.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  8693.      */
  8694.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  8695.     {
  8696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  8697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  8698.         return $this->privates['security.logout.handler.csrf_token_clearing'] = new \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  8699.     }
  8700.     /**
  8701.      * Gets the private 'security.logout_url_generator' shared service.
  8702.      *
  8703.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  8704.      */
  8705.     protected function getSecurity_LogoutUrlGeneratorService()
  8706.     {
  8707.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  8708.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULL'user');
  8709.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  8710.         return $instance;
  8711.     }
  8712.     /**
  8713.      * Gets the private 'security.role_hierarchy' shared service.
  8714.      *
  8715.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  8716.      */
  8717.     protected function getSecurity_RoleHierarchyService()
  8718.     {
  8719.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  8720.     }
  8721.     /**
  8722.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  8723.      *
  8724.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  8725.      */
  8726.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  8727.     {
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  8729.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  8730.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  8731.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\User''email'NULL);
  8732.     }
  8733.     /**
  8734.      * Gets the private 'security.validator.user_password' shared service.
  8735.      *
  8736.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  8737.      */
  8738.     protected function getSecurity_Validator_UserPasswordService()
  8739.     {
  8740.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  8741.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  8742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  8743.         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()));
  8744.     }
  8745.     /**
  8746.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  8747.      *
  8748.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  8749.      */
  8750.     protected function getSerializer_Mapping_CacheWarmerService()
  8751.     {
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  8754.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  8755.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8756.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8757.         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'));
  8758.     }
  8759.     /**
  8760.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  8761.      *
  8762.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  8763.      */
  8764.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  8765.     {
  8766.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  8768.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  8769.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  8770.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  8772.         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()))]));
  8773.     }
  8774.     /**
  8775.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  8776.      *
  8777.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  8778.      */
  8779.     protected function getSerializer_NameConverter_MetadataAwareService()
  8780.     {
  8781.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  8783.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  8784.         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()));
  8785.     }
  8786.     /**
  8787.      * Gets the private 'session.storage.native' shared service.
  8788.      *
  8789.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  8790.      */
  8791.     protected function getSession_Storage_NativeService()
  8792.     {
  8793.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  8794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  8795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  8796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  8797.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], NULL, new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0));
  8798.     }
  8799.     /**
  8800.      * Gets the private 'session_listener' shared service.
  8801.      *
  8802.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  8803.      */
  8804.     protected function getSessionListenerService()
  8805.     {
  8806.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8807.             'initialized_session' => ['services''session'NULLfalse],
  8808.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  8809.             'session' => ['services''session''getSessionService'false],
  8810.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  8811.         ], [
  8812.             'initialized_session' => '?',
  8813.             'request_stack' => '?',
  8814.             'session' => '?',
  8815.             'session_storage' => '?',
  8816.         ]));
  8817.     }
  8818.     /**
  8819.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  8820.      *
  8821.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  8822.      */
  8823.     protected function getSonata_Admin_Builder_OrmDatagridService()
  8824.     {
  8825.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8826.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  8827.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  8828.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserInterface.php';
  8829.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  8830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserChain.php';
  8831.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  8832.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/FilterTypeGuesser.php';
  8833.         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\FieldDescription\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\FilterTypeGuesser()]), true);
  8834.     }
  8835.     /**
  8836.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  8837.      *
  8838.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  8839.      */
  8840.     protected function getSonata_Admin_Builder_OrmFormService()
  8841.     {
  8842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  8844.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/AbstractFormContractor.php';
  8845.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  8846.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  8847.     }
  8848.     /**
  8849.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  8850.      *
  8851.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  8852.      */
  8853.     protected function getSonata_Admin_Builder_OrmListService()
  8854.     {
  8855.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8856.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  8857.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  8858.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserInterface.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  8860.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserChain.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  8863.         return $this->privates['sonata.admin.builder.orm_list'] = new \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder(new \Sonata\AdminBundle\FieldDescription\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/base_list_field.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/base_list_field.html.twig''smallint' => '@SonataAdmin/CRUD/base_list_field.html.twig''bigint' => '@SonataAdmin/CRUD/base_list_field.html.twig''integer' => '@SonataAdmin/CRUD/base_list_field.html.twig''decimal' => '@SonataAdmin/CRUD/base_list_field.html.twig''float' => '@SonataAdmin/CRUD/list_string.html.twig''identifier' => '@SonataAdmin/CRUD/base_list_field.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']);
  8864.     }
  8865.     /**
  8866.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  8867.      *
  8868.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  8869.      */
  8870.     protected function getSonata_Admin_Builder_OrmShowService()
  8871.     {
  8872.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  8873.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  8874.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  8875.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserInterface.php';
  8876.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  8877.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/TypeGuesserChain.php';
  8878.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  8879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  8880.         return $this->privates['sonata.admin.builder.orm_show'] = new \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder(new \Sonata\AdminBundle\FieldDescription\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/base_currency.html.twig''percent' => '@SonataAdmin/CRUD/base_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']);
  8881.     }
  8882.     /**
  8883.      * Gets the private 'sonata.admin.field_description_factory.orm' shared service.
  8884.      *
  8885.      * @return \Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory
  8886.      */
  8887.     protected function getSonata_Admin_FieldDescriptionFactory_OrmService()
  8888.     {
  8889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/FieldDescription/FieldDescriptionFactoryInterface.php';
  8890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/FieldDescription/FieldDescriptionFactory.php';
  8891.         return $this->privates['sonata.admin.field_description_factory.orm'] = new \Sonata\DoctrineORMAdminBundle\FieldDescription\FieldDescriptionFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8892.     }
  8893.     /**
  8894.      * Gets the private 'sonata.admin.form.data_transformer_resolver' shared service.
  8895.      *
  8896.      * @return \Sonata\AdminBundle\Form\DataTransformerResolver
  8897.      */
  8898.     protected function getSonata_Admin_Form_DataTransformerResolverService()
  8899.     {
  8900.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformerResolverInterface.php';
  8901.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformerResolver.php';
  8902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  8903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/DataTransformer/BooleanToStringTransformer.php';
  8904.         $this->privates['sonata.admin.form.data_transformer_resolver'] = $instance = new \Sonata\AdminBundle\Form\DataTransformerResolver();
  8905.         $instance->addCustomGlobalTransformer('boolean', new \Sonata\AdminBundle\Form\DataTransformer\BooleanToStringTransformer(1));
  8906.         return $instance;
  8907.     }
  8908.     /**
  8909.      * Gets the private 'sonata.admin.listener.assets_install' shared service.
  8910.      *
  8911.      * @return \Sonata\AdminBundle\EventListener\AssetsInstallCommandListener
  8912.      */
  8913.     protected function getSonata_Admin_Listener_AssetsInstallService()
  8914.     {
  8915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/EventListener/AssetsInstallCommandListener.php';
  8916.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  8917.         return $this->privates['sonata.admin.listener.assets_install'] = new \Sonata\AdminBundle\EventListener\AssetsInstallCommandListener(($this->services['filesystem'] ?? ($this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  8918.     }
  8919.     /**
  8920.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  8921.      *
  8922.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  8923.      */
  8924.     protected function getSonata_Admin_Menu_GroupProviderService()
  8925.     {
  8926.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  8927.         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()));
  8928.     }
  8929.     /**
  8930.      * Gets the private 'sonata.block.form.type.block' shared service.
  8931.      *
  8932.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  8933.      */
  8934.     protected function getSonata_Block_Form_Type_BlockService()
  8935.     {
  8936.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  8939.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  8940.     }
  8941.     /**
  8942.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  8943.      *
  8944.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  8945.      */
  8946.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  8947.     {
  8948.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  8951.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['@SonataBlock/Block/block_container.html.twig' => 'SonataBlockBundle default template']);
  8952.     }
  8953.     /**
  8954.      * Gets the private 'sonata.block.templating.helper' shared service.
  8955.      *
  8956.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  8957.      */
  8958.     protected function getSonata_Block_Templating_HelperService()
  8959.     {
  8960.         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))));
  8961.     }
  8962.     /**
  8963.      * Gets the private 'sonata.deprecated_text.twig.extension' shared service.
  8964.      *
  8965.      * @return \Sonata\AdminBundle\Twig\Extension\DeprecatedTextExtension
  8966.      *
  8967.      * @deprecated The "sonata.deprecated_text.twig.extension" service is deprecated since sonata-project/admin-bundle 3.70. You should stop using it, as it will be removed in 4.0.
  8968.      */
  8969.     protected function getSonata_DeprecatedText_Twig_ExtensionService()
  8970.     {
  8971.         @trigger_error('The "sonata.deprecated_text.twig.extension" service is deprecated since sonata-project/admin-bundle 3.70. You should stop using it, as it will be removed in 4.0.'E_USER_DEPRECATED);
  8972.         return new \Sonata\AdminBundle\Twig\Extension\DeprecatedTextExtension();
  8973.     }
  8974.     /**
  8975.      * Gets the private 'sonata.doctrine.mapper' shared service.
  8976.      *
  8977.      * @return \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper
  8978.      */
  8979.     protected function getSonata_Doctrine_MapperService()
  8980.     {
  8981.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  8982.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Mapper/ORM/DoctrineORMMapper.php';
  8983.         $this->privates['sonata.doctrine.mapper'] = $instance = new \Sonata\Doctrine\Mapper\ORM\DoctrineORMMapper();
  8984.         $instance->addAssociation('App\\Application\\Sonata\\UserBundle\\Entity\\User''mapManyToMany', [=> ['fieldName' => 'groups''targetEntity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group''joinTable' => ['name' => 'fos_user_user_group''joinColumns' => [=> ['name' => 'user_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']], 'inverseJoinColumns' => [=> ['name' => 'group_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]]]]);
  8985.         return $instance;
  8986.     }
  8987.     /**
  8988.      * Gets the private 'sonata.easy_extends.doctrine.mapper' shared service.
  8989.      *
  8990.      * @return \Sonata\EasyExtendsBundle\Mapper\DoctrineORMMapper
  8991.      */
  8992.     protected function getSonata_EasyExtends_Doctrine_MapperService()
  8993.     {
  8994.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  8995.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Mapper/DoctrineORMMapper.php';
  8996.         return $this->privates['sonata.easy_extends.doctrine.mapper'] = new \Sonata\EasyExtendsBundle\Mapper\DoctrineORMMapper(($this->services['doctrine'] ?? $this->getDoctrineService()), []);
  8997.     }
  8998.     /**
  8999.      * Gets the private 'sonata.form.type.array' shared service.
  9000.      *
  9001.      * @return \Sonata\Form\Type\ImmutableArrayType
  9002.      */
  9003.     protected function getSonata_Form_Type_ArrayService()
  9004.     {
  9005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9007.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/ImmutableArrayType.php';
  9008.         return $this->privates['sonata.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  9009.     }
  9010.     /**
  9011.      * Gets the private 'sonata.form.type.boolean' shared service.
  9012.      *
  9013.      * @return \Sonata\Form\Type\BooleanType
  9014.      */
  9015.     protected function getSonata_Form_Type_BooleanService()
  9016.     {
  9017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9019.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BooleanType.php';
  9020.         return $this->privates['sonata.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  9021.     }
  9022.     /**
  9023.      * Gets the private 'sonata.form.type.collection' shared service.
  9024.      *
  9025.      * @return \Sonata\Form\Type\CollectionType
  9026.      */
  9027.     protected function getSonata_Form_Type_CollectionService()
  9028.     {
  9029.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9031.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/CollectionType.php';
  9032.         return $this->privates['sonata.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  9033.     }
  9034.     /**
  9035.      * Gets the private 'sonata.form.type.date_picker' shared service.
  9036.      *
  9037.      * @return \Sonata\Form\Type\DatePickerType
  9038.      */
  9039.     protected function getSonata_Form_Type_DatePickerService()
  9040.     {
  9041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9043.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  9044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DatePickerType.php';
  9045.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  9046.         return $this->privates['sonata.form.type.date_picker'] = new \Sonata\Form\Type\DatePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()), 'hu');
  9047.     }
  9048.     /**
  9049.      * Gets the private 'sonata.form.type.date_range' shared service.
  9050.      *
  9051.      * @return \Sonata\Form\Type\DateRangeType
  9052.      */
  9053.     protected function getSonata_Form_Type_DateRangeService()
  9054.     {
  9055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9057.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  9058.         return $this->privates['sonata.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  9059.     }
  9060.     /**
  9061.      * Gets the private 'sonata.form.type.date_range_picker' shared service.
  9062.      *
  9063.      * @return \Sonata\Form\Type\DateRangePickerType
  9064.      */
  9065.     protected function getSonata_Form_Type_DateRangePickerService()
  9066.     {
  9067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9069.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangeType.php';
  9070.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateRangePickerType.php';
  9071.         return $this->privates['sonata.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  9072.     }
  9073.     /**
  9074.      * Gets the private 'sonata.form.type.datetime_picker' shared service.
  9075.      *
  9076.      * @return \Sonata\Form\Type\DateTimePickerType
  9077.      */
  9078.     protected function getSonata_Form_Type_DatetimePickerService()
  9079.     {
  9080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/BasePickerType.php';
  9083.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimePickerType.php';
  9084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Date/MomentFormatConverter.php';
  9085.         return $this->privates['sonata.form.type.datetime_picker'] = new \Sonata\Form\Type\DateTimePickerType(($this->privates['sonata.form.date.moment_format_converter'] ?? ($this->privates['sonata.form.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()), 'hu');
  9086.     }
  9087.     /**
  9088.      * Gets the private 'sonata.form.type.datetime_range' shared service.
  9089.      *
  9090.      * @return \Sonata\Form\Type\DateTimeRangeType
  9091.      */
  9092.     protected function getSonata_Form_Type_DatetimeRangeService()
  9093.     {
  9094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  9097.         return $this->privates['sonata.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  9098.     }
  9099.     /**
  9100.      * Gets the private 'sonata.form.type.datetime_range_picker' shared service.
  9101.      *
  9102.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  9103.      */
  9104.     protected function getSonata_Form_Type_DatetimeRangePickerService()
  9105.     {
  9106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9108.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangeType.php';
  9109.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Type/DateTimeRangePickerType.php';
  9110.         return $this->privates['sonata.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  9111.     }
  9112.     /**
  9113.      * Gets the private 'sonata.form.type.equal' shared service.
  9114.      *
  9115.      * @return \Sonata\Form\Type\EqualType
  9116.      *
  9117.      * @deprecated The "sonata.form.type.equal" service is deprecated since sonata-project/form-extensions 1.2 and will be removed in 2.0. Use Sonata\AdminBundle\Form\Type\Operator\EqualOperatorType instead
  9118.      */
  9119.     protected function getSonata_Form_Type_EqualService()
  9120.     {
  9121.         @trigger_error('The "sonata.form.type.equal" service is deprecated since sonata-project/form-extensions 1.2 and will be removed in 2.0. Use Sonata\\AdminBundle\\Form\\Type\\Operator\\EqualOperatorType instead'E_USER_DEPRECATED);
  9122.         return $this->privates['sonata.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  9123.     }
  9124.     /**
  9125.      * Gets the private 'sonata.form.validator.inline' shared service.
  9126.      *
  9127.      * @return \Sonata\Form\Validator\InlineValidator
  9128.      */
  9129.     protected function getSonata_Form_Validator_InlineService()
  9130.     {
  9131.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9132.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Validator/InlineValidator.php';
  9134.         return $this->privates['sonata.form.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  9135.     }
  9136.     /**
  9137.      * Gets the private 'sonata.formatter.form.type.selector' shared service.
  9138.      *
  9139.      * @return \Sonata\FormatterBundle\Form\Type\FormatterType
  9140.      */
  9141.     protected function getSonata_Formatter_Form_Type_SelectorService()
  9142.     {
  9143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9145.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Form/Type/FormatterType.php';
  9146.         return $this->privates['sonata.formatter.form.type.selector'] = new \Sonata\FormatterBundle\Form\Type\FormatterType(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['fos_ck_editor.configuration'] ?? $this->getFosCkEditor_ConfigurationService()));
  9147.     }
  9148.     /**
  9149.      * Gets the private 'sonata.formatter.form.type.simple' shared service.
  9150.      *
  9151.      * @return \Sonata\FormatterBundle\Form\Type\SimpleFormatterType
  9152.      */
  9153.     protected function getSonata_Formatter_Form_Type_SimpleService()
  9154.     {
  9155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  9156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  9157.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Form/Type/SimpleFormatterType.php';
  9158.         return $this->privates['sonata.formatter.form.type.simple'] = new \Sonata\FormatterBundle\Form\Type\SimpleFormatterType(($this->privates['fos_ck_editor.configuration'] ?? $this->getFosCkEditor_ConfigurationService()));
  9159.     }
  9160.     /**
  9161.      * Gets the private 'sonata.formatter.pool' shared service.
  9162.      *
  9163.      * @return \Sonata\FormatterBundle\Formatter\Pool
  9164.      */
  9165.     protected function getSonata_Formatter_PoolService()
  9166.     {
  9167.         $this->privates['sonata.formatter.pool'] = $instance = new \Sonata\FormatterBundle\Formatter\Pool('richhtml');
  9168.         $a = new \Sonata\FormatterBundle\Formatter\RawFormatter();
  9169.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9170.         $instance->add('markdown', new \Sonata\FormatterBundle\Formatter\MarkdownFormatter(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max()))), ($this->privates['sonata.formatter.twig.env.markdown'] ?? $this->getSonata_Formatter_Twig_Env_MarkdownService()));
  9171.         $instance->add('text', new \Sonata\FormatterBundle\Formatter\TextFormatter(), ($this->privates['sonata.formatter.twig.env.text'] ?? $this->getSonata_Formatter_Twig_Env_TextService()));
  9172.         $instance->add('rawhtml'$a, ($this->privates['sonata.formatter.twig.env.rawhtml'] ?? $this->getSonata_Formatter_Twig_Env_RawhtmlService()));
  9173.         $instance->add('richhtml'$a, ($this->privates['sonata.formatter.twig.env.richhtml'] ?? $this->getSonata_Formatter_Twig_Env_RichhtmlService()));
  9174.         $instance->add('twig', new \Sonata\FormatterBundle\Formatter\TwigFormatter(($this->services['twig'] ?? $this->getTwigService())), NULL);
  9175.         return $instance;
  9176.     }
  9177.     /**
  9178.      * Gets the private 'sonata.formatter.twig.env.markdown' shared service.
  9179.      *
  9180.      * @return \Twig_Environment
  9181.      */
  9182.     protected function getSonata_Formatter_Twig_Env_MarkdownService()
  9183.     {
  9184.         $this->privates['sonata.formatter.twig.env.markdown'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig\Loader\ArrayLoader(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false'strict_variables' => false'charset' => 'UTF-8']);
  9185.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  9186.         return $instance;
  9187.     }
  9188.     /**
  9189.      * Gets the private 'sonata.formatter.twig.env.rawhtml' shared service.
  9190.      *
  9191.      * @return \Twig_Environment
  9192.      */
  9193.     protected function getSonata_Formatter_Twig_Env_RawhtmlService()
  9194.     {
  9195.         $this->privates['sonata.formatter.twig.env.rawhtml'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig\Loader\ArrayLoader(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false'strict_variables' => false'charset' => 'UTF-8']);
  9196.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  9197.         return $instance;
  9198.     }
  9199.     /**
  9200.      * Gets the private 'sonata.formatter.twig.env.richhtml' shared service.
  9201.      *
  9202.      * @return \Twig_Environment
  9203.      */
  9204.     protected function getSonata_Formatter_Twig_Env_RichhtmlService()
  9205.     {
  9206.         $this->privates['sonata.formatter.twig.env.richhtml'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig\Loader\ArrayLoader(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false'strict_variables' => false'charset' => 'UTF-8']);
  9207.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  9208.         return $instance;
  9209.     }
  9210.     /**
  9211.      * Gets the private 'sonata.formatter.twig.env.text' shared service.
  9212.      *
  9213.      * @return \Twig_Environment
  9214.      */
  9215.     protected function getSonata_Formatter_Twig_Env_TextService()
  9216.     {
  9217.         $this->privates['sonata.formatter.twig.env.text'] = $instance = new \Twig_Environment(new \Sonata\FormatterBundle\Twig\Loader\LoaderSelector(new \Twig\Loader\ArrayLoader(), ($this->privates['twig.loader.filesystem'] ?? $this->getTwig_Loader_FilesystemService())), ['debug' => false'strict_variables' => false'charset' => 'UTF-8']);
  9218.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  9219.         return $instance;
  9220.     }
  9221.     /**
  9222.      * Gets the private 'sonata.formatter.validator.formatter' shared service.
  9223.      *
  9224.      * @return \Sonata\FormatterBundle\Validator\Constraints\FormatterValidator
  9225.      */
  9226.     protected function getSonata_Formatter_Validator_FormatterService()
  9227.     {
  9228.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  9229.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  9230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Validator/Constraints/FormatterValidator.php';
  9231.         return $this->privates['sonata.formatter.validator.formatter'] = new \Sonata\FormatterBundle\Validator\Constraints\FormatterValidator(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService()));
  9232.     }
  9233.     /**
  9234.      * Gets the private 'sonata.templating' shared service.
  9235.      *
  9236.      * @return \Sonata\BlockBundle\Templating\TwigEngine
  9237.      *
  9238.      * @deprecated The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  9239.      */
  9240.     protected function getSonata_TemplatingService()
  9241.     {
  9242.         @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);
  9243.         return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->getSonata_Templating_NameParserService(), $this->getSonata_Templating_LocatorService());
  9244.     }
  9245.     /**
  9246.      * Gets the private 'sonata.templating.locator' shared service.
  9247.      *
  9248.      * @return \Sonata\BlockBundle\Templating\TemplateLocator
  9249.      *
  9250.      * @deprecated The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  9251.      */
  9252.     protected function getSonata_Templating_LocatorService()
  9253.     {
  9254.         @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);
  9255.         return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  9256.     }
  9257.     /**
  9258.      * Gets the private 'sonata.templating.name_parser' shared service.
  9259.      *
  9260.      * @return \Sonata\BlockBundle\Templating\TemplateNameParser
  9261.      *
  9262.      * @deprecated The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  9263.      */
  9264.     protected function getSonata_Templating_NameParserService()
  9265.     {
  9266.         @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);
  9267.         return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  9268.     }
  9269.     /**
  9270.      * Gets the private 'sonata.twig.flashmessage.twig.runtime' shared service.
  9271.      *
  9272.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  9273.      */
  9274.     protected function getSonata_Twig_Flashmessage_Twig_RuntimeService()
  9275.     {
  9276.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/FlashMessageRuntime.php';
  9277.         return $this->privates['sonata.twig.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  9278.     }
  9279.     /**
  9280.      * Gets the private 'sonata.twig.status_runtime' shared service.
  9281.      *
  9282.      * @return \Sonata\Twig\Extension\StatusRuntime
  9283.      */
  9284.     protected function getSonata_Twig_StatusRuntimeService()
  9285.     {
  9286.         include_once \dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Extension/StatusRuntime.php';
  9287.         $this->privates['sonata.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  9288.         $instance->addStatusService(($this->services['sonata.twig.flashmessage.manager'] ?? $this->getSonata_Twig_Flashmessage_ManagerService()));
  9289.         return $instance;
  9290.     }
  9291.     /**
  9292.      * Gets the private 'sonata.user.form.gender_list' shared service.
  9293.      *
  9294.      * @return \Sonata\UserBundle\Form\Type\UserGenderListType
  9295.      *
  9296.      * @deprecated The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.
  9297.      */
  9298.     protected function getSonata_User_Form_GenderListService()
  9299.     {
  9300.         @trigger_error('The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.'E_USER_DEPRECATED);
  9301.         return $this->privates['sonata.user.form.gender_list'] = new \Sonata\UserBundle\Form\Type\UserGenderListType('App\\Application\\Sonata\\UserBundle\\Entity\\User''getGenderList''Sonata\\UserBundle\\Form\\Type\\UserGenderListType');
  9302.     }
  9303.     /**
  9304.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  9305.      *
  9306.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  9307.      */
  9308.     protected function getSonata_User_MatrixRolesBuilderService()
  9309.     {
  9310.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  9311.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  9312.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  9313.         return $this->privates['sonata.user.matrix_roles_builder'] = new \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), new \Sonata\UserBundle\Security\RolesBuilder\AdminRolesBuilder($a$b$c), new \Sonata\UserBundle\Security\RolesBuilder\SecurityRolesBuilder($a$b$c$this->parameters['security.role_hierarchy.roles']));
  9314.     }
  9315.     /**
  9316.      * Gets the private 'swiftmailer.command.debug' shared service.
  9317.      *
  9318.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  9319.      */
  9320.     protected function getSwiftmailer_Command_DebugService()
  9321.     {
  9322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9323.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9324.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  9325.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  9326.         $instance->setName('debug:swiftmailer');
  9327.         return $instance;
  9328.     }
  9329.     /**
  9330.      * Gets the private 'swiftmailer.command.new_email' shared service.
  9331.      *
  9332.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  9333.      */
  9334.     protected function getSwiftmailer_Command_NewEmailService()
  9335.     {
  9336.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9337.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9338.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  9339.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  9340.         $instance->setName('swiftmailer:email:send');
  9341.         return $instance;
  9342.     }
  9343.     /**
  9344.      * Gets the private 'swiftmailer.command.send_email' shared service.
  9345.      *
  9346.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  9347.      */
  9348.     protected function getSwiftmailer_Command_SendEmailService()
  9349.     {
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9351.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  9352.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  9353.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  9354.         $instance->setName('swiftmailer:spool:send');
  9355.         return $instance;
  9356.     }
  9357.     /**
  9358.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  9359.      *
  9360.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  9361.      */
  9362.     protected function getSwiftmailer_EmailSender_ListenerService()
  9363.     {
  9364.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  9365.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9366.     }
  9367.     /**
  9368.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  9369.      *
  9370.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  9371.      *
  9372.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9373.      */
  9374.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  9375.     {
  9376.         @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);
  9377.         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()));
  9378.     }
  9379.     /**
  9380.      * Gets the private 'templating.engine.php' shared service.
  9381.      *
  9382.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine
  9383.      *
  9384.      * @deprecated The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9385.      */
  9386.     protected function getTemplating_Engine_PhpService()
  9387.     {
  9388.         @trigger_error('The "templating.engine.php" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9389.         $this->privates['templating.engine.php'] = $instance = new \Symfony\Bundle\FrameworkBundle\Templating\TimedPhpEngine(($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9390.             'sonata.block.templating.helper' => ['privates''sonata.block.templating.helper''getSonata_Block_Templating_HelperService'false],
  9391.             'templating.helper.actions' => ['privates''templating.helper.actions''getTemplating_Helper_ActionsService'false],
  9392.             'templating.helper.assets' => ['privates''templating.helper.assets''getTemplating_Helper_AssetsService'false],
  9393.             'templating.helper.code' => ['privates''templating.helper.code''getTemplating_Helper_CodeService'false],
  9394.             'templating.helper.form' => ['privates''templating.helper.form''getTemplating_Helper_FormService'false],
  9395.             'templating.helper.logout_url' => ['privates''templating.helper.logout_url''getTemplating_Helper_LogoutUrlService'false],
  9396.             'templating.helper.markdown' => ['privates''templating.helper.markdown''getTemplating_Helper_MarkdownService'false],
  9397.             'templating.helper.request' => ['privates''templating.helper.request''getTemplating_Helper_RequestService'false],
  9398.             'templating.helper.router' => ['privates''templating.helper.router''getTemplating_Helper_RouterService'false],
  9399.             'templating.helper.security' => ['privates''templating.helper.security''getTemplating_Helper_SecurityService'false],
  9400.             'templating.helper.session' => ['privates''templating.helper.session''getTemplating_Helper_SessionService'false],
  9401.             'templating.helper.slots' => ['privates''templating.helper.slots''getTemplating_Helper_SlotsService'false],
  9402.             'templating.helper.stopwatch' => ['privates''templating.helper.stopwatch''getTemplating_Helper_StopwatchService'false],
  9403.             'templating.helper.translator' => ['privates''templating.helper.translator''getTemplating_Helper_TranslatorService'false],
  9404.         ], [
  9405.             'sonata.block.templating.helper' => '?',
  9406.             'templating.helper.actions' => '?',
  9407.             'templating.helper.assets' => '?',
  9408.             'templating.helper.code' => '?',
  9409.             'templating.helper.form' => '?',
  9410.             'templating.helper.logout_url' => '?',
  9411.             'templating.helper.markdown' => '?',
  9412.             'templating.helper.request' => '?',
  9413.             'templating.helper.router' => '?',
  9414.             'templating.helper.security' => '?',
  9415.             'templating.helper.session' => '?',
  9416.             'templating.helper.slots' => '?',
  9417.             'templating.helper.stopwatch' => '?',
  9418.             'templating.helper.translator' => '?',
  9419.         ]), ($this->services['templating.loader'] ?? $this->getTemplating_LoaderService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $this->getTemplating_GlobalsService());
  9420.         $instance->setCharset('UTF-8');
  9421.         $instance->setHelpers(['slots' => 'templating.helper.slots''request' => 'templating.helper.request''session' => 'templating.helper.session''router' => 'templating.helper.router''assets' => 'templating.helper.assets''actions' => 'templating.helper.actions''code' => 'templating.helper.code''translator' => 'templating.helper.translator''form' => 'templating.helper.form''stopwatch' => 'templating.helper.stopwatch''logout_url' => 'templating.helper.logout_url''security' => 'templating.helper.security''sonata_block' => 'sonata.block.templating.helper''markdown' => 'templating.helper.markdown']);
  9422.         return $instance;
  9423.     }
  9424.     /**
  9425.      * Gets the private 'templating.engine.twig' shared service.
  9426.      *
  9427.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  9428.      *
  9429.      * @deprecated The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  9430.      */
  9431.     protected function getTemplating_Engine_TwigService()
  9432.     {
  9433.         @trigger_error('The "templating.engine.twig" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  9434.         return 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()));
  9435.     }
  9436.     /**
  9437.      * Gets the private 'templating.finder' shared service.
  9438.      *
  9439.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  9440.      *
  9441.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9442.      */
  9443.     protected function getTemplating_FinderService()
  9444.     {
  9445.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9446.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  9447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  9448.         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'));
  9449.     }
  9450.     /**
  9451.      * Gets the private 'templating.form.engine' shared service.
  9452.      *
  9453.      * @return \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine
  9454.      *
  9455.      * @deprecated The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9456.      */
  9457.     protected function getTemplating_Form_EngineService()
  9458.     {
  9459.         @trigger_error('The "templating.form.engine" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9460.         return new \Symfony\Component\Form\Extension\Templating\TemplatingRendererEngine(($this->privates['templating.engine.php'] ?? $this->getTemplating_Engine_PhpService()), $this->parameters['templating.helper.form.resources']);
  9461.     }
  9462.     /**
  9463.      * Gets the private 'templating.form.renderer' shared service.
  9464.      *
  9465.      * @return \Symfony\Component\Form\FormRenderer
  9466.      *
  9467.      * @deprecated The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9468.      */
  9469.     protected function getTemplating_Form_RendererService()
  9470.     {
  9471.         @trigger_error('The "templating.form.renderer" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9472.         return new \Symfony\Component\Form\FormRenderer($this->getTemplating_Form_EngineService(), ($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  9473.     }
  9474.     /**
  9475.      * Gets the private 'templating.globals' shared service.
  9476.      *
  9477.      * @return \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables
  9478.      *
  9479.      * @deprecated The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9480.      */
  9481.     protected function getTemplating_GlobalsService()
  9482.     {
  9483.         @trigger_error('The "templating.globals" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9484.         return new \Symfony\Bundle\FrameworkBundle\Templating\GlobalVariables($this);
  9485.     }
  9486.     /**
  9487.      * Gets the private 'templating.helper.actions' shared service.
  9488.      *
  9489.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper
  9490.      *
  9491.      * @deprecated The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9492.      */
  9493.     protected function getTemplating_Helper_ActionsService()
  9494.     {
  9495.         @trigger_error('The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9496.         return $this->privates['templating.helper.actions'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  9497.     }
  9498.     /**
  9499.      * Gets the private 'templating.helper.assets' shared service.
  9500.      *
  9501.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper
  9502.      *
  9503.      * @deprecated The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9504.      */
  9505.     protected function getTemplating_Helper_AssetsService()
  9506.     {
  9507.         @trigger_error('The "templating.helper.assets" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9508.         return $this->privates['templating.helper.assets'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\AssetsHelper(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  9509.     }
  9510.     /**
  9511.      * Gets the private 'templating.helper.code' shared service.
  9512.      *
  9513.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper
  9514.      *
  9515.      * @deprecated The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9516.      */
  9517.     protected function getTemplating_Helper_CodeService()
  9518.     {
  9519.         @trigger_error('The "templating.helper.code" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9520.         return $this->privates['templating.helper.code'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\CodeHelper(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  9521.     }
  9522.     /**
  9523.      * Gets the private 'templating.helper.form' shared service.
  9524.      *
  9525.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper
  9526.      *
  9527.      * @deprecated The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9528.      */
  9529.     protected function getTemplating_Helper_FormService()
  9530.     {
  9531.         @trigger_error('The "templating.helper.form" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9532.         return $this->privates['templating.helper.form'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\FormHelper($this->getTemplating_Form_RendererService());
  9533.     }
  9534.     /**
  9535.      * Gets the private 'templating.helper.logout_url' shared service.
  9536.      *
  9537.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper
  9538.      *
  9539.      * @deprecated The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9540.      */
  9541.     protected function getTemplating_Helper_LogoutUrlService()
  9542.     {
  9543.         @trigger_error('The "templating.helper.logout_url" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9544.         return $this->privates['templating.helper.logout_url'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\LogoutUrlHelper(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  9545.     }
  9546.     /**
  9547.      * Gets the private 'templating.helper.markdown' shared service.
  9548.      *
  9549.      * @return \Knp\Bundle\MarkdownBundle\Helper\MarkdownHelper
  9550.      */
  9551.     protected function getTemplating_Helper_MarkdownService()
  9552.     {
  9553.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Helper/MarkdownHelper.php';
  9554.         return $this->privates['templating.helper.markdown'] = new \Knp\Bundle\MarkdownBundle\Helper\MarkdownHelper(($this->privates['markdown.parser.parser_manager'] ?? $this->getMarkdown_Parser_ParserManagerService()));
  9555.     }
  9556.     /**
  9557.      * Gets the private 'templating.helper.request' shared service.
  9558.      *
  9559.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper
  9560.      *
  9561.      * @deprecated The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9562.      */
  9563.     protected function getTemplating_Helper_RequestService()
  9564.     {
  9565.         @trigger_error('The "templating.helper.request" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9566.         return $this->privates['templating.helper.request'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RequestHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9567.     }
  9568.     /**
  9569.      * Gets the private 'templating.helper.router' shared service.
  9570.      *
  9571.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper
  9572.      *
  9573.      * @deprecated The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9574.      */
  9575.     protected function getTemplating_Helper_RouterService()
  9576.     {
  9577.         @trigger_error('The "templating.helper.router" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9578.         return $this->privates['templating.helper.router'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\RouterHelper(($this->services['router'] ?? $this->getRouterService()));
  9579.     }
  9580.     /**
  9581.      * Gets the private 'templating.helper.security' shared service.
  9582.      *
  9583.      * @return \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper
  9584.      *
  9585.      * @deprecated The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9586.      */
  9587.     protected function getTemplating_Helper_SecurityService()
  9588.     {
  9589.         @trigger_error('The "templating.helper.security" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9590.         return $this->privates['templating.helper.security'] = new \Symfony\Bundle\SecurityBundle\Templating\Helper\SecurityHelper(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  9591.     }
  9592.     /**
  9593.      * Gets the private 'templating.helper.session' shared service.
  9594.      *
  9595.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper
  9596.      *
  9597.      * @deprecated The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9598.      */
  9599.     protected function getTemplating_Helper_SessionService()
  9600.     {
  9601.         @trigger_error('The "templating.helper.session" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9602.         return $this->privates['templating.helper.session'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\SessionHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9603.     }
  9604.     /**
  9605.      * Gets the private 'templating.helper.slots' shared service.
  9606.      *
  9607.      * @return \Symfony\Component\Templating\Helper\SlotsHelper
  9608.      *
  9609.      * @deprecated The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9610.      */
  9611.     protected function getTemplating_Helper_SlotsService()
  9612.     {
  9613.         @trigger_error('The "templating.helper.slots" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9614.         return $this->privates['templating.helper.slots'] = new \Symfony\Component\Templating\Helper\SlotsHelper();
  9615.     }
  9616.     /**
  9617.      * Gets the private 'templating.helper.stopwatch' shared service.
  9618.      *
  9619.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper
  9620.      *
  9621.      * @deprecated The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9622.      */
  9623.     protected function getTemplating_Helper_StopwatchService()
  9624.     {
  9625.         @trigger_error('The "templating.helper.stopwatch" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9626.         return $this->privates['templating.helper.stopwatch'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\StopwatchHelper(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9627.     }
  9628.     /**
  9629.      * Gets the private 'templating.helper.translator' shared service.
  9630.      *
  9631.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper
  9632.      *
  9633.      * @deprecated The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9634.      */
  9635.     protected function getTemplating_Helper_TranslatorService()
  9636.     {
  9637.         @trigger_error('The "templating.helper.translator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9638.         return $this->privates['templating.helper.translator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper(($this->services['translator'] ?? $this->getTranslatorService()));
  9639.     }
  9640.     /**
  9641.      * Gets the private 'templating.locator' shared service.
  9642.      *
  9643.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  9644.      *
  9645.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9646.      */
  9647.     protected function getTemplating_LocatorService()
  9648.     {
  9649.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9650.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  9651.     }
  9652.     /**
  9653.      * Gets the private 'templating.name_parser' shared service.
  9654.      *
  9655.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  9656.      *
  9657.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  9658.      */
  9659.     protected function getTemplating_NameParserService()
  9660.     {
  9661.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  9662.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  9663.     }
  9664.     /**
  9665.      * Gets the private 'translation.extractor' shared service.
  9666.      *
  9667.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  9668.      */
  9669.     protected function getTranslation_ExtractorService()
  9670.     {
  9671.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  9672.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  9673.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  9674.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  9675.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  9676.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  9677.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/Extractor/AdminExtractor.php';
  9678.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  9679.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  9680.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  9681.         $instance->addExtractor('sonata_admin', new \Sonata\AdminBundle\Translator\Extractor\AdminExtractor(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService())));
  9682.         return $instance;
  9683.     }
  9684.     /**
  9685.      * Gets the private 'translation.loader.csv' shared service.
  9686.      *
  9687.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  9688.      */
  9689.     protected function getTranslation_Loader_CsvService()
  9690.     {
  9691.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9692.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9693.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9694.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9695.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  9696.     }
  9697.     /**
  9698.      * Gets the private 'translation.loader.dat' shared service.
  9699.      *
  9700.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  9701.      */
  9702.     protected function getTranslation_Loader_DatService()
  9703.     {
  9704.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9705.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9706.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9707.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  9708.     }
  9709.     /**
  9710.      * Gets the private 'translation.loader.ini' shared service.
  9711.      *
  9712.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  9713.      */
  9714.     protected function getTranslation_Loader_IniService()
  9715.     {
  9716.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9717.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9718.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9719.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9720.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  9721.     }
  9722.     /**
  9723.      * Gets the private 'translation.loader.json' shared service.
  9724.      *
  9725.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  9726.      */
  9727.     protected function getTranslation_Loader_JsonService()
  9728.     {
  9729.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9730.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9731.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9732.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9733.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  9734.     }
  9735.     /**
  9736.      * Gets the private 'translation.loader.mo' shared service.
  9737.      *
  9738.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  9739.      */
  9740.     protected function getTranslation_Loader_MoService()
  9741.     {
  9742.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9743.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9744.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9745.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9746.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  9747.     }
  9748.     /**
  9749.      * Gets the private 'translation.loader.php' shared service.
  9750.      *
  9751.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  9752.      */
  9753.     protected function getTranslation_Loader_PhpService()
  9754.     {
  9755.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9756.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9757.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9758.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9759.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  9760.     }
  9761.     /**
  9762.      * Gets the private 'translation.loader.po' shared service.
  9763.      *
  9764.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  9765.      */
  9766.     protected function getTranslation_Loader_PoService()
  9767.     {
  9768.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9769.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9770.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9772.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  9773.     }
  9774.     /**
  9775.      * Gets the private 'translation.loader.qt' shared service.
  9776.      *
  9777.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  9778.      */
  9779.     protected function getTranslation_Loader_QtService()
  9780.     {
  9781.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9782.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9783.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  9784.     }
  9785.     /**
  9786.      * Gets the private 'translation.loader.res' shared service.
  9787.      *
  9788.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  9789.      */
  9790.     protected function getTranslation_Loader_ResService()
  9791.     {
  9792.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9793.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9794.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  9795.     }
  9796.     /**
  9797.      * Gets the private 'translation.loader.xliff' shared service.
  9798.      *
  9799.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  9800.      */
  9801.     protected function getTranslation_Loader_XliffService()
  9802.     {
  9803.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9804.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9805.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  9806.     }
  9807.     /**
  9808.      * Gets the private 'translation.loader.yml' shared service.
  9809.      *
  9810.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  9811.      */
  9812.     protected function getTranslation_Loader_YmlService()
  9813.     {
  9814.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9815.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9816.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9817.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9818.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  9819.     }
  9820.     /**
  9821.      * Gets the private 'translation.reader' shared service.
  9822.      *
  9823.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  9824.      */
  9825.     protected function getTranslation_ReaderService()
  9826.     {
  9827.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  9828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  9829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  9830.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  9831.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  9832.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  9833.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  9834.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  9835.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  9836.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  9837.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  9838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  9839.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  9840.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  9841.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  9842.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  9843.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  9844.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  9845.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  9846.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  9847.         $instance->addLoader('yaml'$a);
  9848.         $instance->addLoader('yml'$a);
  9849.         $instance->addLoader('xlf'$b);
  9850.         $instance->addLoader('xliff'$b);
  9851.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  9852.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  9853.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  9854.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  9855.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  9856.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  9857.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  9858.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  9859.         return $instance;
  9860.     }
  9861.     /**
  9862.      * Gets the private 'translation.warmer' shared service.
  9863.      *
  9864.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  9865.      */
  9866.     protected function getTranslation_WarmerService()
  9867.     {
  9868.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9869.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  9870.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9871.             'translator' => ['services''translator''getTranslatorService'false],
  9872.         ], [
  9873.             'translator' => '?',
  9874.         ]))->withContext('translation.warmer'$this));
  9875.     }
  9876.     /**
  9877.      * Gets the private 'translator.default' shared service.
  9878.      *
  9879.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  9880.      */
  9881.     protected function getTranslator_DefaultService()
  9882.     {
  9883.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9884.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  9885.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  9886.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  9887.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  9888.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  9889.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  9890.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  9891.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  9892.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  9893.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  9894.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  9895.         ], [
  9896.             'translation.loader.csv' => '?',
  9897.             'translation.loader.dat' => '?',
  9898.             'translation.loader.ini' => '?',
  9899.             'translation.loader.json' => '?',
  9900.             'translation.loader.mo' => '?',
  9901.             'translation.loader.php' => '?',
  9902.             'translation.loader.po' => '?',
  9903.             'translation.loader.qt' => '?',
  9904.             'translation.loader.res' => '?',
  9905.             'translation.loader.xliff' => '?',
  9906.             'translation.loader.yml' => '?',
  9907.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'hu', ['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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bs.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.de.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.de.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.de.xliff'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.en.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.en.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.en.xliff'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.en.xliff')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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/user-bundle/src/Resources/translations/SonataUserBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fr.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.fr.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.fr.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.hu.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.hu.xliff'), 11 => (\dirname(__DIR__4).'/translations/App.hu.yaml'), 12 => (\dirname(__DIR__4).'/translations/SonataAdminBundle.hu.yaml'), 13 => (\dirname(__DIR__4).'/translations/VichUploaderBundle.hu.yaml'), 14 => (\dirname(__DIR__4).'/translations/admin.hu.yaml'), 15 => (\dirname(__DIR__4).'/translations/messages.hu.yaml'), 16 => (\dirname(__DIR__4).'/translations/security.hu.yaml'), 17 => (\dirname(__DIR__4).'/translations/validators.hu.yaml')], '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/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.it.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\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/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.nl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.nl.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pl.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations/SonataTwigBundle.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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/FOSUserBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ru.xliff'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.ru.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.sk.xliff')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Cyrl.xliff')], '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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sr_Latn.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.tr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations/SonataFormBundle.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'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.zh_TW.xliff')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'), 11 => (\dirname(__DIR__4).'/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__4).'/src/Resources/FrameworkBundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/DoctrineMigrationsBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/DoctrineFixturesBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/DebugBundle/translations'), 32 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/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/SonataAdminBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 41 => (\dirname(__DIR__4).'/src/Resources/NelmioApiDocBundle/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/SonataDatagridBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/SonataEasyExtendsBundle/translations'), 45 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/SonataUserBundle/translations'), 47 => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/AclBundle/translations'), 49 => (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle/translations'), 50 => (\dirname(__DIR__4).'/src/Resources/ApplicationSonataUserBundle/translations'), 51 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 52 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 53 => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/translations'), 54 => (\dirname(__DIR__4).'/src/Resources/KnpMarkdownBundle/translations'), 55 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 56 => (\dirname(__DIR__4).'/src/Resources/FOSCKEditorBundle/translations'), 57 => (\dirname(__DIR__4).'/src/Resources/SonataFormatterBundle/translations'), 58 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'), 59 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineBundle/translations'), 60 => (\dirname(__DIR__4).'/src/Resources/SonataFormBundle/translations'), 61 => (\dirname(__DIR__4).'/src/Resources/SonataTwigBundle/translations'), 62 => (\dirname(__DIR__4).'/src/Resources/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/sonata-project/datagrid-bundle/src/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/sonata-project/user-bundle/src/Resources/translations'=> 'vendor/sonata-project/formatter-bundle/src/Resources/translations'=> 'vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/translations'10 => 'vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/translations'11 => 'translations'12 => 'vendor/symfony/framework-bundle/translations'13 => 'src/Resources/FrameworkBundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'src/Resources/MakerBundle/translations'16 => 'vendor/symfony/twig-bundle/translations'17 => 'src/Resources/TwigBundle/translations'18 => 'vendor/symfony/security-bundle/translations'19 => 'src/Resources/SecurityBundle/translations'20 => 'vendor/doctrine/doctrine-bundle/translations'21 => 'src/Resources/DoctrineBundle/translations'22 => 'vendor/doctrine/doctrine-migrations-bundle/translations'23 => 'src/Resources/DoctrineMigrationsBundle/translations'24 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'25 => 'src/Resources/DoctrineFixturesBundle/translations'26 => 'vendor/symfony/web-profiler-bundle/translations'27 => 'src/Resources/WebProfilerBundle/translations'28 => 'vendor/symfony/monolog-bundle/translations'29 => 'src/Resources/MonologBundle/translations'30 => 'vendor/symfony/debug-bundle/translations'31 => 'src/Resources/DebugBundle/translations'32 => 'src/Resources/SonataBlockBundle/translations'33 => 'vendor/knplabs/knp-menu-bundle/src/translations'34 => 'src/Resources/KnpMenuBundle/translations'35 => 'src/Resources/SonataAdminBundle/translations'36 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'37 => 'src/Resources/SonataDoctrineORMAdminBundle/translations'38 => 'vendor/friendsofsymfony/rest-bundle/translations'39 => 'src/Resources/FOSRestBundle/translations'40 => 'vendor/nelmio/api-doc-bundle/translations'41 => 'src/Resources/NelmioApiDocBundle/translations'42 => 'src/Resources/SonataDatagridBundle/translations'43 => 'vendor/sonata-project/easy-extends-bundle/src/translations'44 => 'src/Resources/SonataEasyExtendsBundle/translations'45 => 'src/Resources/FOSUserBundle/translations'46 => 'src/Resources/SonataUserBundle/translations'47 => 'vendor/symfony/acl-bundle/src/translations'48 => 'src/Resources/AclBundle/translations'49 => 'src/Application/Sonata/UserBundle/translations'50 => 'src/Resources/ApplicationSonataUserBundle/translations'51 => 'vendor/symfony/swiftmailer-bundle/translations'52 => 'src/Resources/SwiftmailerBundle/translations'53 => 'vendor/knplabs/knp-markdown-bundle/translations'54 => 'src/Resources/KnpMarkdownBundle/translations'55 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'56 => 'src/Resources/FOSCKEditorBundle/translations'57 => 'src/Resources/SonataFormatterBundle/translations'58 => 'vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony/translations'59 => 'src/Resources/SonataDoctrineBundle/translations'60 => 'src/Resources/SonataFormBundle/translations'61 => 'src/Resources/SonataTwigBundle/translations'62 => 'src/Resources/translations']]]);
  9908.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  9909.         $instance->setFallbackLocales([=> 'hu'=> 'en']);
  9910.         return $instance;
  9911.     }
  9912.     /**
  9913.      * Gets the private 'twig.cache_warmer' shared service.
  9914.      *
  9915.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  9916.      *
  9917.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  9918.      */
  9919.     protected function getTwig_CacheWarmerService()
  9920.     {
  9921.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  9922.         return $this->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.cache_warmer'$this), ($this->privates['templating.finder'] ?? $this->getTemplating_FinderService()), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  9923.     }
  9924.     /**
  9925.      * Gets the private 'twig.command.debug' shared service.
  9926.      *
  9927.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  9928.      */
  9929.     protected function getTwig_Command_DebugService()
  9930.     {
  9931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9932.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  9933.         $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'));
  9934.         $instance->setName('debug:twig');
  9935.         return $instance;
  9936.     }
  9937.     /**
  9938.      * Gets the private 'twig.command.lint' shared service.
  9939.      *
  9940.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  9941.      */
  9942.     protected function getTwig_Command_LintService()
  9943.     {
  9944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9945.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  9946.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  9947.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  9948.         $instance->setName('lint:twig');
  9949.         return $instance;
  9950.     }
  9951.     /**
  9952.      * Gets the private 'twig.form.renderer' shared service.
  9953.      *
  9954.      * @return \Symfony\Component\Form\FormRenderer
  9955.      */
  9956.     protected function getTwig_Form_RendererService()
  9957.     {
  9958.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  9959.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  9960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  9961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  9963.         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()));
  9964.     }
  9965.     /**
  9966.      * Gets the private 'twig.loader.filesystem' shared service.
  9967.      *
  9968.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  9969.      */
  9970.     protected function getTwig_Loader_FilesystemService()
  9971.     {
  9972.         $this->privates['twig.loader.filesystem'] = $instance = new \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), \dirname(__DIR__4));
  9973.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  9974.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  9975.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  9976.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  9977.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  9978.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  9979.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  9980.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  9981.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  9982.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  9983.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  9984.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  9985.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  9986.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  9987.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  9988.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  9989.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  9990.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  9991.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  9992.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  9993.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  9994.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  9995.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  9996.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  9997.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  9998.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  9999.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  10000.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  10001.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  10002.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  10003.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  10004.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  10005.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  10006.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/views'), 'SonataFormatter');
  10007.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/views'), '!SonataFormatter');
  10008.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), 'SonataForm');
  10009.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony/Resources/views'), '!SonataForm');
  10010.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), 'SonataTwig');
  10011.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony/Resources/views'), '!SonataTwig');
  10012.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  10013.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  10014.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  10015.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  10016.         return $instance;
  10017.     }
  10018.     /**
  10019.      * Gets the private 'twig.mailer.message_listener' shared service.
  10020.      *
  10021.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  10022.      */
  10023.     protected function getTwig_Mailer_MessageListenerService()
  10024.     {
  10025.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  10026.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  10027.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  10028.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['twig'] ?? $this->getTwigService())));
  10029.     }
  10030.     /**
  10031.      * Gets the private 'twig.runtime.httpkernel' shared service.
  10032.      *
  10033.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  10034.      */
  10035.     protected function getTwig_Runtime_HttpkernelService()
  10036.     {
  10037.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  10038.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()));
  10039.     }
  10040.     /**
  10041.      * Gets the private 'twig.runtime.security_csrf' shared service.
  10042.      *
  10043.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  10044.      */
  10045.     protected function getTwig_Runtime_SecurityCsrfService()
  10046.     {
  10047.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  10048.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  10049.     }
  10050.     /**
  10051.      * Gets the private 'twig.template_cache_warmer' shared service.
  10052.      *
  10053.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  10054.      */
  10055.     protected function getTwig_TemplateCacheWarmerService()
  10056.     {
  10057.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10058.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  10059.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  10060.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  10061.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer(($this->privates['.service_locator.o9nGMXB'] ?? $this->get_ServiceLocator_O9nGMXBService())->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), (\dirname(__DIR__4).'/src'), [(\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  10062.     }
  10063.     /**
  10064.      * Gets the private 'validator.builder' shared service.
  10065.      *
  10066.      * @return \Symfony\Component\Validator\ValidatorBuilder
  10067.      */
  10068.     protected function getValidator_BuilderService()
  10069.     {
  10070.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  10071.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  10072.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  10073.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  10074.         $instance->setTranslationDomain('validators');
  10075.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  10076.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  10077.         $instance->addMethodMapping('loadValidatorMetadata');
  10078.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()))]);
  10079.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  10080.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  10081.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  10082.         return $instance;
  10083.     }
  10084.     /**
  10085.      * Gets the private 'validator.email' shared service.
  10086.      *
  10087.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  10088.      */
  10089.     protected function getValidator_EmailService()
  10090.     {
  10091.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10092.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10093.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  10094.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  10095.     }
  10096.     /**
  10097.      * Gets the private 'validator.expression' shared service.
  10098.      *
  10099.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  10100.      */
  10101.     protected function getValidator_ExpressionService()
  10102.     {
  10103.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  10106.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  10107.     }
  10108.     /**
  10109.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  10110.      *
  10111.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  10112.      */
  10113.     protected function getValidator_Mapping_CacheWarmerService()
  10114.     {
  10115.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10116.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  10117.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  10118.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  10119.     }
  10120.     /**
  10121.      * Gets the private 'validator.not_compromised_password' shared service.
  10122.      *
  10123.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  10124.      */
  10125.     protected function getValidator_NotCompromisedPasswordService()
  10126.     {
  10127.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10128.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  10130.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  10131.     }
  10132.     /**
  10133.      * Gets the private 'validator.validator_factory' shared service.
  10134.      *
  10135.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  10136.      */
  10137.     protected function getValidator_ValidatorFactoryService()
  10138.     {
  10139.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10140.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  10141.             'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => ['privates''sonata.formatter.validator.formatter''getSonata_Formatter_Validator_FormatterService'false],
  10142.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10143.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10144.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  10145.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10146.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  10147.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  10148.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  10149.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  10150.             'sonata.form.validator.inline' => ['privates''sonata.form.validator.inline''getSonata_Form_Validator_InlineService'false],
  10151.             'sonata.formatter.validator.formatter' => ['privates''sonata.formatter.validator.formatter''getSonata_Formatter_Validator_FormatterService'false],
  10152.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  10153.         ], [
  10154.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  10155.             'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => '?',
  10156.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  10157.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  10158.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  10159.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  10160.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  10161.             'doctrine.orm.validator.unique' => '?',
  10162.             'security.validator.user_password' => '?',
  10163.             'sonata.admin.validator.inline' => '?',
  10164.             'sonata.form.validator.inline' => '?',
  10165.             'sonata.formatter.validator.formatter' => '?',
  10166.             'validator.expression' => '?',
  10167.         ]));
  10168.     }
  10169.     /**
  10170.      * Gets the private 'var_dumper.command.server_dump' shared service.
  10171.      *
  10172.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  10173.      */
  10174.     protected function getVarDumper_Command_ServerDumpService()
  10175.     {
  10176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10177.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  10178.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  10179.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  10180.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  10181.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  10182.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  10183.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10184.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10185.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10186.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10187.         $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()))]);
  10188.         $instance->setName('server:dump');
  10189.         return $instance;
  10190.     }
  10191.     /**
  10192.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  10193.      *
  10194.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  10195.      */
  10196.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  10197.     {
  10198.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  10199.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10200.         return $instance;
  10201.     }
  10202.     /**
  10203.      * Gets the private 'var_dumper.html_dumper' shared service.
  10204.      *
  10205.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  10206.      */
  10207.     protected function getVarDumper_HtmlDumperService()
  10208.     {
  10209.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  10210.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  10211.         return $instance;
  10212.     }
  10213.     /**
  10214.      * Gets the private 'var_dumper.server_connection' shared service.
  10215.      *
  10216.      * @return \Symfony\Component\VarDumper\Server\Connection
  10217.      */
  10218.     protected function getVarDumper_ServerConnectionService()
  10219.     {
  10220.         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()]);
  10221.     }
  10222.     /**
  10223.      * Gets the private 'web_profiler.csp.handler' shared service.
  10224.      *
  10225.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  10226.      */
  10227.     protected function getWebProfiler_Csp_HandlerService()
  10228.     {
  10229.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  10230.     }
  10231.     /**
  10232.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  10233.      *
  10234.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  10235.      */
  10236.     protected function getWebProfiler_DebugToolbarService()
  10237.     {
  10238.         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()));
  10239.     }
  10240.     /**
  10241.      * @return array|bool|float|int|string|null
  10242.      */
  10243.     public function getParameter($name)
  10244.     {
  10245.         $name = (string) $name;
  10246.         if (isset($this->buildParameters[$name])) {
  10247.             return $this->buildParameters[$name];
  10248.         }
  10249.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  10250.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  10251.         }
  10252.         if (isset($this->loadedDynamicParameters[$name])) {
  10253.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10254.         }
  10255.         return $this->parameters[$name];
  10256.     }
  10257.     public function hasParameter($name): bool
  10258.     {
  10259.         $name = (string) $name;
  10260.         if (isset($this->buildParameters[$name])) {
  10261.             return true;
  10262.         }
  10263.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  10264.     }
  10265.     public function setParameter($name$value): void
  10266.     {
  10267.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  10268.     }
  10269.     public function getParameterBag(): ParameterBagInterface
  10270.     {
  10271.         if (null === $this->parameterBag) {
  10272.             $parameters $this->parameters;
  10273.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  10274.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  10275.             }
  10276.             foreach ($this->buildParameters as $name => $value) {
  10277.                 $parameters[$name] = $value;
  10278.             }
  10279.             $this->parameterBag = new FrozenParameterBag($parameters);
  10280.         }
  10281.         return $this->parameterBag;
  10282.     }
  10283.     private $loadedDynamicParameters = [
  10284.         'kernel.cache_dir' => false,
  10285.         'kernel.secret' => false,
  10286.         'session.save_path' => false,
  10287.         'validator.mapping.cache.file' => false,
  10288.         'profiler.storage.dsn' => false,
  10289.         'debug.container.dump' => false,
  10290.         'serializer.mapping.cache.file' => false,
  10291.         'doctrine.orm.proxy_dir' => false,
  10292.         'swiftmailer.spool.default.file.path' => false,
  10293.     ];
  10294.     private $dynamicParameters = [];
  10295.     private function getDynamicParameter(string $name)
  10296.     {
  10297.         switch ($name) {
  10298.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  10299.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  10300.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  10301.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  10302.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  10303.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  10304.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  10305.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  10306.             case 'swiftmailer.spool.default.file.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  10307.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  10308.         }
  10309.         $this->loadedDynamicParameters[$name] = true;
  10310.         return $this->dynamicParameters[$name] = $value;
  10311.     }
  10312.     protected function getDefaultParameters(): array
  10313.     {
  10314.         return [
  10315.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  10316.             'kernel.project_dir' => \dirname(__DIR__4),
  10317.             'kernel.environment' => 'dev',
  10318.             'kernel.debug' => true,
  10319.             'kernel.name' => 'src',
  10320.             'kernel.logs_dir' => '/var/www/smart-vet/shared/var/log',
  10321.             'kernel.bundles' => [
  10322.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  10323.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  10324.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  10325.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  10326.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  10327.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  10328.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  10329.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  10330.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  10331.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  10332.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  10333.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  10334.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  10335.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  10336.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  10337.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  10338.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  10339.                 'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
  10340.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  10341.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  10342.                 'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
  10343.                 'ApplicationSonataUserBundle' => 'App\\Application\\Sonata\\UserBundle\\ApplicationSonataUserBundle',
  10344.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  10345.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  10346.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  10347.                 'SonataFormatterBundle' => 'Sonata\\FormatterBundle\\SonataFormatterBundle',
  10348.                 'SonataDoctrineBundle' => 'Sonata\\Doctrine\\Bridge\\Symfony\\SonataDoctrineBundle',
  10349.                 'SonataFormBundle' => 'Sonata\\Form\\Bridge\\Symfony\\SonataFormBundle',
  10350.                 'SonataTwigBundle' => 'Sonata\\Twig\\Bridge\\Symfony\\SonataTwigBundle',
  10351.             ],
  10352.             'kernel.bundles_metadata' => [
  10353.                 'FrameworkBundle' => [
  10354.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  10355.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  10356.                 ],
  10357.                 'MakerBundle' => [
  10358.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  10359.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  10360.                 ],
  10361.                 'TwigBundle' => [
  10362.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  10363.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  10364.                 ],
  10365.                 'SecurityBundle' => [
  10366.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  10367.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  10368.                 ],
  10369.                 'DoctrineBundle' => [
  10370.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  10371.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  10372.                 ],
  10373.                 'DoctrineMigrationsBundle' => [
  10374.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  10375.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  10376.                 ],
  10377.                 'DoctrineFixturesBundle' => [
  10378.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  10379.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  10380.                 ],
  10381.                 'WebProfilerBundle' => [
  10382.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  10383.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  10384.                 ],
  10385.                 'MonologBundle' => [
  10386.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  10387.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  10388.                 ],
  10389.                 'DebugBundle' => [
  10390.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  10391.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  10392.                 ],
  10393.                 'SonataBlockBundle' => [
  10394.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  10395.                     'namespace' => 'Sonata\\BlockBundle',
  10396.                 ],
  10397.                 'KnpMenuBundle' => [
  10398.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  10399.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  10400.                 ],
  10401.                 'SonataAdminBundle' => [
  10402.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  10403.                     'namespace' => 'Sonata\\AdminBundle',
  10404.                 ],
  10405.                 'SonataDoctrineORMAdminBundle' => [
  10406.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  10407.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  10408.                 ],
  10409.                 'FOSRestBundle' => [
  10410.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  10411.                     'namespace' => 'FOS\\RestBundle',
  10412.                 ],
  10413.                 'NelmioApiDocBundle' => [
  10414.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  10415.                     'namespace' => 'Nelmio\\ApiDocBundle',
  10416.                 ],
  10417.                 'SonataDatagridBundle' => [
  10418.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  10419.                     'namespace' => 'Sonata\\DatagridBundle',
  10420.                 ],
  10421.                 'SonataEasyExtendsBundle' => [
  10422.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src'),
  10423.                     'namespace' => 'Sonata\\EasyExtendsBundle',
  10424.                 ],
  10425.                 'FOSUserBundle' => [
  10426.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  10427.                     'namespace' => 'FOS\\UserBundle',
  10428.                 ],
  10429.                 'SonataUserBundle' => [
  10430.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src'),
  10431.                     'namespace' => 'Sonata\\UserBundle',
  10432.                 ],
  10433.                 'AclBundle' => [
  10434.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src'),
  10435.                     'namespace' => 'Symfony\\Bundle\\AclBundle',
  10436.                 ],
  10437.                 'ApplicationSonataUserBundle' => [
  10438.                     'path' => (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle'),
  10439.                     'namespace' => 'App\\Application\\Sonata\\UserBundle',
  10440.                 ],
  10441.                 'SwiftmailerBundle' => [
  10442.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  10443.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  10444.                 ],
  10445.                 'KnpMarkdownBundle' => [
  10446.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  10447.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  10448.                 ],
  10449.                 'FOSCKEditorBundle' => [
  10450.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  10451.                     'namespace' => 'FOS\\CKEditorBundle',
  10452.                 ],
  10453.                 'SonataFormatterBundle' => [
  10454.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src'),
  10455.                     'namespace' => 'Sonata\\FormatterBundle',
  10456.                 ],
  10457.                 'SonataDoctrineBundle' => [
  10458.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Bridge/Symfony'),
  10459.                     'namespace' => 'Sonata\\Doctrine\\Bridge\\Symfony',
  10460.                 ],
  10461.                 'SonataFormBundle' => [
  10462.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/form-extensions/src/Bridge/Symfony'),
  10463.                     'namespace' => 'Sonata\\Form\\Bridge\\Symfony',
  10464.                 ],
  10465.                 'SonataTwigBundle' => [
  10466.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/twig-extensions/src/Bridge/Symfony'),
  10467.                     'namespace' => 'Sonata\\Twig\\Bridge\\Symfony',
  10468.                 ],
  10469.             ],
  10470.             'kernel.charset' => 'UTF-8',
  10471.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  10472.             'container.dumper.inline_class_loader' => true,
  10473.             'container.dumper.inline_factories' => true,
  10474.             'event_dispatcher.event_aliases' => [
  10475.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  10476.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  10477.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  10478.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  10479.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  10480.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  10481.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  10482.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  10483.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  10484.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  10485.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  10486.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  10487.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  10488.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  10489.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  10490.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  10491.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  10492.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  10493.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  10494.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  10495.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  10496.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  10497.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  10498.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  10499.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  10500.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  10501.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  10502.             ],
  10503.             'fragment.renderer.hinclude.global_template' => NULL,
  10504.             'fragment.path' => '/_fragment',
  10505.             'kernel.http_method_override' => true,
  10506.             'kernel.trusted_hosts' => [
  10507.             ],
  10508.             'kernel.default_locale' => 'hu',
  10509.             'kernel.error_controller' => 'error_controller',
  10510.             'templating.helper.code.file_link_format' => NULL,
  10511.             'debug.file_link_format' => NULL,
  10512.             'session.metadata.storage_key' => '_sf2_meta',
  10513.             'session.storage.options' => [
  10514.                 'cache_limiter' => '0',
  10515.                 'cookie_secure' => 'auto',
  10516.                 'cookie_httponly' => true,
  10517.                 'cookie_samesite' => 'lax',
  10518.                 'gc_probability' => 1,
  10519.             ],
  10520.             'session.metadata.update_threshold' => 0,
  10521.             'form.type_extension.csrf.enabled' => true,
  10522.             'form.type_extension.csrf.field_name' => '_token',
  10523.             'asset.request_context.base_path' => '',
  10524.             'asset.request_context.secure' => false,
  10525.             'templating.loader.cache.path' => NULL,
  10526.             'templating.engines' => [
  10527.                 => 'twig',
  10528.                 => 'php',
  10529.             ],
  10530.             'templating.helper.form.resources' => [
  10531.                 => 'FrameworkBundle:Form',
  10532.             ],
  10533.             'validator.translation_domain' => 'validators',
  10534.             'translator.logging' => false,
  10535.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  10536.             'profiler_listener.only_exceptions' => false,
  10537.             'profiler_listener.only_master_requests' => false,
  10538.             'debug.error_handler.throw_at' => -1,
  10539.             'router.request_context.host' => 'localhost',
  10540.             'router.request_context.scheme' => 'http',
  10541.             'router.request_context.base_url' => '',
  10542.             'router.resource' => 'kernel::loadRoutes',
  10543.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  10544.             'request_listener.http_port' => 80,
  10545.             'request_listener.https_port' => 443,
  10546.             'twig.exception_listener.controller' => NULL,
  10547.             'twig.form.resources' => [
  10548.                 => 'form_div_layout.html.twig',
  10549.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  10550.                 => '@SonataForm/Form/datepicker.html.twig',
  10551.                 => '@SonataFormatter/Form/formatter.html.twig',
  10552.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  10553.             ],
  10554.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  10555.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  10556.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  10557.             'security.role_hierarchy.roles' => [
  10558.                 'ROLE_ADMIN' => [
  10559.                     => 'ROLE_USER',
  10560.                     => 'ROLE_SONATA_ADMIN',
  10561.                 ],
  10562.                 'ROLE_SUPER_ADMIN' => [
  10563.                     => 'ROLE_ADMIN',
  10564.                     => 'ROLE_ALLOWED_TO_SWITCH',
  10565.                 ],
  10566.                 'SONATA' => [
  10567.                     => 'ROLE_SONATA_PAGE_ADMIN_PAGE_EDIT',
  10568.                     => 'ROLE_OWNER_ADMIN_LIST',
  10569.                     => 'ROLE_OWNER_ADMIN_EDIT',
  10570.                     => 'ROLE_OWNER_ADMIN_CREATE',
  10571.                     => 'ROLE_OWNER_ADMIN_DELETE',
  10572.                     => 'ROLE_PET',
  10573.                 ],
  10574.             ],
  10575.             'security.access.denied_url' => NULL,
  10576.             'security.authentication.manager.erase_credentials' => true,
  10577.             'security.authentication.session_strategy.strategy' => 'migrate',
  10578.             'security.access.always_authenticate_before_granting' => false,
  10579.             'security.authentication.hide_user_not_found' => true,
  10580.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  10581.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  10582.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  10583.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  10584.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  10585.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  10586.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  10587.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  10588.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  10589.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  10590.             'doctrine.entity_managers' => [
  10591.                 'default' => 'doctrine.orm.default_entity_manager',
  10592.             ],
  10593.             'doctrine.default_entity_manager' => 'default',
  10594.             'doctrine.dbal.connection_factory.types' => [
  10595.                 'json' => [
  10596.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  10597.                 ],
  10598.             ],
  10599.             'doctrine.connections' => [
  10600.                 'default' => 'doctrine.dbal.default_connection',
  10601.             ],
  10602.             'doctrine.default_connection' => 'default',
  10603.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  10604.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  10605.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  10606.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  10607.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  10608.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  10609.             'doctrine.orm.cache.memcache_host' => 'localhost',
  10610.             'doctrine.orm.cache.memcache_port' => 11211,
  10611.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  10612.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  10613.             'doctrine.orm.cache.memcached_host' => 'localhost',
  10614.             'doctrine.orm.cache.memcached_port' => 11211,
  10615.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  10616.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  10617.             'doctrine.orm.cache.redis_host' => 'localhost',
  10618.             'doctrine.orm.cache.redis_port' => 6379,
  10619.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  10620.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  10621.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  10622.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  10623.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  10624.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  10625.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  10626.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  10627.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  10628.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  10629.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  10630.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  10631.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  10632.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  10633.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  10634.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  10635.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  10636.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  10637.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  10638.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  10639.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  10640.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  10641.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  10642.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  10643.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  10644.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  10645.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  10646.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  10647.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  10648.             'doctrine.orm.auto_generate_proxy_classes' => true,
  10649.             'doctrine.orm.proxy_namespace' => 'Proxies',
  10650.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  10651.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  10652.             'doctrine_migrations.name' => 'Application Migrations',
  10653.             'doctrine_migrations.migrations_paths' => [
  10654.             ],
  10655.             'doctrine_migrations.table_name' => 'migration_versions',
  10656.             'doctrine_migrations.column_name' => 'version',
  10657.             'doctrine_migrations.column_length' => 14,
  10658.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  10659.             'doctrine_migrations.all_or_nothing' => false,
  10660.             'doctrine_migrations.custom_template' => NULL,
  10661.             'doctrine_migrations.organize_migrations' => false,
  10662.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  10663.             'web_profiler.debug_toolbar.mode' => 2,
  10664.             'monolog.use_microseconds' => true,
  10665.             'monolog.swift_mailer.handlers' => [
  10666.             ],
  10667.             'monolog.handlers_to_channels' => [
  10668.                 'monolog.handler.console' => [
  10669.                     'type' => 'exclusive',
  10670.                     'elements' => [
  10671.                         => 'event',
  10672.                         => 'doctrine',
  10673.                         => 'console',
  10674.                     ],
  10675.                 ],
  10676.                 'monolog.handler.main' => [
  10677.                     'type' => 'exclusive',
  10678.                     'elements' => [
  10679.                         => 'event',
  10680.                     ],
  10681.                 ],
  10682.             ],
  10683.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  10684.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  10685.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  10686.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  10687.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  10688.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  10689.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  10690.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  10691.             'sonata.block.container.types' => [
  10692.                 => 'sonata.block.service.container',
  10693.                 => 'sonata.page.block.container',
  10694.                 => 'sonata.dashboard.block.container',
  10695.                 => 'cmf.block.container',
  10696.                 => 'cmf.block.slideshow',
  10697.             ],
  10698.             'sonata_block.blocks' => [
  10699.                 'sonata.admin.block.admin_list' => [
  10700.                     'contexts' => [
  10701.                         => 'admin',
  10702.                     ],
  10703.                     'templates' => [
  10704.                     ],
  10705.                     'cache' => 'sonata.cache.noop',
  10706.                     'settings' => [
  10707.                     ],
  10708.                 ],
  10709.                 'sonata.user.block.menu' => [
  10710.                     'contexts' => [
  10711.                     ],
  10712.                     'templates' => [
  10713.                     ],
  10714.                     'cache' => 'sonata.cache.noop',
  10715.                     'settings' => [
  10716.                     ],
  10717.                 ],
  10718.                 'sonata.user.block.account' => [
  10719.                     'contexts' => [
  10720.                     ],
  10721.                     'templates' => [
  10722.                     ],
  10723.                     'cache' => 'sonata.cache.noop',
  10724.                     'settings' => [
  10725.                     ],
  10726.                 ],
  10727.                 'sonata.block.service.container' => [
  10728.                     'contexts' => [
  10729.                     ],
  10730.                     'templates' => [
  10731.                     ],
  10732.                     'cache' => 'sonata.cache.noop',
  10733.                     'settings' => [
  10734.                     ],
  10735.                 ],
  10736.                 'sonata.block.service.empty' => [
  10737.                     'contexts' => [
  10738.                     ],
  10739.                     'templates' => [
  10740.                     ],
  10741.                     'cache' => 'sonata.cache.noop',
  10742.                     'settings' => [
  10743.                     ],
  10744.                 ],
  10745.                 'sonata.block.service.text' => [
  10746.                     'contexts' => [
  10747.                     ],
  10748.                     'templates' => [
  10749.                     ],
  10750.                     'cache' => 'sonata.cache.noop',
  10751.                     'settings' => [
  10752.                     ],
  10753.                 ],
  10754.                 'sonata.block.service.rss' => [
  10755.                     'contexts' => [
  10756.                     ],
  10757.                     'templates' => [
  10758.                     ],
  10759.                     'cache' => 'sonata.cache.noop',
  10760.                     'settings' => [
  10761.                     ],
  10762.                 ],
  10763.                 'sonata.block.service.menu' => [
  10764.                     'contexts' => [
  10765.                     ],
  10766.                     'templates' => [
  10767.                     ],
  10768.                     'cache' => 'sonata.cache.noop',
  10769.                     'settings' => [
  10770.                     ],
  10771.                 ],
  10772.                 'sonata.block.service.template' => [
  10773.                     'contexts' => [
  10774.                     ],
  10775.                     'templates' => [
  10776.                     ],
  10777.                     'cache' => 'sonata.cache.noop',
  10778.                     'settings' => [
  10779.                     ],
  10780.                 ],
  10781.                 'sonata.admin.block.search_result' => [
  10782.                     'contexts' => [
  10783.                     ],
  10784.                     'templates' => [
  10785.                     ],
  10786.                     'cache' => 'sonata.cache.noop',
  10787.                     'settings' => [
  10788.                     ],
  10789.                 ],
  10790.                 'sonata.admin.block.stats' => [
  10791.                     'contexts' => [
  10792.                     ],
  10793.                     'templates' => [
  10794.                     ],
  10795.                     'cache' => 'sonata.cache.noop',
  10796.                     'settings' => [
  10797.                     ],
  10798.                 ],
  10799.                 'sonata.admin.block.admin_preview' => [
  10800.                     'contexts' => [
  10801.                     ],
  10802.                     'templates' => [
  10803.                     ],
  10804.                     'cache' => 'sonata.cache.noop',
  10805.                     'settings' => [
  10806.                     ],
  10807.                 ],
  10808.                 'sonata.formatter.block.formatter' => [
  10809.                     'contexts' => [
  10810.                     ],
  10811.                     'templates' => [
  10812.                     ],
  10813.                     'cache' => 'sonata.cache.noop',
  10814.                     'settings' => [
  10815.                     ],
  10816.                 ],
  10817.             ],
  10818.             'sonata_block.blocks_by_class' => [
  10819.             ],
  10820.             'sonata_blocks.block_types' => [
  10821.                 => 'sonata.admin.block.admin_list',
  10822.                 => 'sonata.user.block.menu',
  10823.                 => 'sonata.user.block.account',
  10824.                 => 'sonata.block.service.container',
  10825.                 => 'sonata.block.service.empty',
  10826.                 => 'sonata.block.service.text',
  10827.                 => 'sonata.block.service.rss',
  10828.                 => 'sonata.block.service.menu',
  10829.                 => 'sonata.block.service.template',
  10830.                 => 'sonata.admin.block.search_result',
  10831.                 10 => 'sonata.admin.block.stats',
  10832.                 11 => 'sonata.admin.block.admin_preview',
  10833.                 12 => 'sonata.formatter.block.formatter',
  10834.             ],
  10835.             'sonata_block.cache_blocks' => [
  10836.                 'by_type' => [
  10837.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  10838.                     'sonata.user.block.menu' => 'sonata.cache.noop',
  10839.                     'sonata.user.block.account' => 'sonata.cache.noop',
  10840.                     'sonata.block.service.container' => 'sonata.cache.noop',
  10841.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  10842.                     'sonata.block.service.text' => 'sonata.cache.noop',
  10843.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  10844.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  10845.                     'sonata.block.service.template' => 'sonata.cache.noop',
  10846.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  10847.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  10848.                     'sonata.admin.block.admin_preview' => 'sonata.cache.noop',
  10849.                     'sonata.formatter.block.formatter' => 'sonata.cache.noop',
  10850.                 ],
  10851.             ],
  10852.             'sonata_blocks.default_contexts' => [
  10853.             ],
  10854.             'knp_menu.renderer.list.options' => [
  10855.             ],
  10856.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  10857.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  10858.             'knp_menu.renderer.twig.options' => [
  10859.             ],
  10860.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  10861.             'knp_menu.default_renderer' => 'twig',
  10862.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  10863.                 'choice' => 'select',
  10864.                 'boolean' => 'select',
  10865.                 'text' => 'text',
  10866.                 'textarea' => 'textarea',
  10867.                 'html' => 'textarea',
  10868.                 'email' => 'email',
  10869.                 'string' => 'text',
  10870.                 'smallint' => 'text',
  10871.                 'bigint' => 'text',
  10872.                 'integer' => 'number',
  10873.                 'float' => 'number',
  10874.                 'decimal' => 'number',
  10875.                 'currency' => 'number',
  10876.                 'percent' => 'number',
  10877.                 'url' => 'url',
  10878.             ],
  10879.             'sonata.admin.configuration.legacy_twig_text_extension' => true,
  10880.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  10881.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  10882.             'sonata.admin.configuration.templates' => [
  10883.                 'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
  10884.                 'layout' => 'standard_layout.html.twig',
  10885.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  10886.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  10887.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  10888.                 'search' => '@SonataAdmin/Core/search.html.twig',
  10889.                 'list' => '@SonataAdmin/CRUD/list.html.twig',
  10890.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  10891.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  10892.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  10893.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  10894.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  10895.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  10896.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  10897.                 'history_revision_timestamp' => '@SonataAdmin/CRUD/history_revision_timestamp.html.twig',
  10898.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  10899.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  10900.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  10901.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  10902.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  10903.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  10904.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  10905.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  10906.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  10907.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  10908.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  10909.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  10910.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  10911.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  10912.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  10913.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  10914.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  10915.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  10916.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  10917.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  10918.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  10919.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  10920.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  10921.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  10922.             ],
  10923.             'sonata.admin.configuration.admin_services' => [
  10924.             ],
  10925.             'sonata.admin.configuration.default_controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  10926.             'sonata.admin.configuration.dashboard_groups' => [
  10927.                 'app.admin.group.praxis' => [
  10928.                     'label' => 'Praxis',
  10929.                     'label_catalogue' => 'App',
  10930.                     'items' => [
  10931.                         => [
  10932.                             'admin' => 'admin.owner',
  10933.                             'roles' => [
  10934.                             ],
  10935.                             'route_params' => [
  10936.                             ],
  10937.                             'route_absolute' => false,
  10938.                         ],
  10939.                         => [
  10940.                             'admin' => 'admin.pet',
  10941.                             'roles' => [
  10942.                             ],
  10943.                             'route_params' => [
  10944.                             ],
  10945.                             'route_absolute' => false,
  10946.                         ],
  10947.                         => [
  10948.                             'admin' => 'admin.treatment',
  10949.                             'roles' => [
  10950.                             ],
  10951.                             'route_params' => [
  10952.                             ],
  10953.                             'route_absolute' => false,
  10954.                         ],
  10955.                         => [
  10956.                             'admin' => 'admin.vaccine',
  10957.                             'roles' => [
  10958.                             ],
  10959.                             'route_params' => [
  10960.                             ],
  10961.                             'route_absolute' => false,
  10962.                         ],
  10963.                         => [
  10964.                             'admin' => 'admin.praxis',
  10965.                             'roles' => [
  10966.                             ],
  10967.                             'route_params' => [
  10968.                             ],
  10969.                             'route_absolute' => false,
  10970.                         ],
  10971.                     ],
  10972.                     'keep_open' => true,
  10973.                     'on_top' => false,
  10974.                     'item_adds' => [
  10975.                     ],
  10976.                     'roles' => [
  10977.                     ],
  10978.                 ],
  10979.             ],
  10980.             'sonata.admin.configuration.dashboard_blocks' => [
  10981.                 => [
  10982.                     'position' => 'left',
  10983.                     'settings' => [
  10984.                     ],
  10985.                     'type' => 'sonata.admin.block.admin_list',
  10986.                     'roles' => [
  10987.                     ],
  10988.                 ],
  10989.             ],
  10990.             'sonata.admin.configuration.sort_admins' => false,
  10991.             'sonata.admin.configuration.mosaic_background' => 'bundles/sonataadmin/default_mosaic_image.png',
  10992.             'sonata.admin.configuration.default_group' => 'default',
  10993.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  10994.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  10995.             'sonata.admin.configuration.breadcrumbs' => [
  10996.                 'child_admin_route' => 'edit',
  10997.             ],
  10998.             'sonata.admin.security.fos_user_autoconfigured' => true,
  10999.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  11000.             'sonata.admin.configuration.security.role_admin' => 'ROLE_SONATA_ADMIN',
  11001.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  11002.             'sonata.admin.configuration.security.information' => [
  11003.                 'GUEST' => [
  11004.                     => 'VIEW',
  11005.                     => 'LIST',
  11006.                 ],
  11007.                 'STAFF' => [
  11008.                     => 'EDIT',
  11009.                     => 'LIST',
  11010.                     => 'CREATE',
  11011.                 ],
  11012.                 'EDITOR' => [
  11013.                     => 'OPERATOR',
  11014.                     => 'EXPORT',
  11015.                 ],
  11016.                 'ADMIN' => [
  11017.                     => 'MASTER',
  11018.                 ],
  11019.             ],
  11020.             'sonata.admin.configuration.security.admin_permissions' => [
  11021.                 => 'CREATE',
  11022.                 => 'LIST',
  11023.                 => 'DELETE',
  11024.                 => 'UNDELETE',
  11025.                 => 'EXPORT',
  11026.                 => 'OPERATOR',
  11027.                 => 'MASTER',
  11028.             ],
  11029.             'sonata.admin.configuration.security.object_permissions' => [
  11030.                 => 'VIEW',
  11031.                 => 'EDIT',
  11032.                 => 'DELETE',
  11033.                 => 'UNDELETE',
  11034.                 => 'OPERATOR',
  11035.                 => 'MASTER',
  11036.                 => 'OWNER',
  11037.             ],
  11038.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  11039.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  11040.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  11041.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  11042.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  11043.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  11044.             'sonata.admin.extension.map' => [
  11045.                 'app.admin.extension.add_doctor' => [
  11046.                     'admins' => [
  11047.                         => 'admin.treatment',
  11048.                     ],
  11049.                     'global' => false,
  11050.                     'excludes' => [
  11051.                     ],
  11052.                     'implements' => [
  11053.                     ],
  11054.                     'extends' => [
  11055.                     ],
  11056.                     'instanceof' => [
  11057.                     ],
  11058.                     'uses' => [
  11059.                     ],
  11060.                     'priority' => 0,
  11061.                 ],
  11062.                 'app.admin.extension.add_praxis' => [
  11063.                     'admins' => [
  11064.                         => 'admin.owner',
  11065.                         => 'admin.pet',
  11066.                         => 'admin.treatment',
  11067.                     ],
  11068.                     'global' => false,
  11069.                     'excludes' => [
  11070.                     ],
  11071.                     'implements' => [
  11072.                     ],
  11073.                     'extends' => [
  11074.                     ],
  11075.                     'instanceof' => [
  11076.                     ],
  11077.                     'uses' => [
  11078.                     ],
  11079.                     'priority' => 0,
  11080.                 ],
  11081.             ],
  11082.             'sonata.admin.configuration.filters.persist' => false,
  11083.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  11084.             'sonata.admin.configuration.show.mosaic.button' => true,
  11085.             'sonata.admin.configuration.translate_group_label' => false,
  11086.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  11087.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  11088.             'sonata_doctrine_orm_admin.templates' => [
  11089.                 'types' => [
  11090.                     'list' => [
  11091.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  11092.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  11093.                         'date' => '@SonataAdmin/CRUD/list_date.html.twig',
  11094.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  11095.                         'datetime' => '@SonataAdmin/CRUD/list_datetime.html.twig',
  11096.                         'text' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  11097.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  11098.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  11099.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  11100.                         'string' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  11101.                         'smallint' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  11102.                         'bigint' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  11103.                         'integer' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  11104.                         'decimal' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  11105.                         'float' => '@SonataAdmin/CRUD/list_string.html.twig',
  11106.                         'identifier' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  11107.                         'currency' => '@SonataAdmin/CRUD/list_currency.html.twig',
  11108.                         'percent' => '@SonataAdmin/CRUD/list_percent.html.twig',
  11109.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  11110.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  11111.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  11112.                         'many_to_many' => '@SonataAdmin/CRUD/Association/list_many_to_many.html.twig',
  11113.                         'many_to_one' => '@SonataAdmin/CRUD/Association/list_many_to_one.html.twig',
  11114.                         'one_to_many' => '@SonataAdmin/CRUD/Association/list_one_to_many.html.twig',
  11115.                         'one_to_one' => '@SonataAdmin/CRUD/Association/list_one_to_one.html.twig',
  11116.                     ],
  11117.                     'show' => [
  11118.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  11119.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  11120.                         'date' => '@SonataAdmin/CRUD/show_date.html.twig',
  11121.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  11122.                         'datetime' => '@SonataAdmin/CRUD/show_datetime.html.twig',
  11123.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11124.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  11125.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  11126.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11127.                         'smallint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11128.                         'bigint' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11129.                         'integer' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11130.                         'decimal' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11131.                         'float' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  11132.                         'currency' => '@SonataAdmin/CRUD/base_currency.html.twig',
  11133.                         'percent' => '@SonataAdmin/CRUD/base_percent.html.twig',
  11134.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  11135.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  11136.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  11137.                         'many_to_many' => '@SonataAdmin/CRUD/Association/show_many_to_many.html.twig',
  11138.                         'many_to_one' => '@SonataAdmin/CRUD/Association/show_many_to_one.html.twig',
  11139.                         'one_to_many' => '@SonataAdmin/CRUD/Association/show_one_to_many.html.twig',
  11140.                         'one_to_one' => '@SonataAdmin/CRUD/Association/show_one_to_one.html.twig',
  11141.                     ],
  11142.                 ],
  11143.                 'form' => [
  11144.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  11145.                 ],
  11146.                 'filter' => [
  11147.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  11148.                 ],
  11149.             ],
  11150.             'nelmio_api_doc.areas' => [
  11151.                 => 'default',
  11152.             ],
  11153.             'fos_user.backend_type_orm' => true,
  11154.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  11155.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  11156.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  11157.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  11158.             'fos_user.storage' => 'orm',
  11159.             'fos_user.firewall_name' => 'main',
  11160.             'fos_user.model_manager_name' => NULL,
  11161.             'fos_user.model.user.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  11162.             'fos_user.profile.form.type' => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType',
  11163.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  11164.             'fos_user.profile.form.validation_groups' => [
  11165.                 => 'Profile',
  11166.                 => 'Default',
  11167.             ],
  11168.             'fos_user.registration.confirmation.from_email' => [
  11169.                 'test@domain.com' => 'test@domain.com',
  11170.             ],
  11171.             'fos_user.registration.confirmation.enabled' => false,
  11172.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  11173.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  11174.             'fos_user.registration.form.validation_groups' => [
  11175.                 => 'Registration',
  11176.                 => 'Default',
  11177.             ],
  11178.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  11179.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  11180.             'fos_user.change_password.form.validation_groups' => [
  11181.                 => 'ChangePassword',
  11182.                 => 'Default',
  11183.             ],
  11184.             'fos_user.resetting.email.from_email' => [
  11185.                 'test@domain.com' => 'test@domain.com',
  11186.             ],
  11187.             'fos_user.resetting.retry_ttl' => 7200,
  11188.             'fos_user.resetting.token_ttl' => 86400,
  11189.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  11190.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  11191.             'fos_user.resetting.form.validation_groups' => [
  11192.                 => 'ResetPassword',
  11193.                 => 'Default',
  11194.             ],
  11195.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  11196.             'fos_user.model.group.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  11197.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  11198.             'fos_user.group.form.name' => 'fos_user_group_form',
  11199.             'fos_user.group.form.validation_groups' => [
  11200.                 => 'Registration',
  11201.                 => 'Default',
  11202.             ],
  11203.             'sonata.user.admin.groupname' => 'sonata_user',
  11204.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  11205.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  11206.             'security.acl.user_voter.class' => 'Sonata\\UserBundle\\Security\\Authorization\\Voter\\UserAclVoter',
  11207.             'sonata.user.admin.user.class' => 'Sonata\\UserBundle\\Admin\\Entity\\UserAdmin',
  11208.             'sonata.user.admin.group.class' => 'Sonata\\UserBundle\\Admin\\Entity\\GroupAdmin',
  11209.             'sonata.user.admin.user.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  11210.             'sonata.user.admin.group.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  11211.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  11212.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  11213.             'sonata.user.admin.user.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  11214.             'sonata.user.admin.group.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  11215.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  11216.             'sonata.user.impersonating' => false,
  11217.             'sonata.user.google.authenticator.enabled' => false,
  11218.             'security.acl.dbal.class_table_name' => 'acl_classes',
  11219.             'security.acl.dbal.entry_table_name' => 'acl_entries',
  11220.             'security.acl.dbal.oid_table_name' => 'acl_object_identities',
  11221.             'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
  11222.             'security.acl.dbal.sid_table_name' => 'acl_security_identities',
  11223.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  11224.             'swiftmailer.mailer.default.spool.enabled' => true,
  11225.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  11226.             'swiftmailer.mailer.default.single_address' => NULL,
  11227.             'swiftmailer.mailer.default.delivery.enabled' => true,
  11228.             'swiftmailer.spool.enabled' => true,
  11229.             'swiftmailer.delivery.enabled' => true,
  11230.             'swiftmailer.single_address' => NULL,
  11231.             'swiftmailer.mailers' => [
  11232.                 'default' => 'swiftmailer.mailer.default',
  11233.             ],
  11234.             'swiftmailer.default_mailer' => 'default',
  11235.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  11236.             'sonata.formatter.text.markdown.class' => 'Sonata\\FormatterBundle\\Formatter\\MarkdownFormatter',
  11237.             'sonata.formatter.text.text.class' => 'Sonata\\FormatterBundle\\Formatter\\TextFormatter',
  11238.             'sonata.formatter.text.raw.class' => 'Sonata\\FormatterBundle\\Formatter\\RawFormatter',
  11239.             'sonata.formatter.text.twigengine.class' => 'Sonata\\FormatterBundle\\Formatter\\TwigFormatter',
  11240.             'sonata.formatter.block.formatter.class' => 'Sonata\\FormatterBundle\\Block\\FormatterBlockService',
  11241.             'sonata.formatter.ckeditor.configuration.templates' => [
  11242.                 'browser' => 'SonataFormatterBundle:Ckeditor:browser.html.twig',
  11243.                 'upload' => 'SonataFormatterBundle:Ckeditor:upload.html.twig',
  11244.             ],
  11245.             'sonata.form.form_type' => 'standard',
  11246.             'sonata.twig.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  11247.             'sonata.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  11248.             'sonata.twig.form_type' => 'standard',
  11249.             'data_collector.templates' => [
  11250.                 'data_collector.request' => [
  11251.                     => 'request',
  11252.                     => '@WebProfiler/Collector/request.html.twig',
  11253.                 ],
  11254.                 'data_collector.time' => [
  11255.                     => 'time',
  11256.                     => '@WebProfiler/Collector/time.html.twig',
  11257.                 ],
  11258.                 'data_collector.memory' => [
  11259.                     => 'memory',
  11260.                     => '@WebProfiler/Collector/memory.html.twig',
  11261.                 ],
  11262.                 'data_collector.validator' => [
  11263.                     => 'validator',
  11264.                     => '@WebProfiler/Collector/validator.html.twig',
  11265.                 ],
  11266.                 'data_collector.ajax' => [
  11267.                     => 'ajax',
  11268.                     => '@WebProfiler/Collector/ajax.html.twig',
  11269.                 ],
  11270.                 'data_collector.form' => [
  11271.                     => 'form',
  11272.                     => '@WebProfiler/Collector/form.html.twig',
  11273.                 ],
  11274.                 'data_collector.exception' => [
  11275.                     => 'exception',
  11276.                     => '@WebProfiler/Collector/exception.html.twig',
  11277.                 ],
  11278.                 'data_collector.logger' => [
  11279.                     => 'logger',
  11280.                     => '@WebProfiler/Collector/logger.html.twig',
  11281.                 ],
  11282.                 'data_collector.events' => [
  11283.                     => 'events',
  11284.                     => '@WebProfiler/Collector/events.html.twig',
  11285.                 ],
  11286.                 'data_collector.router' => [
  11287.                     => 'router',
  11288.                     => '@WebProfiler/Collector/router.html.twig',
  11289.                 ],
  11290.                 'data_collector.cache' => [
  11291.                     => 'cache',
  11292.                     => '@WebProfiler/Collector/cache.html.twig',
  11293.                 ],
  11294.                 'data_collector.translation' => [
  11295.                     => 'translation',
  11296.                     => '@WebProfiler/Collector/translation.html.twig',
  11297.                 ],
  11298.                 'data_collector.security' => [
  11299.                     => 'security',
  11300.                     => '@Security/Collector/security.html.twig',
  11301.                 ],
  11302.                 'data_collector.twig' => [
  11303.                     => 'twig',
  11304.                     => '@WebProfiler/Collector/twig.html.twig',
  11305.                 ],
  11306.                 'data_collector.http_client' => [
  11307.                     => 'http_client',
  11308.                     => '@WebProfiler/Collector/http_client.html.twig',
  11309.                 ],
  11310.                 'data_collector.doctrine' => [
  11311.                     => 'db',
  11312.                     => '@Doctrine/Collector/db.html.twig',
  11313.                 ],
  11314.                 'swiftmailer.data_collector' => [
  11315.                     => 'swiftmailer',
  11316.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  11317.                 ],
  11318.                 'data_collector.dump' => [
  11319.                     => 'dump',
  11320.                     => '@Debug/Profiler/dump.html.twig',
  11321.                 ],
  11322.                 'data_collector.messenger' => [
  11323.                     => 'messenger',
  11324.                     => '@WebProfiler/Collector/messenger.html.twig',
  11325.                 ],
  11326.                 'mailer.data_collector' => [
  11327.                     => 'mailer',
  11328.                     => '@WebProfiler/Collector/mailer.html.twig',
  11329.                 ],
  11330.                 'sonata.block.data_collector' => [
  11331.                     => 'block',
  11332.                     => '@SonataBlock/Profiler/block.html.twig',
  11333.                 ],
  11334.                 'data_collector.config' => [
  11335.                     => 'config',
  11336.                     => '@WebProfiler/Collector/config.html.twig',
  11337.                 ],
  11338.             ],
  11339.             'console.command.ids' => [
  11340.                 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
  11341.                 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
  11342.                 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  11343.             ],
  11344.         ];
  11345.     }
  11346.     protected function throw($message)
  11347.     {
  11348.         throw new RuntimeException($message);
  11349.     }
  11350. }