var/cache/dev/ContainerUxwGiqk/srcApp_KernelDevDebugContainer.php line 13224

Open in your IDE?
  1. <?php
  2. namespace ContainerUxwGiqk;
  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\\APIController' => 'getAPIControllerService',
  37.             'App\\Controller\\AdminCRUDController' => 'getAdminCRUDControllerService',
  38.             'App\\Controller\\AdminController' => 'getAdminControllerService',
  39.             'App\\Controller\\BaseController' => 'getBaseControllerService',
  40.             'App\\Controller\\EventDatesCRUDController' => 'getEventDatesCRUDControllerService',
  41.             'App\\Controller\\EventTicketsCRUDController' => 'getEventTicketsCRUDControllerService',
  42.             'App\\Controller\\EventsCRUDController' => 'getEventsCRUDControllerService',
  43.             'App\\Controller\\EventsController' => 'getEventsControllerService',
  44.             'App\\Controller\\FeedController' => 'getFeedControllerService',
  45.             'App\\Controller\\LanguageController' => 'getLanguageControllerService',
  46.             'App\\Controller\\MailTemplatesCRUDController' => 'getMailTemplatesCRUDControllerService',
  47.             'App\\Controller\\MailsCRUDController' => 'getMailsCRUDControllerService',
  48.             'App\\Controller\\NewsController' => 'getNewsControllerService',
  49.             'App\\Controller\\NewsletterCRUDController' => 'getNewsletterCRUDControllerService',
  50.             'App\\Controller\\NewsletterSubscribersCRUDController' => 'getNewsletterSubscribersCRUDControllerService',
  51.             'App\\Controller\\OrderController' => 'getOrderControllerService',
  52.             'App\\Controller\\PageController' => 'getPageControllerService',
  53.             'App\\Controller\\ReportsCRUDController' => 'getReportsCRUDControllerService',
  54.             'App\\Controller\\ScanController' => 'getScanControllerService',
  55.             'App\\Controller\\SearchController' => 'getSearchControllerService',
  56.             'App\\Controller\\StatsController' => 'getStatsControllerService',
  57.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  58.             'Sonata\\AdminBundle\\Action\\DashboardAction' => 'getDashboardActionService',
  59.             'Sonata\\AdminBundle\\Action\\SearchAction' => 'getSearchActionService',
  60.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'getCreateClassCacheCommandService',
  61.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'getExplainAdminCommandService',
  62.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'getGenerateObjectAclCommandService',
  63.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'getListAdminCommandService',
  64.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'getSetupAclCommandService',
  65.             'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand' => 'getDumpMappingCommandService',
  66.             'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand' => 'getGenerateCommandService',
  67.             'Sonata\\MediaBundle\\Command\\AddMassMediaCommand' => 'getAddMassMediaCommandService',
  68.             'Sonata\\MediaBundle\\Command\\AddMediaCommand' => 'getAddMediaCommandService',
  69.             'Sonata\\MediaBundle\\Command\\CleanMediaCommand' => 'getCleanMediaCommandService',
  70.             'Sonata\\MediaBundle\\Command\\FixMediaContextCommand' => 'getFixMediaContextCommandService',
  71.             'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand' => 'getMigrateToJsonTypeCommandService',
  72.             'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand' => 'getRefreshMetadataCommandService',
  73.             'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand' => 'getRemoveThumbsCommandService',
  74.             'Sonata\\MediaBundle\\Command\\SyncThumbsCommand' => 'getSyncThumbsCommandService',
  75.             'Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand' => 'getUpdateCdnStatusCommandService',
  76.             'Sonata\\UserBundle\\Action\\CheckEmailAction' => 'getCheckEmailActionService',
  77.             'Sonata\\UserBundle\\Action\\CheckLoginAction' => 'getCheckLoginActionService',
  78.             'Sonata\\UserBundle\\Action\\LoginAction' => 'getLoginActionService',
  79.             'Sonata\\UserBundle\\Action\\LogoutAction' => 'getLogoutActionService',
  80.             'Sonata\\UserBundle\\Action\\RequestAction' => 'getRequestActionService',
  81.             'Sonata\\UserBundle\\Action\\ResetAction' => 'getResetActionService',
  82.             'Sonata\\UserBundle\\Action\\SendEmailAction' => 'getSendEmailActionService',
  83.             'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand' => 'getTwoStepVerificationCommandService',
  84.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  85.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  86.             'app.admin.apikeys' => 'getApp_Admin_ApikeysService',
  87.             'app.admin.apikeys.template_registry' => 'getApp_Admin_Apikeys_TemplateRegistryService',
  88.             'app.admin.artists' => 'getApp_Admin_ArtistsService',
  89.             'app.admin.artists.template_registry' => 'getApp_Admin_Artists_TemplateRegistryService',
  90.             'app.admin.coupons' => 'getApp_Admin_CouponsService',
  91.             'app.admin.coupons.template_registry' => 'getApp_Admin_Coupons_TemplateRegistryService',
  92.             'app.admin.custom_view' => 'getApp_Admin_CustomViewService',
  93.             'app.admin.custom_view.template_registry' => 'getApp_Admin_CustomView_TemplateRegistryService',
  94.             'app.admin.eventdates' => 'getApp_Admin_EventdatesService',
  95.             'app.admin.eventdates.template_registry' => 'getApp_Admin_Eventdates_TemplateRegistryService',
  96.             'app.admin.eventdescription' => 'getApp_Admin_EventdescriptionService',
  97.             'app.admin.eventdescription.template_registry' => 'getApp_Admin_Eventdescription_TemplateRegistryService',
  98.             'app.admin.eventextra' => 'getApp_Admin_EventextraService',
  99.             'app.admin.eventextra.template_registry' => 'getApp_Admin_Eventextra_TemplateRegistryService',
  100.             'app.admin.eventextralanguage' => 'getApp_Admin_EventextralanguageService',
  101.             'app.admin.eventextralanguage.template_registry' => 'getApp_Admin_Eventextralanguage_TemplateRegistryService',
  102.             'app.admin.eventimage' => 'getApp_Admin_EventimageService',
  103.             'app.admin.eventimage.template_registry' => 'getApp_Admin_Eventimage_TemplateRegistryService',
  104.             'app.admin.eventmeta' => 'getApp_Admin_EventmetaService',
  105.             'app.admin.eventmeta.template_registry' => 'getApp_Admin_Eventmeta_TemplateRegistryService',
  106.             'app.admin.eventmetadata' => 'getApp_Admin_EventmetadataService',
  107.             'app.admin.eventmetadata.template_registry' => 'getApp_Admin_Eventmetadata_TemplateRegistryService',
  108.             'app.admin.eventmetalanguage' => 'getApp_Admin_EventmetalanguageService',
  109.             'app.admin.eventmetalanguage.template_registry' => 'getApp_Admin_Eventmetalanguage_TemplateRegistryService',
  110.             'app.admin.eventpasswords' => 'getApp_Admin_EventpasswordsService',
  111.             'app.admin.eventpasswords.template_registry' => 'getApp_Admin_Eventpasswords_TemplateRegistryService',
  112.             'app.admin.events' => 'getApp_Admin_EventsService',
  113.             'app.admin.events.template_registry' => 'getApp_Admin_Events_TemplateRegistryService',
  114.             'app.admin.eventslugs' => 'getApp_Admin_EventslugsService',
  115.             'app.admin.eventslugs.template_registry' => 'getApp_Admin_Eventslugs_TemplateRegistryService',
  116.             'app.admin.eventtickets' => 'getApp_Admin_EventticketsService',
  117.             'app.admin.eventtickets.template_registry' => 'getApp_Admin_Eventtickets_TemplateRegistryService',
  118.             'app.admin.eventticketslanguage' => 'getApp_Admin_EventticketslanguageService',
  119.             'app.admin.eventticketslanguage.template_registry' => 'getApp_Admin_Eventticketslanguage_TemplateRegistryService',
  120.             'app.admin.guestlist' => 'getApp_Admin_GuestlistService',
  121.             'app.admin.guestlist.template_registry' => 'getApp_Admin_Guestlist_TemplateRegistryService',
  122.             'app.admin.guestlistitems' => 'getApp_Admin_GuestlistitemsService',
  123.             'app.admin.guestlistitems.template_registry' => 'getApp_Admin_Guestlistitems_TemplateRegistryService',
  124.             'app.admin.language' => 'getApp_Admin_LanguageService',
  125.             'app.admin.language.template_registry' => 'getApp_Admin_Language_TemplateRegistryService',
  126.             'app.admin.locations' => 'getApp_Admin_LocationsService',
  127.             'app.admin.locations.template_registry' => 'getApp_Admin_Locations_TemplateRegistryService',
  128.             'app.admin.maillanguage' => 'getApp_Admin_MaillanguageService',
  129.             'app.admin.maillanguage.template_registry' => 'getApp_Admin_Maillanguage_TemplateRegistryService',
  130.             'app.admin.mails' => 'getApp_Admin_MailsService',
  131.             'app.admin.mails.template_registry' => 'getApp_Admin_Mails_TemplateRegistryService',
  132.             'app.admin.mailtemplates' => 'getApp_Admin_MailtemplatesService',
  133.             'app.admin.mailtemplates.template_registry' => 'getApp_Admin_Mailtemplates_TemplateRegistryService',
  134.             'app.admin.mailtemplateslanguage' => 'getApp_Admin_MailtemplateslanguageService',
  135.             'app.admin.mailtemplateslanguage.template_registry' => 'getApp_Admin_Mailtemplateslanguage_TemplateRegistryService',
  136.             'app.admin.newsletter' => 'getApp_Admin_NewsletterService',
  137.             'app.admin.newsletter.template_registry' => 'getApp_Admin_Newsletter_TemplateRegistryService',
  138.             'app.admin.newsletterlists' => 'getApp_Admin_NewsletterlistsService',
  139.             'app.admin.newsletterlists.template_registry' => 'getApp_Admin_Newsletterlists_TemplateRegistryService',
  140.             'app.admin.newslettersegments' => 'getApp_Admin_NewslettersegmentsService',
  141.             'app.admin.newslettersegments.template_registry' => 'getApp_Admin_Newslettersegments_TemplateRegistryService',
  142.             'app.admin.newslettersubscribers' => 'getApp_Admin_NewslettersubscribersService',
  143.             'app.admin.newslettersubscribers.template_registry' => 'getApp_Admin_Newslettersubscribers_TemplateRegistryService',
  144.             'app.admin.orders' => 'getApp_Admin_OrdersService',
  145.             'app.admin.orders.template_registry' => 'getApp_Admin_Orders_TemplateRegistryService',
  146.             'app.admin.ordertickets' => 'getApp_Admin_OrderticketsService',
  147.             'app.admin.ordertickets.template_registry' => 'getApp_Admin_Ordertickets_TemplateRegistryService',
  148.             'app.admin.organisers' => 'getApp_Admin_OrganisersService',
  149.             'app.admin.organisers.template_registry' => 'getApp_Admin_Organisers_TemplateRegistryService',
  150.             'app.admin.shorturl' => 'getApp_Admin_ShorturlService',
  151.             'app.admin.shorturl.template_registry' => 'getApp_Admin_Shorturl_TemplateRegistryService',
  152.             'app.admin.sites' => 'getApp_Admin_SitesService',
  153.             'app.admin.sites.template_registry' => 'getApp_Admin_Sites_TemplateRegistryService',
  154.             'app.admin.sitesevents' => 'getApp_Admin_SiteseventsService',
  155.             'app.admin.sitesevents.template_registry' => 'getApp_Admin_Sitesevents_TemplateRegistryService',
  156.             'app.admin.statsusers' => 'getApp_Admin_StatsusersService',
  157.             'app.admin.statsusers.template_registry' => 'getApp_Admin_Statsusers_TemplateRegistryService',
  158.             'cache.app' => 'getCache_AppService',
  159.             'cache.app_clearer' => 'getCache_AppClearerService',
  160.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  161.             'cache.system' => 'getCache_SystemService',
  162.             'cache.system_clearer' => 'getCache_SystemClearerService',
  163.             'cache_clearer' => 'getCacheClearerService',
  164.             'cache_warmer' => 'getCacheWarmerService',
  165.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand' => 'getSonataDumpDoctrineMetaCommandService',
  166.             'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand' => 'getSonataListFormMappingCommandService',
  167.             'console.command_loader' => 'getConsole_CommandLoaderService',
  168.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  169.             'doctrine' => 'getDoctrineService',
  170.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  171.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  172.             'error_controller' => 'getErrorControllerService',
  173.             'event_dispatcher' => 'getEventDispatcherService',
  174.             'filesystem' => 'getFilesystemService',
  175.             'form.factory' => 'getForm_FactoryService',
  176.             'form.type.file' => 'getForm_Type_FileService',
  177.             'fos_rest.serializer.jms_handler_registry' => 'getFosRest_Serializer_JmsHandlerRegistryService',
  178.             'fos_rest.view_handler' => 'getFosRest_ViewHandlerService',
  179.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  180.             'fos_user.group.controller' => 'getFosUser_Group_ControllerService',
  181.             'fos_user.group_manager' => 'getFosUser_GroupManagerService',
  182.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  183.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  184.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  185.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  186.             'fos_user.user_manager' => 'getFosUser_UserManagerService',
  187.             'http_kernel' => 'getHttpKernelService',
  188.             'jms_serializer' => 'getJmsSerializerService',
  189.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  190.             'jms_serializer.handler_registry' => 'getJmsSerializer_HandlerRegistryService',
  191.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  192.             'jms_serializer.object_constructor' => 'getJmsSerializer_ObjectConstructorService',
  193.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  194.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  195.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  196.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  197.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  198.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  199.             'markdown.parser' => 'getMarkdown_ParserService',
  200.             'profiler' => 'getProfilerService',
  201.             'request_stack' => 'getRequestStackService',
  202.             'router' => 'getRouterService',
  203.             'routing.loader' => 'getRouting_LoaderService',
  204.             'security.acl.dbal.schema' => 'getSecurity_Acl_Dbal_SchemaService',
  205.             'security.acl.provider' => 'getSecurity_Acl_ProviderService',
  206.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  207.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  208.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  209.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  210.             'security.token_storage' => 'getSecurity_TokenStorageService',
  211.             'serializer' => 'getSerializerService',
  212.             'services_resetter' => 'getServicesResetterService',
  213.             'session' => 'getSessionService',
  214.             'sonata.admin.action.append_form_field_element' => 'getSonata_Admin_Action_AppendFormFieldElementService',
  215.             'sonata.admin.action.get_short_object_description' => 'getSonata_Admin_Action_GetShortObjectDescriptionService',
  216.             'sonata.admin.action.retrieve_autocomplete_items' => 'getSonata_Admin_Action_RetrieveAutocompleteItemsService',
  217.             'sonata.admin.action.retrieve_form_field_element' => 'getSonata_Admin_Action_RetrieveFormFieldElementService',
  218.             'sonata.admin.action.set_object_field_value' => 'getSonata_Admin_Action_SetObjectFieldValueService',
  219.             'sonata.admin.audit.manager' => 'getSonata_Admin_Audit_ManagerService',
  220.             'sonata.admin.block.admin_list' => 'getSonata_Admin_Block_AdminListService',
  221.             'sonata.admin.block.search_result' => 'getSonata_Admin_Block_SearchResultService',
  222.             'sonata.admin.block.stats' => 'getSonata_Admin_Block_StatsService',
  223.             'sonata.admin.breadcrumbs_builder' => 'getSonata_Admin_BreadcrumbsBuilderService',
  224.             'sonata.admin.builder.filter.factory' => 'getSonata_Admin_Builder_Filter_FactoryService',
  225.             'sonata.admin.controller.admin' => 'getSonata_Admin_Controller_AdminService',
  226.             'sonata.admin.doctrine_orm.form.type.choice_field_mask' => 'getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService',
  227.             'sonata.admin.event.extension' => 'getSonata_Admin_Event_ExtensionService',
  228.             'sonata.admin.exporter' => 'getSonata_Admin_ExporterService',
  229.             'sonata.admin.form.extension.choice' => 'getSonata_Admin_Form_Extension_ChoiceService',
  230.             'sonata.admin.form.extension.field' => 'getSonata_Admin_Form_Extension_FieldService',
  231.             'sonata.admin.form.extension.field.mopa' => 'getSonata_Admin_Form_Extension_Field_MopaService',
  232.             'sonata.admin.form.filter.type.choice' => 'getSonata_Admin_Form_Filter_Type_ChoiceService',
  233.             'sonata.admin.form.filter.type.date' => 'getSonata_Admin_Form_Filter_Type_DateService',
  234.             'sonata.admin.form.filter.type.daterange' => 'getSonata_Admin_Form_Filter_Type_DaterangeService',
  235.             'sonata.admin.form.filter.type.datetime' => 'getSonata_Admin_Form_Filter_Type_DatetimeService',
  236.             'sonata.admin.form.filter.type.datetime_range' => 'getSonata_Admin_Form_Filter_Type_DatetimeRangeService',
  237.             'sonata.admin.form.filter.type.default' => 'getSonata_Admin_Form_Filter_Type_DefaultService',
  238.             'sonata.admin.form.filter.type.number' => 'getSonata_Admin_Form_Filter_Type_NumberService',
  239.             'sonata.admin.form.type.admin' => 'getSonata_Admin_Form_Type_AdminService',
  240.             'sonata.admin.form.type.collection' => 'getSonata_Admin_Form_Type_CollectionService',
  241.             'sonata.admin.form.type.model_autocomplete' => 'getSonata_Admin_Form_Type_ModelAutocompleteService',
  242.             'sonata.admin.form.type.model_choice' => 'getSonata_Admin_Form_Type_ModelChoiceService',
  243.             'sonata.admin.form.type.model_hidden' => 'getSonata_Admin_Form_Type_ModelHiddenService',
  244.             'sonata.admin.form.type.model_list' => 'getSonata_Admin_Form_Type_ModelListService',
  245.             'sonata.admin.form.type.model_reference' => 'getSonata_Admin_Form_Type_ModelReferenceService',
  246.             'sonata.admin.global_template_registry' => 'getSonata_Admin_GlobalTemplateRegistryService',
  247.             'sonata.admin.helper' => 'getSonata_Admin_HelperService',
  248.             'sonata.admin.label.strategy.bc' => 'getSonata_Admin_Label_Strategy_BcService',
  249.             'sonata.admin.label.strategy.form_component' => 'getSonata_Admin_Label_Strategy_FormComponentService',
  250.             'sonata.admin.label.strategy.native' => 'getSonata_Admin_Label_Strategy_NativeService',
  251.             'sonata.admin.label.strategy.noop' => 'getSonata_Admin_Label_Strategy_NoopService',
  252.             'sonata.admin.label.strategy.underscore' => 'getSonata_Admin_Label_Strategy_UnderscoreService',
  253.             'sonata.admin.manager.orm' => 'getSonata_Admin_Manager_OrmService',
  254.             'sonata.admin.manipulator.acl.admin' => 'getSonata_Admin_Manipulator_Acl_AdminService',
  255.             'sonata.admin.manipulator.acl.object.orm' => 'getSonata_Admin_Manipulator_Acl_Object_OrmService',
  256.             'sonata.admin.menu.matcher.voter.active' => 'getSonata_Admin_Menu_Matcher_Voter_ActiveService',
  257.             'sonata.admin.menu.matcher.voter.admin' => 'getSonata_Admin_Menu_Matcher_Voter_AdminService',
  258.             'sonata.admin.menu.matcher.voter.children' => 'getSonata_Admin_Menu_Matcher_Voter_ChildrenService',
  259.             'sonata.admin.menu_builder' => 'getSonata_Admin_MenuBuilderService',
  260.             'sonata.admin.object.manipulator.acl.admin' => 'getSonata_Admin_Object_Manipulator_Acl_AdminService',
  261.             'sonata.admin.orm.filter.type.boolean' => 'getSonata_Admin_Orm_Filter_Type_BooleanService',
  262.             'sonata.admin.orm.filter.type.callback' => 'getSonata_Admin_Orm_Filter_Type_CallbackService',
  263.             'sonata.admin.orm.filter.type.choice' => 'getSonata_Admin_Orm_Filter_Type_ChoiceService',
  264.             'sonata.admin.orm.filter.type.class' => 'getSonata_Admin_Orm_Filter_Type_ClassService',
  265.             'sonata.admin.orm.filter.type.date' => 'getSonata_Admin_Orm_Filter_Type_DateService',
  266.             'sonata.admin.orm.filter.type.date_range' => 'getSonata_Admin_Orm_Filter_Type_DateRangeService',
  267.             'sonata.admin.orm.filter.type.datetime' => 'getSonata_Admin_Orm_Filter_Type_DatetimeService',
  268.             'sonata.admin.orm.filter.type.datetime_range' => 'getSonata_Admin_Orm_Filter_Type_DatetimeRangeService',
  269.             'sonata.admin.orm.filter.type.model' => 'getSonata_Admin_Orm_Filter_Type_ModelService',
  270.             'sonata.admin.orm.filter.type.model_autocomplete' => 'getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService',
  271.             'sonata.admin.orm.filter.type.number' => 'getSonata_Admin_Orm_Filter_Type_NumberService',
  272.             'sonata.admin.orm.filter.type.string' => 'getSonata_Admin_Orm_Filter_Type_StringService',
  273.             'sonata.admin.orm.filter.type.time' => 'getSonata_Admin_Orm_Filter_Type_TimeService',
  274.             'sonata.admin.pool' => 'getSonata_Admin_PoolService',
  275.             'sonata.admin.route.cache' => 'getSonata_Admin_Route_CacheService',
  276.             'sonata.admin.route.cache_warmup' => 'getSonata_Admin_Route_CacheWarmupService',
  277.             'sonata.admin.route.default_generator' => 'getSonata_Admin_Route_DefaultGeneratorService',
  278.             'sonata.admin.route.path_info' => 'getSonata_Admin_Route_PathInfoService',
  279.             'sonata.admin.route.query_string' => 'getSonata_Admin_Route_QueryStringService',
  280.             'sonata.admin.route_loader' => 'getSonata_Admin_RouteLoaderService',
  281.             'sonata.admin.search.handler' => 'getSonata_Admin_Search_HandlerService',
  282.             'sonata.admin.sidebar_menu' => 'getSonata_Admin_SidebarMenuService',
  283.             'sonata.admin.twig.extension' => 'getSonata_Admin_Twig_ExtensionService',
  284.             'sonata.admin.twig.global' => 'getSonata_Admin_Twig_GlobalService',
  285.             'sonata.admin.validator.inline' => 'getSonata_Admin_Validator_InlineService',
  286.             'sonata.block.context_manager.default' => 'getSonata_Block_ContextManager_DefaultService',
  287.             'sonata.block.exception.filter.debug_only' => 'getSonata_Block_Exception_Filter_DebugOnlyService',
  288.             'sonata.block.exception.filter.ignore_block_exception' => 'getSonata_Block_Exception_Filter_IgnoreBlockExceptionService',
  289.             'sonata.block.exception.filter.keep_all' => 'getSonata_Block_Exception_Filter_KeepAllService',
  290.             'sonata.block.exception.filter.keep_none' => 'getSonata_Block_Exception_Filter_KeepNoneService',
  291.             'sonata.block.exception.renderer.inline' => 'getSonata_Block_Exception_Renderer_InlineService',
  292.             'sonata.block.exception.renderer.inline_debug' => 'getSonata_Block_Exception_Renderer_InlineDebugService',
  293.             'sonata.block.exception.renderer.throw' => 'getSonata_Block_Exception_Renderer_ThrowService',
  294.             'sonata.block.manager' => 'getSonata_Block_ManagerService',
  295.             'sonata.block.menu.registry' => 'getSonata_Block_Menu_RegistryService',
  296.             'sonata.block.renderer.default' => 'getSonata_Block_Renderer_DefaultService',
  297.             'sonata.block.service.container' => 'getSonata_Block_Service_ContainerService',
  298.             'sonata.block.service.empty' => 'getSonata_Block_Service_EmptyService',
  299.             'sonata.block.service.menu' => 'getSonata_Block_Service_MenuService',
  300.             'sonata.block.service.rss' => 'getSonata_Block_Service_RssService',
  301.             'sonata.block.service.template' => 'getSonata_Block_Service_TemplateService',
  302.             'sonata.block.service.text' => 'getSonata_Block_Service_TextService',
  303.             'sonata.core.flashmessage.manager' => 'getSonata_Core_Flashmessage_ManagerService',
  304.             'sonata.core.flashmessage.twig.extension' => 'getSonata_Core_Flashmessage_Twig_ExtensionService',
  305.             'sonata.core.form.type.array' => 'getSonata_Core_Form_Type_ArrayService',
  306.             'sonata.core.form.type.array_legacy' => 'getSonata_Core_Form_Type_ArrayLegacyService',
  307.             'sonata.core.form.type.boolean' => 'getSonata_Core_Form_Type_BooleanService',
  308.             'sonata.core.form.type.boolean_legacy' => 'getSonata_Core_Form_Type_BooleanLegacyService',
  309.             'sonata.core.form.type.collection' => 'getSonata_Core_Form_Type_CollectionService',
  310.             'sonata.core.form.type.collection_legacy' => 'getSonata_Core_Form_Type_CollectionLegacyService',
  311.             'sonata.core.form.type.color_legacy' => 'getSonata_Core_Form_Type_ColorLegacyService',
  312.             'sonata.core.form.type.color_selector' => 'getSonata_Core_Form_Type_ColorSelectorService',
  313.             'sonata.core.form.type.date_picker' => 'getSonata_Core_Form_Type_DatePickerService',
  314.             'sonata.core.form.type.date_picker_legacy' => 'getSonata_Core_Form_Type_DatePickerLegacyService',
  315.             'sonata.core.form.type.date_range' => 'getSonata_Core_Form_Type_DateRangeService',
  316.             'sonata.core.form.type.date_range_legacy' => 'getSonata_Core_Form_Type_DateRangeLegacyService',
  317.             'sonata.core.form.type.date_range_picker' => 'getSonata_Core_Form_Type_DateRangePickerService',
  318.             'sonata.core.form.type.date_range_picker_legacy' => 'getSonata_Core_Form_Type_DateRangePickerLegacyService',
  319.             'sonata.core.form.type.datetime_picker' => 'getSonata_Core_Form_Type_DatetimePickerService',
  320.             'sonata.core.form.type.datetime_picker_legacy' => 'getSonata_Core_Form_Type_DatetimePickerLegacyService',
  321.             'sonata.core.form.type.datetime_range' => 'getSonata_Core_Form_Type_DatetimeRangeService',
  322.             'sonata.core.form.type.datetime_range_legacy' => 'getSonata_Core_Form_Type_DatetimeRangeLegacyService',
  323.             'sonata.core.form.type.datetime_range_picker' => 'getSonata_Core_Form_Type_DatetimeRangePickerService',
  324.             'sonata.core.form.type.datetime_range_picker_legacy' => 'getSonata_Core_Form_Type_DatetimeRangePickerLegacyService',
  325.             'sonata.core.form.type.equal' => 'getSonata_Core_Form_Type_EqualService',
  326.             'sonata.core.form.type.equal_legacy' => 'getSonata_Core_Form_Type_EqualLegacyService',
  327.             'sonata.core.form.type.translatable_choice' => 'getSonata_Core_Form_Type_TranslatableChoiceService',
  328.             'sonata.core.model.adapter.chain' => 'getSonata_Core_Model_Adapter_ChainService',
  329.             'sonata.core.slugify.cocur' => 'getSonata_Core_Slugify_CocurService',
  330.             'sonata.core.slugify.native' => 'getSonata_Core_Slugify_NativeService',
  331.             'sonata.easy_extends.generator.bundle' => 'getSonata_EasyExtends_Generator_BundleService',
  332.             'sonata.easy_extends.generator.odm' => 'getSonata_EasyExtends_Generator_OdmService',
  333.             'sonata.easy_extends.generator.orm' => 'getSonata_EasyExtends_Generator_OrmService',
  334.             'sonata.easy_extends.generator.phpcr' => 'getSonata_EasyExtends_Generator_PhpcrService',
  335.             'sonata.easy_extends.generator.serializer' => 'getSonata_EasyExtends_Generator_SerializerService',
  336.             'sonata.formatter.block.formatter' => 'getSonata_Formatter_Block_FormatterService',
  337.             'sonata.formatter.twig.control_flow' => 'getSonata_Formatter_Twig_ControlFlowService',
  338.             'sonata.formatter.twig.gist' => 'getSonata_Formatter_Twig_GistService',
  339.             'sonata.intl.locale_detector.request_stack' => 'getSonata_Intl_LocaleDetector_RequestStackService',
  340.             'sonata.intl.templating.helper.datetime' => 'getSonata_Intl_Templating_Helper_DatetimeService',
  341.             'sonata.intl.templating.helper.locale' => 'getSonata_Intl_Templating_Helper_LocaleService',
  342.             'sonata.intl.templating.helper.number' => 'getSonata_Intl_Templating_Helper_NumberService',
  343.             'sonata.intl.timezone_detector.chain' => 'getSonata_Intl_TimezoneDetector_ChainService',
  344.             'sonata.intl.timezone_detector.locale' => 'getSonata_Intl_TimezoneDetector_LocaleService',
  345.             'sonata.intl.timezone_detector.user' => 'getSonata_Intl_TimezoneDetector_UserService',
  346.             'sonata.media.admin.gallery' => 'getSonata_Media_Admin_GalleryService',
  347.             'sonata.media.admin.gallery.template_registry' => 'getSonata_Media_Admin_Gallery_TemplateRegistryService',
  348.             'sonata.media.admin.gallery_has_media' => 'getSonata_Media_Admin_GalleryHasMediaService',
  349.             'sonata.media.admin.gallery_has_media.template_registry' => 'getSonata_Media_Admin_GalleryHasMedia_TemplateRegistryService',
  350.             'sonata.media.admin.media' => 'getSonata_Media_Admin_MediaService',
  351.             'sonata.media.admin.media.manager' => 'getSonata_Media_Admin_Media_ManagerService',
  352.             'sonata.media.admin.media.template_registry' => 'getSonata_Media_Admin_Media_TemplateRegistryService',
  353.             'sonata.media.block.feature_media' => 'getSonata_Media_Block_FeatureMediaService',
  354.             'sonata.media.block.gallery' => 'getSonata_Media_Block_GalleryService',
  355.             'sonata.media.block.gallery_list' => 'getSonata_Media_Block_GalleryListService',
  356.             'sonata.media.block.media' => 'getSonata_Media_Block_MediaService',
  357.             'sonata.media.formatter.twig' => 'getSonata_Media_Formatter_TwigService',
  358.             'sonata.media.manager.gallery' => 'getSonata_Media_Manager_GalleryService',
  359.             'sonata.media.manager.media' => 'getSonata_Media_Manager_MediaService',
  360.             'sonata.media.metadata.amazon' => 'getSonata_Media_Metadata_AmazonService',
  361.             'sonata.media.metadata.noop' => 'getSonata_Media_Metadata_NoopService',
  362.             'sonata.media.metadata.proxy' => 'getSonata_Media_Metadata_ProxyService',
  363.             'sonata.media.pool' => 'getSonata_Media_PoolService',
  364.             'sonata.media.provider.dailymotion' => 'getSonata_Media_Provider_DailymotionService',
  365.             'sonata.media.provider.file' => 'getSonata_Media_Provider_FileService',
  366.             'sonata.media.provider.image' => 'getSonata_Media_Provider_ImageService',
  367.             'sonata.media.provider.vimeo' => 'getSonata_Media_Provider_VimeoService',
  368.             'sonata.media.provider.youtube' => 'getSonata_Media_Provider_YoutubeService',
  369.             'sonata.user.admin.group' => 'getSonata_User_Admin_GroupService',
  370.             'sonata.user.admin.group.template_registry' => 'getSonata_User_Admin_Group_TemplateRegistryService',
  371.             'sonata.user.admin.user' => 'getSonata_User_Admin_UserService',
  372.             'sonata.user.admin.user.template_registry' => 'getSonata_User_Admin_User_TemplateRegistryService',
  373.             'sonata.user.form.roles_matrix_type' => 'getSonata_User_Form_RolesMatrixTypeService',
  374.             'sonata.user.form.type.security_roles' => 'getSonata_User_Form_Type_SecurityRolesService',
  375.             'sonata.user.manager.user' => 'getSonata_User_Manager_UserService',
  376.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  377.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  378.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  379.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  380.             'templating' => 'getTemplatingService',
  381.             'templating.loader' => 'getTemplating_LoaderService',
  382.             'translator' => 'getTranslatorService',
  383.             'twig' => 'getTwigService',
  384.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService',
  385.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService',
  386.             'validator' => 'getValidatorService',
  387.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService',
  388.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  389.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  390.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  391.         ];
  392.         $this->aliases = [
  393.             'database_connection' => 'doctrine.dbal.default_connection',
  394.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  395.             'mailer' => 'swiftmailer.mailer.default',
  396.             'sonata.user.group_manager' => 'fos_user.group_manager',
  397.             'sonata.user.user_manager' => 'fos_user.user_manager',
  398.         ];
  399.         $this->privates['service_container'] = function () {
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  406.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  420.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  443.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilderInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  469.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  489.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  512.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Profiler/DataCollector/BlockDataCollector.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  530.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/PhpArrayTrait.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  555.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  558.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  582.             include_once \dirname(__DIR__4).'/src/Twig/EventFinder.php';
  583.             include_once \dirname(__DIR__4).'/src/Twig/ProductFinder.php';
  584.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  585.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRendererInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Twig/CKEditorExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Renderer/CKEditorRenderer.php';
  588.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';
  589.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FormTypeExtension.php';
  591.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  592.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/DeprecatedTextExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Twig/Extension/StatusExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/DeprecatedTemplateExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/Extension/BlockExtension.php';
  597.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  599.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  601.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  602.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/TemplateRegistryExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Twig/Extension/LocaleExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Twig/Extension/NumberExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Twig/Extension/DateTimeExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/RolesMatrixExtension.php';
  609.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  616.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Twig/Extension/MarkdownTwigExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/ParserManager.php';
  618.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/Markdown.php';
  620.             include_once \dirname(__DIR__4).'/vendor/michelf/php-markdown/Michelf/MarkdownExtra.php';
  621.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/MarkdownParserInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/MarkdownParser.php';
  623.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Min.php';
  624.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Light.php';
  625.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Medium.php';
  626.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Max.php';
  627.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/Parser/Preset/Flavored.php';
  628.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Twig/Extension/TextFormatterExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/ob/highcharts-bundle/Twig/HighchartsExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  631.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  633.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Twig/GlobalVariables.php';
  634.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/GlobalVariables.php';
  635.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Twig/GlobalVariables.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  637.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/FilesystemLoader.php';
  643.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/EventListener/BodyListener.php';
  644.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderProviderInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/ContainerDecoderProvider.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/EncoderFactory.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  671.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManagerInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceManager.php';
  673.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManagerInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockContextManager.php';
  675.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockLoaderChain.php';
  677.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Loader/ServiceLoader.php';
  678.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRendererInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockRenderer.php';
  680.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManagerInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Strategy/StrategyManager.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  684.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Templating/Helper/BlockHelper.php';
  685.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandlerInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Cache/HttpCacheHandler.php';
  687.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  689.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  691.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php';
  692.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/Pool.php';
  693.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/GlobalVariables.php';
  694.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistryInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/MutableTemplateRegistryInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Templating/TemplateRegistry.php';
  697.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  698.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  699.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  701.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  702.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  703.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  704.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  706.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  707.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  713.             include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Mapper/DoctrineORMMapper.php';
  714.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Listener/BaseMediaEventSubscriber.php';
  715.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Listener/ORM/MediaEventSubscriber.php';
  716.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  720.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  721.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  722.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  723.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  724.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  725.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileDriver.php';
  726.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  727.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  728.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/YamlDriver.php';
  729.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedYamlDriver.php';
  730.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/FileLocator.php';
  731.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  732.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  733.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  734.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  735.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  736.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  737.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  738.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  739.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  740.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  741.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  742.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Locale/LocaleDetectorInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Locale/RequestStackDetector.php';
  744.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/BaseHelper.php';
  745.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/LocaleHelper.php';
  746.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/NumberHelper.php';
  747.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Templating/Helper/DateTimeHelper.php';
  748.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Timezone/TimezoneDetectorInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Timezone/ChainTimezoneDetector.php';
  750.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Timezone/UserBasedTimezoneDetector.php';
  751.             include_once \dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Timezone/LocaleBasedTimezoneDetector.php';
  752.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/Pool.php';
  753.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/DownloadStrategyInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php';
  755.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/ThumbnailInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Thumbnail/FormatThumbnail.php';
  757.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/ResizerInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/ImagineCompatibleResizerTrait.php';
  759.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/SquareResizer.php';
  760.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/MediaProviderInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/BaseProvider.php';
  762.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/FileProviderInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/FileProvider.php';
  764.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/ImageProvider.php';
  765.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/BaseVideoProvider.php';
  766.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/YouTubeProvider.php';
  767.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/DailyMotionProvider.php';
  768.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Provider/VimeoProvider.php';
  769.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Browser.php';
  770.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/ClientInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractClient.php';
  772.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/AbstractCurl.php';
  773.             include_once \dirname(__DIR__4).'/vendor/kriswallsmith/buzz/lib/Buzz/Client/Curl.php';
  774.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/CDN/CDNInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/CDN/Server.php';
  776.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/InitRuntimeInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/Extension/MediaExtension.php';
  778.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/FilesystemInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Filesystem.php';
  780.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter.php';
  781.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/StreamFactory.php';
  782.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/ChecksumCalculator.php';
  783.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/SizeCalculator.php';
  784.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/MimeTypeProvider.php';
  785.             include_once \dirname(__DIR__4).'/vendor/knplabs/gaufrette/src/Gaufrette/Adapter/Local.php';
  786.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Filesystem/Local.php';
  787.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/MetadataBuilderInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/ProxyMetadataBuilder.php';
  789.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/ManagerInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/BaseManager.php';
  791.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Entity/BaseEntityManager.php';
  792.             include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-extensions/src/Model/PageableManagerInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Model/MediaManagerInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Entity/MediaManager.php';
  795.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Generator/GeneratorInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Generator/DefaultGenerator.php';
  797.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  800.             include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  801.             include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resizer/SimpleResizer.php';
  802.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdater.php';
  804.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  805.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  807.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/RolesBuilderInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/ExpandableRolesBuilderInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/PermissionLabelsBuilderInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilderInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/MatrixRolesBuilder.php';
  812.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilderInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php';
  814.             include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php';
  815.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  816.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  817.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  818.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  821.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  822.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  823.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  824.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  825.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  827.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  828.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  829.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  833.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/PoolInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/Pool.php';
  835.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/FormatterInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/BaseFormatter.php';
  837.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/MarkdownFormatter.php';
  838.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/TextFormatter.php';
  839.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/RawFormatter.php';
  840.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Formatter/TwigFormatter.php';
  841.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/ExtensionInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/BaseExtension.php';
  843.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/GistExtension.php';
  844.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Extension/ControlFlowExtension.php';
  845.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Twig/Loader/LoaderSelector.php';
  846.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ArrayLoader.php';
  847.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  848.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Twig/SecurityPolicyContainerAware.php';
  850.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Lexer.php';
  851.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  853.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  854.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  855.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  880.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  881.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  882.         };
  883.     }
  884.     public function compile(): void
  885.     {
  886.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  887.     }
  888.     public function isCompiled(): bool
  889.     {
  890.         return true;
  891.     }
  892.     public function getRemovedIds(): array
  893.     {
  894.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  895.     }
  896.     /**
  897.      * Gets the public 'App\Controller\APIController' shared autowired service.
  898.      *
  899.      * @return \App\Controller\APIController
  900.      */
  901.     protected function getAPIControllerService()
  902.     {
  903.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  904.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  907.         include_once \dirname(__DIR__4).'/src/Controller/APIController.php';
  908.         $this->services['App\\Controller\\APIController'] = $instance = new \App\Controller\APIController();
  909.         $instance->setContainer($this);
  910.         return $instance;
  911.     }
  912.     /**
  913.      * Gets the public 'App\Controller\AdminCRUDController' shared autowired service.
  914.      *
  915.      * @return \App\Controller\AdminCRUDController
  916.      */
  917.     protected function getAdminCRUDControllerService()
  918.     {
  919.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  921.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  922.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  923.         include_once \dirname(__DIR__4).'/src/Controller/AdminCRUDController.php';
  924.         $this->services['App\\Controller\\AdminCRUDController'] = $instance = new \App\Controller\AdminCRUDController();
  925.         $instance->setContainer($this);
  926.         return $instance;
  927.     }
  928.     /**
  929.      * Gets the public 'App\Controller\AdminController' shared autowired service.
  930.      *
  931.      * @return \App\Controller\AdminController
  932.      */
  933.     protected function getAdminControllerService()
  934.     {
  935.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  936.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  938.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  939.         include_once \dirname(__DIR__4).'/src/Controller/AdminController.php';
  940.         $this->services['App\\Controller\\AdminController'] = $instance = new \App\Controller\AdminController(($this->privates['App\\Service\\OrderTicketsService'] ?? $this->getOrderTicketsServiceService()));
  941.         $instance->setContainer($this);
  942.         return $instance;
  943.     }
  944.     /**
  945.      * Gets the public 'App\Controller\BaseController' shared autowired service.
  946.      *
  947.      * @return \App\Controller\BaseController
  948.      */
  949.     protected function getBaseControllerService()
  950.     {
  951.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  952.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  955.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  956.         $this->services['App\\Controller\\BaseController'] = $instance = new \App\Controller\BaseController(($this->privates['App\\Service\\OrderTicketsService'] ?? $this->getOrderTicketsServiceService()), ($this->privates['App\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['App\\Service\\OrderEmailService'] ?? $this->getOrderEmailServiceService()), ($this->privates['App\\Service\\OrderPaymentService'] ?? $this->getOrderPaymentServiceService()), ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['App\\Service\\PostalService'] ?? $this->getPostalServiceService()), ($this->privates['App\\Service\\SearchService'] ?? $this->getSearchServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['session'] ?? $this->getSessionService()));
  957.         $instance->setContainer($this);
  958.         return $instance;
  959.     }
  960.     /**
  961.      * Gets the public 'App\Controller\EventDatesCRUDController' shared autowired service.
  962.      *
  963.      * @return \App\Controller\EventDatesCRUDController
  964.      */
  965.     protected function getEventDatesCRUDControllerService()
  966.     {
  967.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  968.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  969.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  970.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  971.         include_once \dirname(__DIR__4).'/src/Controller/EventDatesCRUDController.php';
  972.         $this->services['App\\Controller\\EventDatesCRUDController'] = $instance = new \App\Controller\EventDatesCRUDController();
  973.         $instance->setContainer($this);
  974.         return $instance;
  975.     }
  976.     /**
  977.      * Gets the public 'App\Controller\EventTicketsCRUDController' shared autowired service.
  978.      *
  979.      * @return \App\Controller\EventTicketsCRUDController
  980.      */
  981.     protected function getEventTicketsCRUDControllerService()
  982.     {
  983.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  984.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  985.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  986.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  987.         include_once \dirname(__DIR__4).'/src/Controller/EventTicketsCRUDController.php';
  988.         $this->services['App\\Controller\\EventTicketsCRUDController'] = $instance = new \App\Controller\EventTicketsCRUDController();
  989.         $instance->setContainer($this);
  990.         return $instance;
  991.     }
  992.     /**
  993.      * Gets the public 'App\Controller\EventsCRUDController' shared autowired service.
  994.      *
  995.      * @return \App\Controller\EventsCRUDController
  996.      */
  997.     protected function getEventsCRUDControllerService()
  998.     {
  999.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1000.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1001.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1002.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1003.         include_once \dirname(__DIR__4).'/src/Controller/EventsCRUDController.php';
  1004.         $this->services['App\\Controller\\EventsCRUDController'] = $instance = new \App\Controller\EventsCRUDController();
  1005.         $instance->setContainer($this);
  1006.         return $instance;
  1007.     }
  1008.     /**
  1009.      * Gets the public 'App\Controller\EventsController' shared autowired service.
  1010.      *
  1011.      * @return \App\Controller\EventsController
  1012.      */
  1013.     protected function getEventsControllerService()
  1014.     {
  1015.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1016.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1017.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1018.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1019.         include_once \dirname(__DIR__4).'/src/Controller/EventsController.php';
  1020.         $this->services['App\\Controller\\EventsController'] = $instance = new \App\Controller\EventsController();
  1021.         $instance->setContainer($this);
  1022.         return $instance;
  1023.     }
  1024.     /**
  1025.      * Gets the public 'App\Controller\FeedController' shared autowired service.
  1026.      *
  1027.      * @return \App\Controller\FeedController
  1028.      */
  1029.     protected function getFeedControllerService()
  1030.     {
  1031.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1034.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1035.         include_once \dirname(__DIR__4).'/src/Controller/FeedController.php';
  1036.         $this->services['App\\Controller\\FeedController'] = $instance = new \App\Controller\FeedController();
  1037.         $instance->setContainer($this);
  1038.         return $instance;
  1039.     }
  1040.     /**
  1041.      * Gets the public 'App\Controller\LanguageController' shared autowired service.
  1042.      *
  1043.      * @return \App\Controller\LanguageController
  1044.      */
  1045.     protected function getLanguageControllerService()
  1046.     {
  1047.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1049.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1050.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1051.         include_once \dirname(__DIR__4).'/src/Controller/LanguageController.php';
  1052.         $this->services['App\\Controller\\LanguageController'] = $instance = new \App\Controller\LanguageController();
  1053.         $instance->setContainer($this);
  1054.         return $instance;
  1055.     }
  1056.     /**
  1057.      * Gets the public 'App\Controller\MailTemplatesCRUDController' shared autowired service.
  1058.      *
  1059.      * @return \App\Controller\MailTemplatesCRUDController
  1060.      */
  1061.     protected function getMailTemplatesCRUDControllerService()
  1062.     {
  1063.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1064.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1065.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1066.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1067.         include_once \dirname(__DIR__4).'/src/Controller/MailTemplatesCRUDController.php';
  1068.         $this->services['App\\Controller\\MailTemplatesCRUDController'] = $instance = new \App\Controller\MailTemplatesCRUDController();
  1069.         $instance->setContainer($this);
  1070.         return $instance;
  1071.     }
  1072.     /**
  1073.      * Gets the public 'App\Controller\MailsCRUDController' shared autowired service.
  1074.      *
  1075.      * @return \App\Controller\MailsCRUDController
  1076.      */
  1077.     protected function getMailsCRUDControllerService()
  1078.     {
  1079.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1080.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1081.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1082.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1083.         include_once \dirname(__DIR__4).'/src/Controller/MailsCRUDController.php';
  1084.         $this->services['App\\Controller\\MailsCRUDController'] = $instance = new \App\Controller\MailsCRUDController();
  1085.         $instance->setContainer($this);
  1086.         return $instance;
  1087.     }
  1088.     /**
  1089.      * Gets the public 'App\Controller\NewsController' shared autowired service.
  1090.      *
  1091.      * @return \App\Controller\NewsController
  1092.      */
  1093.     protected function getNewsControllerService()
  1094.     {
  1095.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1096.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1099.         include_once \dirname(__DIR__4).'/src/Controller/NewsController.php';
  1100.         $this->services['App\\Controller\\NewsController'] = $instance = new \App\Controller\NewsController();
  1101.         $instance->setContainer($this);
  1102.         return $instance;
  1103.     }
  1104.     /**
  1105.      * Gets the public 'App\Controller\NewsletterCRUDController' shared autowired service.
  1106.      *
  1107.      * @return \App\Controller\NewsletterCRUDController
  1108.      */
  1109.     protected function getNewsletterCRUDControllerService()
  1110.     {
  1111.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1113.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1115.         include_once \dirname(__DIR__4).'/src/Controller/NewsletterCRUDController.php';
  1116.         $this->services['App\\Controller\\NewsletterCRUDController'] = $instance = new \App\Controller\NewsletterCRUDController();
  1117.         $instance->setContainer($this);
  1118.         return $instance;
  1119.     }
  1120.     /**
  1121.      * Gets the public 'App\Controller\NewsletterSubscribersCRUDController' shared autowired service.
  1122.      *
  1123.      * @return \App\Controller\NewsletterSubscribersCRUDController
  1124.      */
  1125.     protected function getNewsletterSubscribersCRUDControllerService()
  1126.     {
  1127.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1128.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1131.         include_once \dirname(__DIR__4).'/src/Controller/NewsletterSubscribersCRUDController.php';
  1132.         $this->services['App\\Controller\\NewsletterSubscribersCRUDController'] = $instance = new \App\Controller\NewsletterSubscribersCRUDController();
  1133.         $instance->setContainer($this);
  1134.         return $instance;
  1135.     }
  1136.     /**
  1137.      * Gets the public 'App\Controller\OrderController' shared autowired service.
  1138.      *
  1139.      * @return \App\Controller\OrderController
  1140.      */
  1141.     protected function getOrderControllerService()
  1142.     {
  1143.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1144.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1146.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1147.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  1148.         include_once \dirname(__DIR__4).'/src/Controller/OrderController.php';
  1149.         $this->services['App\\Controller\\OrderController'] = $instance = new \App\Controller\OrderController(($this->privates['App\\Service\\OrderTicketsService'] ?? $this->getOrderTicketsServiceService()), ($this->privates['App\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['App\\Service\\OrderEmailService'] ?? $this->getOrderEmailServiceService()), ($this->privates['App\\Service\\OrderPaymentService'] ?? $this->getOrderPaymentServiceService()), ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['App\\Service\\PostalService'] ?? $this->getPostalServiceService()), ($this->privates['App\\Service\\SearchService'] ?? $this->getSearchServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['session'] ?? $this->getSessionService()));
  1150.         $instance->setContainer($this);
  1151.         return $instance;
  1152.     }
  1153.     /**
  1154.      * Gets the public 'App\Controller\PageController' shared autowired service.
  1155.      *
  1156.      * @return \App\Controller\PageController
  1157.      */
  1158.     protected function getPageControllerService()
  1159.     {
  1160.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1161.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1164.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  1165.         include_once \dirname(__DIR__4).'/src/Controller/PageController.php';
  1166.         $this->services['App\\Controller\\PageController'] = $instance = new \App\Controller\PageController(($this->privates['App\\Service\\OrderTicketsService'] ?? $this->getOrderTicketsServiceService()), ($this->privates['App\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['App\\Service\\OrderEmailService'] ?? $this->getOrderEmailServiceService()), ($this->privates['App\\Service\\OrderPaymentService'] ?? $this->getOrderPaymentServiceService()), ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['App\\Service\\PostalService'] ?? $this->getPostalServiceService()), ($this->privates['App\\Service\\SearchService'] ?? $this->getSearchServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['session'] ?? $this->getSessionService()));
  1167.         $instance->setContainer($this);
  1168.         return $instance;
  1169.     }
  1170.     /**
  1171.      * Gets the public 'App\Controller\ReportsCRUDController' shared autowired service.
  1172.      *
  1173.      * @return \App\Controller\ReportsCRUDController
  1174.      */
  1175.     protected function getReportsCRUDControllerService()
  1176.     {
  1177.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1178.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1179.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1180.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Controller/CRUDController.php';
  1181.         include_once \dirname(__DIR__4).'/src/Controller/ReportsCRUDController.php';
  1182.         $this->services['App\\Controller\\ReportsCRUDController'] = $instance = new \App\Controller\ReportsCRUDController();
  1183.         $instance->setContainer($this);
  1184.         return $instance;
  1185.     }
  1186.     /**
  1187.      * Gets the public 'App\Controller\ScanController' shared autowired service.
  1188.      *
  1189.      * @return \App\Controller\ScanController
  1190.      */
  1191.     protected function getScanControllerService()
  1192.     {
  1193.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1197.         include_once \dirname(__DIR__4).'/src/Controller/ScanController.php';
  1198.         $this->services['App\\Controller\\ScanController'] = $instance = new \App\Controller\ScanController();
  1199.         $instance->setContainer($this);
  1200.         return $instance;
  1201.     }
  1202.     /**
  1203.      * Gets the public 'App\Controller\SearchController' shared autowired service.
  1204.      *
  1205.      * @return \App\Controller\SearchController
  1206.      */
  1207.     protected function getSearchControllerService()
  1208.     {
  1209.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1210.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1211.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1212.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1213.         include_once \dirname(__DIR__4).'/src/Controller/BaseController.php';
  1214.         include_once \dirname(__DIR__4).'/src/Controller/SearchController.php';
  1215.         $this->services['App\\Controller\\SearchController'] = $instance = new \App\Controller\SearchController(($this->privates['App\\Service\\OrderTicketsService'] ?? $this->getOrderTicketsServiceService()), ($this->privates['App\\Service\\OrderService'] ?? $this->getOrderServiceService()), ($this->privates['App\\Service\\OrderEmailService'] ?? $this->getOrderEmailServiceService()), ($this->privates['App\\Service\\OrderPaymentService'] ?? $this->getOrderPaymentServiceService()), ($this->privates['App\\Service\\MailService'] ?? $this->getMailServiceService()), ($this->privates['App\\Service\\PostalService'] ?? $this->getPostalServiceService()), ($this->privates['App\\Service\\SearchService'] ?? $this->getSearchServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['session'] ?? $this->getSessionService()));
  1216.         $instance->setContainer($this);
  1217.         return $instance;
  1218.     }
  1219.     /**
  1220.      * Gets the public 'App\Controller\StatsController' shared autowired service.
  1221.      *
  1222.      * @return \App\Controller\StatsController
  1223.      */
  1224.     protected function getStatsControllerService()
  1225.     {
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  1230.         include_once \dirname(__DIR__4).'/src/Controller/StatsController.php';
  1231.         include_once \dirname(__DIR__4).'/src/Service/EventStats.php';
  1232.         $this->services['App\\Controller\\StatsController'] = $instance = new \App\Controller\StatsController(new \App\Service\EventStats(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1233.         $instance->setContainer($this);
  1234.         return $instance;
  1235.     }
  1236.     /**
  1237.      * Gets the public 'Endroid\QrCodeBundle\Controller\GenerateController' shared autowired service.
  1238.      *
  1239.      * @return \Endroid\QrCodeBundle\Controller\GenerateController
  1240.      */
  1241.     protected function getGenerateControllerService()
  1242.     {
  1243.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Controller/GenerateController.php';
  1244.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistryInterface.php';
  1245.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistry.php';
  1246.         return $this->services['Endroid\\QrCodeBundle\\Controller\\GenerateController'] = new \Endroid\QrCodeBundle\Controller\GenerateController(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? ($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] = new \Endroid\QrCode\Builder\BuilderRegistry())));
  1247.     }
  1248.     /**
  1249.      * Gets the public 'Sonata\AdminBundle\Action\DashboardAction' shared service.
  1250.      *
  1251.      * @return \Sonata\AdminBundle\Action\DashboardAction
  1252.      */
  1253.     protected function getDashboardActionService()
  1254.     {
  1255.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/DashboardAction.php';
  1256.         return $this->services['Sonata\\AdminBundle\\Action\\DashboardAction'] = new \Sonata\AdminBundle\Action\DashboardAction($this->parameters['sonata.admin.configuration.dashboard_blocks'], ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['twig'] ?? $this->getTwigService()));
  1257.     }
  1258.     /**
  1259.      * Gets the public 'Sonata\AdminBundle\Action\SearchAction' shared service.
  1260.      *
  1261.      * @return \Sonata\AdminBundle\Action\SearchAction
  1262.      */
  1263.     protected function getSearchActionService()
  1264.     {
  1265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SearchAction.php';
  1266.         return $this->services['Sonata\\AdminBundle\\Action\\SearchAction'] = new \Sonata\AdminBundle\Action\SearchAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.search.handler'] ?? $this->getSonata_Admin_Search_HandlerService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), ($this->services['sonata.admin.breadcrumbs_builder'] ?? $this->getSonata_Admin_BreadcrumbsBuilderService()), ($this->services['twig'] ?? $this->getTwigService()));
  1267.     }
  1268.     /**
  1269.      * Gets the public 'Sonata\AdminBundle\Command\CreateClassCacheCommand' shared service.
  1270.      *
  1271.      * @return \Sonata\AdminBundle\Command\CreateClassCacheCommand
  1272.      *
  1273.      * @deprecated The "Sonata\AdminBundle\Command\CreateClassCacheCommand" service is deprecated since version sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.
  1274.      */
  1275.     protected function getCreateClassCacheCommandService()
  1276.     {
  1277.         @trigger_error('The "Sonata\\AdminBundle\\Command\\CreateClassCacheCommand" service is deprecated since version sonata-project/admin-bundle 3.39.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  1278.         $this->services['Sonata\\AdminBundle\\Command\\CreateClassCacheCommand'] = $instance = new \Sonata\AdminBundle\Command\CreateClassCacheCommand($this->targetDir.''true);
  1279.         $instance->setName('cache:create-cache-class');
  1280.         return $instance;
  1281.     }
  1282.     /**
  1283.      * Gets the public 'Sonata\AdminBundle\Command\ExplainAdminCommand' shared service.
  1284.      *
  1285.      * @return \Sonata\AdminBundle\Command\ExplainAdminCommand
  1286.      */
  1287.     protected function getExplainAdminCommandService()
  1288.     {
  1289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1290.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ExplainAdminCommand.php';
  1291.         $this->services['Sonata\\AdminBundle\\Command\\ExplainAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ExplainAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['validator'] ?? $this->getValidatorService()));
  1292.         $instance->setName('sonata:admin:explain');
  1293.         return $instance;
  1294.     }
  1295.     /**
  1296.      * Gets the public 'Sonata\AdminBundle\Command\GenerateObjectAclCommand' shared service.
  1297.      *
  1298.      * @return \Sonata\AdminBundle\Command\GenerateObjectAclCommand
  1299.      */
  1300.     protected function getGenerateObjectAclCommandService()
  1301.     {
  1302.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1303.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/QuestionableCommand.php';
  1304.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/GenerateObjectAclCommand.php';
  1305.         $this->services['Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand'] = $instance = new \Sonata\AdminBundle\Command\GenerateObjectAclCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), [], ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1306.         $instance->setName('sonata:admin:generate-object-acl');
  1307.         return $instance;
  1308.     }
  1309.     /**
  1310.      * Gets the public 'Sonata\AdminBundle\Command\ListAdminCommand' shared service.
  1311.      *
  1312.      * @return \Sonata\AdminBundle\Command\ListAdminCommand
  1313.      */
  1314.     protected function getListAdminCommandService()
  1315.     {
  1316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1317.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/ListAdminCommand.php';
  1318.         $this->services['Sonata\\AdminBundle\\Command\\ListAdminCommand'] = $instance = new \Sonata\AdminBundle\Command\ListAdminCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1319.         $instance->setName('sonata:admin:list');
  1320.         return $instance;
  1321.     }
  1322.     /**
  1323.      * Gets the public 'Sonata\AdminBundle\Command\SetupAclCommand' shared service.
  1324.      *
  1325.      * @return \Sonata\AdminBundle\Command\SetupAclCommand
  1326.      */
  1327.     protected function getSetupAclCommandService()
  1328.     {
  1329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1330.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Command/SetupAclCommand.php';
  1331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  1332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  1333.         $this->services['Sonata\\AdminBundle\\Command\\SetupAclCommand'] = $instance = new \Sonata\AdminBundle\Command\SetupAclCommand(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.manipulator.acl.admin'] ?? ($this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder'))));
  1334.         $instance->setName('sonata:admin:setup-acl');
  1335.         return $instance;
  1336.     }
  1337.     /**
  1338.      * Gets the public 'Sonata\EasyExtendsBundle\Command\DumpMappingCommand' shared service.
  1339.      *
  1340.      * @return \Sonata\EasyExtendsBundle\Command\DumpMappingCommand
  1341.      */
  1342.     protected function getDumpMappingCommandService()
  1343.     {
  1344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1345.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1346.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1347.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Command/DumpMappingCommand.php';
  1348.         return $this->services['Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand'] = new \Sonata\EasyExtendsBundle\Command\DumpMappingCommand();
  1349.     }
  1350.     /**
  1351.      * Gets the public 'Sonata\EasyExtendsBundle\Command\GenerateCommand' shared service.
  1352.      *
  1353.      * @return \Sonata\EasyExtendsBundle\Command\GenerateCommand
  1354.      */
  1355.     protected function getGenerateCommandService()
  1356.     {
  1357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1358.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1360.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Command/GenerateCommand.php';
  1361.         return $this->services['Sonata\\EasyExtendsBundle\\Command\\GenerateCommand'] = new \Sonata\EasyExtendsBundle\Command\GenerateCommand();
  1362.     }
  1363.     /**
  1364.      * Gets the public 'Sonata\MediaBundle\Command\AddMassMediaCommand' shared service.
  1365.      *
  1366.      * @return \Sonata\MediaBundle\Command\AddMassMediaCommand
  1367.      */
  1368.     protected function getAddMassMediaCommandService()
  1369.     {
  1370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1371.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1373.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  1374.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/AddMassMediaCommand.php';
  1375.         return $this->services['Sonata\\MediaBundle\\Command\\AddMassMediaCommand'] = new \Sonata\MediaBundle\Command\AddMassMediaCommand();
  1376.     }
  1377.     /**
  1378.      * Gets the public 'Sonata\MediaBundle\Command\AddMediaCommand' shared service.
  1379.      *
  1380.      * @return \Sonata\MediaBundle\Command\AddMediaCommand
  1381.      */
  1382.     protected function getAddMediaCommandService()
  1383.     {
  1384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1385.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1386.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1387.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  1388.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/AddMediaCommand.php';
  1389.         return $this->services['Sonata\\MediaBundle\\Command\\AddMediaCommand'] = new \Sonata\MediaBundle\Command\AddMediaCommand();
  1390.     }
  1391.     /**
  1392.      * Gets the public 'Sonata\MediaBundle\Command\CleanMediaCommand' shared service.
  1393.      *
  1394.      * @return \Sonata\MediaBundle\Command\CleanMediaCommand
  1395.      */
  1396.     protected function getCleanMediaCommandService()
  1397.     {
  1398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1399.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1401.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/CleanMediaCommand.php';
  1402.         return $this->services['Sonata\\MediaBundle\\Command\\CleanMediaCommand'] = new \Sonata\MediaBundle\Command\CleanMediaCommand();
  1403.     }
  1404.     /**
  1405.      * Gets the public 'Sonata\MediaBundle\Command\FixMediaContextCommand' shared service.
  1406.      *
  1407.      * @return \Sonata\MediaBundle\Command\FixMediaContextCommand
  1408.      */
  1409.     protected function getFixMediaContextCommandService()
  1410.     {
  1411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1412.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1413.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1414.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/FixMediaContextCommand.php';
  1415.         return $this->services['Sonata\\MediaBundle\\Command\\FixMediaContextCommand'] = new \Sonata\MediaBundle\Command\FixMediaContextCommand();
  1416.     }
  1417.     /**
  1418.      * Gets the public 'Sonata\MediaBundle\Command\MigrateToJsonTypeCommand' shared service.
  1419.      *
  1420.      * @return \Sonata\MediaBundle\Command\MigrateToJsonTypeCommand
  1421.      */
  1422.     protected function getMigrateToJsonTypeCommandService()
  1423.     {
  1424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1425.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1427.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/MigrateToJsonTypeCommand.php';
  1429.         return $this->services['Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand'] = new \Sonata\MediaBundle\Command\MigrateToJsonTypeCommand();
  1430.     }
  1431.     /**
  1432.      * Gets the public 'Sonata\MediaBundle\Command\RefreshMetadataCommand' shared service.
  1433.      *
  1434.      * @return \Sonata\MediaBundle\Command\RefreshMetadataCommand
  1435.      */
  1436.     protected function getRefreshMetadataCommandService()
  1437.     {
  1438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1439.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  1442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/RefreshMetadataCommand.php';
  1443.         return $this->services['Sonata\\MediaBundle\\Command\\RefreshMetadataCommand'] = new \Sonata\MediaBundle\Command\RefreshMetadataCommand();
  1444.     }
  1445.     /**
  1446.      * Gets the public 'Sonata\MediaBundle\Command\RemoveThumbsCommand' shared service.
  1447.      *
  1448.      * @return \Sonata\MediaBundle\Command\RemoveThumbsCommand
  1449.      */
  1450.     protected function getRemoveThumbsCommandService()
  1451.     {
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/RemoveThumbsCommand.php';
  1457.         return $this->services['Sonata\\MediaBundle\\Command\\RemoveThumbsCommand'] = new \Sonata\MediaBundle\Command\RemoveThumbsCommand();
  1458.     }
  1459.     /**
  1460.      * Gets the public 'Sonata\MediaBundle\Command\SyncThumbsCommand' shared service.
  1461.      *
  1462.      * @return \Sonata\MediaBundle\Command\SyncThumbsCommand
  1463.      */
  1464.     protected function getSyncThumbsCommandService()
  1465.     {
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/SyncThumbsCommand.php';
  1471.         return $this->services['Sonata\\MediaBundle\\Command\\SyncThumbsCommand'] = new \Sonata\MediaBundle\Command\SyncThumbsCommand();
  1472.     }
  1473.     /**
  1474.      * Gets the public 'Sonata\MediaBundle\Command\UpdateCdnStatusCommand' shared service.
  1475.      *
  1476.      * @return \Sonata\MediaBundle\Command\UpdateCdnStatusCommand
  1477.      */
  1478.     protected function getUpdateCdnStatusCommandService()
  1479.     {
  1480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/BaseCommand.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Command/UpdateCdnStatusCommand.php';
  1485.         return $this->services['Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand'] = new \Sonata\MediaBundle\Command\UpdateCdnStatusCommand();
  1486.     }
  1487.     /**
  1488.      * Gets the public 'Sonata\UserBundle\Action\CheckEmailAction' shared service.
  1489.      *
  1490.      * @return \Sonata\UserBundle\Action\CheckEmailAction
  1491.      */
  1492.     protected function getCheckEmailActionService()
  1493.     {
  1494.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckEmailAction.php';
  1495.         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);
  1496.     }
  1497.     /**
  1498.      * Gets the public 'Sonata\UserBundle\Action\CheckLoginAction' shared service.
  1499.      *
  1500.      * @return \Sonata\UserBundle\Action\CheckLoginAction
  1501.      */
  1502.     protected function getCheckLoginActionService()
  1503.     {
  1504.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/CheckLoginAction.php';
  1505.         return $this->services['Sonata\\UserBundle\\Action\\CheckLoginAction'] = new \Sonata\UserBundle\Action\CheckLoginAction();
  1506.     }
  1507.     /**
  1508.      * Gets the public 'Sonata\UserBundle\Action\LoginAction' shared service.
  1509.      *
  1510.      * @return \Sonata\UserBundle\Action\LoginAction
  1511.      */
  1512.     protected function getLoginActionService()
  1513.     {
  1514.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LoginAction.php';
  1515.         $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()));
  1516.         if ($this->has('security.csrf.token_manager')) {
  1517.             $instance->setCsrfTokenManager(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  1518.         }
  1519.         return $instance;
  1520.     }
  1521.     /**
  1522.      * Gets the public 'Sonata\UserBundle\Action\LogoutAction' shared service.
  1523.      *
  1524.      * @return \Sonata\UserBundle\Action\LogoutAction
  1525.      */
  1526.     protected function getLogoutActionService()
  1527.     {
  1528.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/LogoutAction.php';
  1529.         return $this->services['Sonata\\UserBundle\\Action\\LogoutAction'] = new \Sonata\UserBundle\Action\LogoutAction();
  1530.     }
  1531.     /**
  1532.      * Gets the public 'Sonata\UserBundle\Action\RequestAction' shared service.
  1533.      *
  1534.      * @return \Sonata\UserBundle\Action\RequestAction
  1535.      */
  1536.     protected function getRequestActionService()
  1537.     {
  1538.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/RequestAction.php';
  1539.         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()));
  1540.     }
  1541.     /**
  1542.      * Gets the public 'Sonata\UserBundle\Action\ResetAction' shared service.
  1543.      *
  1544.      * @return \Sonata\UserBundle\Action\ResetAction
  1545.      */
  1546.     protected function getResetActionService()
  1547.     {
  1548.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php';
  1549.         $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');
  1550.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1551.         return $instance;
  1552.     }
  1553.     /**
  1554.      * Gets the public 'Sonata\UserBundle\Action\SendEmailAction' shared service.
  1555.      *
  1556.      * @return \Sonata\UserBundle\Action\SendEmailAction
  1557.      */
  1558.     protected function getSendEmailActionService()
  1559.     {
  1560.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/SendEmailAction.php';
  1561.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  1562.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Mailer/Mailer.php';
  1563.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  1564.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  1565.         $a = ($this->services['twig'] ?? $this->getTwigService());
  1566.         $b = ($this->services['router'] ?? $this->getRouterService());
  1567.         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);
  1568.     }
  1569.     /**
  1570.      * Gets the public 'Sonata\UserBundle\Command\TwoStepVerificationCommand' shared service.
  1571.      *
  1572.      * @return \Sonata\UserBundle\Command\TwoStepVerificationCommand
  1573.      */
  1574.     protected function getTwoStepVerificationCommandService()
  1575.     {
  1576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1577.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  1578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  1579.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Command/TwoStepVerificationCommand.php';
  1580.         return $this->services['Sonata\\UserBundle\\Command\\TwoStepVerificationCommand'] = new \Sonata\UserBundle\Command\TwoStepVerificationCommand(NULLNULL, ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  1581.     }
  1582.     /**
  1583.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  1584.      *
  1585.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  1586.      */
  1587.     protected function getRedirectControllerService()
  1588.     {
  1589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  1590.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), 80443);
  1591.     }
  1592.     /**
  1593.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  1594.      *
  1595.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  1596.      */
  1597.     protected function getTemplateControllerService()
  1598.     {
  1599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  1600.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['twig'] ?? $this->getTwigService()), ($this->services['templating'] ?? $this->getTemplatingService()));
  1601.     }
  1602.     /**
  1603.      * Gets the public 'app.admin.apikeys' service.
  1604.      *
  1605.      * @return \App\Admin\APIKeysAdmin
  1606.      */
  1607.     protected function getApp_Admin_ApikeysService()
  1608.     {
  1609.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1610.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1611.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1612.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1613.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1614.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1615.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1616.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1617.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1618.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1619.         include_once \dirname(__DIR__4).'/src/Admin/APIKeysAdmin.php';
  1620.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1621.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1622.         $instance = new \App\Admin\APIKeysAdmin('app.admin.apikeys''App\\Entity\\APIKeys''Sonata\\AdminBundle\\Controller\\CRUDController');
  1623.         $instance->setManagerType('orm');
  1624.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1625.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1626.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1627.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1628.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1629.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1630.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1631.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1632.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1633.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1634.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1635.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1636.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1637.         $instance->setPagerType('default');
  1638.         $instance->setLabel('API Keys');
  1639.         $instance->showMosaicButton(true);
  1640.         $instance->setTemplateRegistry(($this->services['app.admin.apikeys.template_registry'] ?? $this->getApp_Admin_Apikeys_TemplateRegistryService()));
  1641.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1642.         $instance->initialize();
  1643.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1644.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1645.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1646.         return $instance;
  1647.     }
  1648.     /**
  1649.      * Gets the public 'app.admin.apikeys.template_registry' shared service.
  1650.      *
  1651.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1652.      */
  1653.     protected function getApp_Admin_Apikeys_TemplateRegistryService()
  1654.     {
  1655.         return $this->services['app.admin.apikeys.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1656.     }
  1657.     /**
  1658.      * Gets the public 'app.admin.artists' service.
  1659.      *
  1660.      * @return \App\Admin\ArtistsAdmin
  1661.      */
  1662.     protected function getApp_Admin_ArtistsService()
  1663.     {
  1664.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1665.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1666.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1668.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1669.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1670.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1671.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1672.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1673.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1674.         include_once \dirname(__DIR__4).'/src/Admin/ArtistsAdmin.php';
  1675.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1676.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1677.         $instance = new \App\Admin\ArtistsAdmin('app.admin.artists''App\\Entity\\Artists''Sonata\\AdminBundle\\Controller\\CRUDController');
  1678.         $instance->setManagerType('orm');
  1679.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1680.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1681.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1682.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1683.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1684.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1685.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1686.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1687.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1688.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1689.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1690.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1691.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1692.         $instance->setPagerType('default');
  1693.         $instance->setLabel('Artists');
  1694.         $instance->showMosaicButton(true);
  1695.         $instance->setTemplateRegistry(($this->services['app.admin.artists.template_registry'] ?? $this->getApp_Admin_Artists_TemplateRegistryService()));
  1696.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1697.         $instance->initialize();
  1698.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1699.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1700.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1701.         return $instance;
  1702.     }
  1703.     /**
  1704.      * Gets the public 'app.admin.artists.template_registry' shared service.
  1705.      *
  1706.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1707.      */
  1708.     protected function getApp_Admin_Artists_TemplateRegistryService()
  1709.     {
  1710.         return $this->services['app.admin.artists.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1711.     }
  1712.     /**
  1713.      * Gets the public 'app.admin.coupons' service.
  1714.      *
  1715.      * @return \App\Admin\CouponsAdmin
  1716.      */
  1717.     protected function getApp_Admin_CouponsService()
  1718.     {
  1719.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1720.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1722.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1723.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1724.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1725.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1726.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1727.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1728.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1729.         include_once \dirname(__DIR__4).'/src/Admin/CouponsAdmin.php';
  1730.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1731.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1732.         $instance = new \App\Admin\CouponsAdmin('app.admin.coupons''App\\Entity\\Coupons''Sonata\\AdminBundle\\Controller\\CRUDController');
  1733.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1734.         $instance->setManagerType('orm');
  1735.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1736.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1737.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1738.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1739.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1740.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1741.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1742.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1743.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1744.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1745.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1746.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1747.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1748.         $instance->setPagerType('default');
  1749.         $instance->setLabel('Coupons');
  1750.         $instance->showMosaicButton(true);
  1751.         $instance->setTemplateRegistry(($this->services['app.admin.coupons.template_registry'] ?? $this->getApp_Admin_Coupons_TemplateRegistryService()));
  1752.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1753.         $instance->initialize();
  1754.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1755.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1756.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1757.         return $instance;
  1758.     }
  1759.     /**
  1760.      * Gets the public 'app.admin.coupons.template_registry' shared service.
  1761.      *
  1762.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1763.      */
  1764.     protected function getApp_Admin_Coupons_TemplateRegistryService()
  1765.     {
  1766.         return $this->services['app.admin.coupons.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1767.     }
  1768.     /**
  1769.      * Gets the public 'app.admin.custom_view' service.
  1770.      *
  1771.      * @return \App\Admin\ReportsAdmin
  1772.      */
  1773.     protected function getApp_Admin_CustomViewService()
  1774.     {
  1775.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1776.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1777.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1778.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1779.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1781.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1782.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1783.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1784.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1785.         include_once \dirname(__DIR__4).'/src/Admin/ReportsAdmin.php';
  1786.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1787.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1788.         $instance = new \App\Admin\ReportsAdmin('app.admin.custom_view'NULL'App\\Controller\\ReportsCRUDController');
  1789.         $instance->setManagerType('orm');
  1790.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1791.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1792.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1793.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1794.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1795.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1796.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1797.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1798.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1799.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1800.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1801.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1802.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1803.         $instance->setPagerType('default');
  1804.         $instance->setLabel('Rapporten');
  1805.         $instance->showMosaicButton(true);
  1806.         $instance->setTemplateRegistry(($this->services['app.admin.custom_view.template_registry'] ?? $this->getApp_Admin_CustomView_TemplateRegistryService()));
  1807.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1808.         $instance->initialize();
  1809.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1810.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1811.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1812.         return $instance;
  1813.     }
  1814.     /**
  1815.      * Gets the public 'app.admin.custom_view.template_registry' shared service.
  1816.      *
  1817.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1818.      */
  1819.     protected function getApp_Admin_CustomView_TemplateRegistryService()
  1820.     {
  1821.         return $this->services['app.admin.custom_view.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1822.     }
  1823.     /**
  1824.      * Gets the public 'app.admin.eventdates' service.
  1825.      *
  1826.      * @return \App\Admin\EventDatesAdmin
  1827.      */
  1828.     protected function getApp_Admin_EventdatesService()
  1829.     {
  1830.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1838.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1839.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1840.         include_once \dirname(__DIR__4).'/src/Admin/EventDatesAdmin.php';
  1841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1843.         $instance = new \App\Admin\EventDatesAdmin('app.admin.eventdates''App\\Entity\\EventDates''App\\Controller\\EventDatesCRUDController');
  1844.         $instance->setManagerType('orm');
  1845.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1846.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1847.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1848.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1849.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1850.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1851.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1852.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1853.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1854.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1855.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1856.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1857.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1858.         $instance->setPagerType('default');
  1859.         $instance->setLabel('Dates');
  1860.         $instance->showMosaicButton(true);
  1861.         $instance->setTemplateRegistry(($this->services['app.admin.eventdates.template_registry'] ?? $this->getApp_Admin_Eventdates_TemplateRegistryService()));
  1862.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1863.         $instance->initialize();
  1864.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1865.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1866.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1867.         return $instance;
  1868.     }
  1869.     /**
  1870.      * Gets the public 'app.admin.eventdates.template_registry' shared service.
  1871.      *
  1872.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1873.      */
  1874.     protected function getApp_Admin_Eventdates_TemplateRegistryService()
  1875.     {
  1876.         return $this->services['app.admin.eventdates.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1877.     }
  1878.     /**
  1879.      * Gets the public 'app.admin.eventdescription' service.
  1880.      *
  1881.      * @return \App\Admin\EventDescriptionAdmin
  1882.      */
  1883.     protected function getApp_Admin_EventdescriptionService()
  1884.     {
  1885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1894.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1895.         include_once \dirname(__DIR__4).'/src/Admin/EventDescriptionAdmin.php';
  1896.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1897.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1898.         $instance = new \App\Admin\EventDescriptionAdmin('app.admin.eventdescription''App\\Entity\\EventDescription''Sonata\\AdminBundle\\Controller\\CRUDController');
  1899.         $instance->setManagerType('orm');
  1900.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  1901.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  1902.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  1903.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  1904.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  1905.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  1906.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  1907.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  1908.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  1909.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  1910.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  1911.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  1912.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  1913.         $instance->setPagerType('default');
  1914.         $instance->setLabel('Description');
  1915.         $instance->showMosaicButton(true);
  1916.         $instance->setTemplateRegistry(($this->services['app.admin.eventdescription.template_registry'] ?? $this->getApp_Admin_Eventdescription_TemplateRegistryService()));
  1917.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1918.         $instance->initialize();
  1919.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  1920.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1921.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1922.         return $instance;
  1923.     }
  1924.     /**
  1925.      * Gets the public 'app.admin.eventdescription.template_registry' shared service.
  1926.      *
  1927.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  1928.      */
  1929.     protected function getApp_Admin_Eventdescription_TemplateRegistryService()
  1930.     {
  1931.         return $this->services['app.admin.eventdescription.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  1932.     }
  1933.     /**
  1934.      * Gets the public 'app.admin.eventextra' service.
  1935.      *
  1936.      * @return \App\Admin\EventExtraAdmin
  1937.      */
  1938.     protected function getApp_Admin_EventextraService()
  1939.     {
  1940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  1941.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  1942.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  1943.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  1944.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  1945.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  1946.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  1947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  1948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  1949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  1950.         include_once \dirname(__DIR__4).'/src/Admin/EventExtraAdmin.php';
  1951.         include_once \dirname(__DIR__4).'/src/Admin/EventExtraLanguageAdmin.php';
  1952.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  1953.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  1954.         $instance = new \App\Admin\EventExtraAdmin('app.admin.eventextra''App\\Entity\\EventExtra''Sonata\\AdminBundle\\Controller\\CRUDController');
  1955.         $a = new \App\Admin\EventExtraLanguageAdmin('app.admin.eventextralanguage''App\\Entity\\EventExtraLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  1956.         $b = ($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService());
  1957.         $c = ($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService());
  1958.         $d = ($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService());
  1959.         $e = ($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService());
  1960.         $f = ($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService());
  1961.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  1962.         $h = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  1963.         $i = ($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService());
  1964.         $j = ($this->services['validator'] ?? $this->getValidatorService());
  1965.         $k = ($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService());
  1966.         $l = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  1967.         $m = ($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService());
  1968.         $n = ($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy()));
  1969.         $o = ($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService());
  1970.         $a->setManagerType('orm');
  1971.         $a->setModelManager($b);
  1972.         $a->setFormContractor($c);
  1973.         $a->setShowBuilder($d);
  1974.         $a->setListBuilder($e);
  1975.         $a->setDatagridBuilder($f);
  1976.         $a->setTranslator($gfalse);
  1977.         $a->setConfigurationPool($h);
  1978.         $a->setRouteGenerator($i);
  1979.         $a->setValidator($j);
  1980.         $a->setSecurityHandler($k);
  1981.         $a->setMenuFactory($l);
  1982.         $a->setRouteBuilder($m);
  1983.         $a->setLabelTranslatorStrategy($n);
  1984.         $a->setPagerType('default');
  1985.         $a->setLabel('Extra Language');
  1986.         $a->showMosaicButton(true);
  1987.         $a->setTemplateRegistry(($this->services['app.admin.eventextralanguage.template_registry'] ?? $this->getApp_Admin_Eventextralanguage_TemplateRegistryService()));
  1988.         $a->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  1989.         $a->initialize();
  1990.         $a->addExtension($o);
  1991.         $a->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  1992.         $a->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  1993.         $instance->addChild($a'extra');
  1994.         $instance->setManagerType('orm');
  1995.         $instance->setModelManager($b);
  1996.         $instance->setFormContractor($c);
  1997.         $instance->setShowBuilder($d);
  1998.         $instance->setListBuilder($e);
  1999.         $instance->setDatagridBuilder($f);
  2000.         $instance->setTranslator($gfalse);
  2001.         $instance->setConfigurationPool($h);
  2002.         $instance->setRouteGenerator($i);
  2003.         $instance->setValidator($j);
  2004.         $instance->setSecurityHandler($k);
  2005.         $instance->setMenuFactory($l);
  2006.         $instance->setRouteBuilder($m);
  2007.         $instance->setLabelTranslatorStrategy($n);
  2008.         $instance->setPagerType('default');
  2009.         $instance->setLabel('Extra');
  2010.         $instance->showMosaicButton(true);
  2011.         $instance->setTemplateRegistry(($this->services['app.admin.eventextra.template_registry'] ?? $this->getApp_Admin_Eventextra_TemplateRegistryService()));
  2012.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2013.         $instance->initialize();
  2014.         $instance->addExtension($o);
  2015.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2016.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2017.         return $instance;
  2018.     }
  2019.     /**
  2020.      * Gets the public 'app.admin.eventextra.template_registry' shared service.
  2021.      *
  2022.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2023.      */
  2024.     protected function getApp_Admin_Eventextra_TemplateRegistryService()
  2025.     {
  2026.         return $this->services['app.admin.eventextra.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2027.     }
  2028.     /**
  2029.      * Gets the public 'app.admin.eventextralanguage' service.
  2030.      *
  2031.      * @return \App\Admin\EventExtraLanguageAdmin
  2032.      */
  2033.     protected function getApp_Admin_EventextralanguageService()
  2034.     {
  2035.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2036.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2037.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2038.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2039.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2040.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2041.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2042.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2043.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2045.         include_once \dirname(__DIR__4).'/src/Admin/EventExtraLanguageAdmin.php';
  2046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2048.         $instance = new \App\Admin\EventExtraLanguageAdmin('app.admin.eventextralanguage''App\\Entity\\EventExtraLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  2049.         $instance->setManagerType('orm');
  2050.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2051.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2052.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2053.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2054.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2055.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2056.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2057.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2058.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2059.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2060.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2061.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2062.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2063.         $instance->setPagerType('default');
  2064.         $instance->setLabel('Extra Language');
  2065.         $instance->showMosaicButton(true);
  2066.         $instance->setTemplateRegistry(($this->services['app.admin.eventextralanguage.template_registry'] ?? $this->getApp_Admin_Eventextralanguage_TemplateRegistryService()));
  2067.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2068.         $instance->initialize();
  2069.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2070.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2071.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2072.         return $instance;
  2073.     }
  2074.     /**
  2075.      * Gets the public 'app.admin.eventextralanguage.template_registry' shared service.
  2076.      *
  2077.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2078.      */
  2079.     protected function getApp_Admin_Eventextralanguage_TemplateRegistryService()
  2080.     {
  2081.         return $this->services['app.admin.eventextralanguage.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2082.     }
  2083.     /**
  2084.      * Gets the public 'app.admin.eventimage' service.
  2085.      *
  2086.      * @return \App\Admin\EventImageAdmin
  2087.      */
  2088.     protected function getApp_Admin_EventimageService()
  2089.     {
  2090.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2091.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2092.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2093.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2094.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2097.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2098.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2100.         include_once \dirname(__DIR__4).'/src/Admin/EventImageAdmin.php';
  2101.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2102.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2103.         $instance = new \App\Admin\EventImageAdmin('app.admin.eventimage''App\\Entity\\EventImage''Sonata\\AdminBundle\\Controller\\CRUDController');
  2104.         $instance->setManagerType('orm');
  2105.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2106.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2107.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2108.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2109.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2110.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2111.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2112.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2113.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2114.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2115.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2116.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2117.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2118.         $instance->setPagerType('default');
  2119.         $instance->setLabel('Images');
  2120.         $instance->showMosaicButton(true);
  2121.         $instance->setTemplateRegistry(($this->services['app.admin.eventimage.template_registry'] ?? $this->getApp_Admin_Eventimage_TemplateRegistryService()));
  2122.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2123.         $instance->initialize();
  2124.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2125.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2126.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2127.         return $instance;
  2128.     }
  2129.     /**
  2130.      * Gets the public 'app.admin.eventimage.template_registry' shared service.
  2131.      *
  2132.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2133.      */
  2134.     protected function getApp_Admin_Eventimage_TemplateRegistryService()
  2135.     {
  2136.         return $this->services['app.admin.eventimage.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2137.     }
  2138.     /**
  2139.      * Gets the public 'app.admin.eventmeta' service.
  2140.      *
  2141.      * @return \App\Admin\EventMetaAdmin
  2142.      */
  2143.     protected function getApp_Admin_EventmetaService()
  2144.     {
  2145.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2146.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2147.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2148.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2149.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2150.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2151.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2152.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2153.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2154.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2155.         include_once \dirname(__DIR__4).'/src/Admin/EventMetaAdmin.php';
  2156.         include_once \dirname(__DIR__4).'/src/Admin/EventMetaLanguageAdmin.php';
  2157.         include_once \dirname(__DIR__4).'/src/Admin/EventMetaDataAdmin.php';
  2158.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2159.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2160.         $instance = new \App\Admin\EventMetaAdmin('app.admin.eventmeta''App\\Entity\\EventMeta''Sonata\\AdminBundle\\Controller\\CRUDController');
  2161.         $a = new \App\Admin\EventMetaLanguageAdmin('app.admin.eventmetalanguage''App\\Entity\\EventMetaLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  2162.         $b = ($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService());
  2163.         $c = ($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService());
  2164.         $d = ($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService());
  2165.         $e = ($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService());
  2166.         $f = ($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService());
  2167.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  2168.         $h = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  2169.         $i = ($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService());
  2170.         $j = ($this->services['validator'] ?? $this->getValidatorService());
  2171.         $k = ($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService());
  2172.         $l = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  2173.         $m = ($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService());
  2174.         $n = ($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy()));
  2175.         $o = ($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService());
  2176.         $a->setManagerType('orm');
  2177.         $a->setModelManager($b);
  2178.         $a->setFormContractor($c);
  2179.         $a->setShowBuilder($d);
  2180.         $a->setListBuilder($e);
  2181.         $a->setDatagridBuilder($f);
  2182.         $a->setTranslator($gfalse);
  2183.         $a->setConfigurationPool($h);
  2184.         $a->setRouteGenerator($i);
  2185.         $a->setValidator($j);
  2186.         $a->setSecurityHandler($k);
  2187.         $a->setMenuFactory($l);
  2188.         $a->setRouteBuilder($m);
  2189.         $a->setLabelTranslatorStrategy($n);
  2190.         $a->setPagerType('default');
  2191.         $a->setLabel('Meta Language');
  2192.         $a->showMosaicButton(true);
  2193.         $a->setTemplateRegistry(($this->services['app.admin.eventmetalanguage.template_registry'] ?? $this->getApp_Admin_Eventmetalanguage_TemplateRegistryService()));
  2194.         $a->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2195.         $a->initialize();
  2196.         $a->addExtension($o);
  2197.         $a->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2198.         $a->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2199.         $p = new \App\Admin\EventMetaDataAdmin('app.admin.eventmetadata''App\\Entity\\EventMetaOptions''Sonata\\AdminBundle\\Controller\\CRUDController');
  2200.         $p->setManagerType('orm');
  2201.         $p->setModelManager($b);
  2202.         $p->setFormContractor($c);
  2203.         $p->setShowBuilder($d);
  2204.         $p->setListBuilder($e);
  2205.         $p->setDatagridBuilder($f);
  2206.         $p->setTranslator($gfalse);
  2207.         $p->setConfigurationPool($h);
  2208.         $p->setRouteGenerator($i);
  2209.         $p->setValidator($j);
  2210.         $p->setSecurityHandler($k);
  2211.         $p->setMenuFactory($l);
  2212.         $p->setRouteBuilder($m);
  2213.         $p->setLabelTranslatorStrategy($n);
  2214.         $p->setPagerType('default');
  2215.         $p->setLabel('Meta Data');
  2216.         $p->showMosaicButton(true);
  2217.         $p->setTemplateRegistry(($this->services['app.admin.eventmetadata.template_registry'] ?? $this->getApp_Admin_Eventmetadata_TemplateRegistryService()));
  2218.         $p->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2219.         $p->initialize();
  2220.         $p->addExtension($o);
  2221.         $p->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2222.         $p->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2223.         $instance->addChild($a'meta');
  2224.         $instance->addChild($p'meta');
  2225.         $instance->setManagerType('orm');
  2226.         $instance->setModelManager($b);
  2227.         $instance->setFormContractor($c);
  2228.         $instance->setShowBuilder($d);
  2229.         $instance->setListBuilder($e);
  2230.         $instance->setDatagridBuilder($f);
  2231.         $instance->setTranslator($gfalse);
  2232.         $instance->setConfigurationPool($h);
  2233.         $instance->setRouteGenerator($i);
  2234.         $instance->setValidator($j);
  2235.         $instance->setSecurityHandler($k);
  2236.         $instance->setMenuFactory($l);
  2237.         $instance->setRouteBuilder($m);
  2238.         $instance->setLabelTranslatorStrategy($n);
  2239.         $instance->setPagerType('default');
  2240.         $instance->setLabel('Meta');
  2241.         $instance->showMosaicButton(true);
  2242.         $instance->setTemplateRegistry(($this->services['app.admin.eventmeta.template_registry'] ?? $this->getApp_Admin_Eventmeta_TemplateRegistryService()));
  2243.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2244.         $instance->initialize();
  2245.         $instance->addExtension($o);
  2246.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2247.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2248.         return $instance;
  2249.     }
  2250.     /**
  2251.      * Gets the public 'app.admin.eventmeta.template_registry' shared service.
  2252.      *
  2253.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2254.      */
  2255.     protected function getApp_Admin_Eventmeta_TemplateRegistryService()
  2256.     {
  2257.         return $this->services['app.admin.eventmeta.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2258.     }
  2259.     /**
  2260.      * Gets the public 'app.admin.eventmetadata' service.
  2261.      *
  2262.      * @return \App\Admin\EventMetaDataAdmin
  2263.      */
  2264.     protected function getApp_Admin_EventmetadataService()
  2265.     {
  2266.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2267.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2268.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2269.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2270.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2271.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2272.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2274.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2275.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2276.         include_once \dirname(__DIR__4).'/src/Admin/EventMetaDataAdmin.php';
  2277.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2278.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2279.         $instance = new \App\Admin\EventMetaDataAdmin('app.admin.eventmetadata''App\\Entity\\EventMetaOptions''Sonata\\AdminBundle\\Controller\\CRUDController');
  2280.         $instance->setManagerType('orm');
  2281.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2282.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2283.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2284.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2285.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2286.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2287.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2288.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2289.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2290.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2291.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2292.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2293.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2294.         $instance->setPagerType('default');
  2295.         $instance->setLabel('Meta Data');
  2296.         $instance->showMosaicButton(true);
  2297.         $instance->setTemplateRegistry(($this->services['app.admin.eventmetadata.template_registry'] ?? $this->getApp_Admin_Eventmetadata_TemplateRegistryService()));
  2298.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2299.         $instance->initialize();
  2300.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2301.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2302.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2303.         return $instance;
  2304.     }
  2305.     /**
  2306.      * Gets the public 'app.admin.eventmetadata.template_registry' shared service.
  2307.      *
  2308.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2309.      */
  2310.     protected function getApp_Admin_Eventmetadata_TemplateRegistryService()
  2311.     {
  2312.         return $this->services['app.admin.eventmetadata.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2313.     }
  2314.     /**
  2315.      * Gets the public 'app.admin.eventmetalanguage' service.
  2316.      *
  2317.      * @return \App\Admin\EventMetaLanguageAdmin
  2318.      */
  2319.     protected function getApp_Admin_EventmetalanguageService()
  2320.     {
  2321.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2322.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2323.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2324.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2325.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2326.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2327.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2328.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2329.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2330.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2331.         include_once \dirname(__DIR__4).'/src/Admin/EventMetaLanguageAdmin.php';
  2332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2334.         $instance = new \App\Admin\EventMetaLanguageAdmin('app.admin.eventmetalanguage''App\\Entity\\EventMetaLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  2335.         $instance->setManagerType('orm');
  2336.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2337.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2338.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2339.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2340.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2341.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2342.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2343.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2344.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2345.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2346.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2347.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2348.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2349.         $instance->setPagerType('default');
  2350.         $instance->setLabel('Meta Language');
  2351.         $instance->showMosaicButton(true);
  2352.         $instance->setTemplateRegistry(($this->services['app.admin.eventmetalanguage.template_registry'] ?? $this->getApp_Admin_Eventmetalanguage_TemplateRegistryService()));
  2353.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2354.         $instance->initialize();
  2355.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2356.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2357.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2358.         return $instance;
  2359.     }
  2360.     /**
  2361.      * Gets the public 'app.admin.eventmetalanguage.template_registry' shared service.
  2362.      *
  2363.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2364.      */
  2365.     protected function getApp_Admin_Eventmetalanguage_TemplateRegistryService()
  2366.     {
  2367.         return $this->services['app.admin.eventmetalanguage.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2368.     }
  2369.     /**
  2370.      * Gets the public 'app.admin.eventpasswords' service.
  2371.      *
  2372.      * @return \App\Admin\EventPasswordsAdmin
  2373.      */
  2374.     protected function getApp_Admin_EventpasswordsService()
  2375.     {
  2376.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2377.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2378.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2379.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2380.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2381.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2382.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2383.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2384.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2385.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2386.         include_once \dirname(__DIR__4).'/src/Admin/EventPasswordsAdmin.php';
  2387.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2388.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2389.         $instance = new \App\Admin\EventPasswordsAdmin('app.admin.eventpasswords''App\\Entity\\EventPasswords''Sonata\\AdminBundle\\Controller\\CRUDController');
  2390.         $instance->setManagerType('orm');
  2391.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2392.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2393.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2394.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2395.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2396.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2397.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2398.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2399.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2400.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2401.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2402.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2403.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2404.         $instance->setPagerType('default');
  2405.         $instance->setLabel('Wachtwoorden');
  2406.         $instance->showMosaicButton(true);
  2407.         $instance->setTemplateRegistry(($this->services['app.admin.eventpasswords.template_registry'] ?? $this->getApp_Admin_Eventpasswords_TemplateRegistryService()));
  2408.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2409.         $instance->initialize();
  2410.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2411.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2412.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2413.         return $instance;
  2414.     }
  2415.     /**
  2416.      * Gets the public 'app.admin.eventpasswords.template_registry' shared service.
  2417.      *
  2418.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2419.      */
  2420.     protected function getApp_Admin_Eventpasswords_TemplateRegistryService()
  2421.     {
  2422.         return $this->services['app.admin.eventpasswords.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2423.     }
  2424.     /**
  2425.      * Gets the public 'app.admin.events' service.
  2426.      *
  2427.      * @return \App\Admin\EventsAdmin
  2428.      */
  2429.     protected function getApp_Admin_EventsService()
  2430.     {
  2431.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2432.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2433.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2435.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2436.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2437.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2438.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2441.         include_once \dirname(__DIR__4).'/src/Admin/EventsAdmin.php';
  2442.         include_once \dirname(__DIR__4).'/src/Admin/EventSlugsAdmin.php';
  2443.         include_once \dirname(__DIR__4).'/src/Admin/EventDatesAdmin.php';
  2444.         include_once \dirname(__DIR__4).'/src/Admin/EventDescriptionAdmin.php';
  2445.         include_once \dirname(__DIR__4).'/src/Admin/EventImageAdmin.php';
  2446.         include_once \dirname(__DIR__4).'/src/Admin/SitesToEventsAdmin.php';
  2447.         include_once \dirname(__DIR__4).'/src/Admin/EventTicketsAdmin.php';
  2448.         include_once \dirname(__DIR__4).'/src/Admin/EventTicketsLanguageAdmin.php';
  2449.         include_once \dirname(__DIR__4).'/src/Admin/EventExtraAdmin.php';
  2450.         include_once \dirname(__DIR__4).'/src/Admin/EventExtraLanguageAdmin.php';
  2451.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2452.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2453.         $instance = new \App\Admin\EventsAdmin('app.admin.events''App\\Entity\\Events''App\\Controller\\EventsCRUDController');
  2454.         $a = new \App\Admin\EventSlugsAdmin('app.admin.eventslugs''App\\Entity\\EventSlugs''Sonata\\AdminBundle\\Controller\\CRUDController');
  2455.         $b = ($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService());
  2456.         $c = ($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService());
  2457.         $d = ($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService());
  2458.         $e = ($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService());
  2459.         $f = ($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService());
  2460.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  2461.         $h = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  2462.         $i = ($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService());
  2463.         $j = ($this->services['validator'] ?? $this->getValidatorService());
  2464.         $k = ($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService());
  2465.         $l = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  2466.         $m = ($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService());
  2467.         $n = ($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy()));
  2468.         $o = ($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService());
  2469.         $a->setManagerType('orm');
  2470.         $a->setModelManager($b);
  2471.         $a->setFormContractor($c);
  2472.         $a->setShowBuilder($d);
  2473.         $a->setListBuilder($e);
  2474.         $a->setDatagridBuilder($f);
  2475.         $a->setTranslator($gfalse);
  2476.         $a->setConfigurationPool($h);
  2477.         $a->setRouteGenerator($i);
  2478.         $a->setValidator($j);
  2479.         $a->setSecurityHandler($k);
  2480.         $a->setMenuFactory($l);
  2481.         $a->setRouteBuilder($m);
  2482.         $a->setLabelTranslatorStrategy($n);
  2483.         $a->setPagerType('default');
  2484.         $a->setLabel('Slugs');
  2485.         $a->showMosaicButton(true);
  2486.         $a->setTemplateRegistry(($this->services['app.admin.eventslugs.template_registry'] ?? $this->getApp_Admin_Eventslugs_TemplateRegistryService()));
  2487.         $a->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2488.         $a->initialize();
  2489.         $a->addExtension($o);
  2490.         $a->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2491.         $a->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2492.         $p = new \App\Admin\EventDatesAdmin('app.admin.eventdates''App\\Entity\\EventDates''App\\Controller\\EventDatesCRUDController');
  2493.         $p->setManagerType('orm');
  2494.         $p->setModelManager($b);
  2495.         $p->setFormContractor($c);
  2496.         $p->setShowBuilder($d);
  2497.         $p->setListBuilder($e);
  2498.         $p->setDatagridBuilder($f);
  2499.         $p->setTranslator($gfalse);
  2500.         $p->setConfigurationPool($h);
  2501.         $p->setRouteGenerator($i);
  2502.         $p->setValidator($j);
  2503.         $p->setSecurityHandler($k);
  2504.         $p->setMenuFactory($l);
  2505.         $p->setRouteBuilder($m);
  2506.         $p->setLabelTranslatorStrategy($n);
  2507.         $p->setPagerType('default');
  2508.         $p->setLabel('Dates');
  2509.         $p->showMosaicButton(true);
  2510.         $p->setTemplateRegistry(($this->services['app.admin.eventdates.template_registry'] ?? $this->getApp_Admin_Eventdates_TemplateRegistryService()));
  2511.         $p->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2512.         $p->initialize();
  2513.         $p->addExtension($o);
  2514.         $p->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2515.         $p->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2516.         $q = new \App\Admin\EventDescriptionAdmin('app.admin.eventdescription''App\\Entity\\EventDescription''Sonata\\AdminBundle\\Controller\\CRUDController');
  2517.         $q->setManagerType('orm');
  2518.         $q->setModelManager($b);
  2519.         $q->setFormContractor($c);
  2520.         $q->setShowBuilder($d);
  2521.         $q->setListBuilder($e);
  2522.         $q->setDatagridBuilder($f);
  2523.         $q->setTranslator($gfalse);
  2524.         $q->setConfigurationPool($h);
  2525.         $q->setRouteGenerator($i);
  2526.         $q->setValidator($j);
  2527.         $q->setSecurityHandler($k);
  2528.         $q->setMenuFactory($l);
  2529.         $q->setRouteBuilder($m);
  2530.         $q->setLabelTranslatorStrategy($n);
  2531.         $q->setPagerType('default');
  2532.         $q->setLabel('Description');
  2533.         $q->showMosaicButton(true);
  2534.         $q->setTemplateRegistry(($this->services['app.admin.eventdescription.template_registry'] ?? $this->getApp_Admin_Eventdescription_TemplateRegistryService()));
  2535.         $q->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2536.         $q->initialize();
  2537.         $q->addExtension($o);
  2538.         $q->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2539.         $q->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2540.         $r = new \App\Admin\EventImageAdmin('app.admin.eventimage''App\\Entity\\EventImage''Sonata\\AdminBundle\\Controller\\CRUDController');
  2541.         $r->setManagerType('orm');
  2542.         $r->setModelManager($b);
  2543.         $r->setFormContractor($c);
  2544.         $r->setShowBuilder($d);
  2545.         $r->setListBuilder($e);
  2546.         $r->setDatagridBuilder($f);
  2547.         $r->setTranslator($gfalse);
  2548.         $r->setConfigurationPool($h);
  2549.         $r->setRouteGenerator($i);
  2550.         $r->setValidator($j);
  2551.         $r->setSecurityHandler($k);
  2552.         $r->setMenuFactory($l);
  2553.         $r->setRouteBuilder($m);
  2554.         $r->setLabelTranslatorStrategy($n);
  2555.         $r->setPagerType('default');
  2556.         $r->setLabel('Images');
  2557.         $r->showMosaicButton(true);
  2558.         $r->setTemplateRegistry(($this->services['app.admin.eventimage.template_registry'] ?? $this->getApp_Admin_Eventimage_TemplateRegistryService()));
  2559.         $r->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2560.         $r->initialize();
  2561.         $r->addExtension($o);
  2562.         $r->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2563.         $r->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2564.         $s = new \App\Admin\SitesToEventsAdmin('app.admin.sitesevents''App\\Entity\\SitesToEvents''Sonata\\AdminBundle\\Controller\\CRUDController');
  2565.         $s->setManagerType('orm');
  2566.         $s->setModelManager($b);
  2567.         $s->setFormContractor($c);
  2568.         $s->setShowBuilder($d);
  2569.         $s->setListBuilder($e);
  2570.         $s->setDatagridBuilder($f);
  2571.         $s->setTranslator($gfalse);
  2572.         $s->setConfigurationPool($h);
  2573.         $s->setRouteGenerator($i);
  2574.         $s->setValidator($j);
  2575.         $s->setSecurityHandler($k);
  2576.         $s->setMenuFactory($l);
  2577.         $s->setRouteBuilder($m);
  2578.         $s->setLabelTranslatorStrategy($n);
  2579.         $s->setPagerType('default');
  2580.         $s->setLabel('Sites To Events');
  2581.         $s->showMosaicButton(true);
  2582.         $s->setTemplateRegistry(($this->services['app.admin.sitesevents.template_registry'] ?? $this->getApp_Admin_Sitesevents_TemplateRegistryService()));
  2583.         $s->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2584.         $s->initialize();
  2585.         $s->addExtension($o);
  2586.         $s->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2587.         $s->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2588.         $t = new \App\Admin\EventTicketsAdmin('app.admin.eventtickets''App\\Entity\\EventTickets''App\\Controller\\EventTicketsCRUDController');
  2589.         $u = new \App\Admin\EventTicketsLanguageAdmin('app.admin.eventticketslanguage''App\\Entity\\EventTicketsLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  2590.         $u->setManagerType('orm');
  2591.         $u->setModelManager($b);
  2592.         $u->setFormContractor($c);
  2593.         $u->setShowBuilder($d);
  2594.         $u->setListBuilder($e);
  2595.         $u->setDatagridBuilder($f);
  2596.         $u->setTranslator($gfalse);
  2597.         $u->setConfigurationPool($h);
  2598.         $u->setRouteGenerator($i);
  2599.         $u->setValidator($j);
  2600.         $u->setSecurityHandler($k);
  2601.         $u->setMenuFactory($l);
  2602.         $u->setRouteBuilder($m);
  2603.         $u->setLabelTranslatorStrategy($n);
  2604.         $u->setPagerType('default');
  2605.         $u->setLabel('Tickets Language');
  2606.         $u->showMosaicButton(true);
  2607.         $u->setTemplateRegistry(($this->services['app.admin.eventticketslanguage.template_registry'] ?? $this->getApp_Admin_Eventticketslanguage_TemplateRegistryService()));
  2608.         $u->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2609.         $u->initialize();
  2610.         $u->addExtension($o);
  2611.         $u->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2612.         $u->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2613.         $t->addChild($u'tickets');
  2614.         $t->setManagerType('orm');
  2615.         $t->setModelManager($b);
  2616.         $t->setFormContractor($c);
  2617.         $t->setShowBuilder($d);
  2618.         $t->setListBuilder($e);
  2619.         $t->setDatagridBuilder($f);
  2620.         $t->setTranslator($gfalse);
  2621.         $t->setConfigurationPool($h);
  2622.         $t->setRouteGenerator($i);
  2623.         $t->setValidator($j);
  2624.         $t->setSecurityHandler($k);
  2625.         $t->setMenuFactory($l);
  2626.         $t->setRouteBuilder($m);
  2627.         $t->setLabelTranslatorStrategy($n);
  2628.         $t->setPagerType('default');
  2629.         $t->setLabel('Tickets');
  2630.         $t->showMosaicButton(true);
  2631.         $t->setTemplateRegistry(($this->services['app.admin.eventtickets.template_registry'] ?? $this->getApp_Admin_Eventtickets_TemplateRegistryService()));
  2632.         $t->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2633.         $t->initialize();
  2634.         $t->addExtension($o);
  2635.         $t->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2636.         $t->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2637.         $v = new \App\Admin\EventExtraAdmin('app.admin.eventextra''App\\Entity\\EventExtra''Sonata\\AdminBundle\\Controller\\CRUDController');
  2638.         $w = new \App\Admin\EventExtraLanguageAdmin('app.admin.eventextralanguage''App\\Entity\\EventExtraLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  2639.         $w->setManagerType('orm');
  2640.         $w->setModelManager($b);
  2641.         $w->setFormContractor($c);
  2642.         $w->setShowBuilder($d);
  2643.         $w->setListBuilder($e);
  2644.         $w->setDatagridBuilder($f);
  2645.         $w->setTranslator($gfalse);
  2646.         $w->setConfigurationPool($h);
  2647.         $w->setRouteGenerator($i);
  2648.         $w->setValidator($j);
  2649.         $w->setSecurityHandler($k);
  2650.         $w->setMenuFactory($l);
  2651.         $w->setRouteBuilder($m);
  2652.         $w->setLabelTranslatorStrategy($n);
  2653.         $w->setPagerType('default');
  2654.         $w->setLabel('Extra Language');
  2655.         $w->showMosaicButton(true);
  2656.         $w->setTemplateRegistry(($this->services['app.admin.eventextralanguage.template_registry'] ?? $this->getApp_Admin_Eventextralanguage_TemplateRegistryService()));
  2657.         $w->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2658.         $w->initialize();
  2659.         $w->addExtension($o);
  2660.         $w->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2661.         $w->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2662.         $v->addChild($w'extra');
  2663.         $v->setManagerType('orm');
  2664.         $v->setModelManager($b);
  2665.         $v->setFormContractor($c);
  2666.         $v->setShowBuilder($d);
  2667.         $v->setListBuilder($e);
  2668.         $v->setDatagridBuilder($f);
  2669.         $v->setTranslator($gfalse);
  2670.         $v->setConfigurationPool($h);
  2671.         $v->setRouteGenerator($i);
  2672.         $v->setValidator($j);
  2673.         $v->setSecurityHandler($k);
  2674.         $v->setMenuFactory($l);
  2675.         $v->setRouteBuilder($m);
  2676.         $v->setLabelTranslatorStrategy($n);
  2677.         $v->setPagerType('default');
  2678.         $v->setLabel('Extra');
  2679.         $v->showMosaicButton(true);
  2680.         $v->setTemplateRegistry(($this->services['app.admin.eventextra.template_registry'] ?? $this->getApp_Admin_Eventextra_TemplateRegistryService()));
  2681.         $v->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2682.         $v->initialize();
  2683.         $v->addExtension($o);
  2684.         $v->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2685.         $v->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2686.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2687.         $instance->addChild($a'events');
  2688.         $instance->addChild($p'events');
  2689.         $instance->addChild($q'events');
  2690.         $instance->addChild($r'events');
  2691.         $instance->addChild($s'events');
  2692.         $instance->addChild($t'events');
  2693.         $instance->addChild($v'events');
  2694.         $instance->setManagerType('orm');
  2695.         $instance->setModelManager($b);
  2696.         $instance->setFormContractor($c);
  2697.         $instance->setShowBuilder($d);
  2698.         $instance->setListBuilder($e);
  2699.         $instance->setDatagridBuilder($f);
  2700.         $instance->setTranslator($gfalse);
  2701.         $instance->setConfigurationPool($h);
  2702.         $instance->setRouteGenerator($i);
  2703.         $instance->setValidator($j);
  2704.         $instance->setSecurityHandler($k);
  2705.         $instance->setMenuFactory($l);
  2706.         $instance->setRouteBuilder($m);
  2707.         $instance->setLabelTranslatorStrategy($n);
  2708.         $instance->setPagerType('default');
  2709.         $instance->setLabel('Events');
  2710.         $instance->showMosaicButton(true);
  2711.         $instance->setTemplateRegistry(($this->services['app.admin.events.template_registry'] ?? $this->getApp_Admin_Events_TemplateRegistryService()));
  2712.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2713.         $instance->initialize();
  2714.         $instance->addExtension($o);
  2715.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2716.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2717.         return $instance;
  2718.     }
  2719.     /**
  2720.      * Gets the public 'app.admin.events.template_registry' shared service.
  2721.      *
  2722.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2723.      */
  2724.     protected function getApp_Admin_Events_TemplateRegistryService()
  2725.     {
  2726.         return $this->services['app.admin.events.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2727.     }
  2728.     /**
  2729.      * Gets the public 'app.admin.eventslugs' service.
  2730.      *
  2731.      * @return \App\Admin\EventSlugsAdmin
  2732.      */
  2733.     protected function getApp_Admin_EventslugsService()
  2734.     {
  2735.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2736.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2737.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2738.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2739.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2740.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2741.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2742.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2743.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2744.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2745.         include_once \dirname(__DIR__4).'/src/Admin/EventSlugsAdmin.php';
  2746.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2747.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2748.         $instance = new \App\Admin\EventSlugsAdmin('app.admin.eventslugs''App\\Entity\\EventSlugs''Sonata\\AdminBundle\\Controller\\CRUDController');
  2749.         $instance->setManagerType('orm');
  2750.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2751.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2752.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2753.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2754.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2755.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2756.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2757.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2758.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2759.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2760.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2761.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2762.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2763.         $instance->setPagerType('default');
  2764.         $instance->setLabel('Slugs');
  2765.         $instance->showMosaicButton(true);
  2766.         $instance->setTemplateRegistry(($this->services['app.admin.eventslugs.template_registry'] ?? $this->getApp_Admin_Eventslugs_TemplateRegistryService()));
  2767.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2768.         $instance->initialize();
  2769.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2770.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2771.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2772.         return $instance;
  2773.     }
  2774.     /**
  2775.      * Gets the public 'app.admin.eventslugs.template_registry' shared service.
  2776.      *
  2777.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2778.      */
  2779.     protected function getApp_Admin_Eventslugs_TemplateRegistryService()
  2780.     {
  2781.         return $this->services['app.admin.eventslugs.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2782.     }
  2783.     /**
  2784.      * Gets the public 'app.admin.eventtickets' service.
  2785.      *
  2786.      * @return \App\Admin\EventTicketsAdmin
  2787.      */
  2788.     protected function getApp_Admin_EventticketsService()
  2789.     {
  2790.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2791.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2792.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2793.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2794.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2795.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2796.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2797.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2798.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2799.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2800.         include_once \dirname(__DIR__4).'/src/Admin/EventTicketsAdmin.php';
  2801.         include_once \dirname(__DIR__4).'/src/Admin/EventTicketsLanguageAdmin.php';
  2802.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2803.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2804.         $instance = new \App\Admin\EventTicketsAdmin('app.admin.eventtickets''App\\Entity\\EventTickets''App\\Controller\\EventTicketsCRUDController');
  2805.         $a = new \App\Admin\EventTicketsLanguageAdmin('app.admin.eventticketslanguage''App\\Entity\\EventTicketsLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  2806.         $b = ($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService());
  2807.         $c = ($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService());
  2808.         $d = ($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService());
  2809.         $e = ($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService());
  2810.         $f = ($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService());
  2811.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  2812.         $h = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  2813.         $i = ($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService());
  2814.         $j = ($this->services['validator'] ?? $this->getValidatorService());
  2815.         $k = ($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService());
  2816.         $l = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  2817.         $m = ($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService());
  2818.         $n = ($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy()));
  2819.         $o = ($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService());
  2820.         $a->setManagerType('orm');
  2821.         $a->setModelManager($b);
  2822.         $a->setFormContractor($c);
  2823.         $a->setShowBuilder($d);
  2824.         $a->setListBuilder($e);
  2825.         $a->setDatagridBuilder($f);
  2826.         $a->setTranslator($gfalse);
  2827.         $a->setConfigurationPool($h);
  2828.         $a->setRouteGenerator($i);
  2829.         $a->setValidator($j);
  2830.         $a->setSecurityHandler($k);
  2831.         $a->setMenuFactory($l);
  2832.         $a->setRouteBuilder($m);
  2833.         $a->setLabelTranslatorStrategy($n);
  2834.         $a->setPagerType('default');
  2835.         $a->setLabel('Tickets Language');
  2836.         $a->showMosaicButton(true);
  2837.         $a->setTemplateRegistry(($this->services['app.admin.eventticketslanguage.template_registry'] ?? $this->getApp_Admin_Eventticketslanguage_TemplateRegistryService()));
  2838.         $a->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2839.         $a->initialize();
  2840.         $a->addExtension($o);
  2841.         $a->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2842.         $a->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2843.         $instance->addChild($a'tickets');
  2844.         $instance->setManagerType('orm');
  2845.         $instance->setModelManager($b);
  2846.         $instance->setFormContractor($c);
  2847.         $instance->setShowBuilder($d);
  2848.         $instance->setListBuilder($e);
  2849.         $instance->setDatagridBuilder($f);
  2850.         $instance->setTranslator($gfalse);
  2851.         $instance->setConfigurationPool($h);
  2852.         $instance->setRouteGenerator($i);
  2853.         $instance->setValidator($j);
  2854.         $instance->setSecurityHandler($k);
  2855.         $instance->setMenuFactory($l);
  2856.         $instance->setRouteBuilder($m);
  2857.         $instance->setLabelTranslatorStrategy($n);
  2858.         $instance->setPagerType('default');
  2859.         $instance->setLabel('Tickets');
  2860.         $instance->showMosaicButton(true);
  2861.         $instance->setTemplateRegistry(($this->services['app.admin.eventtickets.template_registry'] ?? $this->getApp_Admin_Eventtickets_TemplateRegistryService()));
  2862.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2863.         $instance->initialize();
  2864.         $instance->addExtension($o);
  2865.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2866.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2867.         return $instance;
  2868.     }
  2869.     /**
  2870.      * Gets the public 'app.admin.eventtickets.template_registry' shared service.
  2871.      *
  2872.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2873.      */
  2874.     protected function getApp_Admin_Eventtickets_TemplateRegistryService()
  2875.     {
  2876.         return $this->services['app.admin.eventtickets.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2877.     }
  2878.     /**
  2879.      * Gets the public 'app.admin.eventticketslanguage' service.
  2880.      *
  2881.      * @return \App\Admin\EventTicketsLanguageAdmin
  2882.      */
  2883.     protected function getApp_Admin_EventticketslanguageService()
  2884.     {
  2885.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2886.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2887.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2888.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2889.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2890.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2892.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2893.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2894.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2895.         include_once \dirname(__DIR__4).'/src/Admin/EventTicketsLanguageAdmin.php';
  2896.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2897.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2898.         $instance = new \App\Admin\EventTicketsLanguageAdmin('app.admin.eventticketslanguage''App\\Entity\\EventTicketsLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  2899.         $instance->setManagerType('orm');
  2900.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2901.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2902.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2903.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2904.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2905.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2906.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2907.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2908.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2909.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2910.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2911.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2912.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2913.         $instance->setPagerType('default');
  2914.         $instance->setLabel('Tickets Language');
  2915.         $instance->showMosaicButton(true);
  2916.         $instance->setTemplateRegistry(($this->services['app.admin.eventticketslanguage.template_registry'] ?? $this->getApp_Admin_Eventticketslanguage_TemplateRegistryService()));
  2917.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2918.         $instance->initialize();
  2919.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2920.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2921.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2922.         return $instance;
  2923.     }
  2924.     /**
  2925.      * Gets the public 'app.admin.eventticketslanguage.template_registry' shared service.
  2926.      *
  2927.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2928.      */
  2929.     protected function getApp_Admin_Eventticketslanguage_TemplateRegistryService()
  2930.     {
  2931.         return $this->services['app.admin.eventticketslanguage.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2932.     }
  2933.     /**
  2934.      * Gets the public 'app.admin.guestlist' service.
  2935.      *
  2936.      * @return \App\Admin\GuestListAdmin
  2937.      */
  2938.     protected function getApp_Admin_GuestlistService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2941.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2942.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2943.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  2944.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  2945.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  2946.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  2947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  2948.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  2949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  2950.         include_once \dirname(__DIR__4).'/src/Admin/GuestlistAdmin.php';
  2951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  2952.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  2953.         $instance = new \App\Admin\GuestListAdmin('app.admin.guestlist''App\\Entity\\Guestlist''Sonata\\AdminBundle\\Controller\\CRUDController');
  2954.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2955.         $instance->setManagerType('orm');
  2956.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  2957.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  2958.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  2959.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  2960.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  2961.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  2962.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  2963.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  2964.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  2965.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  2966.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  2967.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  2968.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  2969.         $instance->setPagerType('default');
  2970.         $instance->setLabel('Gastenlijst');
  2971.         $instance->showMosaicButton(true);
  2972.         $instance->setTemplateRegistry(($this->services['app.admin.guestlist.template_registry'] ?? $this->getApp_Admin_Guestlist_TemplateRegistryService()));
  2973.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  2974.         $instance->initialize();
  2975.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  2976.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  2977.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  2978.         return $instance;
  2979.     }
  2980.     /**
  2981.      * Gets the public 'app.admin.guestlist.template_registry' shared service.
  2982.      *
  2983.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  2984.      */
  2985.     protected function getApp_Admin_Guestlist_TemplateRegistryService()
  2986.     {
  2987.         return $this->services['app.admin.guestlist.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  2988.     }
  2989.     /**
  2990.      * Gets the public 'app.admin.guestlistitems' service.
  2991.      *
  2992.      * @return \App\Admin\GuestListItemsAdmin
  2993.      */
  2994.     protected function getApp_Admin_GuestlistitemsService()
  2995.     {
  2996.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  2997.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  2998.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  2999.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3000.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3001.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3002.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3003.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3004.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3005.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3006.         include_once \dirname(__DIR__4).'/src/Admin/GuestlistItemsAdmin.php';
  3007.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3008.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3009.         $instance = new \App\Admin\GuestListItemsAdmin('app.admin.guestlistitems''App\\Entity\\GuestlistItems''Sonata\\AdminBundle\\Controller\\CRUDController');
  3010.         $instance->setManagerType('orm');
  3011.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3012.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3013.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3014.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3015.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3016.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3017.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3018.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3019.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3020.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3021.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3022.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3023.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3024.         $instance->setPagerType('default');
  3025.         $instance->setLabel('Gastenlijst Items');
  3026.         $instance->showMosaicButton(true);
  3027.         $instance->setTemplateRegistry(($this->services['app.admin.guestlistitems.template_registry'] ?? $this->getApp_Admin_Guestlistitems_TemplateRegistryService()));
  3028.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3029.         $instance->initialize();
  3030.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3031.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3032.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3033.         return $instance;
  3034.     }
  3035.     /**
  3036.      * Gets the public 'app.admin.guestlistitems.template_registry' shared service.
  3037.      *
  3038.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3039.      */
  3040.     protected function getApp_Admin_Guestlistitems_TemplateRegistryService()
  3041.     {
  3042.         return $this->services['app.admin.guestlistitems.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3043.     }
  3044.     /**
  3045.      * Gets the public 'app.admin.language' service.
  3046.      *
  3047.      * @return \App\Admin\LanguageAdmin
  3048.      */
  3049.     protected function getApp_Admin_LanguageService()
  3050.     {
  3051.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3052.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3053.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3054.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3057.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3058.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3059.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3060.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3061.         include_once \dirname(__DIR__4).'/src/Admin/LanguageAdmin.php';
  3062.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3063.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3064.         $instance = new \App\Admin\LanguageAdmin('app.admin.language''App\\Entity\\Language''Sonata\\AdminBundle\\Controller\\CRUDController');
  3065.         $instance->setManagerType('orm');
  3066.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3067.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3068.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3069.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3070.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3071.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3072.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3073.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3074.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3075.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3076.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3077.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3078.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3079.         $instance->setPagerType('default');
  3080.         $instance->setLabel('Language');
  3081.         $instance->showMosaicButton(true);
  3082.         $instance->setTemplateRegistry(($this->services['app.admin.language.template_registry'] ?? $this->getApp_Admin_Language_TemplateRegistryService()));
  3083.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3084.         $instance->initialize();
  3085.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3086.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3087.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3088.         return $instance;
  3089.     }
  3090.     /**
  3091.      * Gets the public 'app.admin.language.template_registry' shared service.
  3092.      *
  3093.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3094.      */
  3095.     protected function getApp_Admin_Language_TemplateRegistryService()
  3096.     {
  3097.         return $this->services['app.admin.language.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3098.     }
  3099.     /**
  3100.      * Gets the public 'app.admin.locations' service.
  3101.      *
  3102.      * @return \App\Admin\LocationsAdmin
  3103.      */
  3104.     protected function getApp_Admin_LocationsService()
  3105.     {
  3106.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3108.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3109.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3110.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3111.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3112.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3113.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3114.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3115.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3116.         include_once \dirname(__DIR__4).'/src/Admin/LocationsAdmin.php';
  3117.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3118.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3119.         $instance = new \App\Admin\LocationsAdmin('app.admin.locations''App\\Entity\\Locations''Sonata\\AdminBundle\\Controller\\CRUDController');
  3120.         $instance->setManagerType('orm');
  3121.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3122.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3123.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3124.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3125.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3126.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3127.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3128.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3129.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3130.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3131.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3132.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3133.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3134.         $instance->setPagerType('default');
  3135.         $instance->setLabel('Locations');
  3136.         $instance->showMosaicButton(true);
  3137.         $instance->setTemplateRegistry(($this->services['app.admin.locations.template_registry'] ?? $this->getApp_Admin_Locations_TemplateRegistryService()));
  3138.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3139.         $instance->initialize();
  3140.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3141.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3142.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3143.         return $instance;
  3144.     }
  3145.     /**
  3146.      * Gets the public 'app.admin.locations.template_registry' shared service.
  3147.      *
  3148.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3149.      */
  3150.     protected function getApp_Admin_Locations_TemplateRegistryService()
  3151.     {
  3152.         return $this->services['app.admin.locations.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3153.     }
  3154.     /**
  3155.      * Gets the public 'app.admin.maillanguage' service.
  3156.      *
  3157.      * @return \App\Admin\MailLanguageAdmin
  3158.      */
  3159.     protected function getApp_Admin_MaillanguageService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3162.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3163.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3164.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3165.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3166.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3167.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3168.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3169.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3170.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3171.         include_once \dirname(__DIR__4).'/src/Admin/MailLanguageAdmin.php';
  3172.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3173.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3174.         $instance = new \App\Admin\MailLanguageAdmin('app.admin.maillanguage''App\\Entity\\MailLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  3175.         $instance->setManagerType('orm');
  3176.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3177.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3178.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3179.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3180.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3181.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3182.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3183.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3184.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3185.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3186.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3187.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3188.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3189.         $instance->setPagerType('default');
  3190.         $instance->setLabel('Mail Language');
  3191.         $instance->showMosaicButton(true);
  3192.         $instance->setTemplateRegistry(($this->services['app.admin.maillanguage.template_registry'] ?? $this->getApp_Admin_Maillanguage_TemplateRegistryService()));
  3193.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3194.         $instance->initialize();
  3195.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3196.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3197.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3198.         return $instance;
  3199.     }
  3200.     /**
  3201.      * Gets the public 'app.admin.maillanguage.template_registry' shared service.
  3202.      *
  3203.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3204.      */
  3205.     protected function getApp_Admin_Maillanguage_TemplateRegistryService()
  3206.     {
  3207.         return $this->services['app.admin.maillanguage.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3208.     }
  3209.     /**
  3210.      * Gets the public 'app.admin.mails' service.
  3211.      *
  3212.      * @return \App\Admin\MailsAdmin
  3213.      */
  3214.     protected function getApp_Admin_MailsService()
  3215.     {
  3216.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3217.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3218.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3219.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3220.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3221.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3222.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3223.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3224.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3226.         include_once \dirname(__DIR__4).'/src/Admin/MailsAdmin.php';
  3227.         include_once \dirname(__DIR__4).'/src/Admin/MailLanguageAdmin.php';
  3228.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3229.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3230.         $instance = new \App\Admin\MailsAdmin('app.admin.mails''App\\Entity\\Mails''App\\Controller\\MailsCRUDController');
  3231.         $a = new \App\Admin\MailLanguageAdmin('app.admin.maillanguage''App\\Entity\\MailLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  3232.         $b = ($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService());
  3233.         $c = ($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService());
  3234.         $d = ($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService());
  3235.         $e = ($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService());
  3236.         $f = ($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService());
  3237.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  3238.         $h = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3239.         $i = ($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService());
  3240.         $j = ($this->services['validator'] ?? $this->getValidatorService());
  3241.         $k = ($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService());
  3242.         $l = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  3243.         $m = ($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService());
  3244.         $n = ($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy()));
  3245.         $o = ($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService());
  3246.         $a->setManagerType('orm');
  3247.         $a->setModelManager($b);
  3248.         $a->setFormContractor($c);
  3249.         $a->setShowBuilder($d);
  3250.         $a->setListBuilder($e);
  3251.         $a->setDatagridBuilder($f);
  3252.         $a->setTranslator($gfalse);
  3253.         $a->setConfigurationPool($h);
  3254.         $a->setRouteGenerator($i);
  3255.         $a->setValidator($j);
  3256.         $a->setSecurityHandler($k);
  3257.         $a->setMenuFactory($l);
  3258.         $a->setRouteBuilder($m);
  3259.         $a->setLabelTranslatorStrategy($n);
  3260.         $a->setPagerType('default');
  3261.         $a->setLabel('Mail Language');
  3262.         $a->showMosaicButton(true);
  3263.         $a->setTemplateRegistry(($this->services['app.admin.maillanguage.template_registry'] ?? $this->getApp_Admin_Maillanguage_TemplateRegistryService()));
  3264.         $a->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3265.         $a->initialize();
  3266.         $a->addExtension($o);
  3267.         $a->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3268.         $a->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3269.         $instance->addChild($a'mails');
  3270.         $instance->setManagerType('orm');
  3271.         $instance->setModelManager($b);
  3272.         $instance->setFormContractor($c);
  3273.         $instance->setShowBuilder($d);
  3274.         $instance->setListBuilder($e);
  3275.         $instance->setDatagridBuilder($f);
  3276.         $instance->setTranslator($gfalse);
  3277.         $instance->setConfigurationPool($h);
  3278.         $instance->setRouteGenerator($i);
  3279.         $instance->setValidator($j);
  3280.         $instance->setSecurityHandler($k);
  3281.         $instance->setMenuFactory($l);
  3282.         $instance->setRouteBuilder($m);
  3283.         $instance->setLabelTranslatorStrategy($n);
  3284.         $instance->setPagerType('default');
  3285.         $instance->setLabel('Mails');
  3286.         $instance->showMosaicButton(true);
  3287.         $instance->setTemplateRegistry(($this->services['app.admin.mails.template_registry'] ?? $this->getApp_Admin_Mails_TemplateRegistryService()));
  3288.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3289.         $instance->initialize();
  3290.         $instance->addExtension($o);
  3291.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3292.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3293.         return $instance;
  3294.     }
  3295.     /**
  3296.      * Gets the public 'app.admin.mails.template_registry' shared service.
  3297.      *
  3298.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3299.      */
  3300.     protected function getApp_Admin_Mails_TemplateRegistryService()
  3301.     {
  3302.         return $this->services['app.admin.mails.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3303.     }
  3304.     /**
  3305.      * Gets the public 'app.admin.mailtemplates' service.
  3306.      *
  3307.      * @return \App\Admin\MailTemplatesAdmin
  3308.      */
  3309.     protected function getApp_Admin_MailtemplatesService()
  3310.     {
  3311.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3312.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3313.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3314.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3315.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3316.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3317.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3318.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3319.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3320.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3321.         include_once \dirname(__DIR__4).'/src/Admin/MailTemplatesAdmin.php';
  3322.         include_once \dirname(__DIR__4).'/src/Admin/MailTemplatesLanguageAdmin.php';
  3323.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3324.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3325.         $instance = new \App\Admin\MailTemplatesAdmin('app.admin.mailtemplates''App\\Entity\\MailTemplates''App\\Controller\\MailTemplatesCRUDController');
  3326.         $a = new \App\Admin\MailTemplatesLanguageAdmin('app.admin.mailtemplateslanguage''App\\Entity\\MailTemplatesLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  3327.         $b = ($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService());
  3328.         $c = ($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService());
  3329.         $d = ($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService());
  3330.         $e = ($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService());
  3331.         $f = ($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService());
  3332.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  3333.         $h = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3334.         $i = ($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService());
  3335.         $j = ($this->services['validator'] ?? $this->getValidatorService());
  3336.         $k = ($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService());
  3337.         $l = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  3338.         $m = ($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService());
  3339.         $n = ($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy()));
  3340.         $o = ($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService());
  3341.         $a->setManagerType('orm');
  3342.         $a->setModelManager($b);
  3343.         $a->setFormContractor($c);
  3344.         $a->setShowBuilder($d);
  3345.         $a->setListBuilder($e);
  3346.         $a->setDatagridBuilder($f);
  3347.         $a->setTranslator($gfalse);
  3348.         $a->setConfigurationPool($h);
  3349.         $a->setRouteGenerator($i);
  3350.         $a->setValidator($j);
  3351.         $a->setSecurityHandler($k);
  3352.         $a->setMenuFactory($l);
  3353.         $a->setRouteBuilder($m);
  3354.         $a->setLabelTranslatorStrategy($n);
  3355.         $a->setPagerType('default');
  3356.         $a->setLabel('Mail Templates Language');
  3357.         $a->showMosaicButton(true);
  3358.         $a->setTemplateRegistry(($this->services['app.admin.mailtemplateslanguage.template_registry'] ?? $this->getApp_Admin_Mailtemplateslanguage_TemplateRegistryService()));
  3359.         $a->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3360.         $a->initialize();
  3361.         $a->addExtension($o);
  3362.         $a->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3363.         $a->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3364.         $instance->addChild($a'mail_template');
  3365.         $instance->setManagerType('orm');
  3366.         $instance->setModelManager($b);
  3367.         $instance->setFormContractor($c);
  3368.         $instance->setShowBuilder($d);
  3369.         $instance->setListBuilder($e);
  3370.         $instance->setDatagridBuilder($f);
  3371.         $instance->setTranslator($gfalse);
  3372.         $instance->setConfigurationPool($h);
  3373.         $instance->setRouteGenerator($i);
  3374.         $instance->setValidator($j);
  3375.         $instance->setSecurityHandler($k);
  3376.         $instance->setMenuFactory($l);
  3377.         $instance->setRouteBuilder($m);
  3378.         $instance->setLabelTranslatorStrategy($n);
  3379.         $instance->setPagerType('default');
  3380.         $instance->setLabel('Mail Templates');
  3381.         $instance->showMosaicButton(true);
  3382.         $instance->setTemplateRegistry(($this->services['app.admin.mailtemplates.template_registry'] ?? $this->getApp_Admin_Mailtemplates_TemplateRegistryService()));
  3383.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3384.         $instance->initialize();
  3385.         $instance->addExtension($o);
  3386.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3387.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3388.         return $instance;
  3389.     }
  3390.     /**
  3391.      * Gets the public 'app.admin.mailtemplates.template_registry' shared service.
  3392.      *
  3393.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3394.      */
  3395.     protected function getApp_Admin_Mailtemplates_TemplateRegistryService()
  3396.     {
  3397.         return $this->services['app.admin.mailtemplates.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3398.     }
  3399.     /**
  3400.      * Gets the public 'app.admin.mailtemplateslanguage' service.
  3401.      *
  3402.      * @return \App\Admin\MailTemplatesLanguageAdmin
  3403.      */
  3404.     protected function getApp_Admin_MailtemplateslanguageService()
  3405.     {
  3406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3407.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3408.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3409.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3410.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3413.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3414.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3415.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3416.         include_once \dirname(__DIR__4).'/src/Admin/MailTemplatesLanguageAdmin.php';
  3417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3418.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3419.         $instance = new \App\Admin\MailTemplatesLanguageAdmin('app.admin.mailtemplateslanguage''App\\Entity\\MailTemplatesLanguage''Sonata\\AdminBundle\\Controller\\CRUDController');
  3420.         $instance->setManagerType('orm');
  3421.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3422.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3423.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3424.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3425.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3426.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3427.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3428.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3429.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3430.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3431.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3432.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3433.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3434.         $instance->setPagerType('default');
  3435.         $instance->setLabel('Mail Templates Language');
  3436.         $instance->showMosaicButton(true);
  3437.         $instance->setTemplateRegistry(($this->services['app.admin.mailtemplateslanguage.template_registry'] ?? $this->getApp_Admin_Mailtemplateslanguage_TemplateRegistryService()));
  3438.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3439.         $instance->initialize();
  3440.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3441.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3442.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3443.         return $instance;
  3444.     }
  3445.     /**
  3446.      * Gets the public 'app.admin.mailtemplateslanguage.template_registry' shared service.
  3447.      *
  3448.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3449.      */
  3450.     protected function getApp_Admin_Mailtemplateslanguage_TemplateRegistryService()
  3451.     {
  3452.         return $this->services['app.admin.mailtemplateslanguage.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3453.     }
  3454.     /**
  3455.      * Gets the public 'app.admin.newsletter' service.
  3456.      *
  3457.      * @return \App\Admin\NewsletterAdmin
  3458.      */
  3459.     protected function getApp_Admin_NewsletterService()
  3460.     {
  3461.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3462.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3463.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3464.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3465.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3466.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3467.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3468.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3469.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3470.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3471.         include_once \dirname(__DIR__4).'/src/Admin/NewsletterAdmin.php';
  3472.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3473.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3474.         $instance = new \App\Admin\NewsletterAdmin('app.admin.newsletter''App\\Entity\\Newsletter''App\\Controller\\NewsletterCRUDController');
  3475.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3476.         $instance->setManagerType('orm');
  3477.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3478.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3479.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3480.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3481.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3482.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3483.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3484.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3485.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3486.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3487.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3488.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3489.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3490.         $instance->setPagerType('default');
  3491.         $instance->setLabel('Newsletters');
  3492.         $instance->showMosaicButton(true);
  3493.         $instance->setTemplateRegistry(($this->services['app.admin.newsletter.template_registry'] ?? $this->getApp_Admin_Newsletter_TemplateRegistryService()));
  3494.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3495.         $instance->initialize();
  3496.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3497.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3498.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3499.         return $instance;
  3500.     }
  3501.     /**
  3502.      * Gets the public 'app.admin.newsletter.template_registry' shared service.
  3503.      *
  3504.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3505.      */
  3506.     protected function getApp_Admin_Newsletter_TemplateRegistryService()
  3507.     {
  3508.         return $this->services['app.admin.newsletter.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3509.     }
  3510.     /**
  3511.      * Gets the public 'app.admin.newsletterlists' service.
  3512.      *
  3513.      * @return \App\Admin\NewsletterListsAdmin
  3514.      */
  3515.     protected function getApp_Admin_NewsletterlistsService()
  3516.     {
  3517.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3518.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3519.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3520.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3521.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3522.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3523.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3524.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3525.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3526.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3527.         include_once \dirname(__DIR__4).'/src/Admin/NewsletterListsAdmin.php';
  3528.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3530.         $instance = new \App\Admin\NewsletterListsAdmin('app.admin.newsletterlists''App\\Entity\\NewsletterLists''Sonata\\AdminBundle\\Controller\\CRUDController');
  3531.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3532.         $instance->setManagerType('orm');
  3533.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3534.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3535.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3536.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3537.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3538.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3539.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3540.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3541.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3542.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3543.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3544.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3545.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3546.         $instance->setPagerType('default');
  3547.         $instance->setLabel('Lijsten');
  3548.         $instance->showMosaicButton(true);
  3549.         $instance->setTemplateRegistry(($this->services['app.admin.newsletterlists.template_registry'] ?? $this->getApp_Admin_Newsletterlists_TemplateRegistryService()));
  3550.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3551.         $instance->initialize();
  3552.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3553.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3554.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3555.         return $instance;
  3556.     }
  3557.     /**
  3558.      * Gets the public 'app.admin.newsletterlists.template_registry' shared service.
  3559.      *
  3560.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3561.      */
  3562.     protected function getApp_Admin_Newsletterlists_TemplateRegistryService()
  3563.     {
  3564.         return $this->services['app.admin.newsletterlists.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3565.     }
  3566.     /**
  3567.      * Gets the public 'app.admin.newslettersegments' service.
  3568.      *
  3569.      * @return \App\Admin\NewsletterSegmentsAdmin
  3570.      */
  3571.     protected function getApp_Admin_NewslettersegmentsService()
  3572.     {
  3573.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3574.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3575.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3576.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3577.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3578.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3579.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3582.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3583.         include_once \dirname(__DIR__4).'/src/Admin/NewsletterSegmentsAdmin.php';
  3584.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3585.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3586.         $instance = new \App\Admin\NewsletterSegmentsAdmin('app.admin.newslettersegments''App\\Entity\\NewsletterSegments''Sonata\\AdminBundle\\Controller\\CRUDController');
  3587.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3588.         $instance->setManagerType('orm');
  3589.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3590.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3591.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3592.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3593.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3594.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3595.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3596.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3597.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3598.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3599.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3600.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3601.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3602.         $instance->setPagerType('default');
  3603.         $instance->setLabel('Segments');
  3604.         $instance->showMosaicButton(true);
  3605.         $instance->setTemplateRegistry(($this->services['app.admin.newslettersegments.template_registry'] ?? $this->getApp_Admin_Newslettersegments_TemplateRegistryService()));
  3606.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3607.         $instance->initialize();
  3608.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3609.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3610.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3611.         return $instance;
  3612.     }
  3613.     /**
  3614.      * Gets the public 'app.admin.newslettersegments.template_registry' shared service.
  3615.      *
  3616.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3617.      */
  3618.     protected function getApp_Admin_Newslettersegments_TemplateRegistryService()
  3619.     {
  3620.         return $this->services['app.admin.newslettersegments.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3621.     }
  3622.     /**
  3623.      * Gets the public 'app.admin.newslettersubscribers' service.
  3624.      *
  3625.      * @return \App\Admin\NewsletterSubscribersAdmin
  3626.      */
  3627.     protected function getApp_Admin_NewslettersubscribersService()
  3628.     {
  3629.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3630.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3631.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3632.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3634.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3635.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3638.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3639.         include_once \dirname(__DIR__4).'/src/Admin/NewsletterSubscribersAdmin.php';
  3640.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3641.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3642.         $instance = new \App\Admin\NewsletterSubscribersAdmin('app.admin.newslettersubscribers''App\\Entity\\NewsletterSubscribers''App\\Controller\\NewsletterSubscribersCRUDController');
  3643.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3644.         $instance->setManagerType('orm');
  3645.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3646.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3647.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3648.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3649.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3650.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3651.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3652.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3653.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3654.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3655.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3656.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3657.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3658.         $instance->setPagerType('default');
  3659.         $instance->setLabel('Subscribers');
  3660.         $instance->showMosaicButton(true);
  3661.         $instance->setTemplateRegistry(($this->services['app.admin.newslettersubscribers.template_registry'] ?? $this->getApp_Admin_Newslettersubscribers_TemplateRegistryService()));
  3662.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3663.         $instance->initialize();
  3664.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3665.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3666.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3667.         return $instance;
  3668.     }
  3669.     /**
  3670.      * Gets the public 'app.admin.newslettersubscribers.template_registry' shared service.
  3671.      *
  3672.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3673.      */
  3674.     protected function getApp_Admin_Newslettersubscribers_TemplateRegistryService()
  3675.     {
  3676.         return $this->services['app.admin.newslettersubscribers.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3677.     }
  3678.     /**
  3679.      * Gets the public 'app.admin.orders' service.
  3680.      *
  3681.      * @return \App\Admin\OrdersAdmin
  3682.      */
  3683.     protected function getApp_Admin_OrdersService()
  3684.     {
  3685.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3686.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3687.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3688.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3689.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3691.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3692.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3695.         include_once \dirname(__DIR__4).'/src/Admin/OrdersAdmin.php';
  3696.         include_once \dirname(__DIR__4).'/src/Admin/OrderTicketsAdmin.php';
  3697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3698.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3699.         $instance = new \App\Admin\OrdersAdmin('app.admin.orders''App\\Entity\\Orders''Sonata\\AdminBundle\\Controller\\CRUDController');
  3700.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3701.         $b = new \App\Admin\OrderTicketsAdmin('app.admin.ordertickets''App\\Entity\\OrderTickets''Sonata\\AdminBundle\\Controller\\CRUDController');
  3702.         $c = ($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService());
  3703.         $d = ($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService());
  3704.         $e = ($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService());
  3705.         $f = ($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService());
  3706.         $g = ($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService());
  3707.         $h = ($this->services['translator'] ?? $this->getTranslatorService());
  3708.         $i = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3709.         $j = ($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService());
  3710.         $k = ($this->services['validator'] ?? $this->getValidatorService());
  3711.         $l = ($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService());
  3712.         $m = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  3713.         $n = ($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService());
  3714.         $o = ($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy()));
  3715.         $p = ($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService());
  3716.         $b->setEntityManager($a);
  3717.         $b->setManagerType('orm');
  3718.         $b->setModelManager($c);
  3719.         $b->setFormContractor($d);
  3720.         $b->setShowBuilder($e);
  3721.         $b->setListBuilder($f);
  3722.         $b->setDatagridBuilder($g);
  3723.         $b->setTranslator($hfalse);
  3724.         $b->setConfigurationPool($i);
  3725.         $b->setRouteGenerator($j);
  3726.         $b->setValidator($k);
  3727.         $b->setSecurityHandler($l);
  3728.         $b->setMenuFactory($m);
  3729.         $b->setRouteBuilder($n);
  3730.         $b->setLabelTranslatorStrategy($o);
  3731.         $b->setPagerType('default');
  3732.         $b->setLabel('Tickets');
  3733.         $b->showMosaicButton(true);
  3734.         $b->setTemplateRegistry(($this->services['app.admin.ordertickets.template_registry'] ?? $this->getApp_Admin_Ordertickets_TemplateRegistryService()));
  3735.         $b->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3736.         $b->initialize();
  3737.         $b->addExtension($p);
  3738.         $b->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3739.         $b->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3740.         $instance->setEntityManager($a);
  3741.         $instance->addChild($b'orders');
  3742.         $instance->setManagerType('orm');
  3743.         $instance->setModelManager($c);
  3744.         $instance->setFormContractor($d);
  3745.         $instance->setShowBuilder($e);
  3746.         $instance->setListBuilder($f);
  3747.         $instance->setDatagridBuilder($g);
  3748.         $instance->setTranslator($hfalse);
  3749.         $instance->setConfigurationPool($i);
  3750.         $instance->setRouteGenerator($j);
  3751.         $instance->setValidator($k);
  3752.         $instance->setSecurityHandler($l);
  3753.         $instance->setMenuFactory($m);
  3754.         $instance->setRouteBuilder($n);
  3755.         $instance->setLabelTranslatorStrategy($o);
  3756.         $instance->setPagerType('default');
  3757.         $instance->setLabel('Orders');
  3758.         $instance->showMosaicButton(true);
  3759.         $instance->setTemplateRegistry(($this->services['app.admin.orders.template_registry'] ?? $this->getApp_Admin_Orders_TemplateRegistryService()));
  3760.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3761.         $instance->initialize();
  3762.         $instance->addExtension($p);
  3763.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3764.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3765.         return $instance;
  3766.     }
  3767.     /**
  3768.      * Gets the public 'app.admin.orders.template_registry' shared service.
  3769.      *
  3770.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3771.      */
  3772.     protected function getApp_Admin_Orders_TemplateRegistryService()
  3773.     {
  3774.         return $this->services['app.admin.orders.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3775.     }
  3776.     /**
  3777.      * Gets the public 'app.admin.ordertickets' service.
  3778.      *
  3779.      * @return \App\Admin\OrderTicketsAdmin
  3780.      */
  3781.     protected function getApp_Admin_OrderticketsService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3784.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3785.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3786.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3787.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3788.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3789.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3791.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3792.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3793.         include_once \dirname(__DIR__4).'/src/Admin/OrderTicketsAdmin.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3796.         $instance = new \App\Admin\OrderTicketsAdmin('app.admin.ordertickets''App\\Entity\\OrderTickets''Sonata\\AdminBundle\\Controller\\CRUDController');
  3797.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3798.         $instance->setManagerType('orm');
  3799.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3800.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3801.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3802.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3803.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3804.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3805.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3806.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3807.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3808.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3809.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3810.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3811.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3812.         $instance->setPagerType('default');
  3813.         $instance->setLabel('Tickets');
  3814.         $instance->showMosaicButton(true);
  3815.         $instance->setTemplateRegistry(($this->services['app.admin.ordertickets.template_registry'] ?? $this->getApp_Admin_Ordertickets_TemplateRegistryService()));
  3816.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3817.         $instance->initialize();
  3818.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3819.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3820.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3821.         return $instance;
  3822.     }
  3823.     /**
  3824.      * Gets the public 'app.admin.ordertickets.template_registry' shared service.
  3825.      *
  3826.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3827.      */
  3828.     protected function getApp_Admin_Ordertickets_TemplateRegistryService()
  3829.     {
  3830.         return $this->services['app.admin.ordertickets.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3831.     }
  3832.     /**
  3833.      * Gets the public 'app.admin.organisers' service.
  3834.      *
  3835.      * @return \App\Admin\OrganisersAdmin
  3836.      */
  3837.     protected function getApp_Admin_OrganisersService()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3844.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3845.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3846.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3847.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3848.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3849.         include_once \dirname(__DIR__4).'/src/Admin/OrganisersAdmin.php';
  3850.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3851.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3852.         $instance = new \App\Admin\OrganisersAdmin('app.admin.organisers''App\\Entity\\Organisers''Sonata\\AdminBundle\\Controller\\CRUDController');
  3853.         $instance->setManagerType('orm');
  3854.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3855.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3856.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3857.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3858.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3859.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3860.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3861.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3862.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3863.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3864.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3865.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3866.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3867.         $instance->setPagerType('default');
  3868.         $instance->setLabel('Organisers');
  3869.         $instance->showMosaicButton(true);
  3870.         $instance->setTemplateRegistry(($this->services['app.admin.organisers.template_registry'] ?? $this->getApp_Admin_Organisers_TemplateRegistryService()));
  3871.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3872.         $instance->initialize();
  3873.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3874.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3875.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3876.         return $instance;
  3877.     }
  3878.     /**
  3879.      * Gets the public 'app.admin.organisers.template_registry' shared service.
  3880.      *
  3881.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3882.      */
  3883.     protected function getApp_Admin_Organisers_TemplateRegistryService()
  3884.     {
  3885.         return $this->services['app.admin.organisers.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3886.     }
  3887.     /**
  3888.      * Gets the public 'app.admin.shorturl' service.
  3889.      *
  3890.      * @return \App\Admin\ShortUrlAdmin
  3891.      */
  3892.     protected function getApp_Admin_ShorturlService()
  3893.     {
  3894.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3895.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3896.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3897.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3898.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3899.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3900.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3904.         include_once \dirname(__DIR__4).'/src/Admin/ShortUrlAdmin.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3906.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3907.         $instance = new \App\Admin\ShortUrlAdmin('app.admin.shorturl''App\\Entity\\ShortUrl''Sonata\\AdminBundle\\Controller\\CRUDController');
  3908.         $instance->setManagerType('orm');
  3909.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  3910.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  3911.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  3912.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  3913.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  3914.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  3915.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  3916.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  3917.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  3918.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  3919.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  3920.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  3921.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  3922.         $instance->setPagerType('default');
  3923.         $instance->setLabel('Short Urls');
  3924.         $instance->showMosaicButton(true);
  3925.         $instance->setTemplateRegistry(($this->services['app.admin.shorturl.template_registry'] ?? $this->getApp_Admin_Shorturl_TemplateRegistryService()));
  3926.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3927.         $instance->initialize();
  3928.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  3929.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  3930.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  3931.         return $instance;
  3932.     }
  3933.     /**
  3934.      * Gets the public 'app.admin.shorturl.template_registry' shared service.
  3935.      *
  3936.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  3937.      */
  3938.     protected function getApp_Admin_Shorturl_TemplateRegistryService()
  3939.     {
  3940.         return $this->services['app.admin.shorturl.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  3941.     }
  3942.     /**
  3943.      * Gets the public 'app.admin.sites' service.
  3944.      *
  3945.      * @return \App\Admin\SitesAdmin
  3946.      */
  3947.     protected function getApp_Admin_SitesService()
  3948.     {
  3949.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  3953.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  3955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  3956.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  3957.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  3958.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  3959.         include_once \dirname(__DIR__4).'/src/Admin/SitesAdmin.php';
  3960.         include_once \dirname(__DIR__4).'/src/Admin/SitesToEventsAdmin.php';
  3961.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  3962.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  3963.         $instance = new \App\Admin\SitesAdmin('app.admin.sites''App\\Entity\\Sites''Sonata\\AdminBundle\\Controller\\CRUDController');
  3964.         $a = new \App\Admin\SitesToEventsAdmin('app.admin.sitesevents''App\\Entity\\SitesToEvents''Sonata\\AdminBundle\\Controller\\CRUDController');
  3965.         $b = ($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService());
  3966.         $c = ($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService());
  3967.         $d = ($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService());
  3968.         $e = ($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService());
  3969.         $f = ($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService());
  3970.         $g = ($this->services['translator'] ?? $this->getTranslatorService());
  3971.         $h = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  3972.         $i = ($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService());
  3973.         $j = ($this->services['validator'] ?? $this->getValidatorService());
  3974.         $k = ($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService());
  3975.         $l = ($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService());
  3976.         $m = ($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService());
  3977.         $n = ($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy()));
  3978.         $o = ($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService());
  3979.         $a->setManagerType('orm');
  3980.         $a->setModelManager($b);
  3981.         $a->setFormContractor($c);
  3982.         $a->setShowBuilder($d);
  3983.         $a->setListBuilder($e);
  3984.         $a->setDatagridBuilder($f);
  3985.         $a->setTranslator($gfalse);
  3986.         $a->setConfigurationPool($h);
  3987.         $a->setRouteGenerator($i);
  3988.         $a->setValidator($j);
  3989.         $a->setSecurityHandler($k);
  3990.         $a->setMenuFactory($l);
  3991.         $a->setRouteBuilder($m);
  3992.         $a->setLabelTranslatorStrategy($n);
  3993.         $a->setPagerType('default');
  3994.         $a->setLabel('Sites To Events');
  3995.         $a->showMosaicButton(true);
  3996.         $a->setTemplateRegistry(($this->services['app.admin.sitesevents.template_registry'] ?? $this->getApp_Admin_Sitesevents_TemplateRegistryService()));
  3997.         $a->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  3998.         $a->initialize();
  3999.         $a->addExtension($o);
  4000.         $a->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  4001.         $a->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  4002.         $instance->addChild($a'sites');
  4003.         $instance->setManagerType('orm');
  4004.         $instance->setModelManager($b);
  4005.         $instance->setFormContractor($c);
  4006.         $instance->setShowBuilder($d);
  4007.         $instance->setListBuilder($e);
  4008.         $instance->setDatagridBuilder($f);
  4009.         $instance->setTranslator($gfalse);
  4010.         $instance->setConfigurationPool($h);
  4011.         $instance->setRouteGenerator($i);
  4012.         $instance->setValidator($j);
  4013.         $instance->setSecurityHandler($k);
  4014.         $instance->setMenuFactory($l);
  4015.         $instance->setRouteBuilder($m);
  4016.         $instance->setLabelTranslatorStrategy($n);
  4017.         $instance->setPagerType('default');
  4018.         $instance->setLabel('Sites');
  4019.         $instance->showMosaicButton(true);
  4020.         $instance->setTemplateRegistry(($this->services['app.admin.sites.template_registry'] ?? $this->getApp_Admin_Sites_TemplateRegistryService()));
  4021.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  4022.         $instance->initialize();
  4023.         $instance->addExtension($o);
  4024.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  4025.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  4026.         return $instance;
  4027.     }
  4028.     /**
  4029.      * Gets the public 'app.admin.sites.template_registry' shared service.
  4030.      *
  4031.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4032.      */
  4033.     protected function getApp_Admin_Sites_TemplateRegistryService()
  4034.     {
  4035.         return $this->services['app.admin.sites.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4036.     }
  4037.     /**
  4038.      * Gets the public 'app.admin.sitesevents' service.
  4039.      *
  4040.      * @return \App\Admin\SitesToEventsAdmin
  4041.      */
  4042.     protected function getApp_Admin_SiteseventsService()
  4043.     {
  4044.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  4045.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  4046.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  4047.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  4048.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  4049.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  4050.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  4051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  4052.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  4053.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  4054.         include_once \dirname(__DIR__4).'/src/Admin/SitesToEventsAdmin.php';
  4055.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4056.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  4057.         $instance = new \App\Admin\SitesToEventsAdmin('app.admin.sitesevents''App\\Entity\\SitesToEvents''Sonata\\AdminBundle\\Controller\\CRUDController');
  4058.         $instance->setManagerType('orm');
  4059.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  4060.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  4061.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  4062.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  4063.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  4064.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  4065.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4066.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  4067.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  4068.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  4069.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  4070.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  4071.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  4072.         $instance->setPagerType('default');
  4073.         $instance->setLabel('Sites To Events');
  4074.         $instance->showMosaicButton(true);
  4075.         $instance->setTemplateRegistry(($this->services['app.admin.sitesevents.template_registry'] ?? $this->getApp_Admin_Sitesevents_TemplateRegistryService()));
  4076.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  4077.         $instance->initialize();
  4078.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  4079.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  4080.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  4081.         return $instance;
  4082.     }
  4083.     /**
  4084.      * Gets the public 'app.admin.sitesevents.template_registry' shared service.
  4085.      *
  4086.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4087.      */
  4088.     protected function getApp_Admin_Sitesevents_TemplateRegistryService()
  4089.     {
  4090.         return $this->services['app.admin.sitesevents.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4091.     }
  4092.     /**
  4093.      * Gets the public 'app.admin.statsusers' service.
  4094.      *
  4095.      * @return \App\Admin\StatsUsersAdmin
  4096.      */
  4097.     protected function getApp_Admin_StatsusersService()
  4098.     {
  4099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  4100.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  4101.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  4102.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  4103.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  4104.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  4106.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  4107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  4108.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  4109.         include_once \dirname(__DIR__4).'/src/Admin/StatsUsersAdmin.php';
  4110.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  4111.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  4112.         $instance = new \App\Admin\StatsUsersAdmin('app.admin.statsusers''App\\Entity\\StatsUsers''Sonata\\AdminBundle\\Controller\\CRUDController');
  4113.         $instance->setManagerType('orm');
  4114.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  4115.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  4116.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  4117.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  4118.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  4119.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  4120.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  4121.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  4122.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  4123.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  4124.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  4125.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  4126.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.native'] ?? ($this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy())));
  4127.         $instance->setPagerType('default');
  4128.         $instance->setLabel('Stats/Scan Users');
  4129.         $instance->showMosaicButton(true);
  4130.         $instance->setTemplateRegistry(($this->services['app.admin.statsusers.template_registry'] ?? $this->getApp_Admin_Statsusers_TemplateRegistryService()));
  4131.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  4132.         $instance->initialize();
  4133.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  4134.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  4135.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  4136.         return $instance;
  4137.     }
  4138.     /**
  4139.      * Gets the public 'app.admin.statsusers.template_registry' shared service.
  4140.      *
  4141.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  4142.      */
  4143.     protected function getApp_Admin_Statsusers_TemplateRegistryService()
  4144.     {
  4145.         return $this->services['app.admin.statsusers.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  4146.     }
  4147.     /**
  4148.      * Gets the public 'cache.app' shared service.
  4149.      *
  4150.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4151.      */
  4152.     protected function getCache_AppService()
  4153.     {
  4154.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('zbRfcHkuXY'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  4155.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  4156.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  4157.     }
  4158.     /**
  4159.      * Gets the public 'cache.app_clearer' shared service.
  4160.      *
  4161.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4162.      */
  4163.     protected function getCache_AppClearerService()
  4164.     {
  4165.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4166.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4167.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService())]);
  4168.     }
  4169.     /**
  4170.      * Gets the public 'cache.global_clearer' shared service.
  4171.      *
  4172.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4173.      */
  4174.     protected function getCache_GlobalClearerService()
  4175.     {
  4176.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4177.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4178.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()), 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()), 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()), 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()), 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()), 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())]);
  4179.     }
  4180.     /**
  4181.      * Gets the public 'cache.system' shared service.
  4182.      *
  4183.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4184.      */
  4185.     protected function getCache_SystemService()
  4186.     {
  4187.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rg7Q69B6+K'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  4188.     }
  4189.     /**
  4190.      * Gets the public 'cache.system_clearer' shared service.
  4191.      *
  4192.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4193.      */
  4194.     protected function getCache_SystemClearerService()
  4195.     {
  4196.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4197.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4198.         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())]);
  4199.     }
  4200.     /**
  4201.      * Gets the public 'cache_clearer' shared service.
  4202.      *
  4203.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  4204.      */
  4205.     protected function getCacheClearerService()
  4206.     {
  4207.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4208.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  4209.         return $this->services['cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  4210.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  4211.         }, 1));
  4212.     }
  4213.     /**
  4214.      * Gets the public 'cache_warmer' shared service.
  4215.      *
  4216.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  4217.      */
  4218.     protected function getCacheWarmerService()
  4219.     {
  4220.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4221.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  4222.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  4223.             yield => ($this->privates['templating.cache_warmer.template_paths'] ?? $this->getTemplating_CacheWarmer_TemplatePathsService());
  4224.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  4225.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  4226.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  4227.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  4228.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  4229.             yield => ($this->privates['twig.cache_warmer'] ?? $this->getTwig_CacheWarmerService());
  4230.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  4231.             yield => ($this->services['sonata.admin.route.cache_warmup'] ?? $this->getSonata_Admin_Route_CacheWarmupService());
  4232.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  4233.         }, 10), true, ($this->targetDir.''.'/srcApp_KernelDevDebugContainerDeprecations.log'));
  4234.     }
  4235.     /**
  4236.      * Gets the public 'console.command.public_alias.Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand' shared service.
  4237.      *
  4238.      * @return \Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand
  4239.      */
  4240.     protected function getSonataDumpDoctrineMetaCommandService()
  4241.     {
  4242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4243.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4244.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  4245.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Command/SonataDumpDoctrineMetaCommand.php';
  4246.         return $this->services['console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand'] = new \Sonata\CoreBundle\Command\SonataDumpDoctrineMetaCommand();
  4247.     }
  4248.     /**
  4249.      * Gets the public 'console.command.public_alias.Sonata\CoreBundle\Command\SonataListFormMappingCommand' shared service.
  4250.      *
  4251.      * @return \Sonata\CoreBundle\Command\SonataListFormMappingCommand
  4252.      */
  4253.     protected function getSonataListFormMappingCommandService()
  4254.     {
  4255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4256.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4257.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerAwareCommand.php';
  4258.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Command/SonataListFormMappingCommand.php';
  4259.         return $this->services['console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand'] = new \Sonata\CoreBundle\Command\SonataListFormMappingCommand();
  4260.     }
  4261.     /**
  4262.      * Gets the public 'console.command_loader' shared service.
  4263.      *
  4264.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  4265.      */
  4266.     protected function getConsole_CommandLoaderService()
  4267.     {
  4268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  4269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  4270.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4271.             'App\\Command\\NewsletterSegmentsUpdateCommand' => ['privates''App\\Command\\NewsletterSegmentsUpdateCommand''getNewsletterSegmentsUpdateCommandService'false],
  4272.             'App\\Command\\NewsletterSubscribersUpdateCommand' => ['privates''App\\Command\\NewsletterSubscribersUpdateCommand''getNewsletterSubscribersUpdateCommandService'false],
  4273.             'App\\Command\\SendEmailsCommand' => ['privates''App\\Command\\SendEmailsCommand''getSendEmailsCommandService'false],
  4274.             'App\\Command\\SynchronisationUpdateCommand' => ['privates''App\\Command\\SynchronisationUpdateCommand''getSynchronisationUpdateCommandService'false],
  4275.             'App\\Command\\TicketCountersUpdateCommand' => ['privates''App\\Command\\TicketCountersUpdateCommand''getTicketCountersUpdateCommandService'false],
  4276.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => ['services''Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''getCreateClassCacheCommandService'false],
  4277.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ExplainAdminCommand''getExplainAdminCommandService'false],
  4278.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => ['services''Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''getGenerateObjectAclCommandService'false],
  4279.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => ['services''Sonata\\AdminBundle\\Command\\ListAdminCommand''getListAdminCommandService'false],
  4280.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => ['services''Sonata\\AdminBundle\\Command\\SetupAclCommand''getSetupAclCommandService'false],
  4281.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => ['privates''Sonata\\BlockBundle\\Command\\DebugBlocksCommand''getDebugBlocksCommandService'false],
  4282.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand''getInitAclCommandService'false],
  4283.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => ['privates''Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand''getSetAclCommandService'false],
  4284.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  4285.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  4286.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  4287.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  4288.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  4289.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  4290.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  4291.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  4292.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  4293.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  4294.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  4295.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  4296.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  4297.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  4298.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  4299.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  4300.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  4301.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  4302.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  4303.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  4304.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  4305.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  4306.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  4307.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  4308.             'console.command.translation_update' => ['privates''console.command.translation_update''getConsole_Command_TranslationUpdateService'false],
  4309.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  4310.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  4311.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  4312.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  4313.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  4314.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  4315.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  4316.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  4317.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  4318.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  4319.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  4320.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  4321.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  4322.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  4323.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  4324.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  4325.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  4326.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  4327.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  4328.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  4329.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  4330.             'fos_ck_editor.command.installer' => ['privates''fos_ck_editor.command.installer''getFosCkEditor_Command_InstallerService'false],
  4331.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  4332.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  4333.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  4334.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  4335.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  4336.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  4337.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  4338.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  4339.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  4340.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  4341.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  4342.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  4343.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  4344.             'maker.auto_command.make_functional_test' => ['privates''maker.auto_command.make_functional_test''getMaker_AutoCommand_MakeFunctionalTestService'false],
  4345.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  4346.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  4347.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  4348.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  4349.             'maker.auto_command.make_sonata_admin' => ['privates''maker.auto_command.make_sonata_admin''getMaker_AutoCommand_MakeSonataAdminService'false],
  4350.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  4351.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  4352.             'maker.auto_command.make_unit_test' => ['privates''maker.auto_command.make_unit_test''getMaker_AutoCommand_MakeUnitTestService'false],
  4353.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  4354.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  4355.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  4356.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  4357.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  4358.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  4359.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  4360.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  4361.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  4362.         ], [
  4363.             'App\\Command\\NewsletterSegmentsUpdateCommand' => 'App\\Command\\NewsletterSegmentsUpdateCommand',
  4364.             'App\\Command\\NewsletterSubscribersUpdateCommand' => 'App\\Command\\NewsletterSubscribersUpdateCommand',
  4365.             'App\\Command\\SendEmailsCommand' => 'App\\Command\\SendEmailsCommand',
  4366.             'App\\Command\\SynchronisationUpdateCommand' => 'App\\Command\\SynchronisationUpdateCommand',
  4367.             'App\\Command\\TicketCountersUpdateCommand' => 'App\\Command\\TicketCountersUpdateCommand',
  4368.             'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand',
  4369.             'Sonata\\AdminBundle\\Command\\ExplainAdminCommand' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand',
  4370.             'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand',
  4371.             'Sonata\\AdminBundle\\Command\\ListAdminCommand' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand',
  4372.             'Sonata\\AdminBundle\\Command\\SetupAclCommand' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand',
  4373.             'Sonata\\BlockBundle\\Command\\DebugBlocksCommand' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand',
  4374.             'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\InitAclCommand',
  4375.             'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand' => 'Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand',
  4376.             'console.command.about' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AboutCommand',
  4377.             'console.command.assets_install' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\AssetsInstallCommand',
  4378.             'console.command.cache_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheClearCommand',
  4379.             'console.command.cache_pool_clear' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolClearCommand',
  4380.             'console.command.cache_pool_delete' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolDeleteCommand',
  4381.             'console.command.cache_pool_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolListCommand',
  4382.             'console.command.cache_pool_prune' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CachePoolPruneCommand',
  4383.             'console.command.cache_warmup' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\CacheWarmupCommand',
  4384.             'console.command.config_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDebugCommand',
  4385.             'console.command.config_dump_reference' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ConfigDumpReferenceCommand',
  4386.             'console.command.container_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerDebugCommand',
  4387.             'console.command.container_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerLintCommand',
  4388.             'console.command.debug_autowiring' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\DebugAutowiringCommand',
  4389.             'console.command.event_dispatcher_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\EventDispatcherDebugCommand',
  4390.             'console.command.form_debug' => 'Symfony\\Component\\Form\\Command\\DebugCommand',
  4391.             'console.command.router_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterDebugCommand',
  4392.             'console.command.router_match' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\RouterMatchCommand',
  4393.             'console.command.secrets_decrypt_to_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsDecryptToLocalCommand',
  4394.             'console.command.secrets_encrypt_from_local' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsEncryptFromLocalCommand',
  4395.             'console.command.secrets_generate_key' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsGenerateKeysCommand',
  4396.             'console.command.secrets_list' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsListCommand',
  4397.             'console.command.secrets_remove' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsRemoveCommand',
  4398.             'console.command.secrets_set' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\SecretsSetCommand',
  4399.             'console.command.translation_debug' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationDebugCommand',
  4400.             'console.command.translation_update' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\TranslationUpdateCommand',
  4401.             'console.command.xliff_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\XliffLintCommand',
  4402.             'console.command.yaml_lint' => 'Symfony\\Bundle\\FrameworkBundle\\Command\\YamlLintCommand',
  4403.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  4404.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  4405.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  4406.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  4407.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  4408.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  4409.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  4410.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  4411.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  4412.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  4413.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  4414.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  4415.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  4416.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  4417.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  4418.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  4419.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  4420.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  4421.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  4422.             'fos_ck_editor.command.installer' => 'FOS\\CKEditorBundle\\Command\\CKEditorInstallerCommand',
  4423.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  4424.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  4425.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  4426.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  4427.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  4428.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  4429.             'maker.auto_command.make_auth' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4430.             'maker.auto_command.make_command' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4431.             'maker.auto_command.make_controller' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4432.             'maker.auto_command.make_crud' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4433.             'maker.auto_command.make_entity' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4434.             'maker.auto_command.make_fixtures' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4435.             'maker.auto_command.make_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4436.             'maker.auto_command.make_functional_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4437.             'maker.auto_command.make_migration' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4438.             'maker.auto_command.make_registration_form' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4439.             'maker.auto_command.make_serializer_encoder' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4440.             'maker.auto_command.make_serializer_normalizer' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4441.             'maker.auto_command.make_sonata_admin' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4442.             'maker.auto_command.make_subscriber' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4443.             'maker.auto_command.make_twig_extension' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4444.             'maker.auto_command.make_unit_test' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4445.             'maker.auto_command.make_user' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4446.             'maker.auto_command.make_validator' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4447.             'maker.auto_command.make_voter' => 'Symfony\\Bundle\\MakerBundle\\Command\\MakerCommand',
  4448.             'security.command.user_password_encoder' => 'Symfony\\Bundle\\SecurityBundle\\Command\\UserPasswordEncoderCommand',
  4449.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  4450.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  4451.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  4452.             'twig.command.debug' => 'Symfony\\Bridge\\Twig\\Command\\DebugCommand',
  4453.             'twig.command.lint' => 'Symfony\\Bundle\\TwigBundle\\Command\\LintCommand',
  4454.         ]), ['newsletter:update-segments' => 'App\\Command\\NewsletterSegmentsUpdateCommand''newsletter:update-subscribers' => 'App\\Command\\NewsletterSubscribersUpdateCommand''email:send' => 'App\\Command\\SendEmailsCommand''synchronisation:update' => 'App\\Command\\SynchronisationUpdateCommand''orders:counters:update' => 'App\\Command\\TicketCountersUpdateCommand''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:update' => 'console.command.translation_update''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''ckeditor:install' => 'fos_ck_editor.command.installer''security:encode-password' => 'security.command.user_password_encoder''sonata:block:debug' => 'Sonata\\BlockBundle\\Command\\DebugBlocksCommand''cache:create-cache-class' => 'Sonata\\AdminBundle\\Command\\CreateClassCacheCommand''sonata:admin:explain' => 'Sonata\\AdminBundle\\Command\\ExplainAdminCommand''sonata:admin:generate-object-acl' => 'Sonata\\AdminBundle\\Command\\GenerateObjectAclCommand''sonata:admin:list' => 'Sonata\\AdminBundle\\Command\\ListAdminCommand''sonata:admin:setup-acl' => 'Sonata\\AdminBundle\\Command\\SetupAclCommand''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:database:import' => 'doctrine.database_import_command''doctrine:query:sql' => 'doctrine.query_sql_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''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''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''make:sonata:admin' => 'maker.auto_command.make_sonata_admin''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:functional-test' => 'maker.auto_command.make_functional_test''make:registration-form' => 'maker.auto_command.make_registration_form''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:unit-test' => 'maker.auto_command.make_unit_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  4455.     }
  4456.     /**
  4457.      * Gets the public 'container.env_var_processors_locator' shared service.
  4458.      *
  4459.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  4460.      */
  4461.     protected function getContainer_EnvVarProcessorsLocatorService()
  4462.     {
  4463.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4464.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4465.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4466.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4467.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4468.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4469.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4470.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4471.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4472.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4473.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4474.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4475.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4476.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4477.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4478.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4479.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  4480.         ], [
  4481.             'base64' => '?',
  4482.             'bool' => '?',
  4483.             'const' => '?',
  4484.             'csv' => '?',
  4485.             'default' => '?',
  4486.             'file' => '?',
  4487.             'float' => '?',
  4488.             'int' => '?',
  4489.             'json' => '?',
  4490.             'key' => '?',
  4491.             'query_string' => '?',
  4492.             'require' => '?',
  4493.             'resolve' => '?',
  4494.             'string' => '?',
  4495.             'trim' => '?',
  4496.             'url' => '?',
  4497.         ]);
  4498.     }
  4499.     /**
  4500.      * Gets the public 'doctrine' shared service.
  4501.      *
  4502.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  4503.      */
  4504.     protected function getDoctrineService()
  4505.     {
  4506.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  4507.     }
  4508.     /**
  4509.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  4510.      *
  4511.      * @return \Doctrine\DBAL\Connection
  4512.      */
  4513.     protected function getDoctrine_Dbal_DefaultConnectionService()
  4514.     {
  4515.         $a = new \Doctrine\DBAL\Configuration();
  4516.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  4517.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4518.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4519.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  4520.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  4521.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger($c, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  4522.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  4523.         $a->setSQLLogger($b);
  4524.         $d = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4525.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  4526.             'security.acl.dbal.schema_listener' => ['privates''security.acl.dbal.schema_listener''getSecurity_Acl_Dbal_SchemaListenerService'false],
  4527.         ], [
  4528.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4529.             'security.acl.dbal.schema_listener' => '?',
  4530.         ]));
  4531.         $e = new \Sonata\EasyExtendsBundle\Mapper\DoctrineORMMapper(($this->services['doctrine'] ?? $this->getDoctrineService()), []);
  4532.         $e->addAssociation('App\\Application\\Sonata\\MediaBundle\\Entity\\Media''mapOneToMany', [=> ['fieldName' => 'galleryHasMedias''targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia''cascade' => [=> 'persist'], 'mappedBy' => 'media''orphanRemoval' => false]]);
  4533.         $e->addAssociation('App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia''mapManyToOne', [=> ['fieldName' => 'gallery''targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery''cascade' => [=> 'persist'], 'mappedBy' => NULL'inversedBy' => 'galleryHasMedias''joinColumns' => [=> ['name' => 'gallery_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']], 'orphanRemoval' => false], => ['fieldName' => 'media''targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media''cascade' => [=> 'persist'], 'mappedBy' => NULL'inversedBy' => 'galleryHasMedias''joinColumns' => [=> ['name' => 'media_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']], 'orphanRemoval' => false]]);
  4534.         $e->addAssociation('App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery''mapOneToMany', [=> ['fieldName' => 'galleryHasMedias''targetEntity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia''cascade' => [=> 'persist'], 'mappedBy' => 'gallery''orphanRemoval' => true'orderBy' => ['position' => 'ASC']]]);
  4535.         $e->addAssociation('App\\Application\\Sonata\\UserBundle\\Entity\\User''mapManyToMany', [=> ['fieldName' => 'groups''targetEntity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group''cascade' => [], 'joinTable' => ['name' => 'fos_user_user_group''joinColumns' => [=> ['name' => 'user_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']], 'inverseJoinColumns' => [=> ['name' => 'group_id''referencedColumnName' => 'id''onDelete' => 'CASCADE']]]]]);
  4536.         $d->addEventSubscriber($e);
  4537.         $d->addEventSubscriber(new \Sonata\MediaBundle\Listener\ORM\MediaEventSubscriber($this));
  4538.         $d->addEventSubscriber(new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService())));
  4539.         $d->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  4540.         $d->addEventListener([=> 'postGenerateSchema'], 'security.acl.dbal.schema_listener');
  4541.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a$d, []);
  4542.     }
  4543.     /**
  4544.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  4545.      *
  4546.      * @return \Doctrine\ORM\EntityManager
  4547.      */
  4548.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  4549.     {
  4550.         $a = new \Doctrine\ORM\Configuration();
  4551.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  4552.         $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', (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/doctrine') => 'Sonata\\MediaBundle\\Entity', (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Resources/config/doctrine') => 'App\\Application\\Sonata\\MediaBundle\\Entity']);
  4553.         $c->setGlobalBasename('mapping');
  4554.         $d = new \Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver([(\dirname(__DIR__4).'/src/Resources/Money/doctrine') => 'Money']);
  4555.         $d->setGlobalBasename('mapping');
  4556.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  4557.         $b->addDriver($c'Sonata\\UserBundle\\Entity');
  4558.         $b->addDriver($c'App\\Application\\Sonata\\UserBundle\\Entity');
  4559.         $b->addDriver($c'Sonata\\MediaBundle\\Entity');
  4560.         $b->addDriver($c'App\\Application\\Sonata\\MediaBundle\\Entity');
  4561.         $b->addDriver($d'Money');
  4562.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Common\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml')), 'FOS\\UserBundle\\Model');
  4563.         $a->setEntityNamespaces(['App' => 'App\\Entity''SonataUserBundle' => 'Sonata\\UserBundle\\Entity''ApplicationSonataUserBundle' => 'App\\Application\\Sonata\\UserBundle\\Entity''SonataMediaBundle' => 'Sonata\\MediaBundle\\Entity''ApplicationSonataMediaBundle' => 'App\\Application\\Sonata\\MediaBundle\\Entity''Money' => 'Money']);
  4564.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  4565.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  4566.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  4567.         $a->setMetadataDriverImpl($b);
  4568.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  4569.         $a->setProxyNamespace('Proxies');
  4570.         $a->setAutoGenerateProxyClasses(true);
  4571.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  4572.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  4573.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  4574.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  4575.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  4576.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4577.             'App\\Repository\\ArtistsRepository' => ['privates''App\\Repository\\ArtistsRepository''getArtistsRepositoryService'false],
  4578.             'App\\Repository\\CouponsRepository' => ['privates''App\\Repository\\CouponsRepository''getCouponsRepositoryService'false],
  4579.             'App\\Repository\\CustomersRepository' => ['privates''App\\Repository\\CustomersRepository''getCustomersRepositoryService'false],
  4580.             'App\\Repository\\EmailTemplatesRepository' => ['privates''App\\Repository\\EmailTemplatesRepository''getEmailTemplatesRepositoryService'false],
  4581.             'App\\Repository\\EmailsRepository' => ['privates''App\\Repository\\EmailsRepository''getEmailsRepositoryService'false],
  4582.             'App\\Repository\\EventDatesRepository' => ['privates''App\\Repository\\EventDatesRepository''getEventDatesRepositoryService'false],
  4583.             'App\\Repository\\EventImageRepository' => ['privates''App\\Repository\\EventImageRepository''getEventImageRepositoryService'false],
  4584.             'App\\Repository\\EventsRepository' => ['privates''App\\Repository\\EventsRepository''getEventsRepositoryService'false],
  4585.             'App\\Repository\\LocationsRepository' => ['privates''App\\Repository\\LocationsRepository''getLocationsRepositoryService'false],
  4586.             'App\\Repository\\MailLogRepository' => ['privates''App\\Repository\\MailLogRepository''getMailLogRepositoryService'false],
  4587.             'App\\Repository\\OrderItemsRepository' => ['privates''App\\Repository\\OrderItemsRepository''getOrderItemsRepositoryService'false],
  4588.             'App\\Repository\\OrderTicketsRepository' => ['privates''App\\Repository\\OrderTicketsRepository''getOrderTicketsRepositoryService'false],
  4589.             'App\\Repository\\OrdersRepository' => ['privates''App\\Repository\\OrdersRepository''getOrdersRepositoryService'false],
  4590.             'App\\Repository\\OrganisersRepository' => ['privates''App\\Repository\\OrganisersRepository''getOrganisersRepositoryService'false],
  4591.             'App\\Repository\\PageImageRepository' => ['privates''App\\Repository\\PageImageRepository''getPageImageRepositoryService'false],
  4592.             'App\\Repository\\PagesRepository' => ['privates''App\\Repository\\PagesRepository''getPagesRepositoryService'false],
  4593.             'App\\Repository\\SitesRepository' => ['privates''App\\Repository\\SitesRepository''getSitesRepositoryService'false],
  4594.             'App\\Repository\\StatsUsersRepository' => ['privates''App\\Repository\\StatsUsersRepository''getStatsUsersRepositoryService'false],
  4595.         ], [
  4596.             'App\\Repository\\ArtistsRepository' => '?',
  4597.             'App\\Repository\\CouponsRepository' => '?',
  4598.             'App\\Repository\\CustomersRepository' => '?',
  4599.             'App\\Repository\\EmailTemplatesRepository' => '?',
  4600.             'App\\Repository\\EmailsRepository' => '?',
  4601.             'App\\Repository\\EventDatesRepository' => '?',
  4602.             'App\\Repository\\EventImageRepository' => '?',
  4603.             'App\\Repository\\EventsRepository' => '?',
  4604.             'App\\Repository\\LocationsRepository' => '?',
  4605.             'App\\Repository\\MailLogRepository' => '?',
  4606.             'App\\Repository\\OrderItemsRepository' => '?',
  4607.             'App\\Repository\\OrderTicketsRepository' => '?',
  4608.             'App\\Repository\\OrdersRepository' => '?',
  4609.             'App\\Repository\\OrganisersRepository' => '?',
  4610.             'App\\Repository\\PageImageRepository' => '?',
  4611.             'App\\Repository\\PagesRepository' => '?',
  4612.             'App\\Repository\\SitesRepository' => '?',
  4613.             'App\\Repository\\StatsUsersRepository' => '?',
  4614.         ])));
  4615.         $a->addFilter('sitefilter''App\\Filter\\SiteFilter');
  4616.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  4617.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  4618.         return $instance;
  4619.     }
  4620.     /**
  4621.      * Gets the public 'error_controller' shared service.
  4622.      *
  4623.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  4624.      */
  4625.     protected function getErrorControllerService()
  4626.     {
  4627.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  4628.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  4629.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  4630.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  4631.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  4632.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4633.         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)));
  4634.     }
  4635.     /**
  4636.      * Gets the public 'event_dispatcher' shared service.
  4637.      *
  4638.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  4639.      */
  4640.     protected function getEventDispatcherService()
  4641.     {
  4642.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  4643.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4644.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  4645.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4646.         $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())));
  4647.         $instance->addListener('kernel.controller', [=> function () {
  4648.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  4649.         }, => 'onKernelController'], 0);
  4650.         $instance->addListener('kernel.request', [=> function () {
  4651.             return ($this->privates['fos_rest.body_listener'] ?? $this->getFosRest_BodyListenerService());
  4652.         }, => 'onKernelRequest'], 10);
  4653.         $instance->addListener('kernel.response', [=> function () {
  4654.             return ($this->privates['sonata.block.cache.handler.default'] ?? ($this->privates['sonata.block.cache.handler.default'] = new \Sonata\BlockBundle\Cache\HttpCacheHandler()));
  4655.         }, => 'onKernelResponse'], 0);
  4656.         $instance->addListener('kernel.response', [=> function () {
  4657.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  4658.         }, => 'onKernelResponse'], 0);
  4659.         $instance->addListener('kernel.response', [=> function () {
  4660.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  4661.         }, => 'onKernelResponse'], -1024);
  4662.         $instance->addListener('kernel.request', [=> function () {
  4663.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4664.         }, => 'setDefaultLocale'], 100);
  4665.         $instance->addListener('kernel.request', [=> function () {
  4666.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4667.         }, => 'onKernelRequest'], 16);
  4668.         $instance->addListener('kernel.finish_request', [=> function () {
  4669.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  4670.         }, => 'onKernelFinishRequest'], 0);
  4671.         $instance->addListener('kernel.request', [=> function () {
  4672.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  4673.         }, => 'onKernelRequest'], 256);
  4674.         $instance->addListener('kernel.request', [=> function () {
  4675.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  4676.         }, => 'resolveControllerName'], 24);
  4677.         $instance->addListener('kernel.response', [=> function () {
  4678.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  4679.         }, => 'onResponse'], -255);
  4680.         $instance->addListener('kernel.request', [=> function () {
  4681.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4682.         }, => 'onKernelRequest'], 15);
  4683.         $instance->addListener('kernel.finish_request', [=> function () {
  4684.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  4685.         }, => 'onKernelFinishRequest'], -15);
  4686.         $instance->addListener('console.error', [=> function () {
  4687.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  4688.         }, => 'onConsoleError'], -128);
  4689.         $instance->addListener('console.terminate', [=> function () {
  4690.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  4691.         }, => 'onConsoleTerminate'], -128);
  4692.         $instance->addListener('console.error', [=> function () {
  4693.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  4694.         }, => 'onConsoleError'], 0);
  4695.         $instance->addListener('kernel.request', [=> function () {
  4696.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4697.         }, => 'onKernelRequest'], 128);
  4698.         $instance->addListener('kernel.response', [=> function () {
  4699.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4700.         }, => 'onKernelResponse'], -1000);
  4701.         $instance->addListener('kernel.finish_request', [=> function () {
  4702.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  4703.         }, => 'onFinishRequest'], 0);
  4704.         $instance->addListener('kernel.response', [=> function () {
  4705.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4706.         }, => 'onKernelResponse'], -100);
  4707.         $instance->addListener('kernel.exception', [=> function () {
  4708.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4709.         }, => 'onKernelException'], 0);
  4710.         $instance->addListener('kernel.terminate', [=> function () {
  4711.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  4712.         }, => 'onKernelTerminate'], -1024);
  4713.         $instance->addListener('kernel.controller', [=> function () {
  4714.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  4715.         }, => 'onKernelController'], 0);
  4716.         $instance->addListener('kernel.response', [=> function () {
  4717.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  4718.         }, => 'onKernelResponse'], 0);
  4719.         $instance->addListener('kernel.request', [=> function () {
  4720.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4721.         }, => 'configure'], 2048);
  4722.         $instance->addListener('console.command', [=> function () {
  4723.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  4724.         }, => 'configure'], 2048);
  4725.         $instance->addListener('kernel.request', [=> function () {
  4726.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4727.         }, => 'onKernelRequest'], 32);
  4728.         $instance->addListener('kernel.finish_request', [=> function () {
  4729.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4730.         }, => 'onKernelFinishRequest'], 0);
  4731.         $instance->addListener('kernel.exception', [=> function () {
  4732.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  4733.         }, => 'onKernelException'], -64);
  4734.         $instance->addListener('kernel.exception', [=> function () {
  4735.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  4736.         }, => 'logKernelException'], 0);
  4737.         $instance->addListener('kernel.exception', [=> function () {
  4738.             return ($this->privates['twig.exception_listener'] ?? $this->getTwig_ExceptionListenerService());
  4739.         }, => 'onKernelException'], -128);
  4740.         $instance->addListener('kernel.response', [=> function () {
  4741.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  4742.         }, => 'onKernelResponse'], 0);
  4743.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  4744.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  4745.         }, => 'onVoterVote'], 0);
  4746.         $instance->addListener('kernel.request', [=> function () {
  4747.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4748.         }, => 'configureLogoutUrlGenerator'], 8);
  4749.         $instance->addListener('kernel.request', [=> function () {
  4750.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4751.         }, => 'onKernelRequest'], 8);
  4752.         $instance->addListener('kernel.finish_request', [=> function () {
  4753.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  4754.         }, => 'onKernelFinishRequest'], 0);
  4755.         $instance->addListener('kernel.exception', [=> function () {
  4756.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4757.         }, => 'onException'], 0);
  4758.         $instance->addListener('kernel.terminate', [=> function () {
  4759.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4760.         }, => 'onTerminate'], 0);
  4761.         $instance->addListener('console.error', [=> function () {
  4762.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4763.         }, => 'onException'], 0);
  4764.         $instance->addListener('console.terminate', [=> function () {
  4765.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  4766.         }, => 'onTerminate'], 0);
  4767.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  4768.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  4769.         }, => 'onImplicitLogin'], 0);
  4770.         $instance->addListener('security.interactive_login', [=> function () {
  4771.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  4772.         }, => 'onSecurityInteractiveLogin'], 0);
  4773.         $instance->addListener('fos_user.registration.completed', [=> function () {
  4774.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  4775.         }, => 'authenticate'], 0);
  4776.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  4777.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  4778.         }, => 'authenticate'], 0);
  4779.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  4780.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  4781.         }, => 'authenticate'], 0);
  4782.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  4783.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  4784.         }, => 'addSuccessFlash'], 0);
  4785.         $instance->addListener('fos_user.group.create.completed', [=> function () {
  4786.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  4787.         }, => 'addSuccessFlash'], 0);
  4788.         $instance->addListener('fos_user.group.delete.completed', [=> function () {
  4789.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  4790.         }, => 'addSuccessFlash'], 0);
  4791.         $instance->addListener('fos_user.group.edit.completed', [=> function () {
  4792.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  4793.         }, => 'addSuccessFlash'], 0);
  4794.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  4795.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  4796.         }, => 'addSuccessFlash'], 0);
  4797.         $instance->addListener('fos_user.registration.completed', [=> function () {
  4798.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  4799.         }, => 'addSuccessFlash'], 0);
  4800.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  4801.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  4802.         }, => 'addSuccessFlash'], 0);
  4803.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  4804.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  4805.         }, => 'onResettingResetInitialize'], 0);
  4806.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  4807.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  4808.         }, => 'onResettingResetSuccess'], 0);
  4809.         $instance->addListener('fos_user.resetting.reset.request', [=> function () {
  4810.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  4811.         }, => 'onResettingResetRequest'], 0);
  4812.         $instance->addListener('kernel.controller', [=> function () {
  4813.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  4814.         }, => 'onKernelController'], 0);
  4815.         $instance->addListener('kernel.controller', [=> function () {
  4816.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  4817.         }, => 'onKernelController'], 0);
  4818.         $instance->addListener('kernel.controller', [=> function () {
  4819.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4820.         }, => 'onKernelController'], -128);
  4821.         $instance->addListener('kernel.view', [=> function () {
  4822.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  4823.         }, => 'onKernelView'], 0);
  4824.         $instance->addListener('kernel.controller', [=> function () {
  4825.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4826.         }, => 'onKernelController'], 0);
  4827.         $instance->addListener('kernel.response', [=> function () {
  4828.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  4829.         }, => 'onKernelResponse'], 0);
  4830.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4831.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  4832.         }, => 'onKernelControllerArguments'], 0);
  4833.         $instance->addListener('kernel.controller_arguments', [=> function () {
  4834.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  4835.         }, => 'onKernelControllerArguments'], 0);
  4836.         $instance->addListener('console.error', [=> function () {
  4837.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  4838.         }, => 'onConsoleError'], 0);
  4839.         $instance->addListener('console.terminate', [=> function () {
  4840.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  4841.         }, => 'onConsoleTerminate'], 0);
  4842.         $instance->addListener('kernel.response', [=> function () {
  4843.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  4844.         }, => 'onKernelResponse'], -128);
  4845.         $instance->addListener('console.command', [=> function () {
  4846.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  4847.         }, => 'onCommand'], 255);
  4848.         $instance->addListener('console.terminate', [=> function () {
  4849.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  4850.         }, => 'onTerminate'], -255);
  4851.         return $instance;
  4852.     }
  4853.     /**
  4854.      * Gets the public 'filesystem' shared service.
  4855.      *
  4856.      * @return \Symfony\Component\Filesystem\Filesystem
  4857.      */
  4858.     protected function getFilesystemService()
  4859.     {
  4860.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  4861.         return $this->services['filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  4862.     }
  4863.     /**
  4864.      * Gets the public 'form.factory' shared service.
  4865.      *
  4866.      * @return \Symfony\Component\Form\FormFactory
  4867.      */
  4868.     protected function getForm_FactoryService()
  4869.     {
  4870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  4872.         return $this->services['form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  4873.     }
  4874.     /**
  4875.      * Gets the public 'form.type.file' shared service.
  4876.      *
  4877.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  4878.      */
  4879.     protected function getForm_Type_FileService()
  4880.     {
  4881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  4882.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  4883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  4884.         return $this->services['form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  4885.     }
  4886.     /**
  4887.      * Gets the public 'fos_rest.serializer.jms_handler_registry' shared service.
  4888.      *
  4889.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  4890.      */
  4891.     protected function getFosRest_Serializer_JmsHandlerRegistryService()
  4892.     {
  4893.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  4894.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  4895.         return $this->services['fos_rest.serializer.jms_handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  4896.     }
  4897.     /**
  4898.      * Gets the public 'fos_rest.view_handler' shared service.
  4899.      *
  4900.      * @return \FOS\RestBundle\View\ViewHandler
  4901.      */
  4902.     protected function getFosRest_ViewHandlerService()
  4903.     {
  4904.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandlerInterface.php';
  4905.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ConfigurableViewHandlerInterface.php';
  4906.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/View/ViewHandler.php';
  4907.         return $this->services['fos_rest.view_handler'] = new \FOS\RestBundle\View\ViewHandler(($this->services['router'] ?? $this->getRouterService()), $this->getFosRest_Serializer_JmsService(), ($this->services['templating'] ?? $this->getTemplatingService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['json' => false'xml' => false'html' => true], 400204false, ['html' => 302], 'twig', ['serializeNullStrategy' => false]);
  4908.     }
  4909.     /**
  4910.      * Gets the public 'fos_user.change_password.controller' shared service.
  4911.      *
  4912.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  4913.      */
  4914.     protected function getFosUser_ChangePassword_ControllerService()
  4915.     {
  4916.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4917.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4918.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4919.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  4920.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  4921.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4922.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4923.         $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()));
  4924.         $instance->setContainer($this);
  4925.         return $instance;
  4926.     }
  4927.     /**
  4928.      * Gets the public 'fos_user.group.controller' shared service.
  4929.      *
  4930.      * @return \FOS\UserBundle\Controller\GroupController
  4931.      */
  4932.     protected function getFosUser_Group_ControllerService()
  4933.     {
  4934.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4935.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  4938.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/GroupController.php';
  4939.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4940.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4941.         $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()));
  4942.         $instance->setContainer($this);
  4943.         return $instance;
  4944.     }
  4945.     /**
  4946.      * Gets the public 'fos_user.group_manager' shared service.
  4947.      *
  4948.      * @return \Sonata\UserBundle\Entity\GroupManager
  4949.      */
  4950.     protected function getFosUser_GroupManagerService()
  4951.     {
  4952.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManagerInterface.php';
  4953.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/GroupManager.php';
  4954.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/GroupManager.php';
  4955.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/GroupManagerInterface.php';
  4956.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/GroupManager.php';
  4957.         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');
  4958.     }
  4959.     /**
  4960.      * Gets the public 'fos_user.profile.controller' shared service.
  4961.      *
  4962.      * @return \FOS\UserBundle\Controller\ProfileController
  4963.      */
  4964.     protected function getFosUser_Profile_ControllerService()
  4965.     {
  4966.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4967.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4968.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  4970.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  4971.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4972.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4973.         $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_user_profile'$this->parameters['fos_user.profile.form.validation_groups']), ($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  4974.         $instance->setContainer($this);
  4975.         return $instance;
  4976.     }
  4977.     /**
  4978.      * Gets the public 'fos_user.registration.controller' shared service.
  4979.      *
  4980.      * @return \FOS\UserBundle\Controller\RegistrationController
  4981.      */
  4982.     protected function getFosUser_Registration_ControllerService()
  4983.     {
  4984.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  4985.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  4986.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  4987.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  4988.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  4989.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4990.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  4991.         $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()));
  4992.         $instance->setContainer($this);
  4993.         return $instance;
  4994.     }
  4995.     /**
  4996.      * Gets the public 'fos_user.resetting.controller' shared service.
  4997.      *
  4998.      * @return \FOS\UserBundle\Controller\ResettingController
  4999.      */
  5000.     protected function getFosUser_Resetting_ControllerService()
  5001.     {
  5002.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5003.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5004.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5005.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  5006.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  5007.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  5008.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/TwigSwiftMailer.php';
  5009.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  5010.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  5011.         $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\TwigSwiftMailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['twig'] ?? $this->getTwigService()), ['template' => ['confirmation' => '@FOSUser/Registration/email.txt.twig''resetting' => '@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);
  5012.         $instance->setContainer($this);
  5013.         return $instance;
  5014.     }
  5015.     /**
  5016.      * Gets the public 'fos_user.security.controller' shared service.
  5017.      *
  5018.      * @return \FOS\UserBundle\Controller\SecurityController
  5019.      */
  5020.     protected function getFosUser_Security_ControllerService()
  5021.     {
  5022.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  5023.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  5024.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerTrait.php';
  5025.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/Controller.php';
  5026.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  5027.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  5028.         $instance->setContainer($this);
  5029.         return $instance;
  5030.     }
  5031.     /**
  5032.      * Gets the public 'fos_user.user_manager' shared service.
  5033.      *
  5034.      * @return \Sonata\UserBundle\Entity\UserManager
  5035.      */
  5036.     protected function getFosUser_UserManagerService()
  5037.     {
  5038.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  5039.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  5040.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  5041.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Model/UserManagerInterface.php';
  5042.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManager.php';
  5043.         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');
  5044.     }
  5045.     /**
  5046.      * Gets the public 'http_kernel' shared service.
  5047.      *
  5048.      * @return \Symfony\Component\HttpKernel\HttpKernel
  5049.      */
  5050.     protected function getHttpKernelService()
  5051.     {
  5052.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  5053.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  5054.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  5055.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  5056.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  5057.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  5058.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  5059.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  5060.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  5061.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  5062.         }, 8)), $a));
  5063.     }
  5064.     /**
  5065.      * Gets the public 'jms_serializer' shared service.
  5066.      *
  5067.      * @return \JMS\Serializer\Serializer
  5068.      */
  5069.     protected function getJmsSerializerService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  5073.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  5074.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  5075.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  5076.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  5077.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  5078.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  5079.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  5080.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  5081.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  5082.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  5083.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  5084.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  5085.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  5086.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  5087.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  5088.         include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  5089.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  5090.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  5091.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  5092.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  5093.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  5094.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  5095.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  5096.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  5097.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  5098.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  5099.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  5100.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  5101.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  5102.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  5103.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  5104.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  5105.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  5106.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  5107.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver($this'jms_serializer.metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  5108.         $a->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')));
  5109.         $b = ($this->services['fos_rest.serializer.jms_handler_registry'] ?? $this->getFosRest_Serializer_JmsHandlerRegistryService());
  5110.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  5111.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  5112.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  5113.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  5114.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5115.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  5116.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  5117.         ], [
  5118.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  5119.             'jms_serializer.stopwatch_subscriber' => '?',
  5120.         ]));
  5121.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  5122.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  5123.         $g->setOptions(1216);
  5124.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  5125.         $h->setFormatOutput(true);
  5126.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  5127.         $i->setOptions(0);
  5128.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  5129.     }
  5130.     /**
  5131.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  5132.      *
  5133.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  5134.      */
  5135.     protected function getJmsSerializer_DeserializationContextFactoryService()
  5136.     {
  5137.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  5138.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  5139.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  5140.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  5141.     }
  5142.     /**
  5143.      * Gets the public 'jms_serializer.handler_registry' shared service.
  5144.      *
  5145.      * @return \FOS\RestBundle\Serializer\JMSHandlerRegistryV2
  5146.      */
  5147.     protected function getJmsSerializer_HandlerRegistryService()
  5148.     {
  5149.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  5150.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSHandlerRegistryV2.php';
  5151.         return $this->services['jms_serializer.handler_registry'] = new \FOS\RestBundle\Serializer\JMSHandlerRegistryV2(($this->privates['fos_rest.serializer.jms_handler_registry.inner'] ?? $this->getFosRest_Serializer_JmsHandlerRegistry_InnerService()));
  5152.     }
  5153.     /**
  5154.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  5155.      *
  5156.      * @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
  5157.      */
  5158.     protected function getJmsSerializer_MetadataDriverService()
  5159.     {
  5160.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  5161.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  5162.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  5163.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  5164.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  5165.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  5166.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  5167.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  5168.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  5169.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  5170.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  5171.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  5172.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  5173.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  5174.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  5175.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  5176.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  5177.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  5178.         $a = new \Metadata\Driver\FileLocator(['Sonata\\DatagridBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/config/serializer'), 'Sonata\\BlockBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/config/serializer'), 'Sonata\\MediaBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/serializer'), 'Sonata\\UserBundle' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/config/serializer'), 'App\\Application\\Sonata\\UserBundle' => (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle/Resources/config/serializer'), 'App\\Application\\Sonata\\MediaBundle' => (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/Resources/config/serializer'), 'FOS\\UserBundle' => (\dirname(__DIR__4).'/src/../vendor/sonata-project/user-bundle/src/Resources/config/serializer/FOSUserBundle')]);
  5179.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  5180.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  5181.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  5182.     }
  5183.     /**
  5184.      * Gets the public 'jms_serializer.object_constructor' shared service.
  5185.      *
  5186.      * @return \JMS\Serializer\Construction\DoctrineObjectConstructor
  5187.      */
  5188.     protected function getJmsSerializer_ObjectConstructorService()
  5189.     {
  5190.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  5191.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  5192.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  5193.         return $this->services['jms_serializer.object_constructor'] = new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), 'null');
  5194.     }
  5195.     /**
  5196.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  5197.      *
  5198.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  5199.      */
  5200.     protected function getJmsSerializer_SerializationContextFactoryService()
  5201.     {
  5202.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  5203.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  5204.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  5205.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  5206.     }
  5207.     /**
  5208.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  5209.      *
  5210.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  5211.      */
  5212.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  5213.     {
  5214.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  5215.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  5216.     }
  5217.     /**
  5218.      * Gets the public 'knp_menu.factory' shared service.
  5219.      *
  5220.      * @return \Knp\Menu\MenuFactory
  5221.      */
  5222.     protected function getKnpMenu_FactoryService()
  5223.     {
  5224.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/FactoryInterface.php';
  5225.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuFactory.php';
  5226.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Factory/ExtensionInterface.php';
  5227.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Integration/Symfony/RoutingExtension.php';
  5228.         $this->services['knp_menu.factory'] = $instance = new \Knp\Menu\MenuFactory();
  5229.         $instance->addExtension(new \Knp\Menu\Integration\Symfony\RoutingExtension(($this->services['router'] ?? $this->getRouterService())), 0);
  5230.         return $instance;
  5231.     }
  5232.     /**
  5233.      * Gets the public 'knp_menu.matcher' shared service.
  5234.      *
  5235.      * @return \Knp\Menu\Matcher\Matcher
  5236.      */
  5237.     protected function getKnpMenu_MatcherService()
  5238.     {
  5239.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  5240.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->getKnpMenu_Voter_RouterService());
  5241.             yield => ($this->services['sonata.admin.menu.matcher.voter.admin'] ?? $this->getSonata_Admin_Menu_Matcher_Voter_AdminService());
  5242.             yield => ($this->services['sonata.admin.menu.matcher.voter.active'] ?? ($this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter()));
  5243.         }, 3));
  5244.     }
  5245.     /**
  5246.      * Gets the public 'knp_snappy.image' shared service.
  5247.      *
  5248.      * @return \Knp\Snappy\Image
  5249.      */
  5250.     protected function getKnpSnappy_ImageService()
  5251.     {
  5252.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  5253.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  5254.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  5255.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image($this->getEnv('WKHTMLTOIMAGE_PATH'), [], []);
  5256.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  5257.         return $instance;
  5258.     }
  5259.     /**
  5260.      * Gets the public 'knp_snappy.pdf' shared service.
  5261.      *
  5262.      * @return \Knp\Snappy\Pdf
  5263.      */
  5264.     protected function getKnpSnappy_PdfService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  5267.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  5268.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  5269.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf($this->getEnv('WKHTMLTOPDF_PATH'), $this->parameters['knp_snappy.pdf.options'], []);
  5270.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  5271.         return $instance;
  5272.     }
  5273.     /**
  5274.      * Gets the public 'markdown.parser' shared service.
  5275.      *
  5276.      * @return \Knp\Bundle\MarkdownBundle\Parser\Preset\Max
  5277.      */
  5278.     protected function getMarkdown_ParserService()
  5279.     {
  5280.         return $this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max();
  5281.     }
  5282.     /**
  5283.      * Gets the public 'profiler' shared service.
  5284.      *
  5285.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  5286.      */
  5287.     protected function getProfilerService()
  5288.     {
  5289.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  5290.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5291.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5292.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5293.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5294.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  5295.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  5296.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  5297.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  5298.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  5299.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  5300.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  5301.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  5302.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  5303.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  5304.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  5305.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  5306.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  5307.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  5308.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  5309.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  5310.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5311.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  5312.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  5313.         if ($this->has('kernel')) {
  5314.             $g->setKernel($b);
  5315.         }
  5316.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  5317.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  5318.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  5319.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  5320.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  5321.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  5322.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  5323.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  5324.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  5325.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  5326.         $instance->add($d);
  5327.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  5328.         $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())));
  5329.         $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())));
  5330.         $instance->add($e);
  5331.         $instance->add($f);
  5332.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  5333.         $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']));
  5334.         $instance->add($g);
  5335.         return $instance;
  5336.     }
  5337.     /**
  5338.      * Gets the public 'request_stack' shared service.
  5339.      *
  5340.      * @return \Symfony\Component\HttpFoundation\RequestStack
  5341.      */
  5342.     protected function getRequestStackService()
  5343.     {
  5344.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  5345.     }
  5346.     /**
  5347.      * Gets the public 'router' shared service.
  5348.      *
  5349.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  5350.      */
  5351.     protected function getRouterService()
  5352.     {
  5353.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  5354.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  5355.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  5356.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  5357.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  5358.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5359.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  5360.         ], [
  5361.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  5362.         ]))->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'nl');
  5363.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5364.         return $instance;
  5365.     }
  5366.     /**
  5367.      * Gets the public 'routing.loader' shared service.
  5368.      *
  5369.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  5370.      */
  5371.     protected function getRouting_LoaderService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  5374.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  5378.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  5379.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  5380.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  5381.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  5382.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  5383.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  5384.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  5385.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  5386.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  5387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/LegacyRouteLoaderContainer.php';
  5388.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Routing/Loader/DirectoryRouteLoader.php';
  5389.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteProcessor.php';
  5390.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestRouteLoader.php';
  5391.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestControllerReader.php';
  5392.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Routing/Loader/Reader/RestActionReader.php';
  5393.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReaderInterface.php';
  5394.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Request/ParamReader.php';
  5395.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Inflector/InflectorInterface.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Inflector/DoctrineInflector.php';
  5397.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestYamlCollectionLoader.php';
  5398.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Routing/Loader/RestXmlCollectionLoader.php';
  5399.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  5400.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  5401.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  5402.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  5403.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  5404.         $b = ($this->privates['file_locator'] ?? $this->getFileLocatorService());
  5405.         $c = new \FOS\RestBundle\Routing\Loader\RestRouteProcessor();
  5406.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  5407.         $e = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader($d);
  5408.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b));
  5409.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b));
  5410.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b));
  5411.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b));
  5412.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b));
  5413.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Bundle\FrameworkBundle\Routing\LegacyRouteLoaderContainer($this, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5414.             'kernel' => ['services''kernel''getKernelService'false],
  5415.         ], [
  5416.             'kernel' => 'App\\Kernel',
  5417.         ]))));
  5418.         $a->addLoader(new \FOS\RestBundle\Routing\Loader\DirectoryRouteLoader($b$c));
  5419.         $a->addLoader(new \FOS\RestBundle\Routing\Loader\RestRouteLoader($this$b, ($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))), new \FOS\RestBundle\Routing\Loader\Reader\RestControllerReader(new \FOS\RestBundle\Routing\Loader\Reader\RestActionReader($d, new \FOS\RestBundle\Request\ParamReader($d), new \FOS\RestBundle\Inflector\DoctrineInflector(), true, ['json' => false'xml' => false'html' => true], true), $d), NULL));
  5420.         $a->addLoader(new \FOS\RestBundle\Routing\Loader\RestYamlCollectionLoader($b$ctrue, ['json' => false'xml' => false'html' => true], NULL));
  5421.         $a->addLoader(new \FOS\RestBundle\Routing\Loader\RestXmlCollectionLoader($b$ctrue, ['json' => false'xml' => false'html' => true], NULL));
  5422.         $a->addLoader(($this->services['sonata.admin.route_loader'] ?? $this->getSonata_Admin_RouteLoaderService()));
  5423.         $a->addLoader($e);
  5424.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$e));
  5425.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$e));
  5426.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, [], ['utf8' => true]);
  5427.     }
  5428.     /**
  5429.      * Gets the public 'security.acl.dbal.schema' shared service.
  5430.      *
  5431.      * @return \Symfony\Component\Security\Acl\Dbal\Schema
  5432.      */
  5433.     protected function getSecurity_Acl_Dbal_SchemaService()
  5434.     {
  5435.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractAsset.php';
  5436.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/Schema.php';
  5437.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/Schema.php';
  5438.         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()));
  5439.     }
  5440.     /**
  5441.      * Gets the public 'security.acl.provider' shared service.
  5442.      *
  5443.      * @return \Symfony\Component\Security\Acl\Dbal\MutableAclProvider
  5444.      */
  5445.     protected function getSecurity_Acl_ProviderService()
  5446.     {
  5447.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/AclProviderInterface.php';
  5448.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/AclProvider.php';
  5449.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/MutableAclProviderInterface.php';
  5450.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/PropertyChangedListener.php';
  5451.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Dbal/MutableAclProvider.php';
  5452.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/PermissionGrantingStrategyInterface.php';
  5453.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/PermissionGrantingStrategy.php';
  5454.         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);
  5455.     }
  5456.     /**
  5457.      * Gets the public 'security.authentication_utils' shared service.
  5458.      *
  5459.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  5460.      */
  5461.     protected function getSecurity_AuthenticationUtilsService()
  5462.     {
  5463.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  5464.         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())));
  5465.     }
  5466.     /**
  5467.      * Gets the public 'security.authorization_checker' shared service.
  5468.      *
  5469.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  5470.      */
  5471.     protected function getSecurity_AuthorizationCheckerService()
  5472.     {
  5473.         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);
  5474.     }
  5475.     /**
  5476.      * Gets the public 'security.csrf.token_manager' shared service.
  5477.      *
  5478.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  5479.      */
  5480.     protected function getSecurity_Csrf_TokenManagerService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  5483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  5484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  5485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  5486.         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())));
  5487.     }
  5488.     /**
  5489.      * Gets the public 'security.password_encoder' shared service.
  5490.      *
  5491.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  5492.      */
  5493.     protected function getSecurity_PasswordEncoderService()
  5494.     {
  5495.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php';
  5496.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php';
  5497.         return $this->services['security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  5498.     }
  5499.     /**
  5500.      * Gets the public 'security.token_storage' shared service.
  5501.      *
  5502.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  5503.      */
  5504.     protected function getSecurity_TokenStorageService()
  5505.     {
  5506.         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, [
  5507.             'session' => ['services''session''getSessionService'false],
  5508.         ], [
  5509.             'session' => '?',
  5510.         ]));
  5511.     }
  5512.     /**
  5513.      * Gets the public 'serializer' shared service.
  5514.      *
  5515.      * @return \Symfony\Component\Serializer\Serializer
  5516.      */
  5517.     protected function getSerializerService()
  5518.     {
  5519.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  5520.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  5521.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  5522.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  5523.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  5524.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  5525.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  5526.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  5527.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  5528.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  5529.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorNormalizer.php';
  5530.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  5531.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  5532.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  5533.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  5534.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  5535.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  5536.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  5537.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  5538.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  5539.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  5540.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  5541.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  5542.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  5543.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  5544.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  5545.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  5546.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  5547.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  5548.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  5549.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  5550.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  5551.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  5552.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  5553.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  5554.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  5555.         $a = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  5556.         $b = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter($a);
  5557.         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([], $b), => 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($a$b, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($a), 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()]);
  5558.     }
  5559.     /**
  5560.      * Gets the public 'services_resetter' shared service.
  5561.      *
  5562.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  5563.      */
  5564.     protected function getServicesResetterService()
  5565.     {
  5566.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  5567.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  5568.             if (isset($this->services['cache.app'])) {
  5569.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  5570.             }
  5571.             if (isset($this->services['cache.system'])) {
  5572.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  5573.             }
  5574.             if (isset($this->privates['cache.validator'])) {
  5575.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  5576.             }
  5577.             if (isset($this->privates['cache.serializer'])) {
  5578.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  5579.             }
  5580.             if (isset($this->privates['cache.annotations'])) {
  5581.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  5582.             }
  5583.             if (isset($this->privates['cache.property_info'])) {
  5584.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  5585.             }
  5586.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  5587.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  5588.             }
  5589.             if (isset($this->services['profiler'])) {
  5590.                 yield 'profiler' => ($this->services['profiler'] ?? null);
  5591.             }
  5592.             if (isset($this->services['validator'])) {
  5593.                 yield 'debug.validator' => ($this->services['validator'] ?? null);
  5594.             }
  5595.             if (isset($this->privates['debug.stopwatch'])) {
  5596.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  5597.             }
  5598.             if (isset($this->services['event_dispatcher'])) {
  5599.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  5600.             }
  5601.             if (isset($this->services['fos_rest.view_handler'])) {
  5602.                 yield 'fos_rest.view_handler.default' => ($this->services['fos_rest.view_handler'] ?? null);
  5603.             }
  5604.             if (isset($this->services['security.token_storage'])) {
  5605.                 yield 'security.token_storage' => ($this->services['security.token_storage'] ?? null);
  5606.             }
  5607.             if (isset($this->privates['cache.security_expression_language'])) {
  5608.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  5609.             }
  5610.             if (isset($this->services['doctrine'])) {
  5611.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  5612.             }
  5613.             if (isset($this->privates['form.type.entity'])) {
  5614.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  5615.             }
  5616.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  5617.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  5618.             }
  5619.             if (isset($this->privates['monolog.handler.main'])) {
  5620.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  5621.             }
  5622.             if (isset($this->privates['monolog.handler.console'])) {
  5623.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  5624.             }
  5625.         }, function () {
  5626.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator'])) + (int) (isset($this->privates['cache.serializer'])) + (int) (isset($this->privates['cache.annotations'])) + (int) (isset($this->privates['cache.property_info'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['profiler'])) + (int) (isset($this->services['validator'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['fos_rest.view_handler'])) + (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['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console']));
  5627.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'fos_rest.view_handler.default' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset']]);
  5628.     }
  5629.     /**
  5630.      * Gets the public 'session' shared service.
  5631.      *
  5632.      * @return \Symfony\Component\HttpFoundation\Session\Session
  5633.      */
  5634.     protected function getSessionService()
  5635.     {
  5636.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  5637.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  5638.         return $this->services['session'] = new \Symfony\Component\HttpFoundation\Session\Session(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  5639.     }
  5640.     /**
  5641.      * Gets the public 'sonata.admin.action.append_form_field_element' shared service.
  5642.      *
  5643.      * @return \Sonata\AdminBundle\Action\AppendFormFieldElementAction
  5644.      */
  5645.     protected function getSonata_Admin_Action_AppendFormFieldElementService()
  5646.     {
  5647.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/AppendFormFieldElementAction.php';
  5648.         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()));
  5649.     }
  5650.     /**
  5651.      * Gets the public 'sonata.admin.action.get_short_object_description' shared service.
  5652.      *
  5653.      * @return \Sonata\AdminBundle\Action\GetShortObjectDescriptionAction
  5654.      */
  5655.     protected function getSonata_Admin_Action_GetShortObjectDescriptionService()
  5656.     {
  5657.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/GetShortObjectDescriptionAction.php';
  5658.         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()));
  5659.     }
  5660.     /**
  5661.      * Gets the public 'sonata.admin.action.retrieve_autocomplete_items' shared service.
  5662.      *
  5663.      * @return \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction
  5664.      */
  5665.     protected function getSonata_Admin_Action_RetrieveAutocompleteItemsService()
  5666.     {
  5667.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveAutocompleteItemsAction.php';
  5668.         return $this->services['sonata.admin.action.retrieve_autocomplete_items'] = new \Sonata\AdminBundle\Action\RetrieveAutocompleteItemsAction(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5669.     }
  5670.     /**
  5671.      * Gets the public 'sonata.admin.action.retrieve_form_field_element' shared service.
  5672.      *
  5673.      * @return \Sonata\AdminBundle\Action\RetrieveFormFieldElementAction
  5674.      */
  5675.     protected function getSonata_Admin_Action_RetrieveFormFieldElementService()
  5676.     {
  5677.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/RetrieveFormFieldElementAction.php';
  5678.         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()));
  5679.     }
  5680.     /**
  5681.      * Gets the public 'sonata.admin.action.set_object_field_value' shared service.
  5682.      *
  5683.      * @return \Sonata\AdminBundle\Action\SetObjectFieldValueAction
  5684.      */
  5685.     protected function getSonata_Admin_Action_SetObjectFieldValueService()
  5686.     {
  5687.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Action/SetObjectFieldValueAction.php';
  5688.         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()));
  5689.     }
  5690.     /**
  5691.      * Gets the public 'sonata.admin.audit.manager' shared service.
  5692.      *
  5693.      * @return \Sonata\AdminBundle\Model\AuditManager
  5694.      */
  5695.     protected function getSonata_Admin_Audit_ManagerService()
  5696.     {
  5697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  5698.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  5699.         return $this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this);
  5700.     }
  5701.     /**
  5702.      * Gets the public 'sonata.admin.block.admin_list' shared service.
  5703.      *
  5704.      * @return \Sonata\AdminBundle\Block\AdminListBlockService
  5705.      */
  5706.     protected function getSonata_Admin_Block_AdminListService()
  5707.     {
  5708.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  5709.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  5710.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  5711.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminListBlockService.php';
  5712.         return $this->services['sonata.admin.block.admin_list'] = new \Sonata\AdminBundle\Block\AdminListBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  5713.     }
  5714.     /**
  5715.      * Gets the public 'sonata.admin.block.search_result' shared service.
  5716.      *
  5717.      * @return \Sonata\AdminBundle\Block\AdminSearchBlockService
  5718.      */
  5719.     protected function getSonata_Admin_Block_SearchResultService()
  5720.     {
  5721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  5722.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  5723.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  5724.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminSearchBlockService.php';
  5725.         return $this->services['sonata.admin.block.search_result'] = new \Sonata\AdminBundle\Block\AdminSearchBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->services['sonata.admin.search.handler'] ?? $this->getSonata_Admin_Search_HandlerService()));
  5726.     }
  5727.     /**
  5728.      * Gets the public 'sonata.admin.block.stats' shared service.
  5729.      *
  5730.      * @return \Sonata\AdminBundle\Block\AdminStatsBlockService
  5731.      */
  5732.     protected function getSonata_Admin_Block_StatsService()
  5733.     {
  5734.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  5735.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  5736.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  5737.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Block/AdminStatsBlockService.php';
  5738.         return $this->services['sonata.admin.block.stats'] = new \Sonata\AdminBundle\Block\AdminStatsBlockService(($this->services['twig'] ?? $this->getTwigService()), NULL, ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  5739.     }
  5740.     /**
  5741.      * Gets the public 'sonata.admin.breadcrumbs_builder' shared service.
  5742.      *
  5743.      * @return \Sonata\AdminBundle\Admin\BreadcrumbsBuilder
  5744.      */
  5745.     protected function getSonata_Admin_BreadcrumbsBuilderService()
  5746.     {
  5747.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilderInterface.php';
  5748.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/BreadcrumbsBuilder.php';
  5749.         return $this->services['sonata.admin.breadcrumbs_builder'] = new \Sonata\AdminBundle\Admin\BreadcrumbsBuilder($this->parameters['sonata.admin.configuration.breadcrumbs']);
  5750.     }
  5751.     /**
  5752.      * Gets the public 'sonata.admin.builder.filter.factory' shared service.
  5753.      *
  5754.      * @return \Sonata\AdminBundle\Filter\FilterFactory
  5755.      */
  5756.     protected function getSonata_Admin_Builder_Filter_FactoryService()
  5757.     {
  5758.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactoryInterface.php';
  5759.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterFactory.php';
  5760.         return $this->services['sonata.admin.builder.filter.factory'] = new \Sonata\AdminBundle\Filter\FilterFactory($this, ['Sonata\\DoctrineORMAdminBundle\\Filter\\BooleanFilter' => 'sonata.admin.orm.filter.type.boolean''doctrine_orm_boolean' => 'sonata.admin.orm.filter.type.boolean''Sonata\\DoctrineORMAdminBundle\\Filter\\CallbackFilter' => 'sonata.admin.orm.filter.type.callback''doctrine_orm_callback' => 'sonata.admin.orm.filter.type.callback''Sonata\\DoctrineORMAdminBundle\\Filter\\ChoiceFilter' => 'sonata.admin.orm.filter.type.choice''doctrine_orm_choice' => 'sonata.admin.orm.filter.type.choice''Sonata\\DoctrineORMAdminBundle\\Filter\\ModelFilter' => 'sonata.admin.orm.filter.type.model''doctrine_orm_model' => 'sonata.admin.orm.filter.type.model''Sonata\\DoctrineORMAdminBundle\\Filter\\ModelAutocompleteFilter' => 'sonata.admin.orm.filter.type.model_autocomplete''doctrine_orm_model_autocomplete' => 'sonata.admin.orm.filter.type.model_autocomplete''Sonata\\DoctrineORMAdminBundle\\Filter\\StringFilter' => 'sonata.admin.orm.filter.type.string''doctrine_orm_string' => 'sonata.admin.orm.filter.type.string''Sonata\\DoctrineORMAdminBundle\\Filter\\NumberFilter' => 'sonata.admin.orm.filter.type.number''doctrine_orm_number' => 'sonata.admin.orm.filter.type.number''Sonata\\DoctrineORMAdminBundle\\Filter\\DateFilter' => 'sonata.admin.orm.filter.type.date''doctrine_orm_date' => 'sonata.admin.orm.filter.type.date''Sonata\\DoctrineORMAdminBundle\\Filter\\DateRangeFilter' => 'sonata.admin.orm.filter.type.date_range''doctrine_orm_date_range' => 'sonata.admin.orm.filter.type.date_range''Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeFilter' => 'sonata.admin.orm.filter.type.datetime''doctrine_orm_datetime' => 'sonata.admin.orm.filter.type.datetime''Sonata\\DoctrineORMAdminBundle\\Filter\\TimeFilter' => 'sonata.admin.orm.filter.type.time''doctrine_orm_time' => 'sonata.admin.orm.filter.type.time''Sonata\\DoctrineORMAdminBundle\\Filter\\DateTimeRangeFilter' => 'sonata.admin.orm.filter.type.datetime_range''doctrine_orm_datetime_range' => 'sonata.admin.orm.filter.type.datetime_range''Sonata\\DoctrineORMAdminBundle\\Filter\\ClassFilter' => 'sonata.admin.orm.filter.type.class''doctrine_orm_class' => 'sonata.admin.orm.filter.type.class']);
  5761.     }
  5762.     /**
  5763.      * Gets the public 'sonata.admin.controller.admin' shared service.
  5764.      *
  5765.      * @return \Sonata\AdminBundle\Controller\HelperController
  5766.      *
  5767.      * @deprecated The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since version 3.38.0 and will be removed in 4.0.
  5768.      */
  5769.     protected function getSonata_Admin_Controller_AdminService()
  5770.     {
  5771.         @trigger_error('The controller service "sonata.admin.controller.admin" is deprecated in favor of several action services since version 3.38.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  5772.         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()));
  5773.     }
  5774.     /**
  5775.      * Gets the public 'sonata.admin.doctrine_orm.form.type.choice_field_mask' shared service.
  5776.      *
  5777.      * @return \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType
  5778.      */
  5779.     protected function getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService()
  5780.     {
  5781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5783.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ChoiceFieldMaskType.php';
  5784.         return $this->services['sonata.admin.doctrine_orm.form.type.choice_field_mask'] = new \Sonata\AdminBundle\Form\Type\ChoiceFieldMaskType();
  5785.     }
  5786.     /**
  5787.      * Gets the public 'sonata.admin.event.extension' shared service.
  5788.      *
  5789.      * @return \Sonata\AdminBundle\Event\AdminEventExtension
  5790.      */
  5791.     protected function getSonata_Admin_Event_ExtensionService()
  5792.     {
  5793.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  5794.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  5795.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Event/AdminEventExtension.php';
  5796.         return $this->services['sonata.admin.event.extension'] = new \Sonata\AdminBundle\Event\AdminEventExtension(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  5797.     }
  5798.     /**
  5799.      * Gets the public 'sonata.admin.exporter' shared service.
  5800.      *
  5801.      * @return \Sonata\AdminBundle\Export\Exporter
  5802.      *
  5803.      * @deprecated The service "sonata.admin.exporter" is deprecated in favor of the "sonata.exporter.exporter" service since version 3.14 and will be removed in 4.0.
  5804.      */
  5805.     protected function getSonata_Admin_ExporterService()
  5806.     {
  5807.         @trigger_error('The service "sonata.admin.exporter" is deprecated in favor of the "sonata.exporter.exporter" service since version 3.14 and will be removed in 4.0.'E_USER_DEPRECATED);
  5808.         return $this->services['sonata.admin.exporter'] = new \Sonata\AdminBundle\Export\Exporter();
  5809.     }
  5810.     /**
  5811.      * Gets the public 'sonata.admin.form.extension.choice' shared service.
  5812.      *
  5813.      * @return \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension
  5814.      */
  5815.     protected function getSonata_Admin_Form_Extension_ChoiceService()
  5816.     {
  5817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5819.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/ChoiceTypeExtension.php';
  5820.         return $this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension();
  5821.     }
  5822.     /**
  5823.      * Gets the public 'sonata.admin.form.extension.field' shared service.
  5824.      *
  5825.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\FormTypeFieldExtension
  5826.      */
  5827.     protected function getSonata_Admin_Form_Extension_FieldService()
  5828.     {
  5829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5831.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/FormTypeFieldExtension.php';
  5832.         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' => ''], ['html5_validate' => true'confirm_exit' => true'use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'form_type' => 'standard''sort_admins' => false'js_debug' => false'pager_links' => NULL'default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'enable_jms_di_extra_autoregistration' => true'mosaic_background' => 'data:image/png;base64,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''javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'22 => 'bundles/sonatapage/sonata-page.back.min.js'23 => 'bundles/fosckeditor/ckeditor.js'24 => 'bundles/sonataformatter/vendor/markitup-markitup/markitup/jquery.markitup.js'25 => 'bundles/sonataformatter/markitup/sets/markdown/set.js'26 => 'bundles/sonataformatter/markitup/sets/html/set.js'27 => 'bundles/sonataformatter/markitup/sets/textile/set.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'10 => 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'11 => 'bundles/sonataadmin/css/styles.css'12 => 'bundles/sonataadmin/css/layout.css'13 => 'bundles/sonataadmin/css/tree.css'14 => 'bundles/sonatacore/css/flashmessage.css'15 => 'bundles/sonatapage/sonata-page.back.min.css'16 => 'bundles/sonataformatter/markitup/skins/sonata/style.css'17 => 'bundles/sonataformatter/markitup/sets/markdown/style.css'18 => 'bundles/sonataformatter/markitup/sets/html/style.css'19 => 'bundles/sonataformatter/markitup/sets/textile/style.css'], 'role_admin' => 'ROLE_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true]);
  5833.     }
  5834.     /**
  5835.      * Gets the public 'sonata.admin.form.extension.field.mopa' shared service.
  5836.      *
  5837.      * @return \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension
  5838.      */
  5839.     protected function getSonata_Admin_Form_Extension_Field_MopaService()
  5840.     {
  5841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  5842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  5843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Extension/Field/Type/MopaCompatibilityTypeFieldExtension.php';
  5844.         return $this->services['sonata.admin.form.extension.field.mopa'] = new \Sonata\AdminBundle\Form\Extension\Field\Type\MopaCompatibilityTypeFieldExtension();
  5845.     }
  5846.     /**
  5847.      * Gets the public 'sonata.admin.form.filter.type.choice' shared service.
  5848.      *
  5849.      * @return \Sonata\AdminBundle\Form\Type\Filter\ChoiceType
  5850.      */
  5851.     protected function getSonata_Admin_Form_Filter_Type_ChoiceService()
  5852.     {
  5853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5855.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php';
  5856.         return $this->services['sonata.admin.form.filter.type.choice'] = new \Sonata\AdminBundle\Form\Type\Filter\ChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  5857.     }
  5858.     /**
  5859.      * Gets the public 'sonata.admin.form.filter.type.date' shared service.
  5860.      *
  5861.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateType
  5862.      */
  5863.     protected function getSonata_Admin_Form_Filter_Type_DateService()
  5864.     {
  5865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5867.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php';
  5868.         return $this->services['sonata.admin.form.filter.type.date'] = new \Sonata\AdminBundle\Form\Type\Filter\DateType(($this->services['translator'] ?? $this->getTranslatorService()));
  5869.     }
  5870.     /**
  5871.      * Gets the public 'sonata.admin.form.filter.type.daterange' shared service.
  5872.      *
  5873.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateRangeType
  5874.      */
  5875.     protected function getSonata_Admin_Form_Filter_Type_DaterangeService()
  5876.     {
  5877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5879.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php';
  5880.         return $this->services['sonata.admin.form.filter.type.daterange'] = new \Sonata\AdminBundle\Form\Type\Filter\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5881.     }
  5882.     /**
  5883.      * Gets the public 'sonata.admin.form.filter.type.datetime' shared service.
  5884.      *
  5885.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeType
  5886.      */
  5887.     protected function getSonata_Admin_Form_Filter_Type_DatetimeService()
  5888.     {
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php';
  5892.         return $this->services['sonata.admin.form.filter.type.datetime'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5893.     }
  5894.     /**
  5895.      * Gets the public 'sonata.admin.form.filter.type.datetime_range' shared service.
  5896.      *
  5897.      * @return \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType
  5898.      */
  5899.     protected function getSonata_Admin_Form_Filter_Type_DatetimeRangeService()
  5900.     {
  5901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5903.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php';
  5904.         return $this->services['sonata.admin.form.filter.type.datetime_range'] = new \Sonata\AdminBundle\Form\Type\Filter\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  5905.     }
  5906.     /**
  5907.      * Gets the public 'sonata.admin.form.filter.type.default' shared service.
  5908.      *
  5909.      * @return \Sonata\AdminBundle\Form\Type\Filter\DefaultType
  5910.      */
  5911.     protected function getSonata_Admin_Form_Filter_Type_DefaultService()
  5912.     {
  5913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5915.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DefaultType.php';
  5916.         return $this->services['sonata.admin.form.filter.type.default'] = new \Sonata\AdminBundle\Form\Type\Filter\DefaultType();
  5917.     }
  5918.     /**
  5919.      * Gets the public 'sonata.admin.form.filter.type.number' shared service.
  5920.      *
  5921.      * @return \Sonata\AdminBundle\Form\Type\Filter\NumberType
  5922.      */
  5923.     protected function getSonata_Admin_Form_Filter_Type_NumberService()
  5924.     {
  5925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5927.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php';
  5928.         return $this->services['sonata.admin.form.filter.type.number'] = new \Sonata\AdminBundle\Form\Type\Filter\NumberType(($this->services['translator'] ?? $this->getTranslatorService()));
  5929.     }
  5930.     /**
  5931.      * Gets the public 'sonata.admin.form.type.admin' shared service.
  5932.      *
  5933.      * @return \Sonata\AdminBundle\Form\Type\AdminType
  5934.      */
  5935.     protected function getSonata_Admin_Form_Type_AdminService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5939.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/AdminType.php';
  5940.         return $this->services['sonata.admin.form.type.admin'] = new \Sonata\AdminBundle\Form\Type\AdminType();
  5941.     }
  5942.     /**
  5943.      * Gets the public 'sonata.admin.form.type.collection' shared service.
  5944.      *
  5945.      * @return \Sonata\AdminBundle\Form\Type\CollectionType
  5946.      */
  5947.     protected function getSonata_Admin_Form_Type_CollectionService()
  5948.     {
  5949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/CollectionType.php';
  5952.         return $this->services['sonata.admin.form.type.collection'] = new \Sonata\AdminBundle\Form\Type\CollectionType();
  5953.     }
  5954.     /**
  5955.      * Gets the public 'sonata.admin.form.type.model_autocomplete' shared service.
  5956.      *
  5957.      * @return \Sonata\AdminBundle\Form\Type\ModelAutocompleteType
  5958.      */
  5959.     protected function getSonata_Admin_Form_Type_ModelAutocompleteService()
  5960.     {
  5961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelAutocompleteType.php';
  5964.         return $this->services['sonata.admin.form.type.model_autocomplete'] = new \Sonata\AdminBundle\Form\Type\ModelAutocompleteType();
  5965.     }
  5966.     /**
  5967.      * Gets the public 'sonata.admin.form.type.model_choice' shared service.
  5968.      *
  5969.      * @return \Sonata\AdminBundle\Form\Type\ModelType
  5970.      */
  5971.     protected function getSonata_Admin_Form_Type_ModelChoiceService()
  5972.     {
  5973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5975.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelType.php';
  5976.         return $this->services['sonata.admin.form.type.model_choice'] = new \Sonata\AdminBundle\Form\Type\ModelType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  5977.     }
  5978.     /**
  5979.      * Gets the public 'sonata.admin.form.type.model_hidden' shared service.
  5980.      *
  5981.      * @return \Sonata\AdminBundle\Form\Type\ModelHiddenType
  5982.      */
  5983.     protected function getSonata_Admin_Form_Type_ModelHiddenService()
  5984.     {
  5985.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5987.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelHiddenType.php';
  5988.         return $this->services['sonata.admin.form.type.model_hidden'] = new \Sonata\AdminBundle\Form\Type\ModelHiddenType();
  5989.     }
  5990.     /**
  5991.      * Gets the public 'sonata.admin.form.type.model_list' shared service.
  5992.      *
  5993.      * @return \Sonata\AdminBundle\Form\Type\ModelListType
  5994.      */
  5995.     protected function getSonata_Admin_Form_Type_ModelListService()
  5996.     {
  5997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelListType.php';
  6000.         return $this->services['sonata.admin.form.type.model_list'] = new \Sonata\AdminBundle\Form\Type\ModelListType();
  6001.     }
  6002.     /**
  6003.      * Gets the public 'sonata.admin.form.type.model_reference' shared service.
  6004.      *
  6005.      * @return \Sonata\AdminBundle\Form\Type\ModelReferenceType
  6006.      */
  6007.     protected function getSonata_Admin_Form_Type_ModelReferenceService()
  6008.     {
  6009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/ModelReferenceType.php';
  6012.         return $this->services['sonata.admin.form.type.model_reference'] = new \Sonata\AdminBundle\Form\Type\ModelReferenceType();
  6013.     }
  6014.     /**
  6015.      * Gets the public 'sonata.admin.global_template_registry' shared service.
  6016.      *
  6017.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  6018.      */
  6019.     protected function getSonata_Admin_GlobalTemplateRegistryService()
  6020.     {
  6021.         return $this->services['sonata.admin.global_template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  6022.     }
  6023.     /**
  6024.      * Gets the public 'sonata.admin.helper' shared service.
  6025.      *
  6026.      * @return \Sonata\AdminBundle\Admin\AdminHelper
  6027.      */
  6028.     protected function getSonata_Admin_HelperService()
  6029.     {
  6030.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminHelper.php';
  6031.         return $this->services['sonata.admin.helper'] = new \Sonata\AdminBundle\Admin\AdminHelper(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  6032.     }
  6033.     /**
  6034.      * Gets the public 'sonata.admin.label.strategy.bc' shared service.
  6035.      *
  6036.      * @return \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy
  6037.      */
  6038.     protected function getSonata_Admin_Label_Strategy_BcService()
  6039.     {
  6040.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6041.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/BCLabelTranslatorStrategy.php';
  6042.         return $this->services['sonata.admin.label.strategy.bc'] = new \Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy();
  6043.     }
  6044.     /**
  6045.      * Gets the public 'sonata.admin.label.strategy.form_component' shared service.
  6046.      *
  6047.      * @return \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy
  6048.      */
  6049.     protected function getSonata_Admin_Label_Strategy_FormComponentService()
  6050.     {
  6051.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6052.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/FormLabelTranslatorStrategy.php';
  6053.         return $this->services['sonata.admin.label.strategy.form_component'] = new \Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy();
  6054.     }
  6055.     /**
  6056.      * Gets the public 'sonata.admin.label.strategy.native' shared service.
  6057.      *
  6058.      * @return \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy
  6059.      */
  6060.     protected function getSonata_Admin_Label_Strategy_NativeService()
  6061.     {
  6062.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6063.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NativeLabelTranslatorStrategy.php';
  6064.         return $this->services['sonata.admin.label.strategy.native'] = new \Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy();
  6065.     }
  6066.     /**
  6067.      * Gets the public 'sonata.admin.label.strategy.noop' shared service.
  6068.      *
  6069.      * @return \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy
  6070.      */
  6071.     protected function getSonata_Admin_Label_Strategy_NoopService()
  6072.     {
  6073.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6074.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/NoopLabelTranslatorStrategy.php';
  6075.         return $this->services['sonata.admin.label.strategy.noop'] = new \Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy();
  6076.     }
  6077.     /**
  6078.      * Gets the public 'sonata.admin.label.strategy.underscore' shared service.
  6079.      *
  6080.      * @return \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy
  6081.      */
  6082.     protected function getSonata_Admin_Label_Strategy_UnderscoreService()
  6083.     {
  6084.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  6085.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  6086.         return $this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy();
  6087.     }
  6088.     /**
  6089.      * Gets the public 'sonata.admin.manager.orm' shared service.
  6090.      *
  6091.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  6092.      */
  6093.     protected function getSonata_Admin_Manager_OrmService()
  6094.     {
  6095.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  6096.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  6097.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  6098.         return $this->services['sonata.admin.manager.orm'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
  6099.     }
  6100.     /**
  6101.      * Gets the public 'sonata.admin.manipulator.acl.admin' shared service.
  6102.      *
  6103.      * @return \Sonata\AdminBundle\Util\AdminAclManipulator
  6104.      */
  6105.     protected function getSonata_Admin_Manipulator_Acl_AdminService()
  6106.     {
  6107.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulatorInterface.php';
  6108.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminAclManipulator.php';
  6109.         return $this->services['sonata.admin.manipulator.acl.admin'] = new \Sonata\AdminBundle\Util\AdminAclManipulator('Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder');
  6110.     }
  6111.     /**
  6112.      * Gets the public 'sonata.admin.manipulator.acl.object.orm' shared service.
  6113.      *
  6114.      * @return \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator
  6115.      */
  6116.     protected function getSonata_Admin_Manipulator_Acl_Object_OrmService()
  6117.     {
  6118.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulatorInterface.php';
  6119.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/ObjectAclManipulator.php';
  6120.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Util/ObjectAclManipulator.php';
  6121.         return $this->services['sonata.admin.manipulator.acl.object.orm'] = new \Sonata\DoctrineORMAdminBundle\Util\ObjectAclManipulator();
  6122.     }
  6123.     /**
  6124.      * Gets the public 'sonata.admin.menu.matcher.voter.active' shared service.
  6125.      *
  6126.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter
  6127.      */
  6128.     protected function getSonata_Admin_Menu_Matcher_Voter_ActiveService()
  6129.     {
  6130.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  6131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/ActiveVoter.php';
  6132.         return $this->services['sonata.admin.menu.matcher.voter.active'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ActiveVoter();
  6133.     }
  6134.     /**
  6135.      * Gets the public 'sonata.admin.menu.matcher.voter.admin' shared service.
  6136.      *
  6137.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\AdminVoter
  6138.      */
  6139.     protected function getSonata_Admin_Menu_Matcher_Voter_AdminService()
  6140.     {
  6141.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  6142.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Matcher/Voter/AdminVoter.php';
  6143.         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())));
  6144.     }
  6145.     /**
  6146.      * Gets the public 'sonata.admin.menu.matcher.voter.children' shared service.
  6147.      *
  6148.      * @return \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter
  6149.      *
  6150.      * @deprecated The "sonata.admin.menu.matcher.voter.children" service is deprecated since 3.28 and will be removed in 4.0.
  6151.      */
  6152.     protected function getSonata_Admin_Menu_Matcher_Voter_ChildrenService()
  6153.     {
  6154.         @trigger_error('The "sonata.admin.menu.matcher.voter.children" service is deprecated since 3.28 and will be removed in 4.0.'E_USER_DEPRECATED);
  6155.         return $this->services['sonata.admin.menu.matcher.voter.children'] = new \Sonata\AdminBundle\Menu\Matcher\Voter\ChildrenVoter(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()));
  6156.     }
  6157.     /**
  6158.      * Gets the public 'sonata.admin.menu_builder' shared service.
  6159.      *
  6160.      * @return \Sonata\AdminBundle\Menu\MenuBuilder
  6161.      */
  6162.     protected function getSonata_Admin_MenuBuilderService()
  6163.     {
  6164.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/MenuBuilder.php';
  6165.         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()));
  6166.     }
  6167.     /**
  6168.      * Gets the public 'sonata.admin.object.manipulator.acl.admin' shared service.
  6169.      *
  6170.      * @return \Sonata\AdminBundle\Util\AdminObjectAclManipulator
  6171.      */
  6172.     protected function getSonata_Admin_Object_Manipulator_Acl_AdminService()
  6173.     {
  6174.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Util/AdminObjectAclManipulator.php';
  6175.         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');
  6176.     }
  6177.     /**
  6178.      * Gets the public 'sonata.admin.orm.filter.type.boolean' service.
  6179.      *
  6180.      * @return \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter
  6181.      */
  6182.     protected function getSonata_Admin_Orm_Filter_Type_BooleanService()
  6183.     {
  6184.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6185.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6186.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6187.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/BooleanFilter.php';
  6188.         return new \Sonata\DoctrineORMAdminBundle\Filter\BooleanFilter();
  6189.     }
  6190.     /**
  6191.      * Gets the public 'sonata.admin.orm.filter.type.callback' service.
  6192.      *
  6193.      * @return \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter
  6194.      */
  6195.     protected function getSonata_Admin_Orm_Filter_Type_CallbackService()
  6196.     {
  6197.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6198.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6199.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6200.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/CallbackFilter.php';
  6201.         return new \Sonata\DoctrineORMAdminBundle\Filter\CallbackFilter();
  6202.     }
  6203.     /**
  6204.      * Gets the public 'sonata.admin.orm.filter.type.choice' service.
  6205.      *
  6206.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter
  6207.      */
  6208.     protected function getSonata_Admin_Orm_Filter_Type_ChoiceService()
  6209.     {
  6210.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6211.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6212.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6213.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ChoiceFilter.php';
  6214.         return new \Sonata\DoctrineORMAdminBundle\Filter\ChoiceFilter();
  6215.     }
  6216.     /**
  6217.      * Gets the public 'sonata.admin.orm.filter.type.class' service.
  6218.      *
  6219.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter
  6220.      */
  6221.     protected function getSonata_Admin_Orm_Filter_Type_ClassService()
  6222.     {
  6223.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6224.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6225.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ClassFilter.php';
  6227.         return new \Sonata\DoctrineORMAdminBundle\Filter\ClassFilter();
  6228.     }
  6229.     /**
  6230.      * Gets the public 'sonata.admin.orm.filter.type.date' service.
  6231.      *
  6232.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateFilter
  6233.      */
  6234.     protected function getSonata_Admin_Orm_Filter_Type_DateService()
  6235.     {
  6236.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6237.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6238.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6239.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  6240.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateFilter.php';
  6241.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateFilter();
  6242.     }
  6243.     /**
  6244.      * Gets the public 'sonata.admin.orm.filter.type.date_range' service.
  6245.      *
  6246.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter
  6247.      */
  6248.     protected function getSonata_Admin_Orm_Filter_Type_DateRangeService()
  6249.     {
  6250.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6251.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6252.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6253.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  6254.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateRangeFilter.php';
  6255.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateRangeFilter();
  6256.     }
  6257.     /**
  6258.      * Gets the public 'sonata.admin.orm.filter.type.datetime' service.
  6259.      *
  6260.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter
  6261.      */
  6262.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeService()
  6263.     {
  6264.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6265.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6266.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6267.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  6268.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeFilter.php';
  6269.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeFilter();
  6270.     }
  6271.     /**
  6272.      * Gets the public 'sonata.admin.orm.filter.type.datetime_range' service.
  6273.      *
  6274.      * @return \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter
  6275.      */
  6276.     protected function getSonata_Admin_Orm_Filter_Type_DatetimeRangeService()
  6277.     {
  6278.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6279.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6281.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  6282.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/DateTimeRangeFilter.php';
  6283.         return new \Sonata\DoctrineORMAdminBundle\Filter\DateTimeRangeFilter();
  6284.     }
  6285.     /**
  6286.      * Gets the public 'sonata.admin.orm.filter.type.model' service.
  6287.      *
  6288.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter
  6289.      */
  6290.     protected function getSonata_Admin_Orm_Filter_Type_ModelService()
  6291.     {
  6292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6293.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelFilter.php';
  6296.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelFilter();
  6297.     }
  6298.     /**
  6299.      * Gets the public 'sonata.admin.orm.filter.type.model_autocomplete' service.
  6300.      *
  6301.      * @return \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter
  6302.      */
  6303.     protected function getSonata_Admin_Orm_Filter_Type_ModelAutocompleteService()
  6304.     {
  6305.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6306.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6307.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6308.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/ModelAutocompleteFilter.php';
  6309.         return new \Sonata\DoctrineORMAdminBundle\Filter\ModelAutocompleteFilter();
  6310.     }
  6311.     /**
  6312.      * Gets the public 'sonata.admin.orm.filter.type.number' service.
  6313.      *
  6314.      * @return \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter
  6315.      */
  6316.     protected function getSonata_Admin_Orm_Filter_Type_NumberService()
  6317.     {
  6318.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6319.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6320.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6321.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/NumberFilter.php';
  6322.         return new \Sonata\DoctrineORMAdminBundle\Filter\NumberFilter();
  6323.     }
  6324.     /**
  6325.      * Gets the public 'sonata.admin.orm.filter.type.string' service.
  6326.      *
  6327.      * @return \Sonata\DoctrineORMAdminBundle\Filter\StringFilter
  6328.      */
  6329.     protected function getSonata_Admin_Orm_Filter_Type_StringService()
  6330.     {
  6331.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6332.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6333.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6334.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/StringFilter.php';
  6335.         return new \Sonata\DoctrineORMAdminBundle\Filter\StringFilter();
  6336.     }
  6337.     /**
  6338.      * Gets the public 'sonata.admin.orm.filter.type.time' service.
  6339.      *
  6340.      * @return \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter
  6341.      */
  6342.     protected function getSonata_Admin_Orm_Filter_Type_TimeService()
  6343.     {
  6344.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/FilterInterface.php';
  6345.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Filter/Filter.php';
  6346.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/Filter.php';
  6347.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/AbstractDateFilter.php';
  6348.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Filter/TimeFilter.php';
  6349.         return new \Sonata\DoctrineORMAdminBundle\Filter\TimeFilter();
  6350.     }
  6351.     /**
  6352.      * Gets the public 'sonata.admin.pool' shared service.
  6353.      *
  6354.      * @return \Sonata\AdminBundle\Admin\Pool
  6355.      */
  6356.     protected function getSonata_Admin_PoolService()
  6357.     {
  6358.         $this->services['sonata.admin.pool'] = $instance = new \Sonata\AdminBundle\Admin\Pool($this'Ticketing Admin''bundles/sonataadmin/logo_title.png', ['html5_validate' => true'confirm_exit' => true'use_select2' => true'use_icheck' => true'use_bootlint' => false'use_stickyforms' => true'form_type' => 'standard''sort_admins' => false'js_debug' => false'pager_links' => NULL'default_group' => 'default''default_label_catalogue' => 'SonataAdminBundle''default_icon' => '<i class="fa fa-folder"></i>''dropdown_number_groups_per_colums' => 2'title_mode' => 'both''lock_protection' => false'enable_jms_di_extra_autoregistration' => true'mosaic_background' => 'data:image/png;base64,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''javascripts' => [=> 'bundles/sonatacore/vendor/jquery/dist/jquery.min.js'=> 'bundles/sonataadmin/vendor/jquery.scrollTo/jquery.scrollTo.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/jquery-ui.min.js'=> 'bundles/sonataadmin/vendor/jqueryui/ui/minified/i18n/jquery-ui-i18n.min.js'=> 'bundles/sonatacore/vendor/moment/min/moment.min.js'=> 'bundles/sonatacore/vendor/bootstrap/dist/js/bootstrap.min.js'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js'=> 'bundles/sonataadmin/vendor/jquery-form/jquery.form.js'=> 'bundles/sonataadmin/jquery/jquery.confirmExit.js'=> 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js'10 => 'bundles/sonatacore/vendor/select2/select2.min.js'11 => 'bundles/sonataadmin/vendor/admin-lte/dist/js/app.min.js'12 => 'bundles/sonataadmin/vendor/iCheck/icheck.min.js'13 => 'bundles/sonataadmin/vendor/slimScroll/jquery.slimscroll.min.js'14 => 'bundles/sonataadmin/vendor/waypoints/lib/jquery.waypoints.min.js'15 => 'bundles/sonataadmin/vendor/waypoints/lib/shortcuts/sticky.min.js'16 => 'bundles/sonataadmin/vendor/readmore-js/readmore.min.js'17 => 'bundles/sonataadmin/vendor/masonry/dist/masonry.pkgd.min.js'18 => 'bundles/sonataadmin/Admin.js'19 => 'bundles/sonataadmin/treeview.js'20 => 'bundles/sonataadmin/sidebar.js'21 => 'bundles/sonatacore/js/base.js'22 => 'bundles/sonatapage/sonata-page.back.min.js'23 => 'bundles/fosckeditor/ckeditor.js'24 => 'bundles/sonataformatter/vendor/markitup-markitup/markitup/jquery.markitup.js'25 => 'bundles/sonataformatter/markitup/sets/markdown/set.js'26 => 'bundles/sonataformatter/markitup/sets/html/set.js'27 => 'bundles/sonataformatter/markitup/sets/textile/set.js'], 'stylesheets' => [=> 'bundles/sonatacore/vendor/bootstrap/dist/css/bootstrap.min.css'=> 'bundles/sonatacore/vendor/components-font-awesome/css/font-awesome.min.css'=> 'bundles/sonatacore/vendor/ionicons/css/ionicons.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/AdminLTE.min.css'=> 'bundles/sonataadmin/vendor/admin-lte/dist/css/skins/skin-black.min.css'=> 'bundles/sonataadmin/vendor/iCheck/skins/square/blue.css'=> 'bundles/sonatacore/vendor/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css'=> 'bundles/sonataadmin/vendor/jqueryui/themes/base/jquery-ui.css'=> 'bundles/sonatacore/vendor/select2/select2.css'=> 'bundles/sonatacore/vendor/select2-bootstrap-css/select2-bootstrap.min.css'10 => 'bundles/sonataadmin/vendor/x-editable/dist/bootstrap3-editable/css/bootstrap-editable.css'11 => 'bundles/sonataadmin/css/styles.css'12 => 'bundles/sonataadmin/css/layout.css'13 => 'bundles/sonataadmin/css/tree.css'14 => 'bundles/sonatacore/css/flashmessage.css'15 => 'bundles/sonatapage/sonata-page.back.min.css'16 => 'bundles/sonataformatter/markitup/skins/sonata/style.css'17 => 'bundles/sonataformatter/markitup/sets/markdown/style.css'18 => 'bundles/sonataformatter/markitup/sets/html/style.css'19 => 'bundles/sonataformatter/markitup/sets/textile/style.css'], 'role_admin' => 'ROLE_ADMIN''role_super_admin' => 'ROLE_SUPER_ADMIN''search' => true], ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6359.         $instance->setTemplateRegistry(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()));
  6360.         $instance->setAdminServiceIds([=> 'app.admin.sitesevents'=> 'app.admin.organisers'=> 'app.admin.statsusers'=> 'app.admin.artists'=> 'app.admin.sites'=> 'app.admin.shorturl'=> 'app.admin.locations'=> 'app.admin.coupons'=> 'app.admin.apikeys'=> 'app.admin.language'10 => 'app.admin.eventdates'11 => 'app.admin.eventdescription'12 => 'app.admin.eventimage'13 => 'app.admin.eventextralanguage'14 => 'app.admin.eventextra'15 => 'app.admin.eventticketslanguage'16 => 'app.admin.eventtickets'17 => 'app.admin.eventslugs'18 => 'app.admin.eventpasswords'19 => 'app.admin.events'20 => 'app.admin.ordertickets'21 => 'app.admin.orders'22 => 'app.admin.newslettersegments'23 => 'app.admin.newsletterlists'24 => 'app.admin.newsletter'25 => 'app.admin.newslettersubscribers'26 => 'app.admin.guestlistitems'27 => 'app.admin.guestlist'28 => 'app.admin.eventmetalanguage'29 => 'app.admin.eventmetadata'30 => 'app.admin.eventmeta'31 => 'app.admin.mailtemplateslanguage'32 => 'app.admin.mailtemplates'33 => 'app.admin.maillanguage'34 => 'app.admin.mails'35 => 'app.admin.custom_view'36 => 'sonata.media.admin.media'37 => 'sonata.media.admin.gallery'38 => 'sonata.media.admin.gallery_has_media'39 => 'sonata.user.admin.user'40 => 'sonata.user.admin.group']);
  6361.         $instance->setAdminGroups(['Events' => ['label' => 'Events''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'app.admin.organisers''label' => 'Organisers''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.artists''label' => 'Artists''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.locations''label' => 'Locations''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.coupons''label' => 'Coupons''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.events''label' => 'Events''route' => '''route_params' => [], 'route_absolute' => false]]], 'Users' => ['label' => 'Users''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'app.admin.statsusers''label' => 'Stats/Scan Users''route' => '''route_params' => [], 'route_absolute' => false]]], 'Settings' => ['label' => 'Settings''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'app.admin.sites''label' => 'Sites''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.shorturl''label' => 'Short Urls''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.apikeys''label' => 'API Keys''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.language''label' => 'Language''route' => '''route_params' => [], 'route_absolute' => false]]], 'Orders' => ['label' => 'Orders''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'app.admin.orders''label' => 'Orders''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.guestlist''label' => 'Gastenlijst''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.custom_view''label' => 'Rapporten''route' => '''route_params' => [], 'route_absolute' => false]]], 'Newsletters' => ['label' => 'Newsletters''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'app.admin.newslettersegments''label' => 'Segments''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.newsletterlists''label' => 'Lijsten''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.newsletter''label' => 'Newsletters''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.newslettersubscribers''label' => 'Subscribers''route' => '''route_params' => [], 'route_absolute' => false]]], 'Mails' => ['label' => 'Mails''label_catalogue' => 'SonataAdminBundle''icon' => '<i class="fa fa-folder"></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'app.admin.mailtemplates''label' => 'Mail Templates''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'app.admin.mails''label' => 'Mails''route' => '''route_params' => [], 'route_absolute' => false]]], 'sonata_media' => ['label' => 'sonata_media''label_catalogue' => 'SonataMediaBundle''icon' => '<i class=\'fa fa-image\'></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'sonata.media.admin.media''label' => 'media''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'sonata.media.admin.gallery''label' => 'gallery''route' => '''route_params' => [], 'route_absolute' => false]]], 'sonata_user' => ['label' => 'sonata_user''label_catalogue' => 'SonataUserBundle''icon' => '<i class=\'fa fa-users\'></i>''roles' => [], 'on_top' => false'keep_open' => false'items' => [=> ['admin' => 'sonata.user.admin.user''label' => 'users''route' => '''route_params' => [], 'route_absolute' => false], => ['admin' => 'sonata.user.admin.group''label' => 'groups''route' => '''route_params' => [], 'route_absolute' => false]]]]);
  6362.         $instance->setAdminClasses(['App\\Entity\\SitesToEvents' => [=> 'app.admin.sitesevents'], 'App\\Entity\\Organisers' => [=> 'app.admin.organisers'], 'App\\Entity\\StatsUsers' => [=> 'app.admin.statsusers'], 'App\\Entity\\Artists' => [=> 'app.admin.artists'], 'App\\Entity\\Sites' => [=> 'app.admin.sites'], 'App\\Entity\\ShortUrl' => [=> 'app.admin.shorturl'], 'App\\Entity\\Locations' => [=> 'app.admin.locations'], 'App\\Entity\\Coupons' => [=> 'app.admin.coupons'], 'App\\Entity\\APIKeys' => [=> 'app.admin.apikeys'], 'App\\Entity\\Language' => [=> 'app.admin.language'], 'App\\Entity\\EventDates' => [=> 'app.admin.eventdates'], 'App\\Entity\\EventDescription' => [=> 'app.admin.eventdescription'], 'App\\Entity\\EventImage' => [=> 'app.admin.eventimage'], 'App\\Entity\\EventExtraLanguage' => [=> 'app.admin.eventextralanguage'], 'App\\Entity\\EventExtra' => [=> 'app.admin.eventextra'], 'App\\Entity\\EventTicketsLanguage' => [=> 'app.admin.eventticketslanguage'], 'App\\Entity\\EventTickets' => [=> 'app.admin.eventtickets'], 'App\\Entity\\EventSlugs' => [=> 'app.admin.eventslugs'], 'App\\Entity\\EventPasswords' => [=> 'app.admin.eventpasswords'], 'App\\Entity\\Events' => [=> 'app.admin.events'], 'App\\Entity\\OrderTickets' => [=> 'app.admin.ordertickets'], 'App\\Entity\\Orders' => [=> 'app.admin.orders'], 'App\\Entity\\NewsletterSegments' => [=> 'app.admin.newslettersegments'], 'App\\Entity\\NewsletterLists' => [=> 'app.admin.newsletterlists'], 'App\\Entity\\Newsletter' => [=> 'app.admin.newsletter'], 'App\\Entity\\NewsletterSubscribers' => [=> 'app.admin.newslettersubscribers'], 'App\\Entity\\GuestlistItems' => [=> 'app.admin.guestlistitems'], 'App\\Entity\\Guestlist' => [=> 'app.admin.guestlist'], 'App\\Entity\\EventMetaLanguage' => [=> 'app.admin.eventmetalanguage'], 'App\\Entity\\EventMetaOptions' => [=> 'app.admin.eventmetadata'], 'App\\Entity\\EventMeta' => [=> 'app.admin.eventmeta'], 'App\\Entity\\MailTemplatesLanguage' => [=> 'app.admin.mailtemplateslanguage'], 'App\\Entity\\MailTemplates' => [=> 'app.admin.mailtemplates'], 'App\\Entity\\MailLanguage' => [=> 'app.admin.maillanguage'], 'App\\Entity\\Mails' => [=> 'app.admin.mails'], '' => [=> 'app.admin.custom_view'], 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media' => [=> 'sonata.media.admin.media'], 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery' => [=> 'sonata.media.admin.gallery'], 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia' => [=> 'sonata.media.admin.gallery_has_media'], 'App\\Application\\Sonata\\UserBundle\\Entity\\User' => [=> 'sonata.user.admin.user'], 'App\\Application\\Sonata\\UserBundle\\Entity\\Group' => [=> 'sonata.user.admin.group']]);
  6363.         return $instance;
  6364.     }
  6365.     /**
  6366.      * Gets the public 'sonata.admin.route.cache' shared service.
  6367.      *
  6368.      * @return \Sonata\AdminBundle\Route\RoutesCache
  6369.      */
  6370.     protected function getSonata_Admin_Route_CacheService()
  6371.     {
  6372.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  6373.         return $this->services['sonata.admin.route.cache'] = new \Sonata\AdminBundle\Route\RoutesCache(($this->targetDir.''.'/sonata/admin'), true);
  6374.     }
  6375.     /**
  6376.      * Gets the public 'sonata.admin.route.cache_warmup' shared service.
  6377.      *
  6378.      * @return \Sonata\AdminBundle\Route\RoutesCacheWarmUp
  6379.      */
  6380.     protected function getSonata_Admin_Route_CacheWarmupService()
  6381.     {
  6382.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCacheWarmUp.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  6385.         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()));
  6386.     }
  6387.     /**
  6388.      * Gets the public 'sonata.admin.route.default_generator' shared service.
  6389.      *
  6390.      * @return \Sonata\AdminBundle\Route\DefaultRouteGenerator
  6391.      */
  6392.     protected function getSonata_Admin_Route_DefaultGeneratorService()
  6393.     {
  6394.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RouteGeneratorInterface.php';
  6395.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/DefaultRouteGenerator.php';
  6396.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/RoutesCache.php';
  6397.         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))));
  6398.     }
  6399.     /**
  6400.      * Gets the public 'sonata.admin.route.path_info' shared service.
  6401.      *
  6402.      * @return \Sonata\AdminBundle\Route\PathInfoBuilder
  6403.      */
  6404.     protected function getSonata_Admin_Route_PathInfoService()
  6405.     {
  6406.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  6407.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/PathInfoBuilder.php';
  6408.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  6409.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  6410.         return $this->services['sonata.admin.route.path_info'] = new \Sonata\AdminBundle\Route\PathInfoBuilder(($this->services['sonata.admin.audit.manager'] ?? ($this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this))));
  6411.     }
  6412.     /**
  6413.      * Gets the public 'sonata.admin.route.query_string' shared service.
  6414.      *
  6415.      * @return \Sonata\AdminBundle\Route\QueryStringBuilder
  6416.      */
  6417.     protected function getSonata_Admin_Route_QueryStringService()
  6418.     {
  6419.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/RouteBuilderInterface.php';
  6420.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/QueryStringBuilder.php';
  6421.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManagerInterface.php';
  6422.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/AuditManager.php';
  6423.         return $this->services['sonata.admin.route.query_string'] = new \Sonata\AdminBundle\Route\QueryStringBuilder(($this->services['sonata.admin.audit.manager'] ?? ($this->services['sonata.admin.audit.manager'] = new \Sonata\AdminBundle\Model\AuditManager($this))));
  6424.     }
  6425.     /**
  6426.      * Gets the public 'sonata.admin.route_loader' shared service.
  6427.      *
  6428.      * @return \Sonata\AdminBundle\Route\AdminPoolLoader
  6429.      */
  6430.     protected function getSonata_Admin_RouteLoaderService()
  6431.     {
  6432.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  6433.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  6434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Route/AdminPoolLoader.php';
  6435.         return $this->services['sonata.admin.route_loader'] = new \Sonata\AdminBundle\Route\AdminPoolLoader(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), [=> 'app.admin.sitesevents'=> 'app.admin.organisers'=> 'app.admin.statsusers'=> 'app.admin.artists'=> 'app.admin.sites'=> 'app.admin.shorturl'=> 'app.admin.locations'=> 'app.admin.coupons'=> 'app.admin.apikeys'=> 'app.admin.language'10 => 'app.admin.eventdates'11 => 'app.admin.eventdescription'12 => 'app.admin.eventimage'13 => 'app.admin.eventextralanguage'14 => 'app.admin.eventextra'15 => 'app.admin.eventticketslanguage'16 => 'app.admin.eventtickets'17 => 'app.admin.eventslugs'18 => 'app.admin.eventpasswords'19 => 'app.admin.events'20 => 'app.admin.ordertickets'21 => 'app.admin.orders'22 => 'app.admin.newslettersegments'23 => 'app.admin.newsletterlists'24 => 'app.admin.newsletter'25 => 'app.admin.newslettersubscribers'26 => 'app.admin.guestlistitems'27 => 'app.admin.guestlist'28 => 'app.admin.eventmetalanguage'29 => 'app.admin.eventmetadata'30 => 'app.admin.eventmeta'31 => 'app.admin.mailtemplateslanguage'32 => 'app.admin.mailtemplates'33 => 'app.admin.maillanguage'34 => 'app.admin.mails'35 => 'app.admin.custom_view'36 => 'sonata.media.admin.media'37 => 'sonata.media.admin.gallery'38 => 'sonata.media.admin.gallery_has_media'39 => 'sonata.user.admin.user'40 => 'sonata.user.admin.group'], $this);
  6436.     }
  6437.     /**
  6438.      * Gets the public 'sonata.admin.search.handler' shared service.
  6439.      *
  6440.      * @return \Sonata\AdminBundle\Search\SearchHandler
  6441.      */
  6442.     protected function getSonata_Admin_Search_HandlerService()
  6443.     {
  6444.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Search/SearchHandler.php';
  6445.         return $this->services['sonata.admin.search.handler'] = new \Sonata\AdminBundle\Search\SearchHandler(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), true);
  6446.     }
  6447.     /**
  6448.      * Gets the public 'sonata.admin.sidebar_menu' shared service.
  6449.      *
  6450.      * @return \Knp\Menu\MenuItem
  6451.      */
  6452.     protected function getSonata_Admin_SidebarMenuService()
  6453.     {
  6454.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/ItemInterface.php';
  6455.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/MenuItem.php';
  6456.         return $this->services['sonata.admin.sidebar_menu'] = ($this->services['sonata.admin.menu_builder'] ?? $this->getSonata_Admin_MenuBuilderService())->createSidebarMenu();
  6457.     }
  6458.     /**
  6459.      * Gets the public 'sonata.admin.twig.extension' shared service.
  6460.      *
  6461.      * @return \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension
  6462.      */
  6463.     protected function getSonata_Admin_Twig_ExtensionService()
  6464.     {
  6465.         $this->services['sonata.admin.twig.extension'] = $instance = new \Sonata\AdminBundle\Twig\Extension\SonataAdminExtension(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), $this, ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  6466.         $instance->setXEditableTypeMapping($this->parameters['sonata.admin.twig.extension.x_editable_type_mapping']);
  6467.         return $instance;
  6468.     }
  6469.     /**
  6470.      * Gets the public 'sonata.admin.twig.global' shared service.
  6471.      *
  6472.      * @return \Sonata\AdminBundle\Twig\GlobalVariables
  6473.      */
  6474.     protected function getSonata_Admin_Twig_GlobalService()
  6475.     {
  6476.         return $this->services['sonata.admin.twig.global'] = new \Sonata\AdminBundle\Twig\GlobalVariables(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()), 'data:image/png;base64,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');
  6477.     }
  6478.     /**
  6479.      * Gets the public 'sonata.admin.validator.inline' shared service.
  6480.      *
  6481.      * @return \Sonata\CoreBundle\Validator\InlineValidator
  6482.      */
  6483.     protected function getSonata_Admin_Validator_InlineService()
  6484.     {
  6485.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  6486.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  6487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Validator/InlineValidator.php';
  6488.         return $this->services['sonata.admin.validator.inline'] = new \Sonata\CoreBundle\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  6489.     }
  6490.     /**
  6491.      * Gets the public 'sonata.block.context_manager.default' shared service.
  6492.      *
  6493.      * @return \Sonata\BlockBundle\Block\BlockContextManager
  6494.      */
  6495.     protected function getSonata_Block_ContextManager_DefaultService()
  6496.     {
  6497.         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()));
  6498.     }
  6499.     /**
  6500.      * Gets the public 'sonata.block.exception.filter.debug_only' shared service.
  6501.      *
  6502.      * @return \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter
  6503.      */
  6504.     protected function getSonata_Block_Exception_Filter_DebugOnlyService()
  6505.     {
  6506.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  6507.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/DebugOnlyFilter.php';
  6508.         return $this->services['sonata.block.exception.filter.debug_only'] = new \Sonata\BlockBundle\Exception\Filter\DebugOnlyFilter(true);
  6509.     }
  6510.     /**
  6511.      * Gets the public 'sonata.block.exception.filter.ignore_block_exception' shared service.
  6512.      *
  6513.      * @return \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter
  6514.      */
  6515.     protected function getSonata_Block_Exception_Filter_IgnoreBlockExceptionService()
  6516.     {
  6517.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  6518.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/IgnoreClassFilter.php';
  6519.         return $this->services['sonata.block.exception.filter.ignore_block_exception'] = new \Sonata\BlockBundle\Exception\Filter\IgnoreClassFilter('Sonata\\BlockBundle\\Exception\\BlockExceptionInterface');
  6520.     }
  6521.     /**
  6522.      * Gets the public 'sonata.block.exception.filter.keep_all' shared service.
  6523.      *
  6524.      * @return \Sonata\BlockBundle\Exception\Filter\KeepAllFilter
  6525.      */
  6526.     protected function getSonata_Block_Exception_Filter_KeepAllService()
  6527.     {
  6528.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  6529.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepAllFilter.php';
  6530.         return $this->services['sonata.block.exception.filter.keep_all'] = new \Sonata\BlockBundle\Exception\Filter\KeepAllFilter();
  6531.     }
  6532.     /**
  6533.      * Gets the public 'sonata.block.exception.filter.keep_none' shared service.
  6534.      *
  6535.      * @return \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter
  6536.      */
  6537.     protected function getSonata_Block_Exception_Filter_KeepNoneService()
  6538.     {
  6539.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/FilterInterface.php';
  6540.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Filter/KeepNoneFilter.php';
  6541.         return $this->services['sonata.block.exception.filter.keep_none'] = new \Sonata\BlockBundle\Exception\Filter\KeepNoneFilter();
  6542.     }
  6543.     /**
  6544.      * Gets the public 'sonata.block.exception.renderer.inline' shared service.
  6545.      *
  6546.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineRenderer
  6547.      */
  6548.     protected function getSonata_Block_Exception_Renderer_InlineService()
  6549.     {
  6550.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  6551.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineRenderer.php';
  6552.         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');
  6553.     }
  6554.     /**
  6555.      * Gets the public 'sonata.block.exception.renderer.inline_debug' shared service.
  6556.      *
  6557.      * @return \Sonata\BlockBundle\Exception\Renderer\InlineDebugRenderer
  6558.      */
  6559.     protected function getSonata_Block_Exception_Renderer_InlineDebugService()
  6560.     {
  6561.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  6562.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/InlineDebugRenderer.php';
  6563.         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);
  6564.     }
  6565.     /**
  6566.      * Gets the public 'sonata.block.exception.renderer.throw' shared service.
  6567.      *
  6568.      * @return \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer
  6569.      */
  6570.     protected function getSonata_Block_Exception_Renderer_ThrowService()
  6571.     {
  6572.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/RendererInterface.php';
  6573.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Exception/Renderer/MonkeyThrowRenderer.php';
  6574.         return $this->services['sonata.block.exception.renderer.throw'] = new \Sonata\BlockBundle\Exception\Renderer\MonkeyThrowRenderer();
  6575.     }
  6576.     /**
  6577.      * Gets the public 'sonata.block.manager' shared service.
  6578.      *
  6579.      * @return \Sonata\BlockBundle\Block\BlockServiceManager
  6580.      */
  6581.     protected function getSonata_Block_ManagerService()
  6582.     {
  6583.         $this->services['sonata.block.manager'] = $instance = new \Sonata\BlockBundle\Block\BlockServiceManager($thistrue, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  6584.         $instance->add('sonata.block.service.container''sonata.block.service.container', []);
  6585.         $instance->add('sonata.block.service.empty''sonata.block.service.empty', []);
  6586.         $instance->add('sonata.block.service.text''sonata.block.service.text', []);
  6587.         $instance->add('sonata.block.service.rss''sonata.block.service.rss', []);
  6588.         $instance->add('sonata.block.service.menu''sonata.block.service.menu', []);
  6589.         $instance->add('sonata.block.service.template''sonata.block.service.template', []);
  6590.         $instance->add('sonata.admin.block.admin_list''sonata.admin.block.admin_list', []);
  6591.         $instance->add('sonata.admin.block.search_result''sonata.admin.block.search_result', []);
  6592.         $instance->add('sonata.admin.block.stats''sonata.admin.block.stats', []);
  6593.         $instance->add('sonata.media.block.media''sonata.media.block.media', []);
  6594.         $instance->add('sonata.media.block.feature_media''sonata.media.block.feature_media', []);
  6595.         $instance->add('sonata.media.block.gallery''sonata.media.block.gallery', []);
  6596.         $instance->add('sonata.media.block.gallery_list''sonata.media.block.gallery_list', []);
  6597.         $instance->add('sonata.formatter.block.formatter''sonata.formatter.block.formatter', []);
  6598.         return $instance;
  6599.     }
  6600.     /**
  6601.      * Gets the public 'sonata.block.menu.registry' shared service.
  6602.      *
  6603.      * @return \Sonata\BlockBundle\Menu\MenuRegistry
  6604.      */
  6605.     protected function getSonata_Block_Menu_RegistryService()
  6606.     {
  6607.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistryInterface.php';
  6608.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Menu/MenuRegistry.php';
  6609.         $this->services['sonata.block.menu.registry'] = $instance = new \Sonata\BlockBundle\Menu\MenuRegistry([]);
  6610.         $instance->add('sonata_admin_sidebar');
  6611.         return $instance;
  6612.     }
  6613.     /**
  6614.      * Gets the public 'sonata.block.renderer.default' shared service.
  6615.      *
  6616.      * @return \Sonata\BlockBundle\Block\BlockRenderer
  6617.      */
  6618.     protected function getSonata_Block_Renderer_DefaultService()
  6619.     {
  6620.         $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'], [], []);
  6621.         $a->setDefaultFilter('debug_only');
  6622.         $a->setDefaultRenderer('throw');
  6623.         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);
  6624.     }
  6625.     /**
  6626.      * Gets the public 'sonata.block.service.container' shared service.
  6627.      *
  6628.      * @return \Sonata\BlockBundle\Block\Service\ContainerBlockService
  6629.      */
  6630.     protected function getSonata_Block_Service_ContainerService()
  6631.     {
  6632.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6633.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6634.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6635.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/ContainerBlockService.php';
  6638.         return $this->services['sonata.block.service.container'] = new \Sonata\BlockBundle\Block\Service\ContainerBlockService('sonata.block.container', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  6639.     }
  6640.     /**
  6641.      * Gets the public 'sonata.block.service.empty' shared service.
  6642.      *
  6643.      * @return \Sonata\BlockBundle\Block\Service\EmptyBlockService
  6644.      */
  6645.     protected function getSonata_Block_Service_EmptyService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6650.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/EmptyBlockService.php';
  6651.         return $this->services['sonata.block.service.empty'] = new \Sonata\BlockBundle\Block\Service\EmptyBlockService('sonata.block.empty', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  6652.     }
  6653.     /**
  6654.      * Gets the public 'sonata.block.service.menu' shared service.
  6655.      *
  6656.      * @return \Sonata\BlockBundle\Block\Service\MenuBlockService
  6657.      */
  6658.     protected function getSonata_Block_Service_MenuService()
  6659.     {
  6660.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  6665.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/MenuBlockService.php';
  6666.         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()));
  6667.     }
  6668.     /**
  6669.      * Gets the public 'sonata.block.service.rss' shared service.
  6670.      *
  6671.      * @return \Sonata\BlockBundle\Block\Service\RssBlockService
  6672.      */
  6673.     protected function getSonata_Block_Service_RssService()
  6674.     {
  6675.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6676.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6677.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6678.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  6679.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  6680.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/RssBlockService.php';
  6681.         return $this->services['sonata.block.service.rss'] = new \Sonata\BlockBundle\Block\Service\RssBlockService('sonata.block.rss', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  6682.     }
  6683.     /**
  6684.      * Gets the public 'sonata.block.service.template' shared service.
  6685.      *
  6686.      * @return \Sonata\BlockBundle\Block\Service\TemplateBlockService
  6687.      */
  6688.     protected function getSonata_Block_Service_TemplateService()
  6689.     {
  6690.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6692.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  6694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  6695.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TemplateBlockService.php';
  6696.         return $this->services['sonata.block.service.template'] = new \Sonata\BlockBundle\Block\Service\TemplateBlockService('sonata.block.template', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  6697.     }
  6698.     /**
  6699.      * Gets the public 'sonata.block.service.text' shared service.
  6700.      *
  6701.      * @return \Sonata\BlockBundle\Block\Service\TextBlockService
  6702.      */
  6703.     protected function getSonata_Block_Service_TextService()
  6704.     {
  6705.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  6708.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  6709.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  6710.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/TextBlockService.php';
  6711.         return $this->services['sonata.block.service.text'] = new \Sonata\BlockBundle\Block\Service\TextBlockService('sonata.block.text', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  6712.     }
  6713.     /**
  6714.      * Gets the public 'sonata.core.flashmessage.manager' shared service.
  6715.      *
  6716.      * @return \Sonata\Twig\FlashMessage\FlashManager
  6717.      */
  6718.     protected function getSonata_Core_Flashmessage_ManagerService()
  6719.     {
  6720.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Status/StatusClassRendererInterface.php';
  6721.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php';
  6722.         return $this->services['sonata.core.flashmessage.manager'] = new \Sonata\Twig\FlashMessage\FlashManager(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()), ['success' => ['success' => ['domain' => 'SonataCoreBundle'], 'sonata_flash_success' => ['domain' => 'SonataAdminBundle'], 'sonata_user_success' => ['domain' => 'SonataUserBundle'], 'fos_user_success' => ['domain' => 'FOSUserBundle']], 'warning' => ['warning' => ['domain' => 'SonataCoreBundle'], 'sonata_flash_info' => ['domain' => 'SonataAdminBundle']], 'danger' => ['error' => ['domain' => 'SonataCoreBundle'], 'sonata_flash_error' => ['domain' => 'SonataAdminBundle'], 'sonata_user_error' => ['domain' => 'SonataUserBundle']]], ['success' => 'success''warning' => 'warning''danger' => 'danger']);
  6723.     }
  6724.     /**
  6725.      * Gets the public 'sonata.core.flashmessage.twig.extension' shared service.
  6726.      *
  6727.      * @return \Sonata\Twig\Extension\FlashMessageExtension
  6728.      */
  6729.     protected function getSonata_Core_Flashmessage_Twig_ExtensionService()
  6730.     {
  6731.         return $this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension();
  6732.     }
  6733.     /**
  6734.      * Gets the public 'sonata.core.form.type.array' shared service.
  6735.      *
  6736.      * @return \Sonata\Form\Type\ImmutableArrayType
  6737.      */
  6738.     protected function getSonata_Core_Form_Type_ArrayService()
  6739.     {
  6740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6741.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6742.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/ImmutableArrayType.php';
  6743.         return $this->services['sonata.core.form.type.array'] = new \Sonata\Form\Type\ImmutableArrayType();
  6744.     }
  6745.     /**
  6746.      * Gets the public 'sonata.core.form.type.array_legacy' shared service.
  6747.      *
  6748.      * @return \Sonata\CoreBundle\Form\Type\ImmutableArrayType
  6749.      */
  6750.     protected function getSonata_Core_Form_Type_ArrayLegacyService()
  6751.     {
  6752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6753.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/ImmutableArrayType.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/ImmutableArrayType.php';
  6756.         return $this->services['sonata.core.form.type.array_legacy'] = new \Sonata\CoreBundle\Form\Type\ImmutableArrayType();
  6757.     }
  6758.     /**
  6759.      * Gets the public 'sonata.core.form.type.boolean' shared service.
  6760.      *
  6761.      * @return \Sonata\Form\Type\BooleanType
  6762.      */
  6763.     protected function getSonata_Core_Form_Type_BooleanService()
  6764.     {
  6765.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6767.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BooleanType.php';
  6768.         return $this->services['sonata.core.form.type.boolean'] = new \Sonata\Form\Type\BooleanType();
  6769.     }
  6770.     /**
  6771.      * Gets the public 'sonata.core.form.type.boolean_legacy' shared service.
  6772.      *
  6773.      * @return \Sonata\CoreBundle\Form\Type\BooleanType
  6774.      */
  6775.     protected function getSonata_Core_Form_Type_BooleanLegacyService()
  6776.     {
  6777.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6779.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BooleanType.php';
  6780.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/BooleanType.php';
  6781.         return $this->services['sonata.core.form.type.boolean_legacy'] = new \Sonata\CoreBundle\Form\Type\BooleanType();
  6782.     }
  6783.     /**
  6784.      * Gets the public 'sonata.core.form.type.collection' shared service.
  6785.      *
  6786.      * @return \Sonata\Form\Type\CollectionType
  6787.      */
  6788.     protected function getSonata_Core_Form_Type_CollectionService()
  6789.     {
  6790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6792.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/CollectionType.php';
  6793.         return $this->services['sonata.core.form.type.collection'] = new \Sonata\Form\Type\CollectionType();
  6794.     }
  6795.     /**
  6796.      * Gets the public 'sonata.core.form.type.collection_legacy' shared service.
  6797.      *
  6798.      * @return \Sonata\CoreBundle\Form\Type\CollectionType
  6799.      */
  6800.     protected function getSonata_Core_Form_Type_CollectionLegacyService()
  6801.     {
  6802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6804.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/CollectionType.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/CollectionType.php';
  6806.         return $this->services['sonata.core.form.type.collection_legacy'] = new \Sonata\CoreBundle\Form\Type\CollectionType();
  6807.     }
  6808.     /**
  6809.      * Gets the public 'sonata.core.form.type.color_legacy' shared service.
  6810.      *
  6811.      * @return \Sonata\CoreBundle\Form\Type\ColorType
  6812.      */
  6813.     protected function getSonata_Core_Form_Type_ColorLegacyService()
  6814.     {
  6815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6816.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/ColorType.php';
  6818.         return $this->services['sonata.core.form.type.color_legacy'] = new \Sonata\CoreBundle\Form\Type\ColorType();
  6819.     }
  6820.     /**
  6821.      * Gets the public 'sonata.core.form.type.color_selector' shared service.
  6822.      *
  6823.      * @return \Sonata\CoreBundle\Form\Type\ColorSelectorType
  6824.      *
  6825.      * @deprecated The "sonata.core.form.type.color_selector" service is deprecated since 3.5 and will be removed in 4.0.
  6826.      */
  6827.     protected function getSonata_Core_Form_Type_ColorSelectorService()
  6828.     {
  6829.         @trigger_error('The "sonata.core.form.type.color_selector" service is deprecated since 3.5 and will be removed in 4.0.'E_USER_DEPRECATED);
  6830.         return $this->services['sonata.core.form.type.color_selector'] = new \Sonata\CoreBundle\Form\Type\ColorSelectorType();
  6831.     }
  6832.     /**
  6833.      * Gets the public 'sonata.core.form.type.date_picker' shared service.
  6834.      *
  6835.      * @return \Sonata\Form\Type\DatePickerType
  6836.      */
  6837.     protected function getSonata_Core_Form_Type_DatePickerService()
  6838.     {
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6841.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  6842.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php';
  6843.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  6844.         return $this->services['sonata.core.form.type.date_picker'] = new \Sonata\Form\Type\DatePickerType(($this->privates['sonata.core.date.moment_format_converter'] ?? ($this->privates['sonata.core.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  6845.     }
  6846.     /**
  6847.      * Gets the public 'sonata.core.form.type.date_picker_legacy' shared service.
  6848.      *
  6849.      * @return \Sonata\CoreBundle\Form\Type\DatePickerType
  6850.      */
  6851.     protected function getSonata_Core_Form_Type_DatePickerLegacyService()
  6852.     {
  6853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6855.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  6856.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php';
  6857.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DatePickerType.php';
  6858.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  6859.         return $this->services['sonata.core.form.type.date_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DatePickerType(($this->privates['sonata.core.date.moment_format_converter'] ?? ($this->privates['sonata.core.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  6860.     }
  6861.     /**
  6862.      * Gets the public 'sonata.core.form.type.date_range' shared service.
  6863.      *
  6864.      * @return \Sonata\Form\Type\DateRangeType
  6865.      */
  6866.     protected function getSonata_Core_Form_Type_DateRangeService()
  6867.     {
  6868.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6870.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  6871.         return $this->services['sonata.core.form.type.date_range'] = new \Sonata\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  6872.     }
  6873.     /**
  6874.      * Gets the public 'sonata.core.form.type.date_range_legacy' shared service.
  6875.      *
  6876.      * @return \Sonata\CoreBundle\Form\Type\DateRangeType
  6877.      */
  6878.     protected function getSonata_Core_Form_Type_DateRangeLegacyService()
  6879.     {
  6880.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6881.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangeType.php';
  6884.         return $this->services['sonata.core.form.type.date_range_legacy'] = new \Sonata\CoreBundle\Form\Type\DateRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  6885.     }
  6886.     /**
  6887.      * Gets the public 'sonata.core.form.type.date_range_picker' shared service.
  6888.      *
  6889.      * @return \Sonata\Form\Type\DateRangePickerType
  6890.      */
  6891.     protected function getSonata_Core_Form_Type_DateRangePickerService()
  6892.     {
  6893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6895.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  6896.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php';
  6897.         return $this->services['sonata.core.form.type.date_range_picker'] = new \Sonata\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  6898.     }
  6899.     /**
  6900.      * Gets the public 'sonata.core.form.type.date_range_picker_legacy' shared service.
  6901.      *
  6902.      * @return \Sonata\CoreBundle\Form\Type\DateRangePickerType
  6903.      */
  6904.     protected function getSonata_Core_Form_Type_DateRangePickerLegacyService()
  6905.     {
  6906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6907.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php';
  6909.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php';
  6910.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangePickerType.php';
  6911.         return $this->services['sonata.core.form.type.date_range_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  6912.     }
  6913.     /**
  6914.      * Gets the public 'sonata.core.form.type.datetime_picker' shared service.
  6915.      *
  6916.      * @return \Sonata\Form\Type\DateTimePickerType
  6917.      */
  6918.     protected function getSonata_Core_Form_Type_DatetimePickerService()
  6919.     {
  6920.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6921.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6922.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  6923.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php';
  6924.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  6925.         return $this->services['sonata.core.form.type.datetime_picker'] = new \Sonata\Form\Type\DateTimePickerType(($this->privates['sonata.core.date.moment_format_converter'] ?? ($this->privates['sonata.core.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  6926.     }
  6927.     /**
  6928.      * Gets the public 'sonata.core.form.type.datetime_picker_legacy' shared service.
  6929.      *
  6930.      * @return \Sonata\CoreBundle\Form\Type\DateTimePickerType
  6931.      */
  6932.     protected function getSonata_Core_Form_Type_DatetimePickerLegacyService()
  6933.     {
  6934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6936.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/BasePickerType.php';
  6937.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php';
  6938.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimePickerType.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Date/MomentFormatConverter.php';
  6940.         return $this->services['sonata.core.form.type.datetime_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimePickerType(($this->privates['sonata.core.date.moment_format_converter'] ?? ($this->privates['sonata.core.date.moment_format_converter'] = new \Sonata\Form\Date\MomentFormatConverter())), ($this->services['translator'] ?? $this->getTranslatorService()));
  6941.     }
  6942.     /**
  6943.      * Gets the public 'sonata.core.form.type.datetime_range' shared service.
  6944.      *
  6945.      * @return \Sonata\Form\Type\DateTimeRangeType
  6946.      */
  6947.     protected function getSonata_Core_Form_Type_DatetimeRangeService()
  6948.     {
  6949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6951.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  6952.         return $this->services['sonata.core.form.type.datetime_range'] = new \Sonata\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  6953.     }
  6954.     /**
  6955.      * Gets the public 'sonata.core.form.type.datetime_range_legacy' shared service.
  6956.      *
  6957.      * @return \Sonata\CoreBundle\Form\Type\DateTimeRangeType
  6958.      */
  6959.     protected function getSonata_Core_Form_Type_DatetimeRangeLegacyService()
  6960.     {
  6961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6963.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  6964.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangeType.php';
  6965.         return $this->services['sonata.core.form.type.datetime_range_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimeRangeType(($this->services['translator'] ?? $this->getTranslatorService()));
  6966.     }
  6967.     /**
  6968.      * Gets the public 'sonata.core.form.type.datetime_range_picker' shared service.
  6969.      *
  6970.      * @return \Sonata\Form\Type\DateTimeRangePickerType
  6971.      */
  6972.     protected function getSonata_Core_Form_Type_DatetimeRangePickerService()
  6973.     {
  6974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6976.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php';
  6978.         return $this->services['sonata.core.form.type.datetime_range_picker'] = new \Sonata\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  6979.     }
  6980.     /**
  6981.      * Gets the public 'sonata.core.form.type.datetime_range_picker_legacy' shared service.
  6982.      *
  6983.      * @return \Sonata\CoreBundle\Form\Type\DateTimeRangePickerType
  6984.      */
  6985.     protected function getSonata_Core_Form_Type_DatetimeRangePickerLegacyService()
  6986.     {
  6987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  6989.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php';
  6990.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php';
  6991.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangePickerType.php';
  6992.         return $this->services['sonata.core.form.type.datetime_range_picker_legacy'] = new \Sonata\CoreBundle\Form\Type\DateTimeRangePickerType(($this->services['translator'] ?? $this->getTranslatorService()));
  6993.     }
  6994.     /**
  6995.      * Gets the public 'sonata.core.form.type.equal' shared service.
  6996.      *
  6997.      * @return \Sonata\Form\Type\EqualType
  6998.      */
  6999.     protected function getSonata_Core_Form_Type_EqualService()
  7000.     {
  7001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7003.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php';
  7004.         return $this->services['sonata.core.form.type.equal'] = new \Sonata\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  7005.     }
  7006.     /**
  7007.      * Gets the public 'sonata.core.form.type.equal_legacy' shared service.
  7008.      *
  7009.      * @return \Sonata\CoreBundle\Form\Type\EqualType
  7010.      */
  7011.     protected function getSonata_Core_Form_Type_EqualLegacyService()
  7012.     {
  7013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7015.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/EqualType.php';
  7017.         return $this->services['sonata.core.form.type.equal_legacy'] = new \Sonata\CoreBundle\Form\Type\EqualType(($this->services['translator'] ?? $this->getTranslatorService()));
  7018.     }
  7019.     /**
  7020.      * Gets the public 'sonata.core.form.type.translatable_choice' shared service.
  7021.      *
  7022.      * @return \Sonata\CoreBundle\Form\Type\TranslatableChoiceType
  7023.      *
  7024.      * @deprecated The "sonata.core.form.type.translatable_choice" service is deprecated since 2.2.0 and will be removed in 4.0.
  7025.      */
  7026.     protected function getSonata_Core_Form_Type_TranslatableChoiceService()
  7027.     {
  7028.         @trigger_error('The "sonata.core.form.type.translatable_choice" service is deprecated since 2.2.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  7029.         return $this->services['sonata.core.form.type.translatable_choice'] = new \Sonata\CoreBundle\Form\Type\TranslatableChoiceType(($this->services['translator'] ?? $this->getTranslatorService()));
  7030.     }
  7031.     /**
  7032.      * Gets the public 'sonata.core.model.adapter.chain' shared service.
  7033.      *
  7034.      * @return \Sonata\CoreBundle\Model\Adapter\AdapterChain
  7035.      *
  7036.      * @deprecated The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.
  7037.      */
  7038.     protected function getSonata_Core_Model_Adapter_ChainService()
  7039.     {
  7040.         @trigger_error('The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  7041.         $this->services['sonata.core.model.adapter.chain'] = $instance = new \Sonata\CoreBundle\Model\Adapter\AdapterChain();
  7042.         $instance->addAdapter($this->getSonata_Core_Model_Adapter_DoctrineOrmService());
  7043.         return $instance;
  7044.     }
  7045.     /**
  7046.      * Gets the public 'sonata.core.slugify.cocur' shared service.
  7047.      *
  7048.      * @return \Cocur\Slugify\Slugify
  7049.      *
  7050.      * @deprecated The "sonata.core.slugify.cocur" service is deprecated. You should stop using it, as it will be removed in the future.
  7051.      */
  7052.     protected function getSonata_Core_Slugify_CocurService()
  7053.     {
  7054.         @trigger_error('The "sonata.core.slugify.cocur" service is deprecated. You should stop using it, as it will be removed in the future.'E_USER_DEPRECATED);
  7055.         return $this->services['sonata.core.slugify.cocur'] = new \Cocur\Slugify\Slugify();
  7056.     }
  7057.     /**
  7058.      * Gets the public 'sonata.core.slugify.native' shared service.
  7059.      *
  7060.      * @return \Sonata\CoreBundle\Component\NativeSlugify
  7061.      *
  7062.      * @deprecated The "sonata.core.slugify.native" service is deprecated since 2.3 and will be removed in 4.0.
  7063.      */
  7064.     protected function getSonata_Core_Slugify_NativeService()
  7065.     {
  7066.         @trigger_error('The "sonata.core.slugify.native" service is deprecated since 2.3 and will be removed in 4.0.'E_USER_DEPRECATED);
  7067.         return $this->services['sonata.core.slugify.native'] = new \Sonata\CoreBundle\Component\NativeSlugify();
  7068.     }
  7069.     /**
  7070.      * Gets the public 'sonata.easy_extends.generator.bundle' shared service.
  7071.      *
  7072.      * @return \Sonata\EasyExtendsBundle\Generator\BundleGenerator
  7073.      */
  7074.     protected function getSonata_EasyExtends_Generator_BundleService()
  7075.     {
  7076.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  7077.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/BundleGenerator.php';
  7078.         return $this->services['sonata.easy_extends.generator.bundle'] = new \Sonata\EasyExtendsBundle\Generator\BundleGenerator();
  7079.     }
  7080.     /**
  7081.      * Gets the public 'sonata.easy_extends.generator.odm' shared service.
  7082.      *
  7083.      * @return \Sonata\EasyExtendsBundle\Generator\OdmGenerator
  7084.      */
  7085.     protected function getSonata_EasyExtends_Generator_OdmService()
  7086.     {
  7087.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  7088.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/OdmGenerator.php';
  7089.         return $this->services['sonata.easy_extends.generator.odm'] = new \Sonata\EasyExtendsBundle\Generator\OdmGenerator();
  7090.     }
  7091.     /**
  7092.      * Gets the public 'sonata.easy_extends.generator.orm' shared service.
  7093.      *
  7094.      * @return \Sonata\EasyExtendsBundle\Generator\OrmGenerator
  7095.      */
  7096.     protected function getSonata_EasyExtends_Generator_OrmService()
  7097.     {
  7098.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  7099.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/OrmGenerator.php';
  7100.         return $this->services['sonata.easy_extends.generator.orm'] = new \Sonata\EasyExtendsBundle\Generator\OrmGenerator();
  7101.     }
  7102.     /**
  7103.      * Gets the public 'sonata.easy_extends.generator.phpcr' shared service.
  7104.      *
  7105.      * @return \Sonata\EasyExtendsBundle\Generator\PHPCRGenerator
  7106.      */
  7107.     protected function getSonata_EasyExtends_Generator_PhpcrService()
  7108.     {
  7109.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  7110.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/PHPCRGenerator.php';
  7111.         return $this->services['sonata.easy_extends.generator.phpcr'] = new \Sonata\EasyExtendsBundle\Generator\PHPCRGenerator();
  7112.     }
  7113.     /**
  7114.      * Gets the public 'sonata.easy_extends.generator.serializer' shared service.
  7115.      *
  7116.      * @return \Sonata\EasyExtendsBundle\Generator\SerializerGenerator
  7117.      */
  7118.     protected function getSonata_EasyExtends_Generator_SerializerService()
  7119.     {
  7120.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/GeneratorInterface.php';
  7121.         include_once \dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/Generator/SerializerGenerator.php';
  7122.         return $this->services['sonata.easy_extends.generator.serializer'] = new \Sonata\EasyExtendsBundle\Generator\SerializerGenerator();
  7123.     }
  7124.     /**
  7125.      * Gets the public 'sonata.formatter.block.formatter' shared service.
  7126.      *
  7127.      * @return \Sonata\FormatterBundle\Block\FormatterBlockService
  7128.      */
  7129.     protected function getSonata_Formatter_Block_FormatterService()
  7130.     {
  7131.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  7132.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  7133.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  7134.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  7135.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  7136.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Block/FormatterBlockService.php';
  7137.         return $this->services['sonata.formatter.block.formatter'] = new \Sonata\FormatterBundle\Block\FormatterBlockService('sonata.formatter.block.formatter', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()));
  7138.     }
  7139.     /**
  7140.      * Gets the public 'sonata.formatter.twig.control_flow' shared service.
  7141.      *
  7142.      * @return \Sonata\FormatterBundle\Extension\ControlFlowExtension
  7143.      */
  7144.     protected function getSonata_Formatter_Twig_ControlFlowService()
  7145.     {
  7146.         return $this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension();
  7147.     }
  7148.     /**
  7149.      * Gets the public 'sonata.formatter.twig.gist' shared service.
  7150.      *
  7151.      * @return \Sonata\FormatterBundle\Extension\GistExtension
  7152.      */
  7153.     protected function getSonata_Formatter_Twig_GistService()
  7154.     {
  7155.         return $this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension();
  7156.     }
  7157.     /**
  7158.      * Gets the public 'sonata.intl.locale_detector.request_stack' shared service.
  7159.      *
  7160.      * @return \Sonata\IntlBundle\Locale\RequestStackDetector
  7161.      */
  7162.     protected function getSonata_Intl_LocaleDetector_RequestStackService()
  7163.     {
  7164.         return $this->services['sonata.intl.locale_detector.request_stack'] = new \Sonata\IntlBundle\Locale\RequestStackDetector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'nl');
  7165.     }
  7166.     /**
  7167.      * Gets the public 'sonata.intl.templating.helper.datetime' shared service.
  7168.      *
  7169.      * @return \Sonata\IntlBundle\Templating\Helper\DateTimeHelper
  7170.      */
  7171.     protected function getSonata_Intl_Templating_Helper_DatetimeService()
  7172.     {
  7173.         return $this->services['sonata.intl.templating.helper.datetime'] = new \Sonata\IntlBundle\Templating\Helper\DateTimeHelper(($this->services['sonata.intl.timezone_detector.chain'] ?? $this->getSonata_Intl_TimezoneDetector_ChainService()), 'UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
  7174.     }
  7175.     /**
  7176.      * Gets the public 'sonata.intl.templating.helper.locale' shared service.
  7177.      *
  7178.      * @return \Sonata\IntlBundle\Templating\Helper\LocaleHelper
  7179.      */
  7180.     protected function getSonata_Intl_Templating_Helper_LocaleService()
  7181.     {
  7182.         return $this->services['sonata.intl.templating.helper.locale'] = new \Sonata\IntlBundle\Templating\Helper\LocaleHelper('UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
  7183.     }
  7184.     /**
  7185.      * Gets the public 'sonata.intl.templating.helper.number' shared service.
  7186.      *
  7187.      * @return \Sonata\IntlBundle\Templating\Helper\NumberHelper
  7188.      */
  7189.     protected function getSonata_Intl_Templating_Helper_NumberService()
  7190.     {
  7191.         return $this->services['sonata.intl.templating.helper.number'] = new \Sonata\IntlBundle\Templating\Helper\NumberHelper('UTF-8', ($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()));
  7192.     }
  7193.     /**
  7194.      * Gets the public 'sonata.intl.timezone_detector.chain' shared service.
  7195.      *
  7196.      * @return \Sonata\IntlBundle\Timezone\ChainTimezoneDetector
  7197.      */
  7198.     protected function getSonata_Intl_TimezoneDetector_ChainService()
  7199.     {
  7200.         $this->services['sonata.intl.timezone_detector.chain'] = $instance = new \Sonata\IntlBundle\Timezone\ChainTimezoneDetector('Europe/Amsterdam');
  7201.         $instance->addDetector(($this->services['sonata.intl.timezone_detector.user'] ?? $this->getSonata_Intl_TimezoneDetector_UserService()));
  7202.         $instance->addDetector(($this->services['sonata.intl.timezone_detector.locale'] ?? $this->getSonata_Intl_TimezoneDetector_LocaleService()));
  7203.         return $instance;
  7204.     }
  7205.     /**
  7206.      * Gets the public 'sonata.intl.timezone_detector.locale' shared service.
  7207.      *
  7208.      * @return \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector
  7209.      */
  7210.     protected function getSonata_Intl_TimezoneDetector_LocaleService()
  7211.     {
  7212.         return $this->services['sonata.intl.timezone_detector.locale'] = new \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector(($this->services['sonata.intl.locale_detector.request_stack'] ?? $this->getSonata_Intl_LocaleDetector_RequestStackService()), []);
  7213.     }
  7214.     /**
  7215.      * Gets the public 'sonata.intl.timezone_detector.user' shared service.
  7216.      *
  7217.      * @return \Sonata\IntlBundle\Timezone\UserBasedTimezoneDetector
  7218.      */
  7219.     protected function getSonata_Intl_TimezoneDetector_UserService()
  7220.     {
  7221.         return $this->services['sonata.intl.timezone_detector.user'] = new \Sonata\IntlBundle\Timezone\UserBasedTimezoneDetector(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  7222.     }
  7223.     /**
  7224.      * Gets the public 'sonata.media.admin.gallery' service.
  7225.      *
  7226.      * @return \Sonata\MediaBundle\Admin\GalleryAdmin
  7227.      */
  7228.     protected function getSonata_Media_Admin_GalleryService()
  7229.     {
  7230.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  7231.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  7232.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  7233.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  7234.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  7235.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  7237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  7238.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  7239.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  7240.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryAdmin.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  7242.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  7243.         $instance = new \Sonata\MediaBundle\Admin\GalleryAdmin('sonata.media.admin.gallery''App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery''Sonata\\MediaBundle\\Controller\\GalleryAdminController', ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  7244.         $instance->setTranslationDomain('SonataMediaBundle');
  7245.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  7246.         $instance->setManagerType('orm');
  7247.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  7248.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  7249.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  7250.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  7251.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  7252.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  7253.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  7254.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  7255.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  7256.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  7257.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  7258.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  7259.         $instance->setPagerType('default');
  7260.         $instance->setLabel('gallery');
  7261.         $instance->showMosaicButton(true);
  7262.         $instance->setTemplateRegistry(($this->services['sonata.media.admin.gallery.template_registry'] ?? $this->getSonata_Media_Admin_Gallery_TemplateRegistryService()));
  7263.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  7264.         $instance->initialize();
  7265.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  7266.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  7267.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  7268.         return $instance;
  7269.     }
  7270.     /**
  7271.      * Gets the public 'sonata.media.admin.gallery.template_registry' shared service.
  7272.      *
  7273.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  7274.      */
  7275.     protected function getSonata_Media_Admin_Gallery_TemplateRegistryService()
  7276.     {
  7277.         return $this->services['sonata.media.admin.gallery.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['history_revision_timestamp' => '@SonataIntl/CRUD/history_revision_timestamp.html.twig''user_block' => '@SonataUser/Admin/Core/user_block.html.twig''edit' => '@SonataAdmin/CRUD/edit.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''list' => '@SonataMedia/GalleryAdmin/list.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''layout' => '@SonataAdmin/standard_layout.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''dashboard' => '@SonataAdmin/Core/dashboard.html.twig''search' => '@SonataAdmin/Core/search.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''preview' => '@SonataAdmin/CRUD/preview.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.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''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']);
  7278.     }
  7279.     /**
  7280.      * Gets the public 'sonata.media.admin.gallery_has_media' service.
  7281.      *
  7282.      * @return \Sonata\MediaBundle\Admin\GalleryHasMediaAdmin
  7283.      */
  7284.     protected function getSonata_Media_Admin_GalleryHasMediaService()
  7285.     {
  7286.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  7287.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  7288.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  7289.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  7290.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  7291.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  7292.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  7293.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  7294.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  7295.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryHasMediaAdmin.php';
  7297.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  7298.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  7299.         $instance = new \Sonata\MediaBundle\Admin\GalleryHasMediaAdmin('sonata.media.admin.gallery_has_media''App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia''Sonata\\AdminBundle\\Controller\\CRUDController');
  7300.         $instance->setTranslationDomain('SonataMediaBundle');
  7301.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  7302.         $instance->setManagerType('orm');
  7303.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  7304.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  7305.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  7306.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  7307.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  7308.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  7309.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  7310.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  7311.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  7312.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  7313.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  7314.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  7315.         $instance->setPagerType('default');
  7316.         $instance->setLabel('gallery_has_media');
  7317.         $instance->showMosaicButton(true);
  7318.         $instance->setTemplateRegistry(($this->services['sonata.media.admin.gallery_has_media.template_registry'] ?? $this->getSonata_Media_Admin_GalleryHasMedia_TemplateRegistryService()));
  7319.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  7320.         $instance->initialize();
  7321.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  7322.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  7323.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  7324.         return $instance;
  7325.     }
  7326.     /**
  7327.      * Gets the public 'sonata.media.admin.gallery_has_media.template_registry' shared service.
  7328.      *
  7329.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  7330.      */
  7331.     protected function getSonata_Media_Admin_GalleryHasMedia_TemplateRegistryService()
  7332.     {
  7333.         return $this->services['sonata.media.admin.gallery_has_media.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  7334.     }
  7335.     /**
  7336.      * Gets the public 'sonata.media.admin.media' service.
  7337.      *
  7338.      * @return \Sonata\MediaBundle\Admin\ORM\MediaAdmin
  7339.      */
  7340.     protected function getSonata_Media_Admin_MediaService()
  7341.     {
  7342.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  7343.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  7344.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  7345.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  7346.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  7347.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  7348.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  7349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  7350.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  7351.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  7352.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/BaseMediaAdmin.php';
  7353.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/ORM/MediaAdmin.php';
  7354.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  7355.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  7356.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminExtensionInterface.php';
  7357.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdminExtension.php';
  7358.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Admin/CkeditorAdminExtension.php';
  7359.         $instance = new \Sonata\MediaBundle\Admin\ORM\MediaAdmin('sonata.media.admin.media''App\\Application\\Sonata\\MediaBundle\\Entity\\Media''Sonata\\MediaBundle\\Controller\\MediaAdminController', ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), NULL);
  7360.         $instance->setModelManager(($this->services['sonata.media.admin.media.manager'] ?? $this->getSonata_Media_Admin_Media_ManagerService()));
  7361.         $instance->setTranslationDomain('SonataMediaBundle');
  7362.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  7363.         $instance->setManagerType('orm');
  7364.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  7365.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  7366.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  7367.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  7368.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  7369.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  7370.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  7371.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  7372.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  7373.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  7374.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  7375.         $instance->setPagerType('default');
  7376.         $instance->setLabel('media');
  7377.         $instance->showMosaicButton(true);
  7378.         $instance->setTemplateRegistry(($this->services['sonata.media.admin.media.template_registry'] ?? $this->getSonata_Media_Admin_Media_TemplateRegistryService()));
  7379.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  7380.         $instance->initialize();
  7381.         $instance->addExtension(($this->privates['sonata.formatter.ckeditor.extension'] ?? ($this->privates['sonata.formatter.ckeditor.extension'] = new \Sonata\FormatterBundle\Admin\CkeditorAdminExtension())));
  7382.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  7383.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  7384.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  7385.         return $instance;
  7386.     }
  7387.     /**
  7388.      * Gets the public 'sonata.media.admin.media.manager' shared service.
  7389.      *
  7390.      * @return \Sonata\DoctrineORMAdminBundle\Model\ModelManager
  7391.      */
  7392.     protected function getSonata_Media_Admin_Media_ManagerService()
  7393.     {
  7394.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  7396.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  7397.         return $this->services['sonata.media.admin.media.manager'] = new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()));
  7398.     }
  7399.     /**
  7400.      * Gets the public 'sonata.media.admin.media.template_registry' shared service.
  7401.      *
  7402.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  7403.      */
  7404.     protected function getSonata_Media_Admin_Media_TemplateRegistryService()
  7405.     {
  7406.         return $this->services['sonata.media.admin.media.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry(['history_revision_timestamp' => '@SonataIntl/CRUD/history_revision_timestamp.html.twig''user_block' => '@SonataUser/Admin/Core/user_block.html.twig''edit' => '@SonataMedia/MediaAdmin/edit.html.twig''tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig''list' => '@SonataMedia/MediaAdmin/list.html.twig''add_block' => '@SonataAdmin/Core/add_block.html.twig''layout' => '@SonataAdmin/standard_layout.html.twig''ajax' => '@SonataAdmin/ajax_layout.html.twig''dashboard' => '@SonataAdmin/Core/dashboard.html.twig''search' => '@SonataAdmin/Core/search.html.twig''filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig''show' => '@SonataAdmin/CRUD/show.html.twig''show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig''preview' => '@SonataAdmin/CRUD/preview.html.twig''history' => '@SonataAdmin/CRUD/history.html.twig''acl' => '@SonataAdmin/CRUD/acl.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' => '@SonataMedia/MediaAdmin/inner_row_media.html.twig''outer_list_rows_mosaic' => '@SonataMedia/MediaAdmin/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_flat_field.html.twig''pager_links' => '@SonataAdmin/Pager/links.html.twig''pager_results' => '@SonataAdmin/Pager/results.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']);
  7407.     }
  7408.     /**
  7409.      * Gets the public 'sonata.media.block.feature_media' shared service.
  7410.      *
  7411.      * @return \Sonata\MediaBundle\Block\FeatureMediaBlockService
  7412.      */
  7413.     protected function getSonata_Media_Block_FeatureMediaService()
  7414.     {
  7415.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  7416.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  7420.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Block/MediaBlockService.php';
  7421.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Block/FeatureMediaBlockService.php';
  7422.         return $this->services['sonata.media.block.feature_media'] = new \Sonata\MediaBundle\Block\FeatureMediaBlockService('sonata.media.block.feature_media', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), $this, ($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  7423.     }
  7424.     /**
  7425.      * Gets the public 'sonata.media.block.gallery' shared service.
  7426.      *
  7427.      * @return \Sonata\MediaBundle\Block\GalleryBlockService
  7428.      */
  7429.     protected function getSonata_Media_Block_GalleryService()
  7430.     {
  7431.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  7432.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  7433.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  7434.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  7435.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  7436.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Block/GalleryBlockService.php';
  7437.         return $this->services['sonata.media.block.gallery'] = new \Sonata\MediaBundle\Block\GalleryBlockService('sonata.media.block.gallery', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), $this, ($this->services['sonata.media.manager.gallery'] ?? $this->getSonata_Media_Manager_GalleryService()));
  7438.     }
  7439.     /**
  7440.      * Gets the public 'sonata.media.block.gallery_list' shared service.
  7441.      *
  7442.      * @return \Sonata\MediaBundle\Block\GalleryListBlockService
  7443.      */
  7444.     protected function getSonata_Media_Block_GalleryListService()
  7445.     {
  7446.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  7447.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  7448.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  7449.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  7450.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  7451.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Block/GalleryListBlockService.php';
  7452.         return $this->services['sonata.media.block.gallery_list'] = new \Sonata\MediaBundle\Block\GalleryListBlockService('sonata.media.block.gallery_list', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), ($this->services['sonata.media.manager.gallery'] ?? $this->getSonata_Media_Manager_GalleryService()), ($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  7453.     }
  7454.     /**
  7455.      * Gets the public 'sonata.media.block.media' shared service.
  7456.      *
  7457.      * @return \Sonata\MediaBundle\Block\MediaBlockService
  7458.      */
  7459.     protected function getSonata_Media_Block_MediaService()
  7460.     {
  7461.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/BlockServiceInterface.php';
  7462.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/BlockServiceInterface.php';
  7463.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractBlockService.php';
  7464.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AdminBlockServiceInterface.php';
  7465.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Block/Service/AbstractAdminBlockService.php';
  7466.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Block/MediaBlockService.php';
  7467.         return $this->services['sonata.media.block.media'] = new \Sonata\MediaBundle\Block\MediaBlockService('sonata.media.block.media', ($this->privates['sonata.templating'] ?? $this->getSonata_TemplatingService()), $this, ($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  7468.     }
  7469.     /**
  7470.      * Gets the public 'sonata.media.formatter.twig' shared service.
  7471.      *
  7472.      * @return \Sonata\MediaBundle\Twig\Extension\FormatterMediaExtension
  7473.      */
  7474.     protected function getSonata_Media_Formatter_TwigService()
  7475.     {
  7476.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Twig/Extension/FormatterMediaExtension.php';
  7477.         return $this->services['sonata.media.formatter.twig'] = new \Sonata\MediaBundle\Twig\Extension\FormatterMediaExtension(($this->privates['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  7478.     }
  7479.     /**
  7480.      * Gets the public 'sonata.media.manager.gallery' shared service.
  7481.      *
  7482.      * @return \Sonata\MediaBundle\Entity\GalleryManager
  7483.      */
  7484.     protected function getSonata_Media_Manager_GalleryService()
  7485.     {
  7486.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Model/GalleryManagerInterface.php';
  7487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Entity/GalleryManager.php';
  7488.         return $this->services['sonata.media.manager.gallery'] = new \Sonata\MediaBundle\Entity\GalleryManager('App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  7489.     }
  7490.     /**
  7491.      * Gets the public 'sonata.media.manager.media' shared service.
  7492.      *
  7493.      * @return \Sonata\MediaBundle\Entity\MediaManager
  7494.      */
  7495.     protected function getSonata_Media_Manager_MediaService()
  7496.     {
  7497.         return $this->services['sonata.media.manager.media'] = new \Sonata\MediaBundle\Entity\MediaManager('App\\Application\\Sonata\\MediaBundle\\Entity\\Media', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  7498.     }
  7499.     /**
  7500.      * Gets the public 'sonata.media.metadata.amazon' shared service.
  7501.      *
  7502.      * @return \Sonata\MediaBundle\Metadata\AmazonMetadataBuilder
  7503.      */
  7504.     protected function getSonata_Media_Metadata_AmazonService()
  7505.     {
  7506.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/AmazonMetadataBuilder.php';
  7507.         return $this->services['sonata.media.metadata.amazon'] = new \Sonata\MediaBundle\Metadata\AmazonMetadataBuilder([]);
  7508.     }
  7509.     /**
  7510.      * Gets the public 'sonata.media.metadata.noop' shared service.
  7511.      *
  7512.      * @return \Sonata\MediaBundle\Metadata\NoopMetadataBuilder
  7513.      */
  7514.     protected function getSonata_Media_Metadata_NoopService()
  7515.     {
  7516.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Metadata/NoopMetadataBuilder.php';
  7517.         return $this->services['sonata.media.metadata.noop'] = new \Sonata\MediaBundle\Metadata\NoopMetadataBuilder();
  7518.     }
  7519.     /**
  7520.      * Gets the public 'sonata.media.metadata.proxy' shared service.
  7521.      *
  7522.      * @return \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder
  7523.      */
  7524.     protected function getSonata_Media_Metadata_ProxyService()
  7525.     {
  7526.         return $this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this);
  7527.     }
  7528.     /**
  7529.      * Gets the public 'sonata.media.pool' shared service.
  7530.      *
  7531.      * @return \Sonata\MediaBundle\Provider\Pool
  7532.      */
  7533.     protected function getSonata_Media_PoolService()
  7534.     {
  7535.         $this->services['sonata.media.pool'] = $instance = new \Sonata\MediaBundle\Provider\Pool('default');
  7536.         $instance->addContext('default', [=> 'sonata.media.provider.dailymotion'=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.image'=> 'sonata.media.provider.file'=> 'sonata.media.provider.vimeo'=> 'sonata.media.provider.dailymotion'=> 'sonata.media.provider.youtube'=> 'sonata.media.provider.image'=> 'sonata.media.provider.file'=> 'sonata.media.provider.vimeo'], ['default_small' => ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []], 'default_big' => ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => NULL'resizer_options' => []]], ['strategy' => 'sonata.media.security.superadmin_strategy''mode' => 'http']);
  7537.         $instance->addDownloadStrategy('sonata.media.security.superadmin_strategy', new \Sonata\MediaBundle\Security\RolesDownloadStrategy(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), [=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN']));
  7538.         $instance->addProvider('sonata.media.provider.image', ($this->services['sonata.media.provider.image'] ?? $this->getSonata_Media_Provider_ImageService()));
  7539.         $instance->addProvider('sonata.media.provider.file', ($this->services['sonata.media.provider.file'] ?? $this->getSonata_Media_Provider_FileService()));
  7540.         $instance->addProvider('sonata.media.provider.youtube', ($this->services['sonata.media.provider.youtube'] ?? $this->getSonata_Media_Provider_YoutubeService()));
  7541.         $instance->addProvider('sonata.media.provider.dailymotion', ($this->services['sonata.media.provider.dailymotion'] ?? $this->getSonata_Media_Provider_DailymotionService()));
  7542.         $instance->addProvider('sonata.media.provider.vimeo', ($this->services['sonata.media.provider.vimeo'] ?? $this->getSonata_Media_Provider_VimeoService()));
  7543.         return $instance;
  7544.     }
  7545.     /**
  7546.      * Gets the public 'sonata.media.provider.dailymotion' shared service.
  7547.      *
  7548.      * @return \Sonata\MediaBundle\Provider\DailyMotionProvider
  7549.      */
  7550.     protected function getSonata_Media_Provider_DailymotionService()
  7551.     {
  7552.         $this->services['sonata.media.provider.dailymotion'] = $instance = new \Sonata\MediaBundle\Provider\DailyMotionProvider('sonata.media.provider.dailymotion', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\DefaultGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), ($this->privates['sonata.media.buzz.browser'] ?? $this->getSonata_Media_Buzz_BrowserService()), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  7553.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_dailymotion.html.twig']);
  7554.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7555.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7556.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7557.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7558.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  7559.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  7560.         return $instance;
  7561.     }
  7562.     /**
  7563.      * Gets the public 'sonata.media.provider.file' shared service.
  7564.      *
  7565.      * @return \Sonata\MediaBundle\Provider\FileProvider
  7566.      */
  7567.     protected function getSonata_Media_Provider_FileService()
  7568.     {
  7569.         $this->services['sonata.media.provider.file'] = $instance = new \Sonata\MediaBundle\Provider\FileProvider('sonata.media.provider.file', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\DefaultGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [=> 'pdf'=> 'txt'=> 'rtf'=> 'doc'=> 'docx'=> 'xls'=> 'xlsx'=> 'ppt'=> 'pptx'=> 'odt'10 => 'odg'11 => 'odp'12 => 'ods'13 => 'odc'14 => 'odf'15 => 'odb'16 => 'csv'17 => 'xml'], [=> 'application/pdf'=> 'application/x-pdf'=> 'application/rtf'=> 'text/html'=> 'text/rtf'=> 'text/plain'=> 'application/excel'=> 'application/msword'=> 'application/vnd.ms-excel'=> 'application/vnd.ms-powerpoint'10 => 'application/vnd.ms-powerpoint'11 => 'application/vnd.oasis.opendocument.text'12 => 'application/vnd.oasis.opendocument.graphics'13 => 'application/vnd.oasis.opendocument.presentation'14 => 'application/vnd.oasis.opendocument.spreadsheet'15 => 'application/vnd.oasis.opendocument.chart'16 => 'application/vnd.oasis.opendocument.formula'17 => 'application/vnd.oasis.opendocument.database'18 => 'application/vnd.oasis.opendocument.image'19 => 'text/comma-separated-values'20 => 'text/xml'21 => 'application/xml'22 => 'application/zip'], ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  7570.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_file.html.twig']);
  7571.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7572.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7573.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7574.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7575.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  7576.         return $instance;
  7577.     }
  7578.     /**
  7579.      * Gets the public 'sonata.media.provider.image' shared service.
  7580.      *
  7581.      * @return \Sonata\MediaBundle\Provider\ImageProvider
  7582.      */
  7583.     protected function getSonata_Media_Provider_ImageService()
  7584.     {
  7585.         $this->services['sonata.media.provider.image'] = $instance = new \Sonata\MediaBundle\Provider\ImageProvider('sonata.media.provider.image', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\DefaultGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), [=> 'jpg'=> 'png'=> 'jpeg'], [=> 'image/pjpeg'=> 'image/jpeg'=> 'image/png'=> 'image/x-png'], ($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  7586.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_image.html.twig']);
  7587.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7588.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7589.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7590.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7591.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  7592.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  7593.         return $instance;
  7594.     }
  7595.     /**
  7596.      * Gets the public 'sonata.media.provider.vimeo' shared service.
  7597.      *
  7598.      * @return \Sonata\MediaBundle\Provider\VimeoProvider
  7599.      */
  7600.     protected function getSonata_Media_Provider_VimeoService()
  7601.     {
  7602.         $this->services['sonata.media.provider.vimeo'] = $instance = new \Sonata\MediaBundle\Provider\VimeoProvider('sonata.media.provider.vimeo', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\DefaultGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), ($this->privates['sonata.media.buzz.browser'] ?? $this->getSonata_Media_Buzz_BrowserService()), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  7603.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_vimeo.html.twig']);
  7604.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7605.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7606.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7607.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7608.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  7609.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  7610.         return $instance;
  7611.     }
  7612.     /**
  7613.      * Gets the public 'sonata.media.provider.youtube' shared service.
  7614.      *
  7615.      * @return \Sonata\MediaBundle\Provider\YouTubeProvider
  7616.      */
  7617.     protected function getSonata_Media_Provider_YoutubeService()
  7618.     {
  7619.         $this->services['sonata.media.provider.youtube'] = $instance = new \Sonata\MediaBundle\Provider\YouTubeProvider('sonata.media.provider.youtube', ($this->privates['sonata.media.filesystem.local'] ?? $this->getSonata_Media_Filesystem_LocalService()), ($this->privates['sonata.media.cdn.server'] ?? ($this->privates['sonata.media.cdn.server'] = new \Sonata\MediaBundle\CDN\Server('/upload/media'))), ($this->privates['sonata.media.generator.default'] ?? ($this->privates['sonata.media.generator.default'] = new \Sonata\MediaBundle\Generator\DefaultGenerator())), ($this->privates['sonata.media.thumbnail.format'] ?? $this->getSonata_Media_Thumbnail_FormatService()), ($this->privates['sonata.media.buzz.browser'] ?? $this->getSonata_Media_Buzz_BrowserService()), ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))), false);
  7620.         $instance->setTemplates(['helper_thumbnail' => '@SonataMedia/Provider/thumbnail.html.twig''helper_view' => '@SonataMedia/Provider/view_youtube.html.twig']);
  7621.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7622.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7623.         $instance->addFormat('default_small', ['width' => 100'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7624.         $instance->addFormat('default_big', ['width' => 500'quality' => 70'height' => NULL'format' => 'jpg''constraint' => true'resizer' => false'resizer_options' => []]);
  7625.         $instance->setResizer(($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  7626.         $instance->addFormat('admin'$this->parameters['sonata.media.admin_format']);
  7627.         return $instance;
  7628.     }
  7629.     /**
  7630.      * Gets the public 'sonata.user.admin.group' service.
  7631.      *
  7632.      * @return \Sonata\UserBundle\Admin\Entity\GroupAdmin
  7633.      */
  7634.     protected function getSonata_User_Admin_GroupService()
  7635.     {
  7636.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  7637.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  7638.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  7639.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  7640.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  7641.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  7642.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  7643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  7644.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  7645.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  7646.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/GroupAdmin.php';
  7647.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php';
  7648.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  7649.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  7650.         $instance = new \Sonata\UserBundle\Admin\Entity\GroupAdmin('sonata.user.admin.group''App\\Application\\Sonata\\UserBundle\\Entity\\Group''SonataAdminBundle:CRUD');
  7651.         $instance->setTranslationDomain('SonataUserBundle');
  7652.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  7653.         $instance->setManagerType('orm');
  7654.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  7655.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  7656.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  7657.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  7658.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  7659.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  7660.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  7661.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  7662.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  7663.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  7664.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  7665.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  7666.         $instance->setPagerType('default');
  7667.         $instance->setLabel('groups');
  7668.         $instance->showMosaicButton(true);
  7669.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.group.template_registry'] ?? $this->getSonata_User_Admin_Group_TemplateRegistryService()));
  7670.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  7671.         $instance->initialize();
  7672.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  7673.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  7674.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  7675.         return $instance;
  7676.     }
  7677.     /**
  7678.      * Gets the public 'sonata.user.admin.group.template_registry' shared service.
  7679.      *
  7680.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  7681.      */
  7682.     protected function getSonata_User_Admin_Group_TemplateRegistryService()
  7683.     {
  7684.         return $this->services['sonata.user.admin.group.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  7685.     }
  7686.     /**
  7687.      * Gets the public 'sonata.user.admin.user' service.
  7688.      *
  7689.      * @return \Sonata\UserBundle\Admin\Entity\UserAdmin
  7690.      */
  7691.     protected function getSonata_User_Admin_UserService()
  7692.     {
  7693.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AccessRegistryInterface.php';
  7694.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/FieldDescriptionRegistryInterface.php';
  7695.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/LifecycleHookProviderInterface.php';
  7696.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/MenuBuilderInterface.php';
  7697.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/ParentAdminInterface.php';
  7698.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/UrlGeneratorInterface.php';
  7699.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminInterface.php';
  7700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/DomainObjectInterface.php';
  7701.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AdminTreeInterface.php';
  7702.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Admin/AbstractAdmin.php';
  7703.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Model/UserAdmin.php';
  7704.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php';
  7705.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/LabelTranslatorStrategyInterface.php';
  7706.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Translator/UnderscoreLabelTranslatorStrategy.php';
  7707.         $instance = new \Sonata\UserBundle\Admin\Entity\UserAdmin('sonata.user.admin.user''App\\Application\\Sonata\\UserBundle\\Entity\\User''SonataAdminBundle:CRUD');
  7708.         $instance->setUserManager(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  7709.         $instance->setTranslationDomain('SonataUserBundle');
  7710.         $instance->setLabelTranslatorStrategy(($this->services['sonata.admin.label.strategy.underscore'] ?? ($this->services['sonata.admin.label.strategy.underscore'] = new \Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy())));
  7711.         $instance->setManagerType('orm');
  7712.         $instance->setModelManager(($this->services['sonata.admin.manager.orm'] ?? $this->getSonata_Admin_Manager_OrmService()));
  7713.         $instance->setFormContractor(($this->privates['sonata.admin.builder.orm_form'] ?? $this->getSonata_Admin_Builder_OrmFormService()));
  7714.         $instance->setShowBuilder(($this->privates['sonata.admin.builder.orm_show'] ?? $this->getSonata_Admin_Builder_OrmShowService()));
  7715.         $instance->setListBuilder(($this->privates['sonata.admin.builder.orm_list'] ?? $this->getSonata_Admin_Builder_OrmListService()));
  7716.         $instance->setDatagridBuilder(($this->privates['sonata.admin.builder.orm_datagrid'] ?? $this->getSonata_Admin_Builder_OrmDatagridService()));
  7717.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()), false);
  7718.         $instance->setConfigurationPool(($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService()));
  7719.         $instance->setRouteGenerator(($this->services['sonata.admin.route.default_generator'] ?? $this->getSonata_Admin_Route_DefaultGeneratorService()));
  7720.         $instance->setValidator(($this->services['validator'] ?? $this->getValidatorService()));
  7721.         $instance->setSecurityHandler(($this->privates['sonata.admin.security.handler.role'] ?? $this->getSonata_Admin_Security_Handler_RoleService()));
  7722.         $instance->setMenuFactory(($this->services['knp_menu.factory'] ?? $this->getKnpMenu_FactoryService()));
  7723.         $instance->setRouteBuilder(($this->services['sonata.admin.route.path_info'] ?? $this->getSonata_Admin_Route_PathInfoService()));
  7724.         $instance->setPagerType('default');
  7725.         $instance->setLabel('users');
  7726.         $instance->showMosaicButton(true);
  7727.         $instance->setTemplateRegistry(($this->services['sonata.user.admin.user.template_registry'] ?? $this->getSonata_User_Admin_User_TemplateRegistryService()));
  7728.         $instance->setSecurityInformation($this->parameters['sonata.admin.configuration.security.information']);
  7729.         $instance->initialize();
  7730.         $instance->addExtension(($this->services['sonata.admin.event.extension'] ?? $this->getSonata_Admin_Event_ExtensionService()));
  7731.         $instance->setFormTheme([=> '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig']);
  7732.         $instance->setFilterTheme([=> '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig']);
  7733.         return $instance;
  7734.     }
  7735.     /**
  7736.      * Gets the public 'sonata.user.admin.user.template_registry' shared service.
  7737.      *
  7738.      * @return \Sonata\AdminBundle\Templating\TemplateRegistry
  7739.      */
  7740.     protected function getSonata_User_Admin_User_TemplateRegistryService()
  7741.     {
  7742.         return $this->services['sonata.user.admin.user.template_registry'] = new \Sonata\AdminBundle\Templating\TemplateRegistry($this->parameters['sonata.admin.configuration.templates']);
  7743.     }
  7744.     /**
  7745.      * Gets the public 'sonata.user.form.roles_matrix_type' shared service.
  7746.      *
  7747.      * @return \Sonata\UserBundle\Form\Type\RolesMatrixType
  7748.      */
  7749.     protected function getSonata_User_Form_RolesMatrixTypeService()
  7750.     {
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7753.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/RolesMatrixType.php';
  7754.         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()));
  7755.     }
  7756.     /**
  7757.      * Gets the public 'sonata.user.form.type.security_roles' shared service.
  7758.      *
  7759.      * @return \Sonata\UserBundle\Form\Type\SecurityRolesType
  7760.      */
  7761.     protected function getSonata_User_Form_Type_SecurityRolesService()
  7762.     {
  7763.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  7764.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  7765.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Form/Type/SecurityRolesType.php';
  7766.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php';
  7767.         $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']);
  7768.         $a->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  7769.         return $this->services['sonata.user.form.type.security_roles'] = new \Sonata\UserBundle\Form\Type\SecurityRolesType($a);
  7770.     }
  7771.     /**
  7772.      * Gets the public 'sonata.user.manager.user' shared service.
  7773.      *
  7774.      * @return \Sonata\UserBundle\Entity\UserManagerProxy
  7775.      */
  7776.     protected function getSonata_User_Manager_UserService()
  7777.     {
  7778.         include_once \dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Entity/UserManagerProxy.php';
  7779.         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()));
  7780.     }
  7781.     /**
  7782.      * Gets the public 'swiftmailer.mailer.default' shared service.
  7783.      *
  7784.      * @return \Swift_Mailer
  7785.      */
  7786.     protected function getSwiftmailer_Mailer_DefaultService()
  7787.     {
  7788.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  7789.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  7790.     }
  7791.     /**
  7792.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  7793.      *
  7794.      * @return \Swift_Plugins_MessageLogger
  7795.      */
  7796.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  7797.     {
  7798.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  7799.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  7800.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  7801.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  7802.     }
  7803.     /**
  7804.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  7805.      *
  7806.      * @return \Swift_Transport
  7807.      */
  7808.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  7809.     {
  7810.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  7811.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  7812.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  7813.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  7814.         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 -bs'], ($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())));
  7815.     }
  7816.     /**
  7817.      * Gets the public 'swiftmailer.transport' shared service.
  7818.      *
  7819.      * @return \Swift_Transport_SpoolTransport
  7820.      */
  7821.     protected function getSwiftmailer_TransportService()
  7822.     {
  7823.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  7824.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  7825.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  7826.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/ConfigurableSpool.php';
  7827.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/FileSpool.php';
  7828.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  7829.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  7830.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  7831.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  7832.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  7833.         $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((\dirname(__DIR__4).'/src/spool/default')));
  7834.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  7835.         return $instance;
  7836.     }
  7837.     /**
  7838.      * Gets the public 'templating' shared service.
  7839.      *
  7840.      * @return \Symfony\Bundle\TwigBundle\TwigEngine
  7841.      *
  7842.      * @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  7843.      */
  7844.     protected function getTemplatingService()
  7845.     {
  7846.         @trigger_error('The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  7847.         return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), ($this->privates['templating.name_parser'] ?? $this->getTemplating_NameParserService()), ($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  7848.     }
  7849.     /**
  7850.      * Gets the public 'templating.loader' shared service.
  7851.      *
  7852.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader
  7853.      *
  7854.      * @deprecated The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  7855.      */
  7856.     protected function getTemplating_LoaderService()
  7857.     {
  7858.         @trigger_error('The "templating.loader" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  7859.         return $this->services['templating.loader'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader(($this->privates['templating.locator'] ?? $this->getTemplating_LocatorService()));
  7860.     }
  7861.     /**
  7862.      * Gets the public 'translator' shared service.
  7863.      *
  7864.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  7865.      */
  7866.     protected function getTranslatorService()
  7867.     {
  7868.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  7869.     }
  7870.     /**
  7871.      * Gets the public 'twig' shared service.
  7872.      *
  7873.      * @return \Twig\Environment
  7874.      */
  7875.     protected function getTwigService()
  7876.     {
  7877.         $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']);
  7878.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  7879.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  7880.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7881.         $d = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), []);
  7882.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  7883.         $f = ($this->services['router'] ?? $this->getRouterService());
  7884.         $g = ($this->services['doctrine'] ?? $this->getDoctrineService());
  7885.         $h = new \Knp\Menu\Util\MenuManipulator();
  7886.         $i = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  7887.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  7888.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  7889.         $k = new \Knp\Bundle\MarkdownBundle\Parser\ParserManager();
  7890.         $k->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Min(), 'min');
  7891.         $k->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Light(), 'light');
  7892.         $k->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Medium(), 'medium');
  7893.         $k->addParser(($this->services['markdown.parser'] ?? ($this->services['markdown.parser'] = new \Knp\Bundle\MarkdownBundle\Parser\Preset\Max())), 'default');
  7894.         $k->addParser(new \Knp\Bundle\MarkdownBundle\Parser\Preset\Flavored(), 'flavored');
  7895.         $l = new \Symfony\Bridge\Twig\AppVariable();
  7896.         $l->setEnvironment('dev');
  7897.         $l->setDebug(true);
  7898.         if ($this->has('security.token_storage')) {
  7899.             $l->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  7900.         }
  7901.         if ($this->has('request_stack')) {
  7902.             $l->setRequestStack($c);
  7903.         }
  7904.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  7905.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $a));
  7906.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($b));
  7907.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($d));
  7908.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  7909.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  7910.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  7911.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($atrue));
  7912.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  7913.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  7914.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  7915.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension());
  7916.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  7917.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  7918.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  7919.         $instance->addExtension(new \App\Twig\EventFinder($g));
  7920.         $instance->addExtension(new \App\Twig\ProductFinder($g));
  7921.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  7922.         $instance->addExtension(new \FOS\CKEditorBundle\Twig\CKEditorExtension(new \FOS\CKEditorBundle\Renderer\CKEditorRenderer(new \FOS\CKEditorBundle\Builder\JsonBuilder(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $f$d$c, (($this->has("twig")) ? ($this->get("twig")) : ($this->get("templating"))), (($this->hasParameter("locale")) ? ($this->getParameter("locale")) : (null)))));
  7923.         $instance->addExtension(($this->services['sonata.core.flashmessage.twig.extension'] ?? ($this->services['sonata.core.flashmessage.twig.extension'] = new \Sonata\Twig\Extension\FlashMessageExtension())));
  7924.         $instance->addExtension(new \Sonata\Twig\Extension\FormTypeExtension('standard'));
  7925.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\DeprecatedTextExtension());
  7926.         $instance->addExtension(new \Sonata\CoreBundle\Twig\Extension\StatusExtension());
  7927.         $instance->addExtension(new \Sonata\Twig\Extension\DeprecatedTemplateExtension());
  7928.         $instance->addExtension(new \Sonata\Twig\Extension\TemplateExtension(true$b, ($this->services['sonata.core.model.adapter.chain'] ?? $this->getSonata_Core_Model_Adapter_ChainService())));
  7929.         $instance->addExtension(new \Sonata\BlockBundle\Twig\Extension\BlockExtension(($this->privates['sonata.block.templating.helper'] ?? $this->getSonata_Block_Templating_HelperService())));
  7930.         $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, [
  7931.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'false],
  7932.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'false],
  7933.         ], [
  7934.             'list' => '?',
  7935.             'twig' => '?',
  7936.         ]), 'twig'), ($this->privates['knp_menu.menu_provider.chain'] ?? $this->getKnpMenu_MenuProvider_ChainService()), $h$i), $i$h));
  7937.         $instance->addExtension(($this->services['sonata.admin.twig.extension'] ?? $this->getSonata_Admin_Twig_ExtensionService()));
  7938.         $instance->addExtension(new \Sonata\AdminBundle\Twig\Extension\TemplateRegistryExtension(($this->services['sonata.admin.global_template_registry'] ?? $this->getSonata_Admin_GlobalTemplateRegistryService()), $this));
  7939.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  7940.         $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\LocaleExtension(($this->services['sonata.intl.templating.helper.locale'] ?? $this->getSonata_Intl_Templating_Helper_LocaleService())));
  7941.         $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\NumberExtension(($this->services['sonata.intl.templating.helper.number'] ?? $this->getSonata_Intl_Templating_Helper_NumberService())));
  7942.         $instance->addExtension(new \Sonata\IntlBundle\Twig\Extension\DateTimeExtension(($this->services['sonata.intl.templating.helper.datetime'] ?? $this->getSonata_Intl_Templating_Helper_DatetimeService())));
  7943.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  7944.         $instance->addExtension(($this->privates['sonata.media.twig.extension'] ?? $this->getSonata_Media_Twig_ExtensionService()));
  7945.         $instance->addExtension(new \Sonata\UserBundle\Twig\RolesMatrixExtension(($this->privates['sonata.user.matrix_roles_builder'] ?? $this->getSonata_User_MatrixRolesBuilderService())));
  7946.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  7947.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  7948.         $instance->addExtension(new \Knp\Bundle\MarkdownBundle\Twig\Extension\MarkdownTwigExtension($k));
  7949.         $instance->addExtension(new \Sonata\FormatterBundle\Twig\Extension\TextFormatterExtension(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService())));
  7950.         $instance->addExtension(new \Ob\HighchartsBundle\Twig\HighchartsExtension());
  7951.         $instance->addGlobal('app'$l);
  7952.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7953.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService'false],
  7954.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  7955.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => ['privates''sonata.core.flashmessage.twig.runtime''getSonata_Core_Flashmessage_Twig_RuntimeService'false],
  7956.             'Sonata\\Twig\\Extension\\StatusRuntime' => ['privates''sonata.core.twig.status_runtime''getSonata_Core_Twig_StatusRuntimeService'false],
  7957.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  7958.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  7959.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  7960.         ], [
  7961.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  7962.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  7963.             'Sonata\\Twig\\Extension\\FlashMessageRuntime' => '?',
  7964.             'Sonata\\Twig\\Extension\\StatusRuntime' => '?',
  7965.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  7966.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  7967.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  7968.         ])));
  7969.         $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']));
  7970.         $instance->addGlobal('sonata_admin', ($this->services['sonata.admin.twig.global'] ?? $this->getSonata_Admin_Twig_GlobalService()));
  7971.         $instance->addGlobal('sonata_media', new \Sonata\MediaBundle\Twig\GlobalVariables($this));
  7972.         $instance->addGlobal('sonata_user', new \Sonata\UserBundle\Twig\GlobalVariables($this));
  7973.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  7974.         return $instance;
  7975.     }
  7976.     /**
  7977.      * Gets the public 'twig.controller.exception' shared service.
  7978.      *
  7979.      * @return \Symfony\Bundle\TwigBundle\Controller\ExceptionController
  7980.      *
  7981.      * @deprecated The "twig.controller.exception" service is deprecated since Symfony 4.4.
  7982.      */
  7983.     protected function getTwig_Controller_ExceptionService()
  7984.     {
  7985.         @trigger_error('The "twig.controller.exception" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  7986.         return $this->services['twig.controller.exception'] = new \Symfony\Bundle\TwigBundle\Controller\ExceptionController(($this->services['twig'] ?? $this->getTwigService()), true);
  7987.     }
  7988.     /**
  7989.      * Gets the public 'twig.controller.preview_error' shared service.
  7990.      *
  7991.      * @return \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController
  7992.      *
  7993.      * @deprecated The "twig.controller.preview_error" service is deprecated since Symfony 4.4.
  7994.      */
  7995.     protected function getTwig_Controller_PreviewErrorService()
  7996.     {
  7997.         @trigger_error('The "twig.controller.preview_error" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  7998.         return $this->services['twig.controller.preview_error'] = new \Symfony\Bundle\TwigBundle\Controller\PreviewErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'twig.controller.exception::showAction');
  7999.     }
  8000.     /**
  8001.      * Gets the public 'validator' shared service.
  8002.      *
  8003.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  8004.      */
  8005.     protected function getValidatorService()
  8006.     {
  8007.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  8008.     }
  8009.     /**
  8010.      * Gets the public 'web_profiler.controller.exception' shared service.
  8011.      *
  8012.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionController
  8013.      *
  8014.      * @deprecated The "web_profiler.controller.exception" service is deprecated since Symfony 4.4, use the "web_profiler.controller.exception_panel" service instead.
  8015.      */
  8016.     protected function getWebProfiler_Controller_ExceptionService()
  8017.     {
  8018.         @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);
  8019.         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()));
  8020.     }
  8021.     /**
  8022.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  8023.      *
  8024.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  8025.      */
  8026.     protected function getWebProfiler_Controller_ExceptionPanelService()
  8027.     {
  8028.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  8029.         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()));
  8030.     }
  8031.     /**
  8032.      * Gets the public 'web_profiler.controller.profiler' shared service.
  8033.      *
  8034.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  8035.      */
  8036.     protected function getWebProfiler_Controller_ProfilerService()
  8037.     {
  8038.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  8039.         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));
  8040.     }
  8041.     /**
  8042.      * Gets the public 'web_profiler.controller.router' shared service.
  8043.      *
  8044.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  8045.      */
  8046.     protected function getWebProfiler_Controller_RouterService()
  8047.     {
  8048.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  8049.         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()));
  8050.     }
  8051.     /**
  8052.      * Gets the private '.debug.http_client' shared service.
  8053.      *
  8054.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  8055.      */
  8056.     protected function get_Debug_HttpClientService()
  8057.     {
  8058.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  8059.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  8060.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8061.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  8062.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8063.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  8064.         $a->setLogger($b);
  8065.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  8066.     }
  8067.     /**
  8068.      * Gets the private '.errored..service_locator.0fijU5G.App\Entity\EventDates' shared service.
  8069.      *
  8070.      * @return \App\Entity\EventDates
  8071.      */
  8072.     protected function getEventDatesService()
  8073.     {
  8074.         $this->throw('Cannot autowire service ".service_locator.0fijU5G": it references class "App\\Entity\\EventDates" but no such service exists.');
  8075.     }
  8076.     /**
  8077.      * Gets the private '.errored..service_locator.0fijU5G.App\Entity\Events' shared service.
  8078.      *
  8079.      * @return \App\Entity\Events
  8080.      */
  8081.     protected function getEventsService()
  8082.     {
  8083.         $this->throw('Cannot autowire service ".service_locator.0fijU5G": it references class "App\\Entity\\Events" but no such service exists.');
  8084.     }
  8085.     /**
  8086.      * Gets the private '.errored..service_locator.1mxVo8q.App\Entity\EventTickets' shared service.
  8087.      *
  8088.      * @return \App\Entity\EventTickets
  8089.      */
  8090.     protected function getEventTicketsService()
  8091.     {
  8092.         $this->throw('Cannot autowire service ".service_locator.1mxVo8q": it references class "App\\Entity\\EventTickets" but no such service exists.');
  8093.     }
  8094.     /**
  8095.      * Gets the private '.errored..service_locator.1mxVo8q.App\Entity\Orders' shared service.
  8096.      *
  8097.      * @return \App\Entity\Orders
  8098.      */
  8099.     protected function getOrdersService()
  8100.     {
  8101.         $this->throw('Cannot autowire service ".service_locator.1mxVo8q": it references class "App\\Entity\\Orders" but no such service exists.');
  8102.     }
  8103.     /**
  8104.      * Gets the private '.errored..service_locator.AKI0Zwa.App\Entity\EventDatesPlacesSeats' shared service.
  8105.      *
  8106.      * @return \App\Entity\EventDatesPlacesSeats
  8107.      */
  8108.     protected function getEventDatesPlacesSeatsService()
  8109.     {
  8110.         $this->throw('Cannot autowire service ".service_locator.AKI0Zwa": it references class "App\\Entity\\EventDatesPlacesSeats" but no such service exists.');
  8111.     }
  8112.     /**
  8113.      * Gets the private '.errored..service_locator.Xwf3eTt.App\Entity\Pages' shared service.
  8114.      *
  8115.      * @return \App\Entity\Pages
  8116.      */
  8117.     protected function getPagesService()
  8118.     {
  8119.         $this->throw('Cannot autowire service ".service_locator.Xwf3eTt": it references class "App\\Entity\\Pages" but no such service exists.');
  8120.     }
  8121.     /**
  8122.      * Gets the private '.errored..service_locator.dFAAK3n.App\Entity\EventDates' shared service.
  8123.      *
  8124.      * @return \App\Entity\EventDates
  8125.      */
  8126.     protected function getEventDates2Service()
  8127.     {
  8128.         $this->throw('Cannot autowire service ".service_locator.dFAAK3n": it references class "App\\Entity\\EventDates" but no such service exists.');
  8129.     }
  8130.     /**
  8131.      * Gets the private '.errored..service_locator.dFAAK3n.App\Entity\Events' shared service.
  8132.      *
  8133.      * @return \App\Entity\Events
  8134.      */
  8135.     protected function getEvents2Service()
  8136.     {
  8137.         $this->throw('Cannot autowire service ".service_locator.dFAAK3n": it references class "App\\Entity\\Events" but no such service exists.');
  8138.     }
  8139.     /**
  8140.      * Gets the private '.errored..service_locator.e5zsAu4.Sonata\AdminBundle\Datagrid\ProxyQueryInterface' shared service.
  8141.      *
  8142.      * @return \Sonata\AdminBundle\Datagrid\ProxyQueryInterface
  8143.      */
  8144.     protected function getProxyQueryInterfaceService()
  8145.     {
  8146.         $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?');
  8147.     }
  8148.     /**
  8149.      * Gets the private '.errored..service_locator.fTxcR1G.App\Entity\Orders' shared service.
  8150.      *
  8151.      * @return \App\Entity\Orders
  8152.      */
  8153.     protected function getOrders2Service()
  8154.     {
  8155.         $this->throw('Cannot autowire service ".service_locator.fTxcR1G": it references class "App\\Entity\\Orders" but no such service exists.');
  8156.     }
  8157.     /**
  8158.      * Gets the private '.errored..service_locator.sjPtKVE.App\Entity\Orders' shared service.
  8159.      *
  8160.      * @return \App\Entity\Orders
  8161.      */
  8162.     protected function getOrders3Service()
  8163.     {
  8164.         $this->throw('Cannot autowire service ".service_locator.sjPtKVE": it references class "App\\Entity\\Orders" but no such service exists.');
  8165.     }
  8166.     /**
  8167.      * Gets the private '.errored..service_locator.yird9C_.Sonata\AdminBundle\Datagrid\ProxyQueryInterface' shared service.
  8168.      *
  8169.      * @return \Sonata\AdminBundle\Datagrid\ProxyQueryInterface
  8170.      */
  8171.     protected function getProxyQueryInterface2Service()
  8172.     {
  8173.         $this->throw('Cannot autowire service ".service_locator.yird9C_": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?');
  8174.     }
  8175.     /**
  8176.      * Gets the private '.errored..service_locator.z8SIY74.App\Entity\Events' shared service.
  8177.      *
  8178.      * @return \App\Entity\Events
  8179.      */
  8180.     protected function getEvents3Service()
  8181.     {
  8182.         $this->throw('Cannot autowire service ".service_locator.z8SIY74": it references class "App\\Entity\\Events" but no such service exists.');
  8183.     }
  8184.     /**
  8185.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  8186.      *
  8187.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  8188.      */
  8189.     protected function get_LegacyResolveControllerNameSubscriberService()
  8190.     {
  8191.         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);
  8192.     }
  8193.     /**
  8194.      * Gets the private '.service_locator.0fijU5G' shared service.
  8195.      *
  8196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8197.      */
  8198.     protected function get_ServiceLocator_0fijU5GService()
  8199.     {
  8200.         return $this->privates['.service_locator.0fijU5G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8201.             'date' => ['privates''.errored..service_locator.0fijU5G.App\\Entity\\EventDates'NULL'Cannot autowire service ".service_locator.0fijU5G": it references class "App\\Entity\\EventDates" but no such service exists.'],
  8202.             'event' => ['privates''.errored..service_locator.0fijU5G.App\\Entity\\Events'NULL'Cannot autowire service ".service_locator.0fijU5G": it references class "App\\Entity\\Events" but no such service exists.'],
  8203.         ], [
  8204.             'date' => 'App\\Entity\\EventDates',
  8205.             'event' => 'App\\Entity\\Events',
  8206.         ]);
  8207.     }
  8208.     /**
  8209.      * Gets the private '.service_locator.1mxVo8q' shared service.
  8210.      *
  8211.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8212.      */
  8213.     protected function get_ServiceLocator_1mxVo8qService()
  8214.     {
  8215.         return $this->privates['.service_locator.1mxVo8q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8216.             'order' => ['privates''.errored..service_locator.1mxVo8q.App\\Entity\\Orders'NULL'Cannot autowire service ".service_locator.1mxVo8q": it references class "App\\Entity\\Orders" but no such service exists.'],
  8217.             'ticket' => ['privates''.errored..service_locator.1mxVo8q.App\\Entity\\EventTickets'NULL'Cannot autowire service ".service_locator.1mxVo8q": it references class "App\\Entity\\EventTickets" but no such service exists.'],
  8218.         ], [
  8219.             'order' => 'App\\Entity\\Orders',
  8220.             'ticket' => 'App\\Entity\\EventTickets',
  8221.         ]);
  8222.     }
  8223.     /**
  8224.      * Gets the private '.service_locator.AKI0Zwa' shared service.
  8225.      *
  8226.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8227.      */
  8228.     protected function get_ServiceLocator_AKI0ZwaService()
  8229.     {
  8230.         return $this->privates['.service_locator.AKI0Zwa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8231.             'seat' => ['privates''.errored..service_locator.AKI0Zwa.App\\Entity\\EventDatesPlacesSeats'NULL'Cannot autowire service ".service_locator.AKI0Zwa": it references class "App\\Entity\\EventDatesPlacesSeats" but no such service exists.'],
  8232.         ], [
  8233.             'seat' => 'App\\Entity\\EventDatesPlacesSeats',
  8234.         ]);
  8235.     }
  8236.     /**
  8237.      * Gets the private '.service_locator.HgRfAA.' shared service.
  8238.      *
  8239.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8240.      */
  8241.     protected function get_ServiceLocator_HgRfAA_Service()
  8242.     {
  8243.         return $this->privates['.service_locator.HgRfAA.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8244.             'App\\Controller\\APIController::checkinAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8245.             'App\\Controller\\APIController::eventDatesAction' => ['privates''.service_locator.z8SIY74''get_ServiceLocator_Z8SIY74Service'false],
  8246.             'App\\Controller\\APIController::eventDatesOrdersAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8247.             'App\\Controller\\APIController::eventDatesStatsAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8248.             'App\\Controller\\APIController::ordersTicketsAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8249.             'App\\Controller\\AdminCRUDController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8250.             'App\\Controller\\AdminCRUDController::batchActionPaid' => ['privates''.service_locator.yird9C_''get_ServiceLocator_Yird9CService'false],
  8251.             'App\\Controller\\AdminController::adminOrderCancel' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8252.             'App\\Controller\\AdminController::adminOrderPaid' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8253.             'App\\Controller\\AdminController::adminOrderRefund' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8254.             'App\\Controller\\AdminController::adminOrderTicketLink' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8255.             'App\\Controller\\AdminController::moveTicketsAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8256.             'App\\Controller\\AdminController::moveTicketsSaveAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8257.             'App\\Controller\\AdminController::sendMessage' => ['privates''.service_locator.fTxcR1G''get_ServiceLocator_FTxcR1GService'false],
  8258.             'App\\Controller\\EventDatesCRUDController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8259.             'App\\Controller\\EventTicketsCRUDController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8260.             'App\\Controller\\EventsCRUDController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8261.             'App\\Controller\\EventsController::event_previews' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8262.             'App\\Controller\\EventsController::events_block' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8263.             'App\\Controller\\EventsController::events_confirmed' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8264.             'App\\Controller\\EventsController::events_extra_date' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8265.             'App\\Controller\\EventsController::events_info' => ['privates''.service_locator.Lvh14FX''get_ServiceLocator_Lvh14FXService'false],
  8266.             'App\\Controller\\EventsController::events_json' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8267.             'App\\Controller\\EventsController::events_json_id' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8268.             'App\\Controller\\EventsController::events_json_single' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8269.             'App\\Controller\\EventsController::events_tickets' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8270.             'App\\Controller\\EventsController::events_tickets_date' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8271.             'App\\Controller\\FeedController::feed_method_type' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8272.             'App\\Controller\\MailTemplatesCRUDController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8273.             'App\\Controller\\MailsCRUDController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8274.             'App\\Controller\\NewsController::newsUnsubscribeAction' => ['privates''.service_locator.l5toMeg''get_ServiceLocator_L5toMegService'false],
  8275.             'App\\Controller\\NewsletterCRUDController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8276.             'App\\Controller\\NewsletterSubscribersCRUDController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8277.             'App\\Controller\\OrderController::addError' => ['privates''.service_locator.1mxVo8q''get_ServiceLocator_1mxVo8qService'false],
  8278.             'App\\Controller\\OrderController::checkSeat' => ['privates''.service_locator.AKI0Zwa''get_ServiceLocator_AKI0ZwaService'false],
  8279.             'App\\Controller\\OrderController::createOrder' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8280.             'App\\Controller\\OrderController::findNextAvailableSeatsForTicketAndAmount' => ['privates''.service_locator.1mxVo8q''get_ServiceLocator_1mxVo8qService'false],
  8281.             'App\\Controller\\OrderController::generateTickets' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8282.             'App\\Controller\\OrderController::orderCheckAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8283.             'App\\Controller\\OrderController::orderEmailAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8284.             'App\\Controller\\OrderController::orderEmailTransferAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8285.             'App\\Controller\\OrderController::orderPDFAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8286.             'App\\Controller\\OrderController::orderPDFSend' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8287.             'App\\Controller\\OrderController::orderPayAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8288.             'App\\Controller\\OrderController::orderTicketsAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8289.             'App\\Controller\\OrderController::paymentCheckAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8290.             'App\\Controller\\OrderController::seatChecker' => ['privates''.service_locator.AKI0Zwa''get_ServiceLocator_AKI0ZwaService'false],
  8291.             'App\\Controller\\PageController::completeAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8292.             'App\\Controller\\PageController::loadPageAction' => ['privates''.service_locator.Xwf3eTt''get_ServiceLocator_Xwf3eTtService'false],
  8293.             'App\\Controller\\PageController::loadPageSlugAction' => ['privates''.service_locator.Xwf3eTt''get_ServiceLocator_Xwf3eTtService'false],
  8294.             'App\\Controller\\PageController::page_info' => ['privates''.service_locator.Lvh14FX''get_ServiceLocator_Lvh14FXService'false],
  8295.             'App\\Controller\\ReportsCRUDController::batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8296.             'App\\Controller\\ScanController::loginAction' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  8297.             'App\\Controller\\ScanController::scanAction' => ['privates''.service_locator.z8SIY74''get_ServiceLocator_Z8SIY74Service'false],
  8298.             'App\\Controller\\ScanController::scanDateAction' => ['privates''.service_locator.dFAAK3n''get_ServiceLocator_DFAAK3nService'false],
  8299.             'App\\Controller\\StatsController::detailsEventDateAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8300.             'App\\Controller\\StatsController::exportAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8301.             'App\\Controller\\StatsController::exportDownloadAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8302.             'App\\Controller\\StatsController::infoEventDateAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8303.             'App\\Controller\\StatsController::listEventDateAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8304.             'App\\Controller\\StatsController::loginAction' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  8305.             'App\\Controller\\APIController:checkinAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8306.             'App\\Controller\\APIController:eventDatesAction' => ['privates''.service_locator.z8SIY74''get_ServiceLocator_Z8SIY74Service'false],
  8307.             'App\\Controller\\APIController:eventDatesOrdersAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8308.             'App\\Controller\\APIController:eventDatesStatsAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8309.             'App\\Controller\\APIController:ordersTicketsAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8310.             'App\\Controller\\AdminCRUDController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8311.             'App\\Controller\\AdminCRUDController:batchActionPaid' => ['privates''.service_locator.yird9C_''get_ServiceLocator_Yird9CService'false],
  8312.             'App\\Controller\\AdminController:adminOrderCancel' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8313.             'App\\Controller\\AdminController:adminOrderPaid' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8314.             'App\\Controller\\AdminController:adminOrderRefund' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8315.             'App\\Controller\\AdminController:adminOrderTicketLink' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8316.             'App\\Controller\\AdminController:moveTicketsAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8317.             'App\\Controller\\AdminController:moveTicketsSaveAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8318.             'App\\Controller\\AdminController:sendMessage' => ['privates''.service_locator.fTxcR1G''get_ServiceLocator_FTxcR1GService'false],
  8319.             'App\\Controller\\EventDatesCRUDController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8320.             'App\\Controller\\EventTicketsCRUDController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8321.             'App\\Controller\\EventsCRUDController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8322.             'App\\Controller\\EventsController:event_previews' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8323.             'App\\Controller\\EventsController:events_block' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8324.             'App\\Controller\\EventsController:events_confirmed' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8325.             'App\\Controller\\EventsController:events_extra_date' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8326.             'App\\Controller\\EventsController:events_info' => ['privates''.service_locator.Lvh14FX''get_ServiceLocator_Lvh14FXService'false],
  8327.             'App\\Controller\\EventsController:events_json' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8328.             'App\\Controller\\EventsController:events_json_id' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8329.             'App\\Controller\\EventsController:events_json_single' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8330.             'App\\Controller\\EventsController:events_tickets' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8331.             'App\\Controller\\EventsController:events_tickets_date' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8332.             'App\\Controller\\FeedController:feed_method_type' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8333.             'App\\Controller\\MailTemplatesCRUDController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8334.             'App\\Controller\\MailsCRUDController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8335.             'App\\Controller\\NewsController:newsUnsubscribeAction' => ['privates''.service_locator.l5toMeg''get_ServiceLocator_L5toMegService'false],
  8336.             'App\\Controller\\NewsletterCRUDController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8337.             'App\\Controller\\NewsletterSubscribersCRUDController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8338.             'App\\Controller\\OrderController:addError' => ['privates''.service_locator.1mxVo8q''get_ServiceLocator_1mxVo8qService'false],
  8339.             'App\\Controller\\OrderController:checkSeat' => ['privates''.service_locator.AKI0Zwa''get_ServiceLocator_AKI0ZwaService'false],
  8340.             'App\\Controller\\OrderController:createOrder' => ['privates''.service_locator.o3htLhs''get_ServiceLocator_O3htLhsService'false],
  8341.             'App\\Controller\\OrderController:findNextAvailableSeatsForTicketAndAmount' => ['privates''.service_locator.1mxVo8q''get_ServiceLocator_1mxVo8qService'false],
  8342.             'App\\Controller\\OrderController:generateTickets' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8343.             'App\\Controller\\OrderController:orderCheckAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8344.             'App\\Controller\\OrderController:orderEmailAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8345.             'App\\Controller\\OrderController:orderEmailTransferAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8346.             'App\\Controller\\OrderController:orderPDFAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8347.             'App\\Controller\\OrderController:orderPDFSend' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8348.             'App\\Controller\\OrderController:orderPayAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8349.             'App\\Controller\\OrderController:orderTicketsAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8350.             'App\\Controller\\OrderController:paymentCheckAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8351.             'App\\Controller\\OrderController:seatChecker' => ['privates''.service_locator.AKI0Zwa''get_ServiceLocator_AKI0ZwaService'false],
  8352.             'App\\Controller\\PageController:completeAction' => ['privates''.service_locator.sjPtKVE''get_ServiceLocator_SjPtKVEService'false],
  8353.             'App\\Controller\\PageController:loadPageAction' => ['privates''.service_locator.Xwf3eTt''get_ServiceLocator_Xwf3eTtService'false],
  8354.             'App\\Controller\\PageController:loadPageSlugAction' => ['privates''.service_locator.Xwf3eTt''get_ServiceLocator_Xwf3eTtService'false],
  8355.             'App\\Controller\\PageController:page_info' => ['privates''.service_locator.Lvh14FX''get_ServiceLocator_Lvh14FXService'false],
  8356.             'App\\Controller\\ReportsCRUDController:batchActionDelete' => ['privates''.service_locator.e5zsAu4''get_ServiceLocator_E5zsAu4Service'false],
  8357.             'App\\Controller\\ScanController:loginAction' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  8358.             'App\\Controller\\ScanController:scanAction' => ['privates''.service_locator.z8SIY74''get_ServiceLocator_Z8SIY74Service'false],
  8359.             'App\\Controller\\ScanController:scanDateAction' => ['privates''.service_locator.dFAAK3n''get_ServiceLocator_DFAAK3nService'false],
  8360.             'App\\Controller\\StatsController:detailsEventDateAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8361.             'App\\Controller\\StatsController:exportAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8362.             'App\\Controller\\StatsController:exportDownloadAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8363.             'App\\Controller\\StatsController:infoEventDateAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8364.             'App\\Controller\\StatsController:listEventDateAction' => ['privates''.service_locator.0fijU5G''get_ServiceLocator_0fijU5GService'false],
  8365.             'App\\Controller\\StatsController:loginAction' => ['privates''.service_locator.g.xob4v''get_ServiceLocator_G_Xob4vService'false],
  8366.         ], [
  8367.             'App\\Controller\\APIController::checkinAction' => '?',
  8368.             'App\\Controller\\APIController::eventDatesAction' => '?',
  8369.             'App\\Controller\\APIController::eventDatesOrdersAction' => '?',
  8370.             'App\\Controller\\APIController::eventDatesStatsAction' => '?',
  8371.             'App\\Controller\\APIController::ordersTicketsAction' => '?',
  8372.             'App\\Controller\\AdminCRUDController::batchActionDelete' => '?',
  8373.             'App\\Controller\\AdminCRUDController::batchActionPaid' => '?',
  8374.             'App\\Controller\\AdminController::adminOrderCancel' => '?',
  8375.             'App\\Controller\\AdminController::adminOrderPaid' => '?',
  8376.             'App\\Controller\\AdminController::adminOrderRefund' => '?',
  8377.             'App\\Controller\\AdminController::adminOrderTicketLink' => '?',
  8378.             'App\\Controller\\AdminController::moveTicketsAction' => '?',
  8379.             'App\\Controller\\AdminController::moveTicketsSaveAction' => '?',
  8380.             'App\\Controller\\AdminController::sendMessage' => '?',
  8381.             'App\\Controller\\EventDatesCRUDController::batchActionDelete' => '?',
  8382.             'App\\Controller\\EventTicketsCRUDController::batchActionDelete' => '?',
  8383.             'App\\Controller\\EventsCRUDController::batchActionDelete' => '?',
  8384.             'App\\Controller\\EventsController::event_previews' => '?',
  8385.             'App\\Controller\\EventsController::events_block' => '?',
  8386.             'App\\Controller\\EventsController::events_confirmed' => '?',
  8387.             'App\\Controller\\EventsController::events_extra_date' => '?',
  8388.             'App\\Controller\\EventsController::events_info' => '?',
  8389.             'App\\Controller\\EventsController::events_json' => '?',
  8390.             'App\\Controller\\EventsController::events_json_id' => '?',
  8391.             'App\\Controller\\EventsController::events_json_single' => '?',
  8392.             'App\\Controller\\EventsController::events_tickets' => '?',
  8393.             'App\\Controller\\EventsController::events_tickets_date' => '?',
  8394.             'App\\Controller\\FeedController::feed_method_type' => '?',
  8395.             'App\\Controller\\MailTemplatesCRUDController::batchActionDelete' => '?',
  8396.             'App\\Controller\\MailsCRUDController::batchActionDelete' => '?',
  8397.             'App\\Controller\\NewsController::newsUnsubscribeAction' => '?',
  8398.             'App\\Controller\\NewsletterCRUDController::batchActionDelete' => '?',
  8399.             'App\\Controller\\NewsletterSubscribersCRUDController::batchActionDelete' => '?',
  8400.             'App\\Controller\\OrderController::addError' => '?',
  8401.             'App\\Controller\\OrderController::checkSeat' => '?',
  8402.             'App\\Controller\\OrderController::createOrder' => '?',
  8403.             'App\\Controller\\OrderController::findNextAvailableSeatsForTicketAndAmount' => '?',
  8404.             'App\\Controller\\OrderController::generateTickets' => '?',
  8405.             'App\\Controller\\OrderController::orderCheckAction' => '?',
  8406.             'App\\Controller\\OrderController::orderEmailAction' => '?',
  8407.             'App\\Controller\\OrderController::orderEmailTransferAction' => '?',
  8408.             'App\\Controller\\OrderController::orderPDFAction' => '?',
  8409.             'App\\Controller\\OrderController::orderPDFSend' => '?',
  8410.             'App\\Controller\\OrderController::orderPayAction' => '?',
  8411.             'App\\Controller\\OrderController::orderTicketsAction' => '?',
  8412.             'App\\Controller\\OrderController::paymentCheckAction' => '?',
  8413.             'App\\Controller\\OrderController::seatChecker' => '?',
  8414.             'App\\Controller\\PageController::completeAction' => '?',
  8415.             'App\\Controller\\PageController::loadPageAction' => '?',
  8416.             'App\\Controller\\PageController::loadPageSlugAction' => '?',
  8417.             'App\\Controller\\PageController::page_info' => '?',
  8418.             'App\\Controller\\ReportsCRUDController::batchActionDelete' => '?',
  8419.             'App\\Controller\\ScanController::loginAction' => '?',
  8420.             'App\\Controller\\ScanController::scanAction' => '?',
  8421.             'App\\Controller\\ScanController::scanDateAction' => '?',
  8422.             'App\\Controller\\StatsController::detailsEventDateAction' => '?',
  8423.             'App\\Controller\\StatsController::exportAction' => '?',
  8424.             'App\\Controller\\StatsController::exportDownloadAction' => '?',
  8425.             'App\\Controller\\StatsController::infoEventDateAction' => '?',
  8426.             'App\\Controller\\StatsController::listEventDateAction' => '?',
  8427.             'App\\Controller\\StatsController::loginAction' => '?',
  8428.             'App\\Controller\\APIController:checkinAction' => '?',
  8429.             'App\\Controller\\APIController:eventDatesAction' => '?',
  8430.             'App\\Controller\\APIController:eventDatesOrdersAction' => '?',
  8431.             'App\\Controller\\APIController:eventDatesStatsAction' => '?',
  8432.             'App\\Controller\\APIController:ordersTicketsAction' => '?',
  8433.             'App\\Controller\\AdminCRUDController:batchActionDelete' => '?',
  8434.             'App\\Controller\\AdminCRUDController:batchActionPaid' => '?',
  8435.             'App\\Controller\\AdminController:adminOrderCancel' => '?',
  8436.             'App\\Controller\\AdminController:adminOrderPaid' => '?',
  8437.             'App\\Controller\\AdminController:adminOrderRefund' => '?',
  8438.             'App\\Controller\\AdminController:adminOrderTicketLink' => '?',
  8439.             'App\\Controller\\AdminController:moveTicketsAction' => '?',
  8440.             'App\\Controller\\AdminController:moveTicketsSaveAction' => '?',
  8441.             'App\\Controller\\AdminController:sendMessage' => '?',
  8442.             'App\\Controller\\EventDatesCRUDController:batchActionDelete' => '?',
  8443.             'App\\Controller\\EventTicketsCRUDController:batchActionDelete' => '?',
  8444.             'App\\Controller\\EventsCRUDController:batchActionDelete' => '?',
  8445.             'App\\Controller\\EventsController:event_previews' => '?',
  8446.             'App\\Controller\\EventsController:events_block' => '?',
  8447.             'App\\Controller\\EventsController:events_confirmed' => '?',
  8448.             'App\\Controller\\EventsController:events_extra_date' => '?',
  8449.             'App\\Controller\\EventsController:events_info' => '?',
  8450.             'App\\Controller\\EventsController:events_json' => '?',
  8451.             'App\\Controller\\EventsController:events_json_id' => '?',
  8452.             'App\\Controller\\EventsController:events_json_single' => '?',
  8453.             'App\\Controller\\EventsController:events_tickets' => '?',
  8454.             'App\\Controller\\EventsController:events_tickets_date' => '?',
  8455.             'App\\Controller\\FeedController:feed_method_type' => '?',
  8456.             'App\\Controller\\MailTemplatesCRUDController:batchActionDelete' => '?',
  8457.             'App\\Controller\\MailsCRUDController:batchActionDelete' => '?',
  8458.             'App\\Controller\\NewsController:newsUnsubscribeAction' => '?',
  8459.             'App\\Controller\\NewsletterCRUDController:batchActionDelete' => '?',
  8460.             'App\\Controller\\NewsletterSubscribersCRUDController:batchActionDelete' => '?',
  8461.             'App\\Controller\\OrderController:addError' => '?',
  8462.             'App\\Controller\\OrderController:checkSeat' => '?',
  8463.             'App\\Controller\\OrderController:createOrder' => '?',
  8464.             'App\\Controller\\OrderController:findNextAvailableSeatsForTicketAndAmount' => '?',
  8465.             'App\\Controller\\OrderController:generateTickets' => '?',
  8466.             'App\\Controller\\OrderController:orderCheckAction' => '?',
  8467.             'App\\Controller\\OrderController:orderEmailAction' => '?',
  8468.             'App\\Controller\\OrderController:orderEmailTransferAction' => '?',
  8469.             'App\\Controller\\OrderController:orderPDFAction' => '?',
  8470.             'App\\Controller\\OrderController:orderPDFSend' => '?',
  8471.             'App\\Controller\\OrderController:orderPayAction' => '?',
  8472.             'App\\Controller\\OrderController:orderTicketsAction' => '?',
  8473.             'App\\Controller\\OrderController:paymentCheckAction' => '?',
  8474.             'App\\Controller\\OrderController:seatChecker' => '?',
  8475.             'App\\Controller\\PageController:completeAction' => '?',
  8476.             'App\\Controller\\PageController:loadPageAction' => '?',
  8477.             'App\\Controller\\PageController:loadPageSlugAction' => '?',
  8478.             'App\\Controller\\PageController:page_info' => '?',
  8479.             'App\\Controller\\ReportsCRUDController:batchActionDelete' => '?',
  8480.             'App\\Controller\\ScanController:loginAction' => '?',
  8481.             'App\\Controller\\ScanController:scanAction' => '?',
  8482.             'App\\Controller\\ScanController:scanDateAction' => '?',
  8483.             'App\\Controller\\StatsController:detailsEventDateAction' => '?',
  8484.             'App\\Controller\\StatsController:exportAction' => '?',
  8485.             'App\\Controller\\StatsController:exportDownloadAction' => '?',
  8486.             'App\\Controller\\StatsController:infoEventDateAction' => '?',
  8487.             'App\\Controller\\StatsController:listEventDateAction' => '?',
  8488.             'App\\Controller\\StatsController:loginAction' => '?',
  8489.         ]);
  8490.     }
  8491.     /**
  8492.      * Gets the private '.service_locator.Lvh14FX' shared service.
  8493.      *
  8494.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8495.      */
  8496.     protected function get_ServiceLocator_Lvh14FXService()
  8497.     {
  8498.         return $this->privates['.service_locator.Lvh14FX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8499.             'session' => ['services''session''getSessionService'false],
  8500.             'twig' => ['services''templating''getTemplatingService'false],
  8501.         ], [
  8502.             'session' => '?',
  8503.             'twig' => '?',
  8504.         ]);
  8505.     }
  8506.     /**
  8507.      * Gets the private '.service_locator.Xwf3eTt' shared service.
  8508.      *
  8509.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8510.      */
  8511.     protected function get_ServiceLocator_Xwf3eTtService()
  8512.     {
  8513.         return $this->privates['.service_locator.Xwf3eTt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8514.             'page' => ['privates''.errored..service_locator.Xwf3eTt.App\\Entity\\Pages'NULL'Cannot autowire service ".service_locator.Xwf3eTt": it references class "App\\Entity\\Pages" but no such service exists.'],
  8515.         ], [
  8516.             'page' => 'App\\Entity\\Pages',
  8517.         ]);
  8518.     }
  8519.     /**
  8520.      * Gets the private '.service_locator.dFAAK3n' shared service.
  8521.      *
  8522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8523.      */
  8524.     protected function get_ServiceLocator_DFAAK3nService()
  8525.     {
  8526.         return $this->privates['.service_locator.dFAAK3n'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8527.             'event' => ['privates''.errored..service_locator.dFAAK3n.App\\Entity\\Events'NULL'Cannot autowire service ".service_locator.dFAAK3n": it references class "App\\Entity\\Events" but no such service exists.'],
  8528.             'eventdate' => ['privates''.errored..service_locator.dFAAK3n.App\\Entity\\EventDates'NULL'Cannot autowire service ".service_locator.dFAAK3n": it references class "App\\Entity\\EventDates" but no such service exists.'],
  8529.         ], [
  8530.             'event' => 'App\\Entity\\Events',
  8531.             'eventdate' => 'App\\Entity\\EventDates',
  8532.         ]);
  8533.     }
  8534.     /**
  8535.      * Gets the private '.service_locator.e5zsAu4' shared service.
  8536.      *
  8537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8538.      */
  8539.     protected function get_ServiceLocator_E5zsAu4Service()
  8540.     {
  8541.         return $this->privates['.service_locator.e5zsAu4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8542.             '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?'],
  8543.         ], [
  8544.             'query' => 'Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface',
  8545.         ]);
  8546.     }
  8547.     /**
  8548.      * Gets the private '.service_locator.fTxcR1G' shared service.
  8549.      *
  8550.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8551.      */
  8552.     protected function get_ServiceLocator_FTxcR1GService()
  8553.     {
  8554.         return $this->privates['.service_locator.fTxcR1G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8555.             'order' => ['privates''.errored..service_locator.fTxcR1G.App\\Entity\\Orders'NULL'Cannot autowire service ".service_locator.fTxcR1G": it references class "App\\Entity\\Orders" but no such service exists.'],
  8556.         ], [
  8557.             'order' => 'App\\Entity\\Orders',
  8558.         ]);
  8559.     }
  8560.     /**
  8561.      * Gets the private '.service_locator.g.xob4v' shared service.
  8562.      *
  8563.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8564.      */
  8565.     protected function get_ServiceLocator_G_Xob4vService()
  8566.     {
  8567.         return $this->privates['.service_locator.g.xob4v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8568.             'authenticationUtils' => ['services''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  8569.         ], [
  8570.             'authenticationUtils' => '?',
  8571.         ]);
  8572.     }
  8573.     /**
  8574.      * Gets the private '.service_locator.l5toMeg' shared service.
  8575.      *
  8576.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8577.      */
  8578.     protected function get_ServiceLocator_L5toMegService()
  8579.     {
  8580.         return $this->privates['.service_locator.l5toMeg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8581.             'requestStack' => ['services''request_stack''getRequestStackService'false],
  8582.         ], [
  8583.             'requestStack' => '?',
  8584.         ]);
  8585.     }
  8586.     /**
  8587.      * Gets the private '.service_locator.o3htLhs' shared service.
  8588.      *
  8589.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8590.      */
  8591.     protected function get_ServiceLocator_O3htLhsService()
  8592.     {
  8593.         return $this->privates['.service_locator.o3htLhs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8594.             'session' => ['services''session''getSessionService'false],
  8595.         ], [
  8596.             'session' => '?',
  8597.         ]);
  8598.     }
  8599.     /**
  8600.      * Gets the private '.service_locator.o9nGMXB' shared service.
  8601.      *
  8602.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8603.      */
  8604.     protected function get_ServiceLocator_O9nGMXBService()
  8605.     {
  8606.         return $this->privates['.service_locator.o9nGMXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8607.             'twig' => ['services''twig''getTwigService'false],
  8608.         ], [
  8609.             'twig' => 'Twig\\Environment',
  8610.         ]);
  8611.     }
  8612.     /**
  8613.      * Gets the private '.service_locator.sjPtKVE' shared service.
  8614.      *
  8615.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8616.      */
  8617.     protected function get_ServiceLocator_SjPtKVEService()
  8618.     {
  8619.         return $this->privates['.service_locator.sjPtKVE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8620.             'order' => ['privates''.errored..service_locator.sjPtKVE.App\\Entity\\Orders'NULL'Cannot autowire service ".service_locator.sjPtKVE": it references class "App\\Entity\\Orders" but no such service exists.'],
  8621.         ], [
  8622.             'order' => 'App\\Entity\\Orders',
  8623.         ]);
  8624.     }
  8625.     /**
  8626.      * Gets the private '.service_locator.yird9C_' shared service.
  8627.      *
  8628.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8629.      */
  8630.     protected function get_ServiceLocator_Yird9CService()
  8631.     {
  8632.         return $this->privates['.service_locator.yird9C_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8633.             'selectedModelQuery' => ['privates''.errored..service_locator.yird9C_.Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface'NULL'Cannot autowire service ".service_locator.yird9C_": it references interface "Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface" but no such service exists. Did you create a class that implements this interface?'],
  8634.         ], [
  8635.             'selectedModelQuery' => 'Sonata\\AdminBundle\\Datagrid\\ProxyQueryInterface',
  8636.         ]);
  8637.     }
  8638.     /**
  8639.      * Gets the private '.service_locator.z8SIY74' shared service.
  8640.      *
  8641.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8642.      */
  8643.     protected function get_ServiceLocator_Z8SIY74Service()
  8644.     {
  8645.         return $this->privates['.service_locator.z8SIY74'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8646.             'event' => ['privates''.errored..service_locator.z8SIY74.App\\Entity\\Events'NULL'Cannot autowire service ".service_locator.z8SIY74": it references class "App\\Entity\\Events" but no such service exists.'],
  8647.         ], [
  8648.             'event' => 'App\\Entity\\Events',
  8649.         ]);
  8650.     }
  8651.     /**
  8652.      * Gets the private 'App\Command\NewsletterSegmentsUpdateCommand' shared autowired service.
  8653.      *
  8654.      * @return \App\Command\NewsletterSegmentsUpdateCommand
  8655.      */
  8656.     protected function getNewsletterSegmentsUpdateCommandService()
  8657.     {
  8658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8660.         include_once \dirname(__DIR__4).'/src/Command/NewsletterSegmentsUpdateCommand.php';
  8661.         $this->privates['App\\Command\\NewsletterSegmentsUpdateCommand'] = $instance = new \App\Command\NewsletterSegmentsUpdateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8662.         $instance->setName('newsletter:update-segments');
  8663.         return $instance;
  8664.     }
  8665.     /**
  8666.      * Gets the private 'App\Command\NewsletterSubscribersUpdateCommand' shared autowired service.
  8667.      *
  8668.      * @return \App\Command\NewsletterSubscribersUpdateCommand
  8669.      */
  8670.     protected function getNewsletterSubscribersUpdateCommandService()
  8671.     {
  8672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8674.         include_once \dirname(__DIR__4).'/src/Command/NewsletterSubscribersUpdateCommand.php';
  8675.         $this->privates['App\\Command\\NewsletterSubscribersUpdateCommand'] = $instance = new \App\Command\NewsletterSubscribersUpdateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8676.         $instance->setName('newsletter:update-subscribers');
  8677.         return $instance;
  8678.     }
  8679.     /**
  8680.      * Gets the private 'App\Command\SendEmailsCommand' shared autowired service.
  8681.      *
  8682.      * @return \App\Command\SendEmailsCommand
  8683.      */
  8684.     protected function getSendEmailsCommandService()
  8685.     {
  8686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8687.         include_once \dirname(__DIR__4).'/src/Command/SendEmailsCommand.php';
  8688.         $this->privates['App\\Command\\SendEmailsCommand'] = $instance = new \App\Command\SendEmailsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8689.         $instance->setName('email:send');
  8690.         return $instance;
  8691.     }
  8692.     /**
  8693.      * Gets the private 'App\Command\SynchronisationUpdateCommand' shared autowired service.
  8694.      *
  8695.      * @return \App\Command\SynchronisationUpdateCommand
  8696.      */
  8697.     protected function getSynchronisationUpdateCommandService()
  8698.     {
  8699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8701.         include_once \dirname(__DIR__4).'/src/Command/SynchronisationUpdateCommand.php';
  8702.         $this->privates['App\\Command\\SynchronisationUpdateCommand'] = $instance = new \App\Command\SynchronisationUpdateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8703.         $instance->setName('synchronisation:update');
  8704.         return $instance;
  8705.     }
  8706.     /**
  8707.      * Gets the private 'App\Command\TicketCountersUpdateCommand' shared autowired service.
  8708.      *
  8709.      * @return \App\Command\TicketCountersUpdateCommand
  8710.      */
  8711.     protected function getTicketCountersUpdateCommandService()
  8712.     {
  8713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8715.         include_once \dirname(__DIR__4).'/src/Command/TicketCountersUpdateCommand.php';
  8716.         $this->privates['App\\Command\\TicketCountersUpdateCommand'] = $instance = new \App\Command\TicketCountersUpdateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  8717.         $instance->setName('orders:counters:update');
  8718.         return $instance;
  8719.     }
  8720.     /**
  8721.      * Gets the private 'App\Form\Type\ArrayTextType' shared autowired service.
  8722.      *
  8723.      * @return \App\Form\Type\ArrayTextType
  8724.      */
  8725.     protected function getArrayTextTypeService()
  8726.     {
  8727.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8728.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8729.         include_once \dirname(__DIR__4).'/src/Form/Type/ArrayTextType.php';
  8730.         return $this->privates['App\\Form\\Type\\ArrayTextType'] = new \App\Form\Type\ArrayTextType();
  8731.     }
  8732.     /**
  8733.      * Gets the private 'App\Form\Type\EventExtraType' shared autowired service.
  8734.      *
  8735.      * @return \App\Form\Type\EventExtraType
  8736.      */
  8737.     protected function getEventExtraTypeService()
  8738.     {
  8739.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8740.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8741.         include_once \dirname(__DIR__4).'/src/Form/Type/EventExtraType.php';
  8742.         return $this->privates['App\\Form\\Type\\EventExtraType'] = new \App\Form\Type\EventExtraType();
  8743.     }
  8744.     /**
  8745.      * Gets the private 'App\Form\Type\EventTicketsLanguageType' shared autowired service.
  8746.      *
  8747.      * @return \App\Form\Type\EventTicketsLanguageType
  8748.      */
  8749.     protected function getEventTicketsLanguageTypeService()
  8750.     {
  8751.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  8752.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  8753.         include_once \dirname(__DIR__4).'/src/Form/Type/EventTicketsLanguageType.php';
  8754.         return $this->privates['App\\Form\\Type\\EventTicketsLanguageType'] = new \App\Form\Type\EventTicketsLanguageType();
  8755.     }
  8756.     /**
  8757.      * Gets the private 'App\Repository\ArtistsRepository' shared autowired service.
  8758.      *
  8759.      * @return \App\Repository\ArtistsRepository
  8760.      */
  8761.     protected function getArtistsRepositoryService()
  8762.     {
  8763.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8764.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8765.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8766.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8767.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8768.         include_once \dirname(__DIR__4).'/src/Repository/ArtistsRepository.php';
  8769.         return $this->privates['App\\Repository\\ArtistsRepository'] = new \App\Repository\ArtistsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8770.     }
  8771.     /**
  8772.      * Gets the private 'App\Repository\CouponsRepository' shared autowired service.
  8773.      *
  8774.      * @return \App\Repository\CouponsRepository
  8775.      */
  8776.     protected function getCouponsRepositoryService()
  8777.     {
  8778.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8779.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8780.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8781.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8782.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8783.         include_once \dirname(__DIR__4).'/src/Repository/CouponsRepository.php';
  8784.         return $this->privates['App\\Repository\\CouponsRepository'] = new \App\Repository\CouponsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8785.     }
  8786.     /**
  8787.      * Gets the private 'App\Repository\CustomersRepository' shared autowired service.
  8788.      *
  8789.      * @return \App\Repository\CustomersRepository
  8790.      */
  8791.     protected function getCustomersRepositoryService()
  8792.     {
  8793.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8794.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8795.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8796.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8797.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8798.         include_once \dirname(__DIR__4).'/src/Repository/CustomersRepository.php';
  8799.         return $this->privates['App\\Repository\\CustomersRepository'] = new \App\Repository\CustomersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8800.     }
  8801.     /**
  8802.      * Gets the private 'App\Repository\EmailTemplatesRepository' shared autowired service.
  8803.      *
  8804.      * @return \App\Repository\EmailTemplatesRepository
  8805.      */
  8806.     protected function getEmailTemplatesRepositoryService()
  8807.     {
  8808.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8809.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8810.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8811.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8812.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8813.         include_once \dirname(__DIR__4).'/src/Repository/EmailTemplatesRepository.php';
  8814.         return $this->privates['App\\Repository\\EmailTemplatesRepository'] = new \App\Repository\EmailTemplatesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8815.     }
  8816.     /**
  8817.      * Gets the private 'App\Repository\EmailsRepository' shared autowired service.
  8818.      *
  8819.      * @return \App\Repository\EmailsRepository
  8820.      */
  8821.     protected function getEmailsRepositoryService()
  8822.     {
  8823.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8824.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8825.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8826.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8827.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8828.         include_once \dirname(__DIR__4).'/src/Repository/EmailsRepository.php';
  8829.         return $this->privates['App\\Repository\\EmailsRepository'] = new \App\Repository\EmailsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8830.     }
  8831.     /**
  8832.      * Gets the private 'App\Repository\EventDatesRepository' shared autowired service.
  8833.      *
  8834.      * @return \App\Repository\EventDatesRepository
  8835.      */
  8836.     protected function getEventDatesRepositoryService()
  8837.     {
  8838.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8839.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8840.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8841.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8842.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8843.         include_once \dirname(__DIR__4).'/src/Repository/EventDatesRepository.php';
  8844.         return $this->privates['App\\Repository\\EventDatesRepository'] = new \App\Repository\EventDatesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8845.     }
  8846.     /**
  8847.      * Gets the private 'App\Repository\EventImageRepository' shared autowired service.
  8848.      *
  8849.      * @return \App\Repository\EventImageRepository
  8850.      */
  8851.     protected function getEventImageRepositoryService()
  8852.     {
  8853.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8854.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8855.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8856.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8858.         include_once \dirname(__DIR__4).'/src/Repository/EventImageRepository.php';
  8859.         return $this->privates['App\\Repository\\EventImageRepository'] = new \App\Repository\EventImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8860.     }
  8861.     /**
  8862.      * Gets the private 'App\Repository\EventsRepository' shared autowired service.
  8863.      *
  8864.      * @return \App\Repository\EventsRepository
  8865.      */
  8866.     protected function getEventsRepositoryService()
  8867.     {
  8868.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8869.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8870.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8871.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8872.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8873.         include_once \dirname(__DIR__4).'/src/Repository/EventsRepository.php';
  8874.         return $this->privates['App\\Repository\\EventsRepository'] = new \App\Repository\EventsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8875.     }
  8876.     /**
  8877.      * Gets the private 'App\Repository\LocationsRepository' shared autowired service.
  8878.      *
  8879.      * @return \App\Repository\LocationsRepository
  8880.      */
  8881.     protected function getLocationsRepositoryService()
  8882.     {
  8883.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8884.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8885.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8886.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8887.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8888.         include_once \dirname(__DIR__4).'/src/Repository/LocationsRepository.php';
  8889.         return $this->privates['App\\Repository\\LocationsRepository'] = new \App\Repository\LocationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8890.     }
  8891.     /**
  8892.      * Gets the private 'App\Repository\MailLogRepository' shared autowired service.
  8893.      *
  8894.      * @return \App\Repository\MailLogRepository
  8895.      */
  8896.     protected function getMailLogRepositoryService()
  8897.     {
  8898.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8899.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8900.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8901.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8902.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8903.         include_once \dirname(__DIR__4).'/src/Repository/MailLogRepository.php';
  8904.         return $this->privates['App\\Repository\\MailLogRepository'] = new \App\Repository\MailLogRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8905.     }
  8906.     /**
  8907.      * Gets the private 'App\Repository\OrderItemsRepository' shared autowired service.
  8908.      *
  8909.      * @return \App\Repository\OrderItemsRepository
  8910.      */
  8911.     protected function getOrderItemsRepositoryService()
  8912.     {
  8913.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8914.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8915.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8916.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8917.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8918.         include_once \dirname(__DIR__4).'/src/Repository/OrderItemsRepository.php';
  8919.         return $this->privates['App\\Repository\\OrderItemsRepository'] = new \App\Repository\OrderItemsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8920.     }
  8921.     /**
  8922.      * Gets the private 'App\Repository\OrderTicketsRepository' shared autowired service.
  8923.      *
  8924.      * @return \App\Repository\OrderTicketsRepository
  8925.      */
  8926.     protected function getOrderTicketsRepositoryService()
  8927.     {
  8928.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8929.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8930.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8932.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8933.         include_once \dirname(__DIR__4).'/src/Repository/OrderTicketsRepository.php';
  8934.         return $this->privates['App\\Repository\\OrderTicketsRepository'] = new \App\Repository\OrderTicketsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8935.     }
  8936.     /**
  8937.      * Gets the private 'App\Repository\OrdersRepository' shared autowired service.
  8938.      *
  8939.      * @return \App\Repository\OrdersRepository
  8940.      */
  8941.     protected function getOrdersRepositoryService()
  8942.     {
  8943.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8944.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8945.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8946.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8947.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8948.         include_once \dirname(__DIR__4).'/src/Repository/OrdersRepository.php';
  8949.         return $this->privates['App\\Repository\\OrdersRepository'] = new \App\Repository\OrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8950.     }
  8951.     /**
  8952.      * Gets the private 'App\Repository\OrganisersRepository' shared autowired service.
  8953.      *
  8954.      * @return \App\Repository\OrganisersRepository
  8955.      */
  8956.     protected function getOrganisersRepositoryService()
  8957.     {
  8958.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8959.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8960.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8961.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8962.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8963.         include_once \dirname(__DIR__4).'/src/Repository/OrganisersRepository.php';
  8964.         return $this->privates['App\\Repository\\OrganisersRepository'] = new \App\Repository\OrganisersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8965.     }
  8966.     /**
  8967.      * Gets the private 'App\Repository\PageImageRepository' shared autowired service.
  8968.      *
  8969.      * @return \App\Repository\PageImageRepository
  8970.      */
  8971.     protected function getPageImageRepositoryService()
  8972.     {
  8973.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8974.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8975.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8976.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8978.         include_once \dirname(__DIR__4).'/src/Repository/PageImageRepository.php';
  8979.         return $this->privates['App\\Repository\\PageImageRepository'] = new \App\Repository\PageImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8980.     }
  8981.     /**
  8982.      * Gets the private 'App\Repository\PagesRepository' shared autowired service.
  8983.      *
  8984.      * @return \App\Repository\PagesRepository
  8985.      */
  8986.     protected function getPagesRepositoryService()
  8987.     {
  8988.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  8989.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  8990.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  8991.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  8992.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  8993.         include_once \dirname(__DIR__4).'/src/Repository/PagesRepository.php';
  8994.         return $this->privates['App\\Repository\\PagesRepository'] = new \App\Repository\PagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8995.     }
  8996.     /**
  8997.      * Gets the private 'App\Repository\SitesRepository' shared autowired service.
  8998.      *
  8999.      * @return \App\Repository\SitesRepository
  9000.      */
  9001.     protected function getSitesRepositoryService()
  9002.     {
  9003.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  9004.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9005.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  9006.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9007.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9008.         include_once \dirname(__DIR__4).'/src/Repository/SitesRepository.php';
  9009.         return $this->privates['App\\Repository\\SitesRepository'] = new \App\Repository\SitesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9010.     }
  9011.     /**
  9012.      * Gets the private 'App\Repository\StatsUsersRepository' shared autowired service.
  9013.      *
  9014.      * @return \App\Repository\StatsUsersRepository
  9015.      */
  9016.     protected function getStatsUsersRepositoryService()
  9017.     {
  9018.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
  9019.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  9020.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  9021.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  9022.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  9023.         include_once \dirname(__DIR__4).'/src/Repository/StatsUsersRepository.php';
  9024.         return $this->privates['App\\Repository\\StatsUsersRepository'] = new \App\Repository\StatsUsersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  9025.     }
  9026.     /**
  9027.      * Gets the private 'App\Service\MailService' shared autowired service.
  9028.      *
  9029.      * @return \App\Service\MailService
  9030.      */
  9031.     protected function getMailServiceService()
  9032.     {
  9033.         include_once \dirname(__DIR__4).'/src/Service/BaseService.php';
  9034.         include_once \dirname(__DIR__4).'/src/Service/MailService.php';
  9035.         return $this->privates['App\\Service\\MailService'] = new \App\Service\MailService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['session'] ?? $this->getSessionService()), $this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  9036.     }
  9037.     /**
  9038.      * Gets the private 'App\Service\OrderEmailService' shared autowired service.
  9039.      *
  9040.      * @return \App\Service\OrderEmailService
  9041.      */
  9042.     protected function getOrderEmailServiceService()
  9043.     {
  9044.         include_once \dirname(__DIR__4).'/src/Service/BaseService.php';
  9045.         include_once \dirname(__DIR__4).'/src/Service/OrderEmailService.php';
  9046.         return $this->privates['App\\Service\\OrderEmailService'] = new \App\Service\OrderEmailService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['session'] ?? $this->getSessionService()), $this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  9047.     }
  9048.     /**
  9049.      * Gets the private 'App\Service\OrderPaymentService' shared autowired service.
  9050.      *
  9051.      * @return \App\Service\OrderPaymentService
  9052.      */
  9053.     protected function getOrderPaymentServiceService()
  9054.     {
  9055.         include_once \dirname(__DIR__4).'/src/Service/BaseService.php';
  9056.         include_once \dirname(__DIR__4).'/src/Service/OrderPaymentService.php';
  9057.         return $this->privates['App\\Service\\OrderPaymentService'] = new \App\Service\OrderPaymentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['session'] ?? $this->getSessionService()), $this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  9058.     }
  9059.     /**
  9060.      * Gets the private 'App\Service\OrderService' shared autowired service.
  9061.      *
  9062.      * @return \App\Service\OrderService
  9063.      */
  9064.     protected function getOrderServiceService()
  9065.     {
  9066.         include_once \dirname(__DIR__4).'/src/Service/BaseService.php';
  9067.         include_once \dirname(__DIR__4).'/src/Service/OrderService.php';
  9068.         return $this->privates['App\\Service\\OrderService'] = new \App\Service\OrderService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['session'] ?? $this->getSessionService()), $this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  9069.     }
  9070.     /**
  9071.      * Gets the private 'App\Service\OrderTicketsService' shared autowired service.
  9072.      *
  9073.      * @return \App\Service\OrderTicketsService
  9074.      */
  9075.     protected function getOrderTicketsServiceService()
  9076.     {
  9077.         include_once \dirname(__DIR__4).'/src/Service/BaseService.php';
  9078.         include_once \dirname(__DIR__4).'/src/Service/OrderTicketsService.php';
  9079.         return $this->privates['App\\Service\\OrderTicketsService'] = new \App\Service\OrderTicketsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['session'] ?? $this->getSessionService()), $this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  9080.     }
  9081.     /**
  9082.      * Gets the private 'App\Service\PostalService' shared autowired service.
  9083.      *
  9084.      * @return \App\Service\PostalService
  9085.      */
  9086.     protected function getPostalServiceService()
  9087.     {
  9088.         include_once \dirname(__DIR__4).'/src/Service/BaseService.php';
  9089.         include_once \dirname(__DIR__4).'/src/Service/PostalService.php';
  9090.         return $this->privates['App\\Service\\PostalService'] = new \App\Service\PostalService(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  9091.     }
  9092.     /**
  9093.      * Gets the private 'App\Service\SearchService' shared autowired service.
  9094.      *
  9095.      * @return \App\Service\SearchService
  9096.      */
  9097.     protected function getSearchServiceService()
  9098.     {
  9099.         include_once \dirname(__DIR__4).'/src/Service/BaseService.php';
  9100.         include_once \dirname(__DIR__4).'/src/Service/SearchService.php';
  9101.         return $this->privates['App\\Service\\SearchService'] = new \App\Service\SearchService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['session'] ?? $this->getSessionService()), $this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  9102.     }
  9103.     /**
  9104.      * Gets the private 'Endroid\QrCodeBundle\Twig\QrCodeRuntime' shared autowired service.
  9105.      *
  9106.      * @return \Endroid\QrCodeBundle\Twig\QrCodeRuntime
  9107.      */
  9108.     protected function getQrCodeRuntimeService()
  9109.     {
  9110.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  9111.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeRuntime.php';
  9112.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistryInterface.php';
  9113.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistry.php';
  9114.         return $this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'] = new \Endroid\QrCodeBundle\Twig\QrCodeRuntime(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? ($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] = new \Endroid\QrCode\Builder\BuilderRegistry())), ($this->services['router'] ?? $this->getRouterService()));
  9115.     }
  9116.     /**
  9117.      * Gets the private 'Sonata\BlockBundle\Command\DebugBlocksCommand' shared service.
  9118.      *
  9119.      * @return \Sonata\BlockBundle\Command\DebugBlocksCommand
  9120.      */
  9121.     protected function getDebugBlocksCommandService()
  9122.     {
  9123.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9124.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/BaseCommand.php';
  9125.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Command/DebugBlocksCommand.php';
  9126.         $this->privates['Sonata\\BlockBundle\\Command\\DebugBlocksCommand'] = $instance = new \Sonata\BlockBundle\Command\DebugBlocksCommand(NULL, ($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  9127.         $instance->setName('sonata:block:debug');
  9128.         return $instance;
  9129.     }
  9130.     /**
  9131.      * Gets the private 'Symfony\Bundle\AclBundle\Command\InitAclCommand' shared service.
  9132.      *
  9133.      * @return \Symfony\Bundle\AclBundle\Command\InitAclCommand
  9134.      */
  9135.     protected function getInitAclCommandService()
  9136.     {
  9137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9138.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/InitAclCommand.php';
  9139.         $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()));
  9140.         $instance->setName('acl:init');
  9141.         return $instance;
  9142.     }
  9143.     /**
  9144.      * Gets the private 'Symfony\Bundle\AclBundle\Command\SetAclCommand' shared service.
  9145.      *
  9146.      * @return \Symfony\Bundle\AclBundle\Command\SetAclCommand
  9147.      */
  9148.     protected function getSetAclCommandService()
  9149.     {
  9150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9151.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/Command/SetAclCommand.php';
  9152.         $this->privates['Symfony\\Bundle\\AclBundle\\Command\\SetAclCommand'] = $instance = new \Symfony\Bundle\AclBundle\Command\SetAclCommand(($this->services['security.acl.provider'] ?? $this->getSecurity_Acl_ProviderService()));
  9153.         $instance->setName('acl:set');
  9154.         return $instance;
  9155.     }
  9156.     /**
  9157.      * Gets the private 'annotations.cache' shared service.
  9158.      *
  9159.      * @return \Symfony\Component\Cache\DoctrineProvider
  9160.      */
  9161.     protected function getAnnotations_CacheService()
  9162.     {
  9163.         return new \Symfony\Component\Cache\DoctrineProvider(\Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService())));
  9164.     }
  9165.     /**
  9166.      * Gets the private 'annotations.cache_warmer' shared service.
  9167.      *
  9168.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  9169.      */
  9170.     protected function getAnnotations_CacheWarmerService()
  9171.     {
  9172.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  9174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  9175.         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);
  9176.     }
  9177.     /**
  9178.      * Gets the private 'annotations.cached_reader' shared service.
  9179.      *
  9180.      * @return \Doctrine\Common\Annotations\CachedReader
  9181.      */
  9182.     protected function getAnnotations_CachedReaderService()
  9183.     {
  9184.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheService(), true);
  9185.     }
  9186.     /**
  9187.      * Gets the private 'annotations.reader' shared service.
  9188.      *
  9189.      * @return \Doctrine\Common\Annotations\AnnotationReader
  9190.      */
  9191.     protected function getAnnotations_ReaderService()
  9192.     {
  9193.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  9194.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  9195.         $a->registerUniqueLoader('class_exists');
  9196.         $instance->addGlobalIgnoredName('required'$a);
  9197.         return $instance;
  9198.     }
  9199.     /**
  9200.      * Gets the private 'cache.annotations' shared service.
  9201.      *
  9202.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9203.      */
  9204.     protected function getCache_AnnotationsService()
  9205.     {
  9206.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MF9-eayyUC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  9207.     }
  9208.     /**
  9209.      * Gets the private 'cache.doctrine.orm.default.metadata' shared service.
  9210.      *
  9211.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9212.      */
  9213.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  9214.     {
  9215.         return $this->privates['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  9216.     }
  9217.     /**
  9218.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  9219.      *
  9220.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9221.      */
  9222.     protected function getCache_Doctrine_Orm_Default_QueryService()
  9223.     {
  9224.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  9225.     }
  9226.     /**
  9227.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  9228.      *
  9229.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9230.      */
  9231.     protected function getCache_Doctrine_Orm_Default_ResultService()
  9232.     {
  9233.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  9234.     }
  9235.     /**
  9236.      * Gets the private 'cache.property_info' shared service.
  9237.      *
  9238.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9239.      */
  9240.     protected function getCache_PropertyInfoService()
  9241.     {
  9242.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zRP18QFI9G'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  9243.     }
  9244.     /**
  9245.      * Gets the private 'cache.security_expression_language' shared service.
  9246.      *
  9247.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9248.      */
  9249.     protected function getCache_SecurityExpressionLanguageService()
  9250.     {
  9251.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xqJVYz-J8e'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  9252.     }
  9253.     /**
  9254.      * Gets the private 'cache.serializer' shared service.
  9255.      *
  9256.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9257.      */
  9258.     protected function getCache_SerializerService()
  9259.     {
  9260.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1YPBNC3vqu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  9261.     }
  9262.     /**
  9263.      * Gets the private 'cache.validator' shared service.
  9264.      *
  9265.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9266.      */
  9267.     protected function getCache_ValidatorService()
  9268.     {
  9269.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KlswKyOVyp'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  9270.     }
  9271.     /**
  9272.      * Gets the private 'config_cache_factory' shared service.
  9273.      *
  9274.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  9275.      */
  9276.     protected function getConfigCacheFactoryService()
  9277.     {
  9278.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  9279.             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)));
  9280.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  9281.         }, 2));
  9282.     }
  9283.     /**
  9284.      * Gets the private 'console.command.about' shared service.
  9285.      *
  9286.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  9287.      */
  9288.     protected function getConsole_Command_AboutService()
  9289.     {
  9290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  9292.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  9293.         $instance->setName('about');
  9294.         return $instance;
  9295.     }
  9296.     /**
  9297.      * Gets the private 'console.command.assets_install' shared service.
  9298.      *
  9299.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  9300.      */
  9301.     protected function getConsole_Command_AssetsInstallService()
  9302.     {
  9303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9306.         $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));
  9307.         $instance->setName('assets:install');
  9308.         return $instance;
  9309.     }
  9310.     /**
  9311.      * Gets the private 'console.command.cache_clear' shared service.
  9312.      *
  9313.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  9314.      */
  9315.     protected function getConsole_Command_CacheClearService()
  9316.     {
  9317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9318.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  9320.         $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())));
  9321.         $instance->setName('cache:clear');
  9322.         return $instance;
  9323.     }
  9324.     /**
  9325.      * Gets the private 'console.command.cache_pool_clear' shared service.
  9326.      *
  9327.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  9328.      */
  9329.     protected function getConsole_Command_CachePoolClearService()
  9330.     {
  9331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9332.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  9333.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  9334.         $instance->setName('cache:pool:clear');
  9335.         return $instance;
  9336.     }
  9337.     /**
  9338.      * Gets the private 'console.command.cache_pool_delete' shared service.
  9339.      *
  9340.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  9341.      */
  9342.     protected function getConsole_Command_CachePoolDeleteService()
  9343.     {
  9344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  9346.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()));
  9347.         $instance->setName('cache:pool:delete');
  9348.         return $instance;
  9349.     }
  9350.     /**
  9351.      * Gets the private 'console.command.cache_pool_list' shared service.
  9352.      *
  9353.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  9354.      */
  9355.     protected function getConsole_Command_CachePoolListService()
  9356.     {
  9357.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9358.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  9359.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.security_expression_language'=> 'cache.doctrine.orm.default.metadata'=> 'cache.doctrine.orm.default.result'=> 'cache.doctrine.orm.default.query']);
  9360.         $instance->setName('cache:pool:list');
  9361.         return $instance;
  9362.     }
  9363.     /**
  9364.      * Gets the private 'console.command.cache_pool_prune' shared service.
  9365.      *
  9366.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  9367.      */
  9368.     protected function getConsole_Command_CachePoolPruneService()
  9369.     {
  9370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9371.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  9372.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  9373.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  9374.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  9375.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  9376.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  9377.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  9378.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  9379.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  9380.             yield 'cache.doctrine.orm.default.metadata' => ($this->privates['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService());
  9381.             yield 'cache.doctrine.orm.default.result' => ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService());
  9382.             yield 'cache.doctrine.orm.default.query' => ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService());
  9383.         }, 10));
  9384.         $instance->setName('cache:pool:prune');
  9385.         return $instance;
  9386.     }
  9387.     /**
  9388.      * Gets the private 'console.command.cache_warmup' shared service.
  9389.      *
  9390.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  9391.      */
  9392.     protected function getConsole_Command_CacheWarmupService()
  9393.     {
  9394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9395.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  9396.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  9397.         $instance->setName('cache:warmup');
  9398.         return $instance;
  9399.     }
  9400.     /**
  9401.      * Gets the private 'console.command.config_debug' shared service.
  9402.      *
  9403.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  9404.      */
  9405.     protected function getConsole_Command_ConfigDebugService()
  9406.     {
  9407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9408.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  9409.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  9410.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  9411.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  9412.         $instance->setName('debug:config');
  9413.         return $instance;
  9414.     }
  9415.     /**
  9416.      * Gets the private 'console.command.config_dump_reference' shared service.
  9417.      *
  9418.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  9419.      */
  9420.     protected function getConsole_Command_ConfigDumpReferenceService()
  9421.     {
  9422.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9423.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  9424.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  9425.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  9426.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  9427.         $instance->setName('config:dump-reference');
  9428.         return $instance;
  9429.     }
  9430.     /**
  9431.      * Gets the private 'console.command.container_debug' shared service.
  9432.      *
  9433.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  9434.      */
  9435.     protected function getConsole_Command_ContainerDebugService()
  9436.     {
  9437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9438.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  9439.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  9440.         $instance->setName('debug:container');
  9441.         return $instance;
  9442.     }
  9443.     /**
  9444.      * Gets the private 'console.command.container_lint' shared service.
  9445.      *
  9446.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  9447.      */
  9448.     protected function getConsole_Command_ContainerLintService()
  9449.     {
  9450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  9452.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  9453.         $instance->setName('lint:container');
  9454.         return $instance;
  9455.     }
  9456.     /**
  9457.      * Gets the private 'console.command.debug_autowiring' shared service.
  9458.      *
  9459.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  9460.      */
  9461.     protected function getConsole_Command_DebugAutowiringService()
  9462.     {
  9463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  9466.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  9467.         $instance->setName('debug:autowiring');
  9468.         return $instance;
  9469.     }
  9470.     /**
  9471.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  9472.      *
  9473.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  9474.      */
  9475.     protected function getConsole_Command_EventDispatcherDebugService()
  9476.     {
  9477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9478.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  9479.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9480.         $instance->setName('debug:event-dispatcher');
  9481.         return $instance;
  9482.     }
  9483.     /**
  9484.      * Gets the private 'console.command.form_debug' shared service.
  9485.      *
  9486.      * @return \Symfony\Component\Form\Command\DebugCommand
  9487.      */
  9488.     protected function getConsole_Command_FormDebugService()
  9489.     {
  9490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  9492.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'App\\Form\\Type'=> 'FOS\\CKEditorBundle\\Form\\Type'=> 'Sonata\\CoreBundle\\Form\\Type'=> 'Sonata\\Form\\Type'=> 'Sonata\\BlockBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type'=> 'Sonata\\AdminBundle\\Form\\Type\\Filter'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'Sonata\\MediaBundle\\Form\\Type'10 => 'FOS\\UserBundle\\Form\\Type'11 => 'Sonata\\UserBundle\\Form\\Type'12 => 'Sonata\\FormatterBundle\\Form\\Type'], [=> 'App\\Form\\Type\\ArrayTextType'=> 'App\\Form\\Type\\EventExtraType'=> 'App\\Form\\Type\\EventTicketsLanguageType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType'=> 'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType'=> 'Sonata\\CoreBundle\\Form\\Type\\BooleanType'=> 'Sonata\\CoreBundle\\Form\\Type\\CollectionType'10 => 'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType'11 => 'Sonata\\CoreBundle\\Form\\Type\\DateRangeType'12 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType'13 => 'Sonata\\CoreBundle\\Form\\Type\\DatePickerType'14 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType'15 => 'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType'16 => 'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType'17 => 'Sonata\\CoreBundle\\Form\\Type\\EqualType'18 => 'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType'19 => 'Sonata\\CoreBundle\\Form\\Type\\ColorType'20 => 'Sonata\\Form\\Type\\ImmutableArrayType'21 => 'Sonata\\Form\\Type\\BooleanType'22 => 'Sonata\\Form\\Type\\CollectionType'23 => 'Sonata\\Form\\Type\\DateRangeType'24 => 'Sonata\\Form\\Type\\DateTimeRangeType'25 => 'Sonata\\Form\\Type\\DatePickerType'26 => 'Sonata\\Form\\Type\\DateTimePickerType'27 => 'Sonata\\Form\\Type\\DateRangePickerType'28 => 'Sonata\\Form\\Type\\DateTimeRangePickerType'29 => 'Sonata\\Form\\Type\\EqualType'30 => 'Sonata\\BlockBundle\\Form\\Type\\ServiceListType'31 => 'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType'32 => 'Sonata\\AdminBundle\\Form\\Type\\AdminType'33 => 'Sonata\\AdminBundle\\Form\\Type\\ModelType'34 => 'Sonata\\AdminBundle\\Form\\Type\\ModelListType'35 => 'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType'36 => 'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType'37 => 'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType'38 => 'Sonata\\AdminBundle\\Form\\Type\\CollectionType'39 => 'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType'40 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType'41 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType'42 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType'43 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType'44 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType'45 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType'46 => 'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType'47 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'48 => 'Sonata\\MediaBundle\\Form\\Type\\MediaType'49 => 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'50 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'51 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'52 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'53 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'54 => 'FOS\\UserBundle\\Form\\Type\\GroupFormType'55 => 'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType'56 => 'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType'57 => 'Sonata\\UserBundle\\Form\\Type\\UserGenderListType'58 => 'Sonata\\FormatterBundle\\Form\\Type\\FormatterType'59 => 'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType'], [=> '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'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  9493.         $instance->setName('debug:form');
  9494.         return $instance;
  9495.     }
  9496.     /**
  9497.      * Gets the private 'console.command.router_debug' shared service.
  9498.      *
  9499.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  9500.      */
  9501.     protected function getConsole_Command_RouterDebugService()
  9502.     {
  9503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9504.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  9505.         $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()));
  9506.         $instance->setName('debug:router');
  9507.         return $instance;
  9508.     }
  9509.     /**
  9510.      * Gets the private 'console.command.router_match' shared service.
  9511.      *
  9512.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  9513.      */
  9514.     protected function getConsole_Command_RouterMatchService()
  9515.     {
  9516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9517.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  9518.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()));
  9519.         $instance->setName('router:match');
  9520.         return $instance;
  9521.     }
  9522.     /**
  9523.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  9524.      *
  9525.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  9526.      */
  9527.     protected function getConsole_Command_SecretsDecryptToLocalService()
  9528.     {
  9529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9530.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  9531.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9532.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9533.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9535.         $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')))));
  9536.         $instance->setName('secrets:decrypt-to-local');
  9537.         return $instance;
  9538.     }
  9539.     /**
  9540.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  9541.      *
  9542.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  9543.      */
  9544.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  9545.     {
  9546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9547.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  9548.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9549.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9551.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9552.         $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')))));
  9553.         $instance->setName('secrets:encrypt-from-local');
  9554.         return $instance;
  9555.     }
  9556.     /**
  9557.      * Gets the private 'console.command.secrets_generate_key' shared service.
  9558.      *
  9559.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  9560.      */
  9561.     protected function getConsole_Command_SecretsGenerateKeyService()
  9562.     {
  9563.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  9565.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9566.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9568.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9569.         $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')))));
  9570.         $instance->setName('secrets:generate-keys');
  9571.         return $instance;
  9572.     }
  9573.     /**
  9574.      * Gets the private 'console.command.secrets_list' shared service.
  9575.      *
  9576.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  9577.      */
  9578.     protected function getConsole_Command_SecretsListService()
  9579.     {
  9580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9581.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  9582.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9583.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9585.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9586.         $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')))));
  9587.         $instance->setName('secrets:list');
  9588.         return $instance;
  9589.     }
  9590.     /**
  9591.      * Gets the private 'console.command.secrets_remove' shared service.
  9592.      *
  9593.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  9594.      */
  9595.     protected function getConsole_Command_SecretsRemoveService()
  9596.     {
  9597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9598.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  9599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9600.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9602.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9603.         $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')))));
  9604.         $instance->setName('secrets:remove');
  9605.         return $instance;
  9606.     }
  9607.     /**
  9608.      * Gets the private 'console.command.secrets_set' shared service.
  9609.      *
  9610.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  9611.      */
  9612.     protected function getConsole_Command_SecretsSetService()
  9613.     {
  9614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9615.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  9616.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  9617.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  9618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  9619.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  9620.         $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')))));
  9621.         $instance->setName('secrets:set');
  9622.         return $instance;
  9623.     }
  9624.     /**
  9625.      * Gets the private 'console.command.translation_debug' shared service.
  9626.      *
  9627.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  9628.      */
  9629.     protected function getConsole_Command_TranslationDebugService()
  9630.     {
  9631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9632.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  9633.         $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).'/templates'), => (\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/SitesToEventsAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/OrganisersAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/StatsUsersAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ArtistsAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/SitesAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ShortUrlAdmin.php'), 10 => (\dirname(__DIR__4).'/src/Admin/LocationsAdmin.php'), 11 => (\dirname(__DIR__4).'/src/Admin/CouponsAdmin.php'), 12 => (\dirname(__DIR__4).'/src/Admin/APIKeysAdmin.php'), 13 => (\dirname(__DIR__4).'/src/Admin/LanguageAdmin.php'), 14 => (\dirname(__DIR__4).'/src/Admin/EventDatesAdmin.php'), 15 => (\dirname(__DIR__4).'/src/Admin/EventDescriptionAdmin.php'), 16 => (\dirname(__DIR__4).'/src/Admin/EventImageAdmin.php'), 17 => (\dirname(__DIR__4).'/src/Admin/EventExtraLanguageAdmin.php'), 18 => (\dirname(__DIR__4).'/src/Admin/EventExtraAdmin.php'), 19 => (\dirname(__DIR__4).'/src/Admin/EventTicketsLanguageAdmin.php'), 20 => (\dirname(__DIR__4).'/src/Admin/EventTicketsAdmin.php'), 21 => (\dirname(__DIR__4).'/src/Admin/EventSlugsAdmin.php'), 22 => (\dirname(__DIR__4).'/src/Admin/EventPasswordsAdmin.php'), 23 => (\dirname(__DIR__4).'/src/Admin/EventsAdmin.php'), 24 => (\dirname(__DIR__4).'/src/Admin/OrderTicketsAdmin.php'), 25 => (\dirname(__DIR__4).'/src/Admin/OrdersAdmin.php'), 26 => (\dirname(__DIR__4).'/src/Admin/NewsletterSegmentsAdmin.php'), 27 => (\dirname(__DIR__4).'/src/Admin/NewsletterListsAdmin.php'), 28 => (\dirname(__DIR__4).'/src/Admin/NewsletterAdmin.php'), 29 => (\dirname(__DIR__4).'/src/Admin/NewsletterSubscribersAdmin.php'), 30 => (\dirname(__DIR__4).'/src/Admin/GuestlistItemsAdmin.php'), 31 => (\dirname(__DIR__4).'/src/Admin/GuestlistAdmin.php'), 32 => (\dirname(__DIR__4).'/src/Admin/EventMetaLanguageAdmin.php'), 33 => (\dirname(__DIR__4).'/src/Admin/EventMetaDataAdmin.php'), 34 => (\dirname(__DIR__4).'/src/Admin/EventMetaAdmin.php'), 35 => (\dirname(__DIR__4).'/src/Admin/MailTemplatesLanguageAdmin.php'), 36 => (\dirname(__DIR__4).'/src/Admin/MailTemplatesAdmin.php'), 37 => (\dirname(__DIR__4).'/src/Admin/MailLanguageAdmin.php'), 38 => (\dirname(__DIR__4).'/src/Admin/MailsAdmin.php'), 39 => (\dirname(__DIR__4).'/src/Admin/ReportsAdmin.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 43 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 44 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 45 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 46 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 47 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 48 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 49 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 50 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php'), 51 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php'), 52 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/TranslatableChoiceType.php'), 53 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangeType.php'), 54 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangeType.php'), 55 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DatePickerType.php'), 56 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimePickerType.php'), 57 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangePickerType.php'), 58 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangePickerType.php'), 59 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/EqualType.php'), 60 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php'), 61 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php'), 62 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php'), 63 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php'), 64 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php'), 65 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php'), 66 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php'), 67 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 68 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 69 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 70 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 71 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 72 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 73 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 74 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php'), 75 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/ORM/MediaAdmin.php'), 76 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryAdmin.php'), 77 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryHasMediaAdmin.php'), 78 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 79 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php'), 80 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php'), 81 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php'), 82 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php'), 83 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php'), 84 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php'), 85 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Form/Type/FormatterType.php'), 86 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php')]);
  9634.         $instance->setName('debug:translation');
  9635.         return $instance;
  9636.     }
  9637.     /**
  9638.      * Gets the private 'console.command.translation_update' shared service.
  9639.      *
  9640.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  9641.      */
  9642.     protected function getConsole_Command_TranslationUpdateService()
  9643.     {
  9644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9645.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  9647.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  9649.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  9650.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  9651.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  9652.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  9653.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  9654.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  9655.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  9656.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  9657.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  9658.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  9659.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  9660.         $a = new \Symfony\Component\Translation\Writer\TranslationWriter();
  9661.         $a->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  9662.         $a->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  9663.         $a->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  9664.         $a->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  9665.         $a->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  9666.         $a->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  9667.         $a->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  9668.         $a->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  9669.         $a->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  9670.         $a->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  9671.         $a->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  9672.         $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()), 'nl', (\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).'/templates'), => (\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/SitesToEventsAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/OrganisersAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/StatsUsersAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ArtistsAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/SitesAdmin.php'), => (\dirname(__DIR__4).'/src/Admin/ShortUrlAdmin.php'), 10 => (\dirname(__DIR__4).'/src/Admin/LocationsAdmin.php'), 11 => (\dirname(__DIR__4).'/src/Admin/CouponsAdmin.php'), 12 => (\dirname(__DIR__4).'/src/Admin/APIKeysAdmin.php'), 13 => (\dirname(__DIR__4).'/src/Admin/LanguageAdmin.php'), 14 => (\dirname(__DIR__4).'/src/Admin/EventDatesAdmin.php'), 15 => (\dirname(__DIR__4).'/src/Admin/EventDescriptionAdmin.php'), 16 => (\dirname(__DIR__4).'/src/Admin/EventImageAdmin.php'), 17 => (\dirname(__DIR__4).'/src/Admin/EventExtraLanguageAdmin.php'), 18 => (\dirname(__DIR__4).'/src/Admin/EventExtraAdmin.php'), 19 => (\dirname(__DIR__4).'/src/Admin/EventTicketsLanguageAdmin.php'), 20 => (\dirname(__DIR__4).'/src/Admin/EventTicketsAdmin.php'), 21 => (\dirname(__DIR__4).'/src/Admin/EventSlugsAdmin.php'), 22 => (\dirname(__DIR__4).'/src/Admin/EventPasswordsAdmin.php'), 23 => (\dirname(__DIR__4).'/src/Admin/EventsAdmin.php'), 24 => (\dirname(__DIR__4).'/src/Admin/OrderTicketsAdmin.php'), 25 => (\dirname(__DIR__4).'/src/Admin/OrdersAdmin.php'), 26 => (\dirname(__DIR__4).'/src/Admin/NewsletterSegmentsAdmin.php'), 27 => (\dirname(__DIR__4).'/src/Admin/NewsletterListsAdmin.php'), 28 => (\dirname(__DIR__4).'/src/Admin/NewsletterAdmin.php'), 29 => (\dirname(__DIR__4).'/src/Admin/NewsletterSubscribersAdmin.php'), 30 => (\dirname(__DIR__4).'/src/Admin/GuestlistItemsAdmin.php'), 31 => (\dirname(__DIR__4).'/src/Admin/GuestlistAdmin.php'), 32 => (\dirname(__DIR__4).'/src/Admin/EventMetaLanguageAdmin.php'), 33 => (\dirname(__DIR__4).'/src/Admin/EventMetaDataAdmin.php'), 34 => (\dirname(__DIR__4).'/src/Admin/EventMetaAdmin.php'), 35 => (\dirname(__DIR__4).'/src/Admin/MailTemplatesLanguageAdmin.php'), 36 => (\dirname(__DIR__4).'/src/Admin/MailTemplatesAdmin.php'), 37 => (\dirname(__DIR__4).'/src/Admin/MailLanguageAdmin.php'), 38 => (\dirname(__DIR__4).'/src/Admin/MailsAdmin.php'), 39 => (\dirname(__DIR__4).'/src/Admin/ReportsAdmin.php'), 40 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 41 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 42 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 43 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 44 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 45 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 46 => (\dirname(__DIR__4).'/vendor/symfony/validator/Util/LegacyTranslatorProxy.php'), 47 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 48 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 49 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 50 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/TemplateExtension.php'), 51 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/FlashMessage/FlashManager.php'), 52 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/TranslatableChoiceType.php'), 53 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangeType.php'), 54 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangeType.php'), 55 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DatePickerType.php'), 56 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimePickerType.php'), 57 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateRangePickerType.php'), 58 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/DateTimeRangePickerType.php'), 59 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Form/Type/EqualType.php'), 60 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangeType.php'), 61 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangeType.php'), 62 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DatePickerType.php'), 63 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimePickerType.php'), 64 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateRangePickerType.php'), 65 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/DateTimeRangePickerType.php'), 66 => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Type/EqualType.php'), 67 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Twig/Extension/SonataAdminExtension.php'), 68 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/NumberType.php'), 69 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/ChoiceType.php'), 70 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateType.php'), 71 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateRangeType.php'), 72 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeType.php'), 73 => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Form/Type/Filter/DateTimeRangeType.php'), 74 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Security/RolesDownloadStrategy.php'), 75 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/ORM/MediaAdmin.php'), 76 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryAdmin.php'), 77 => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Admin/GalleryHasMediaAdmin.php'), 78 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 79 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/EditableRolesBuilder.php'), 80 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/AdminRolesBuilder.php'), 81 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Security/RolesBuilder/SecurityRolesBuilder.php'), 82 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/UserAdmin.php'), 83 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Admin/Entity/GroupAdmin.php'), 84 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Action/ResetAction.php'), 85 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Form/Type/FormatterType.php'), 86 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php')]);
  9673.         $instance->setName('translation:update');
  9674.         return $instance;
  9675.     }
  9676.     /**
  9677.      * Gets the private 'console.command.xliff_lint' shared service.
  9678.      *
  9679.      * @return \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand
  9680.      */
  9681.     protected function getConsole_Command_XliffLintService()
  9682.     {
  9683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9684.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  9685.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/XliffLintCommand.php';
  9686.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\XliffLintCommand();
  9687.         $instance->setName('lint:xliff');
  9688.         return $instance;
  9689.     }
  9690.     /**
  9691.      * Gets the private 'console.command.yaml_lint' shared service.
  9692.      *
  9693.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  9694.      */
  9695.     protected function getConsole_Command_YamlLintService()
  9696.     {
  9697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  9700.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  9701.         $instance->setName('lint:yaml');
  9702.         return $instance;
  9703.     }
  9704.     /**
  9705.      * Gets the private 'console.error_listener' shared service.
  9706.      *
  9707.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  9708.      */
  9709.     protected function getConsole_ErrorListenerService()
  9710.     {
  9711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  9712.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  9713.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9714.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9715.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9716.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  9717.     }
  9718.     /**
  9719.      * Gets the private 'container.env_var_processor' shared service.
  9720.      *
  9721.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  9722.      */
  9723.     protected function getContainer_EnvVarProcessorService()
  9724.     {
  9725.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  9726.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  9727.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  9728.             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'))));
  9729.         }, 1));
  9730.     }
  9731.     /**
  9732.      * Gets the private 'data_collector.form' shared service.
  9733.      *
  9734.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  9735.      */
  9736.     protected function getDataCollector_FormService()
  9737.     {
  9738.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  9739.     }
  9740.     /**
  9741.      * Gets the private 'debug.argument_resolver.default' shared service.
  9742.      *
  9743.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9744.      */
  9745.     protected function getDebug_ArgumentResolver_DefaultService()
  9746.     {
  9747.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9748.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9749.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  9750.         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))));
  9751.     }
  9752.     /**
  9753.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  9754.      *
  9755.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9756.      */
  9757.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  9758.     {
  9759.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9761.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  9762.         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.HgRfAA.'] ?? $this->get_ServiceLocator_HgRfAA_Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9763.     }
  9764.     /**
  9765.      * Gets the private 'debug.argument_resolver.request' shared service.
  9766.      *
  9767.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9768.      */
  9769.     protected function getDebug_ArgumentResolver_RequestService()
  9770.     {
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9773.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  9774.         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))));
  9775.     }
  9776.     /**
  9777.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  9778.      *
  9779.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9780.      */
  9781.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  9782.     {
  9783.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9784.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9785.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  9786.         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))));
  9787.     }
  9788.     /**
  9789.      * Gets the private 'debug.argument_resolver.service' shared service.
  9790.      *
  9791.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9792.      */
  9793.     protected function getDebug_ArgumentResolver_ServiceService()
  9794.     {
  9795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9796.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9797.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  9798.         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.HgRfAA.'] ?? $this->get_ServiceLocator_HgRfAA_Service())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9799.     }
  9800.     /**
  9801.      * Gets the private 'debug.argument_resolver.session' shared service.
  9802.      *
  9803.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9804.      */
  9805.     protected function getDebug_ArgumentResolver_SessionService()
  9806.     {
  9807.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9808.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9809.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  9810.         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))));
  9811.     }
  9812.     /**
  9813.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  9814.      *
  9815.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9816.      */
  9817.     protected function getDebug_ArgumentResolver_VariadicService()
  9818.     {
  9819.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9820.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  9822.         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))));
  9823.     }
  9824.     /**
  9825.      * Gets the private 'debug.debug_handlers_listener' shared service.
  9826.      *
  9827.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  9828.      */
  9829.     protected function getDebug_DebugHandlersListenerService()
  9830.     {
  9831.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  9832.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  9833.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  9834.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  9835.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  9836.         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);
  9837.     }
  9838.     /**
  9839.      * Gets the private 'debug.file_link_formatter' shared service.
  9840.      *
  9841.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  9842.      */
  9843.     protected function getDebug_FileLinkFormatterService()
  9844.     {
  9845.         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 () {
  9846.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  9847.         });
  9848.     }
  9849.     /**
  9850.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  9851.      *
  9852.      * @return \string
  9853.      */
  9854.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  9855.     {
  9856.         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');
  9857.     }
  9858.     /**
  9859.      * Gets the private 'debug.log_processor' shared service.
  9860.      *
  9861.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  9862.      */
  9863.     protected function getDebug_LogProcessorService()
  9864.     {
  9865.         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())));
  9866.     }
  9867.     /**
  9868.      * Gets the private 'debug.security.access.decision_manager' shared service.
  9869.      *
  9870.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  9871.      */
  9872.     protected function getDebug_Security_Access_DecisionManagerService()
  9873.     {
  9874.         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 () {
  9875.             yield => ($this->privates['debug.security.voter.security.acl.voter.basic_permissions'] ?? $this->getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService());
  9876.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  9877.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  9878.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  9879.         }, 4), 'affirmative'falsetrue));
  9880.     }
  9881.     /**
  9882.      * Gets the private 'debug.security.firewall' shared service.
  9883.      *
  9884.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  9885.      */
  9886.     protected function getDebug_Security_FirewallService()
  9887.     {
  9888.         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()));
  9889.     }
  9890.     /**
  9891.      * Gets the private 'debug.security.user_value_resolver' shared service.
  9892.      *
  9893.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  9894.      */
  9895.     protected function getDebug_Security_UserValueResolverService()
  9896.     {
  9897.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  9898.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  9899.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  9900.         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))));
  9901.     }
  9902.     /**
  9903.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  9904.      *
  9905.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9906.      */
  9907.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  9908.     {
  9909.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  9912.         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()));
  9913.     }
  9914.     /**
  9915.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  9916.      *
  9917.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9918.      */
  9919.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  9920.     {
  9921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9922.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9923.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  9924.         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()));
  9925.     }
  9926.     /**
  9927.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  9928.      *
  9929.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9930.      */
  9931.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  9932.     {
  9933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  9936.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  9937.         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()));
  9938.     }
  9939.     /**
  9940.      * Gets the private 'debug.security.voter.security.acl.voter.basic_permissions' shared service.
  9941.      *
  9942.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  9943.      */
  9944.     protected function getDebug_Security_Voter_Security_Acl_Voter_BasicPermissionsService()
  9945.     {
  9946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  9947.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  9948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Voter/AclVoter.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/ObjectIdentityRetrievalStrategyInterface.php';
  9950.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/ObjectIdentityRetrievalStrategy.php';
  9951.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Model/SecurityIdentityRetrievalStrategyInterface.php';
  9952.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Domain/SecurityIdentityRetrievalStrategy.php';
  9953.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/PermissionMapInterface.php';
  9954.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/MaskBuilderRetrievalInterface.php';
  9955.         include_once \dirname(__DIR__4).'/vendor/symfony/security-acl/Permission/BasicPermissionMap.php';
  9956.         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()), new \Symfony\Component\Security\Acl\Domain\ObjectIdentityRetrievalStrategy(), 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)))), new \Symfony\Component\Security\Acl\Permission\BasicPermissionMap(), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9957.     }
  9958.     /**
  9959.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  9960.      *
  9961.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  9962.      */
  9963.     protected function getDebug_Security_Voter_VoteListenerService()
  9964.     {
  9965.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  9966.         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()));
  9967.     }
  9968.     /**
  9969.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  9970.      *
  9971.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  9972.      */
  9973.     protected function getDoctrine_CacheClearMetadataCommandService()
  9974.     {
  9975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9976.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  9977.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  9978.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  9979.         $instance->setName('doctrine:cache:clear-metadata');
  9980.         return $instance;
  9981.     }
  9982.     /**
  9983.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  9984.      *
  9985.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  9986.      */
  9987.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  9988.     {
  9989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9990.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  9991.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  9992.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  9993.         $instance->setName('doctrine:cache:clear-query');
  9994.         return $instance;
  9995.     }
  9996.     /**
  9997.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  9998.      *
  9999.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  10000.      */
  10001.     protected function getDoctrine_CacheClearResultCommandService()
  10002.     {
  10003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10004.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  10005.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  10006.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  10007.         $instance->setName('doctrine:cache:clear-result');
  10008.         return $instance;
  10009.     }
  10010.     /**
  10011.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  10012.      *
  10013.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  10014.      */
  10015.     protected function getDoctrine_CacheCollectionRegionCommandService()
  10016.     {
  10017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10018.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  10019.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  10020.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  10021.         $instance->setName('doctrine:cache:clear-collection-region');
  10022.         return $instance;
  10023.     }
  10024.     /**
  10025.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  10026.      *
  10027.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  10028.      */
  10029.     protected function getDoctrine_ClearEntityRegionCommandService()
  10030.     {
  10031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10032.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  10033.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  10034.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  10035.         $instance->setName('doctrine:cache:clear-entity-region');
  10036.         return $instance;
  10037.     }
  10038.     /**
  10039.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  10040.      *
  10041.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  10042.      */
  10043.     protected function getDoctrine_ClearQueryRegionCommandService()
  10044.     {
  10045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  10047.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  10048.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  10049.         $instance->setName('doctrine:cache:clear-query-region');
  10050.         return $instance;
  10051.     }
  10052.     /**
  10053.      * Gets the private 'doctrine.database_create_command' shared service.
  10054.      *
  10055.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  10056.      */
  10057.     protected function getDoctrine_DatabaseCreateCommandService()
  10058.     {
  10059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10060.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  10061.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  10062.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10063.         $instance->setName('doctrine:database:create');
  10064.         return $instance;
  10065.     }
  10066.     /**
  10067.      * Gets the private 'doctrine.database_drop_command' shared service.
  10068.      *
  10069.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  10070.      */
  10071.     protected function getDoctrine_DatabaseDropCommandService()
  10072.     {
  10073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10074.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  10075.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  10076.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10077.         $instance->setName('doctrine:database:drop');
  10078.         return $instance;
  10079.     }
  10080.     /**
  10081.      * Gets the private 'doctrine.database_import_command' shared service.
  10082.      *
  10083.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  10084.      */
  10085.     protected function getDoctrine_DatabaseImportCommandService()
  10086.     {
  10087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10088.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  10089.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  10090.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  10091.         $instance->setName('doctrine:database:import');
  10092.         return $instance;
  10093.     }
  10094.     /**
  10095.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  10096.      *
  10097.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  10098.      */
  10099.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  10100.     {
  10101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  10103.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  10104.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  10105.         $instance->setName('doctrine:ensure-production-settings');
  10106.         return $instance;
  10107.     }
  10108.     /**
  10109.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  10110.      *
  10111.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  10112.      */
  10113.     protected function getDoctrine_MappingConvertCommandService()
  10114.     {
  10115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  10117.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  10118.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  10119.         $instance->setName('doctrine:mapping:convert');
  10120.         return $instance;
  10121.     }
  10122.     /**
  10123.      * Gets the private 'doctrine.mapping_import_command' shared service.
  10124.      *
  10125.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  10126.      */
  10127.     protected function getDoctrine_MappingImportCommandService()
  10128.     {
  10129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10130.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  10131.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  10132.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  10133.         $instance->setName('doctrine:mapping:import');
  10134.         return $instance;
  10135.     }
  10136.     /**
  10137.      * Gets the private 'doctrine.mapping_info_command' shared service.
  10138.      *
  10139.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  10140.      */
  10141.     protected function getDoctrine_MappingInfoCommandService()
  10142.     {
  10143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10144.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  10145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  10146.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  10147.         $instance->setName('doctrine:mapping:info');
  10148.         return $instance;
  10149.     }
  10150.     /**
  10151.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  10152.      *
  10153.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  10154.      */
  10155.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  10156.     {
  10157.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  10158.         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()));
  10159.     }
  10160.     /**
  10161.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  10162.      *
  10163.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  10164.      */
  10165.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  10166.     {
  10167.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  10168.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  10169.     }
  10170.     /**
  10171.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  10172.      *
  10173.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  10174.      */
  10175.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  10176.     {
  10177.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  10178.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  10179.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10180.     }
  10181.     /**
  10182.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  10183.      *
  10184.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  10185.      */
  10186.     protected function getDoctrine_Orm_Validator_UniqueService()
  10187.     {
  10188.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  10189.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  10190.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  10191.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10192.     }
  10193.     /**
  10194.      * Gets the private 'doctrine.query_dql_command' shared service.
  10195.      *
  10196.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  10197.      */
  10198.     protected function getDoctrine_QueryDqlCommandService()
  10199.     {
  10200.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10201.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  10202.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  10203.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  10204.         $instance->setName('doctrine:query:dql');
  10205.         return $instance;
  10206.     }
  10207.     /**
  10208.      * Gets the private 'doctrine.query_sql_command' shared service.
  10209.      *
  10210.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  10211.      */
  10212.     protected function getDoctrine_QuerySqlCommandService()
  10213.     {
  10214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10215.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  10216.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  10217.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand();
  10218.         $instance->setName('doctrine:query:sql');
  10219.         return $instance;
  10220.     }
  10221.     /**
  10222.      * Gets the private 'doctrine.schema_create_command' shared service.
  10223.      *
  10224.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  10225.      */
  10226.     protected function getDoctrine_SchemaCreateCommandService()
  10227.     {
  10228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  10231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  10232.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  10233.         $instance->setName('doctrine:schema:create');
  10234.         return $instance;
  10235.     }
  10236.     /**
  10237.      * Gets the private 'doctrine.schema_drop_command' shared service.
  10238.      *
  10239.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  10240.      */
  10241.     protected function getDoctrine_SchemaDropCommandService()
  10242.     {
  10243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10244.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10245.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  10246.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  10247.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  10248.         $instance->setName('doctrine:schema:drop');
  10249.         return $instance;
  10250.     }
  10251.     /**
  10252.      * Gets the private 'doctrine.schema_update_command' shared service.
  10253.      *
  10254.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  10255.      */
  10256.     protected function getDoctrine_SchemaUpdateCommandService()
  10257.     {
  10258.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10259.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  10260.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  10261.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  10262.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  10263.         $instance->setName('doctrine:schema:update');
  10264.         return $instance;
  10265.     }
  10266.     /**
  10267.      * Gets the private 'doctrine.schema_validate_command' shared service.
  10268.      *
  10269.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  10270.      */
  10271.     protected function getDoctrine_SchemaValidateCommandService()
  10272.     {
  10273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10274.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  10275.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  10276.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  10277.         $instance->setName('doctrine:schema:validate');
  10278.         return $instance;
  10279.     }
  10280.     /**
  10281.      * Gets the private 'error_handler.error_renderer.html' shared service.
  10282.      *
  10283.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  10284.      */
  10285.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  10286.     {
  10287.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  10288.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  10289.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10290.         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()));
  10291.     }
  10292.     /**
  10293.      * Gets the private 'file_locator' shared service.
  10294.      *
  10295.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  10296.      */
  10297.     protected function getFileLocatorService()
  10298.     {
  10299.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  10300.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  10301.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  10302.         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);
  10303.     }
  10304.     /**
  10305.      * Gets the private 'form.choice_list_factory.cached' shared service.
  10306.      *
  10307.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  10308.      */
  10309.     protected function getForm_ChoiceListFactory_CachedService()
  10310.     {
  10311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  10312.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  10313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  10314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  10315.         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())));
  10316.     }
  10317.     /**
  10318.      * Gets the private 'form.registry' shared service.
  10319.      *
  10320.      * @return \Symfony\Component\Form\FormRegistry
  10321.      */
  10322.     protected function getForm_RegistryService()
  10323.     {
  10324.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  10325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  10326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  10327.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  10328.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  10329.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  10330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  10331.         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, [
  10332.             'App\\Form\\Type\\ArrayTextType' => ['privates''App\\Form\\Type\\ArrayTextType''getArrayTextTypeService'false],
  10333.             'App\\Form\\Type\\EventExtraType' => ['privates''App\\Form\\Type\\EventExtraType''getEventExtraTypeService'false],
  10334.             'App\\Form\\Type\\EventTicketsLanguageType' => ['privates''App\\Form\\Type\\EventTicketsLanguageType''getEventTicketsLanguageTypeService'false],
  10335.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => ['privates''fos_ck_editor.form.type''getFosCkEditor_Form_TypeService'false],
  10336.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  10337.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => ['privates''fos_user.group.form.type''getFosUser_Group_Form_TypeService'false],
  10338.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  10339.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  10340.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  10341.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  10342.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => ['services''sonata.admin.form.type.admin''getSonata_Admin_Form_Type_AdminService'false],
  10343.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => ['services''sonata.admin.doctrine_orm.form.type.choice_field_mask''getSonata_Admin_DoctrineOrm_Form_Type_ChoiceFieldMaskService'false],
  10344.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => ['services''sonata.admin.form.type.collection''getSonata_Admin_Form_Type_CollectionService'false],
  10345.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => ['services''sonata.admin.form.filter.type.choice''getSonata_Admin_Form_Filter_Type_ChoiceService'false],
  10346.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => ['services''sonata.admin.form.filter.type.daterange''getSonata_Admin_Form_Filter_Type_DaterangeService'false],
  10347.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => ['services''sonata.admin.form.filter.type.datetime_range''getSonata_Admin_Form_Filter_Type_DatetimeRangeService'false],
  10348.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => ['services''sonata.admin.form.filter.type.datetime''getSonata_Admin_Form_Filter_Type_DatetimeService'false],
  10349.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => ['services''sonata.admin.form.filter.type.date''getSonata_Admin_Form_Filter_Type_DateService'false],
  10350.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => ['services''sonata.admin.form.filter.type.default''getSonata_Admin_Form_Filter_Type_DefaultService'false],
  10351.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => ['services''sonata.admin.form.filter.type.number''getSonata_Admin_Form_Filter_Type_NumberService'false],
  10352.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => ['services''sonata.admin.form.type.model_autocomplete''getSonata_Admin_Form_Type_ModelAutocompleteService'false],
  10353.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => ['services''sonata.admin.form.type.model_hidden''getSonata_Admin_Form_Type_ModelHiddenService'false],
  10354.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => ['services''sonata.admin.form.type.model_list''getSonata_Admin_Form_Type_ModelListService'false],
  10355.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => ['services''sonata.admin.form.type.model_reference''getSonata_Admin_Form_Type_ModelReferenceService'false],
  10356.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => ['services''sonata.admin.form.type.model_choice''getSonata_Admin_Form_Type_ModelChoiceService'false],
  10357.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => ['privates''sonata.block.form.type.container_template''getSonata_Block_Form_Type_ContainerTemplateService'false],
  10358.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => ['privates''sonata.block.form.type.block''getSonata_Block_Form_Type_BlockService'false],
  10359.             'Sonata\\CoreBundle\\Form\\Type\\BooleanType' => ['services''sonata.core.form.type.boolean_legacy''getSonata_Core_Form_Type_BooleanLegacyService'false],
  10360.             'Sonata\\CoreBundle\\Form\\Type\\CollectionType' => ['services''sonata.core.form.type.collection_legacy''getSonata_Core_Form_Type_CollectionLegacyService'false],
  10361.             'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType' => ['services''sonata.core.form.type.color_selector''getSonata_Core_Form_Type_ColorSelectorService'false],
  10362.             'Sonata\\CoreBundle\\Form\\Type\\ColorType' => ['services''sonata.core.form.type.color_legacy''getSonata_Core_Form_Type_ColorLegacyService'false],
  10363.             'Sonata\\CoreBundle\\Form\\Type\\DatePickerType' => ['services''sonata.core.form.type.date_picker_legacy''getSonata_Core_Form_Type_DatePickerLegacyService'false],
  10364.             'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType' => ['services''sonata.core.form.type.date_range_picker_legacy''getSonata_Core_Form_Type_DateRangePickerLegacyService'false],
  10365.             'Sonata\\CoreBundle\\Form\\Type\\DateRangeType' => ['services''sonata.core.form.type.date_range_legacy''getSonata_Core_Form_Type_DateRangeLegacyService'false],
  10366.             'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType' => ['services''sonata.core.form.type.datetime_picker_legacy''getSonata_Core_Form_Type_DatetimePickerLegacyService'false],
  10367.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType' => ['services''sonata.core.form.type.datetime_range_picker_legacy''getSonata_Core_Form_Type_DatetimeRangePickerLegacyService'false],
  10368.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType' => ['services''sonata.core.form.type.datetime_range_legacy''getSonata_Core_Form_Type_DatetimeRangeLegacyService'false],
  10369.             'Sonata\\CoreBundle\\Form\\Type\\EqualType' => ['services''sonata.core.form.type.equal_legacy''getSonata_Core_Form_Type_EqualLegacyService'false],
  10370.             'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType' => ['services''sonata.core.form.type.array_legacy''getSonata_Core_Form_Type_ArrayLegacyService'false],
  10371.             'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType' => ['services''sonata.core.form.type.translatable_choice''getSonata_Core_Form_Type_TranslatableChoiceService'false],
  10372.             'Sonata\\Form\\Type\\BooleanType' => ['services''sonata.core.form.type.boolean''getSonata_Core_Form_Type_BooleanService'false],
  10373.             'Sonata\\Form\\Type\\CollectionType' => ['services''sonata.core.form.type.collection''getSonata_Core_Form_Type_CollectionService'false],
  10374.             'Sonata\\Form\\Type\\DatePickerType' => ['services''sonata.core.form.type.date_picker''getSonata_Core_Form_Type_DatePickerService'false],
  10375.             'Sonata\\Form\\Type\\DateRangePickerType' => ['services''sonata.core.form.type.date_range_picker''getSonata_Core_Form_Type_DateRangePickerService'false],
  10376.             'Sonata\\Form\\Type\\DateRangeType' => ['services''sonata.core.form.type.date_range''getSonata_Core_Form_Type_DateRangeService'false],
  10377.             'Sonata\\Form\\Type\\DateTimePickerType' => ['services''sonata.core.form.type.datetime_picker''getSonata_Core_Form_Type_DatetimePickerService'false],
  10378.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => ['services''sonata.core.form.type.datetime_range_picker''getSonata_Core_Form_Type_DatetimeRangePickerService'false],
  10379.             'Sonata\\Form\\Type\\DateTimeRangeType' => ['services''sonata.core.form.type.datetime_range''getSonata_Core_Form_Type_DatetimeRangeService'false],
  10380.             'Sonata\\Form\\Type\\EqualType' => ['services''sonata.core.form.type.equal''getSonata_Core_Form_Type_EqualService'false],
  10381.             'Sonata\\Form\\Type\\ImmutableArrayType' => ['services''sonata.core.form.type.array''getSonata_Core_Form_Type_ArrayService'false],
  10382.             'Sonata\\FormatterBundle\\Form\\Type\\FormatterType' => ['privates''sonata.formatter.form.type.selector''getSonata_Formatter_Form_Type_SelectorService'false],
  10383.             'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType' => ['privates''sonata.formatter.form.type.simple''getSonata_Formatter_Form_Type_SimpleService'false],
  10384.             'Sonata\\MediaBundle\\Form\\Type\\MediaType' => ['privates''sonata.media.form.type.media''getSonata_Media_Form_Type_MediaService'false],
  10385.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => ['services''sonata.user.form.roles_matrix_type''getSonata_User_Form_RolesMatrixTypeService'false],
  10386.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => ['services''sonata.user.form.type.security_roles''getSonata_User_Form_Type_SecurityRolesService'false],
  10387.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => ['privates''sonata.user.form.gender_list''getSonata_User_Form_GenderListService'false],
  10388.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  10389.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  10390.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''form.type.file''getForm_Type_FileService'false],
  10391.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  10392.         ], [
  10393.             'App\\Form\\Type\\ArrayTextType' => '?',
  10394.             'App\\Form\\Type\\EventExtraType' => '?',
  10395.             'App\\Form\\Type\\EventTicketsLanguageType' => '?',
  10396.             'FOS\\CKEditorBundle\\Form\\Type\\CKEditorType' => '?',
  10397.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  10398.             'FOS\\UserBundle\\Form\\Type\\GroupFormType' => '?',
  10399.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  10400.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  10401.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  10402.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  10403.             'Sonata\\AdminBundle\\Form\\Type\\AdminType' => '?',
  10404.             'Sonata\\AdminBundle\\Form\\Type\\ChoiceFieldMaskType' => '?',
  10405.             'Sonata\\AdminBundle\\Form\\Type\\CollectionType' => '?',
  10406.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\ChoiceType' => '?',
  10407.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateRangeType' => '?',
  10408.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeRangeType' => '?',
  10409.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateTimeType' => '?',
  10410.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DateType' => '?',
  10411.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\DefaultType' => '?',
  10412.             'Sonata\\AdminBundle\\Form\\Type\\Filter\\NumberType' => '?',
  10413.             'Sonata\\AdminBundle\\Form\\Type\\ModelAutocompleteType' => '?',
  10414.             'Sonata\\AdminBundle\\Form\\Type\\ModelHiddenType' => '?',
  10415.             'Sonata\\AdminBundle\\Form\\Type\\ModelListType' => '?',
  10416.             'Sonata\\AdminBundle\\Form\\Type\\ModelReferenceType' => '?',
  10417.             'Sonata\\AdminBundle\\Form\\Type\\ModelType' => '?',
  10418.             'Sonata\\BlockBundle\\Form\\Type\\ContainerTemplateType' => '?',
  10419.             'Sonata\\BlockBundle\\Form\\Type\\ServiceListType' => '?',
  10420.             'Sonata\\CoreBundle\\Form\\Type\\BooleanType' => '?',
  10421.             'Sonata\\CoreBundle\\Form\\Type\\CollectionType' => '?',
  10422.             'Sonata\\CoreBundle\\Form\\Type\\ColorSelectorType' => '?',
  10423.             'Sonata\\CoreBundle\\Form\\Type\\ColorType' => '?',
  10424.             'Sonata\\CoreBundle\\Form\\Type\\DatePickerType' => '?',
  10425.             'Sonata\\CoreBundle\\Form\\Type\\DateRangePickerType' => '?',
  10426.             'Sonata\\CoreBundle\\Form\\Type\\DateRangeType' => '?',
  10427.             'Sonata\\CoreBundle\\Form\\Type\\DateTimePickerType' => '?',
  10428.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangePickerType' => '?',
  10429.             'Sonata\\CoreBundle\\Form\\Type\\DateTimeRangeType' => '?',
  10430.             'Sonata\\CoreBundle\\Form\\Type\\EqualType' => '?',
  10431.             'Sonata\\CoreBundle\\Form\\Type\\ImmutableArrayType' => '?',
  10432.             'Sonata\\CoreBundle\\Form\\Type\\TranslatableChoiceType' => '?',
  10433.             'Sonata\\Form\\Type\\BooleanType' => '?',
  10434.             'Sonata\\Form\\Type\\CollectionType' => '?',
  10435.             'Sonata\\Form\\Type\\DatePickerType' => '?',
  10436.             'Sonata\\Form\\Type\\DateRangePickerType' => '?',
  10437.             'Sonata\\Form\\Type\\DateRangeType' => '?',
  10438.             'Sonata\\Form\\Type\\DateTimePickerType' => '?',
  10439.             'Sonata\\Form\\Type\\DateTimeRangePickerType' => '?',
  10440.             'Sonata\\Form\\Type\\DateTimeRangeType' => '?',
  10441.             'Sonata\\Form\\Type\\EqualType' => '?',
  10442.             'Sonata\\Form\\Type\\ImmutableArrayType' => '?',
  10443.             'Sonata\\FormatterBundle\\Form\\Type\\FormatterType' => '?',
  10444.             'Sonata\\FormatterBundle\\Form\\Type\\SimpleFormatterType' => '?',
  10445.             'Sonata\\MediaBundle\\Form\\Type\\MediaType' => '?',
  10446.             'Sonata\\UserBundle\\Form\\Type\\RolesMatrixType' => '?',
  10447.             'Sonata\\UserBundle\\Form\\Type\\SecurityRolesType' => '?',
  10448.             'Sonata\\UserBundle\\Form\\Type\\UserGenderListType' => '?',
  10449.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  10450.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  10451.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  10452.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  10453.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  10454.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  10455.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  10456.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  10457.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  10458.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  10459.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  10460.             yield => ($this->services['sonata.admin.form.extension.field'] ?? $this->getSonata_Admin_Form_Extension_FieldService());
  10461.             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()));
  10462.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  10463.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  10464.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  10465.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  10466.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => new RewindableGenerator(function () {
  10467.             yield => ($this->services['sonata.admin.form.extension.choice'] ?? ($this->services['sonata.admin.form.extension.choice'] = new \Sonata\AdminBundle\Form\Extension\ChoiceTypeExtension()));
  10468.         }, 1)], new RewindableGenerator(function () {
  10469.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  10470.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  10471.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  10472.     }
  10473.     /**
  10474.      * Gets the private 'form.server_params' shared service.
  10475.      *
  10476.      * @return \Symfony\Component\Form\Util\ServerParams
  10477.      */
  10478.     protected function getForm_ServerParamsService()
  10479.     {
  10480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  10481.         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())));
  10482.     }
  10483.     /**
  10484.      * Gets the private 'form.type.choice' shared service.
  10485.      *
  10486.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  10487.      */
  10488.     protected function getForm_Type_ChoiceService()
  10489.     {
  10490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  10493.         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()));
  10494.     }
  10495.     /**
  10496.      * Gets the private 'form.type.entity' shared service.
  10497.      *
  10498.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  10499.      */
  10500.     protected function getForm_Type_EntityService()
  10501.     {
  10502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10504.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  10505.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  10506.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10507.     }
  10508.     /**
  10509.      * Gets the private 'form.type.form' shared service.
  10510.      *
  10511.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  10512.      */
  10513.     protected function getForm_Type_FormService()
  10514.     {
  10515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10516.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  10518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  10519.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10520.     }
  10521.     /**
  10522.      * Gets the private 'form.type_extension.csrf' shared service.
  10523.      *
  10524.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  10525.      */
  10526.     protected function getForm_TypeExtension_CsrfService()
  10527.     {
  10528.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  10531.         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()));
  10532.     }
  10533.     /**
  10534.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  10535.      *
  10536.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  10537.      */
  10538.     protected function getForm_TypeExtension_Form_DataCollectorService()
  10539.     {
  10540.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  10543.         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()));
  10544.     }
  10545.     /**
  10546.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  10547.      *
  10548.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  10549.      */
  10550.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  10551.     {
  10552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  10557.         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())));
  10558.     }
  10559.     /**
  10560.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  10561.      *
  10562.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  10563.      */
  10564.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  10565.     {
  10566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  10569.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  10570.     }
  10571.     /**
  10572.      * Gets the private 'form.type_extension.form.validator' shared service.
  10573.      *
  10574.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  10575.      */
  10576.     protected function getForm_TypeExtension_Form_ValidatorService()
  10577.     {
  10578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  10581.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  10582.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['validator'] ?? $this->getValidatorService()));
  10583.     }
  10584.     /**
  10585.      * Gets the private 'form.type_extension.upload.validator' shared service.
  10586.      *
  10587.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  10588.      */
  10589.     protected function getForm_TypeExtension_Upload_ValidatorService()
  10590.     {
  10591.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  10592.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  10593.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  10594.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  10595.     }
  10596.     /**
  10597.      * Gets the private 'form.type_guesser.doctrine' shared service.
  10598.      *
  10599.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  10600.      */
  10601.     protected function getForm_TypeGuesser_DoctrineService()
  10602.     {
  10603.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  10604.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  10605.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  10606.     }
  10607.     /**
  10608.      * Gets the private 'form.type_guesser.validator' shared service.
  10609.      *
  10610.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  10611.      */
  10612.     protected function getForm_TypeGuesser_ValidatorService()
  10613.     {
  10614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  10615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  10616.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['validator'] ?? $this->getValidatorService()));
  10617.     }
  10618.     /**
  10619.      * Gets the private 'fos_ck_editor.command.installer' shared service.
  10620.      *
  10621.      * @return \FOS\CKEditorBundle\Command\CKEditorInstallerCommand
  10622.      */
  10623.     protected function getFosCkEditor_Command_InstallerService()
  10624.     {
  10625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10626.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Command/CKEditorInstallerCommand.php';
  10627.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Installer/CKEditorInstaller.php';
  10628.         $this->privates['fos_ck_editor.command.installer'] = $instance = new \FOS\CKEditorBundle\Command\CKEditorInstallerCommand(new \FOS\CKEditorBundle\Installer\CKEditorInstaller());
  10629.         $instance->setName('ckeditor:install');
  10630.         return $instance;
  10631.     }
  10632.     /**
  10633.      * Gets the private 'fos_ck_editor.config_manager' shared service.
  10634.      *
  10635.      * @return \FOS\CKEditorBundle\Model\ConfigManager
  10636.      */
  10637.     protected function getFosCkEditor_ConfigManagerService()
  10638.     {
  10639.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/ConfigManagerInterface.php';
  10640.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/ConfigManager.php';
  10641.         $this->privates['fos_ck_editor.config_manager'] = $instance = new \FOS\CKEditorBundle\Model\ConfigManager();
  10642.         $instance->setConfigs(['default' => ['toolbar' => 'full''uiColor' => '#d2d2d2''forcePasteAsPlainText' => 'true,''removePlugins' => 'pastefromword''extraPlugins' => 'autogrow']]);
  10643.         $instance->setDefaultConfig('default');
  10644.         return $instance;
  10645.     }
  10646.     /**
  10647.      * Gets the private 'fos_ck_editor.form.type' shared service.
  10648.      *
  10649.      * @return \FOS\CKEditorBundle\Form\Type\CKEditorType
  10650.      */
  10651.     protected function getFosCkEditor_Form_TypeService()
  10652.     {
  10653.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10654.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10655.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Form/Type/CKEditorType.php';
  10656.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/StylesSetManagerInterface.php';
  10657.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/StylesSetManager.php';
  10658.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/TemplateManagerInterface.php';
  10659.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/TemplateManager.php';
  10660.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/ToolbarManagerInterface.php';
  10661.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/ToolbarManager.php';
  10662.         $this->privates['fos_ck_editor.form.type'] = $instance = new \FOS\CKEditorBundle\Form\Type\CKEditorType(($this->privates['fos_ck_editor.config_manager'] ?? $this->getFosCkEditor_ConfigManagerService()), ($this->privates['fos_ck_editor.plugin_manager'] ?? $this->getFosCkEditor_PluginManagerService()), ($this->privates['fos_ck_editor.styles_set_manager'] ?? ($this->privates['fos_ck_editor.styles_set_manager'] = new \FOS\CKEditorBundle\Model\StylesSetManager())), ($this->privates['fos_ck_editor.template_manager'] ?? ($this->privates['fos_ck_editor.template_manager'] = new \FOS\CKEditorBundle\Model\TemplateManager())), ($this->privates['fos_ck_editor.toolbar_manager'] ?? ($this->privates['fos_ck_editor.toolbar_manager'] = new \FOS\CKEditorBundle\Model\ToolbarManager())));
  10663.         $instance->isInputSync(true);
  10664.         return $instance;
  10665.     }
  10666.     /**
  10667.      * Gets the private 'fos_ck_editor.plugin_manager' shared service.
  10668.      *
  10669.      * @return \FOS\CKEditorBundle\Model\PluginManager
  10670.      */
  10671.     protected function getFosCkEditor_PluginManagerService()
  10672.     {
  10673.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/PluginManagerInterface.php';
  10674.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/PluginManager.php';
  10675.         $this->privates['fos_ck_editor.plugin_manager'] = $instance = new \FOS\CKEditorBundle\Model\PluginManager();
  10676.         $instance->setPlugins(['autogrow' => ['path' => '/ckeditor/plugins/autogrow/''filename' => 'plugin.js']]);
  10677.         return $instance;
  10678.     }
  10679.     /**
  10680.      * Gets the private 'fos_rest.body_listener' shared service.
  10681.      *
  10682.      * @return \FOS\RestBundle\EventListener\BodyListener
  10683.      */
  10684.     protected function getFosRest_BodyListenerService()
  10685.     {
  10686.         $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, [
  10687.             'fos_rest.decoder.json' => ['privates''fos_rest.decoder.json''getFosRest_Decoder_JsonService'false],
  10688.             'fos_rest.decoder.xml' => ['privates''fos_rest.decoder.xml''getFosRest_Decoder_XmlService'false],
  10689.         ], [
  10690.             'fos_rest.decoder.json' => '?',
  10691.             'fos_rest.decoder.xml' => '?',
  10692.         ]), ['json' => 'fos_rest.decoder.json''xml' => 'fos_rest.decoder.xml']), false);
  10693.         $instance->setDefaultFormat(NULL);
  10694.         return $instance;
  10695.     }
  10696.     /**
  10697.      * Gets the private 'fos_rest.decoder.json' shared service.
  10698.      *
  10699.      * @return \FOS\RestBundle\Decoder\JsonDecoder
  10700.      */
  10701.     protected function getFosRest_Decoder_JsonService()
  10702.     {
  10703.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  10704.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/JsonDecoder.php';
  10705.         return $this->privates['fos_rest.decoder.json'] = new \FOS\RestBundle\Decoder\JsonDecoder();
  10706.     }
  10707.     /**
  10708.      * Gets the private 'fos_rest.decoder.xml' shared service.
  10709.      *
  10710.      * @return \FOS\RestBundle\Decoder\XmlDecoder
  10711.      */
  10712.     protected function getFosRest_Decoder_XmlService()
  10713.     {
  10714.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/DecoderInterface.php';
  10715.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Decoder/XmlDecoder.php';
  10716.         return $this->privates['fos_rest.decoder.xml'] = new \FOS\RestBundle\Decoder\XmlDecoder();
  10717.     }
  10718.     /**
  10719.      * Gets the private 'fos_rest.serializer.form_error_handler' shared service.
  10720.      *
  10721.      * @return \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler
  10722.      */
  10723.     protected function getFosRest_Serializer_FormErrorHandlerService()
  10724.     {
  10725.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  10726.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Normalizer/FormErrorHandler.php';
  10727.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  10728.         return $this->privates['fos_rest.serializer.form_error_handler'] = new \FOS\RestBundle\Serializer\Normalizer\FormErrorHandler(new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators'));
  10729.     }
  10730.     /**
  10731.      * Gets the private 'fos_rest.serializer.jms' shared service.
  10732.      *
  10733.      * @return \FOS\RestBundle\Serializer\JMSSerializerAdapter
  10734.      */
  10735.     protected function getFosRest_Serializer_JmsService($lazyLoad true)
  10736.     {
  10737.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/Serializer.php';
  10738.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/Serializer/JMSSerializerAdapter.php';
  10739.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  10740.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  10741.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  10742.         return new \FOS\RestBundle\Serializer\JMSSerializerAdapter(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  10743.     }
  10744.     /**
  10745.      * Gets the private 'fos_rest.serializer.jms_handler_registry.inner' shared service.
  10746.      *
  10747.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  10748.      */
  10749.     protected function getFosRest_Serializer_JmsHandlerRegistry_InnerService()
  10750.     {
  10751.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  10752.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  10753.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  10754.         return $this->privates['fos_rest.serializer.jms_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10755.             'fos_rest.serializer.form_error_handler' => ['privates''fos_rest.serializer.form_error_handler''getFosRest_Serializer_FormErrorHandlerService'false],
  10756.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  10757.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  10758.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  10759.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  10760.             'sonata.media.serializer.handler.gallery' => ['privates''sonata.media.serializer.handler.gallery''getSonata_Media_Serializer_Handler_GalleryService'false],
  10761.             'sonata.media.serializer.handler.media' => ['privates''sonata.media.serializer.handler.media''getSonata_Media_Serializer_Handler_MediaService'false],
  10762.         ], [
  10763.             'fos_rest.serializer.form_error_handler' => '?',
  10764.             'jms_serializer.array_collection_handler' => '?',
  10765.             'jms_serializer.constraint_violation_handler' => '?',
  10766.             'jms_serializer.datetime_handler' => '?',
  10767.             'jms_serializer.iterator_handler' => '?',
  10768.             'sonata.media.serializer.handler.gallery' => '?',
  10769.             'sonata.media.serializer.handler.media' => '?',
  10770.         ]), [=> ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'sonata_media_media_id' => ['json' => [=> 'sonata.media.serializer.handler.media'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.media.serializer.handler.media'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.media.serializer.handler.media'=> 'serializeObjectToId']], 'sonata_media_gallery_id' => ['json' => [=> 'sonata.media.serializer.handler.gallery'=> 'serializeObjectToId'], 'xml' => [=> 'sonata.media.serializer.handler.gallery'=> 'serializeObjectToId'], 'yml' => [=> 'sonata.media.serializer.handler.gallery'=> 'serializeObjectToId']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'fos_rest.serializer.form_error_handler'=> 'serializeFormErrorTojson']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'yml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'JMS\\Serializer\\Handler\\iterable' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterable']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']], 'sonata_media_media_id' => ['json' => [=> 'sonata.media.serializer.handler.media'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.media.serializer.handler.media'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.media.serializer.handler.media'=> 'deserializeObjectFromId']], 'sonata_media_gallery_id' => ['json' => [=> 'sonata.media.serializer.handler.gallery'=> 'deserializeObjectFromId'], 'xml' => [=> 'sonata.media.serializer.handler.gallery'=> 'deserializeObjectFromId'], 'yml' => [=> 'sonata.media.serializer.handler.gallery'=> 'deserializeObjectFromId']]]]);
  10771.     }
  10772.     /**
  10773.      * Gets the private 'fos_user.change_password.form.type' shared service.
  10774.      *
  10775.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  10776.      */
  10777.     protected function getFosUser_ChangePassword_Form_TypeService()
  10778.     {
  10779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10781.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  10782.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10783.     }
  10784.     /**
  10785.      * Gets the private 'fos_user.command.activate_user' shared service.
  10786.      *
  10787.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  10788.      */
  10789.     protected function getFosUser_Command_ActivateUserService()
  10790.     {
  10791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10792.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  10793.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10794.         $instance->setName('fos:user:activate');
  10795.         return $instance;
  10796.     }
  10797.     /**
  10798.      * Gets the private 'fos_user.command.change_password' shared service.
  10799.      *
  10800.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  10801.      */
  10802.     protected function getFosUser_Command_ChangePasswordService()
  10803.     {
  10804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10805.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  10806.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10807.         $instance->setName('fos:user:change-password');
  10808.         return $instance;
  10809.     }
  10810.     /**
  10811.      * Gets the private 'fos_user.command.create_user' shared service.
  10812.      *
  10813.      * @return \FOS\UserBundle\Command\CreateUserCommand
  10814.      */
  10815.     protected function getFosUser_Command_CreateUserService()
  10816.     {
  10817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10818.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  10819.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10820.         $instance->setName('fos:user:create');
  10821.         return $instance;
  10822.     }
  10823.     /**
  10824.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  10825.      *
  10826.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  10827.      */
  10828.     protected function getFosUser_Command_DeactivateUserService()
  10829.     {
  10830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10831.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  10832.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10833.         $instance->setName('fos:user:deactivate');
  10834.         return $instance;
  10835.     }
  10836.     /**
  10837.      * Gets the private 'fos_user.command.demote_user' shared service.
  10838.      *
  10839.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  10840.      */
  10841.     protected function getFosUser_Command_DemoteUserService()
  10842.     {
  10843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10844.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  10845.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  10846.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10847.         $instance->setName('fos:user:demote');
  10848.         return $instance;
  10849.     }
  10850.     /**
  10851.      * Gets the private 'fos_user.command.promote_user' shared service.
  10852.      *
  10853.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  10854.      */
  10855.     protected function getFosUser_Command_PromoteUserService()
  10856.     {
  10857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10858.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  10859.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  10860.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  10861.         $instance->setName('fos:user:promote');
  10862.         return $instance;
  10863.     }
  10864.     /**
  10865.      * Gets the private 'fos_user.group.form.type' shared service.
  10866.      *
  10867.      * @return \FOS\UserBundle\Form\Type\GroupFormType
  10868.      */
  10869.     protected function getFosUser_Group_Form_TypeService()
  10870.     {
  10871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10873.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/GroupFormType.php';
  10874.         return $this->privates['fos_user.group.form.type'] = new \FOS\UserBundle\Form\Type\GroupFormType('App\\Application\\Sonata\\UserBundle\\Entity\\Group');
  10875.     }
  10876.     /**
  10877.      * Gets the private 'fos_user.listener.authentication' shared service.
  10878.      *
  10879.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  10880.      */
  10881.     protected function getFosUser_Listener_AuthenticationService()
  10882.     {
  10883.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  10884.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  10885.     }
  10886.     /**
  10887.      * Gets the private 'fos_user.listener.flash' shared service.
  10888.      *
  10889.      * @return \FOS\UserBundle\EventListener\FlashListener
  10890.      */
  10891.     protected function getFosUser_Listener_FlashService()
  10892.     {
  10893.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  10894.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['session'] ?? $this->getSessionService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  10895.     }
  10896.     /**
  10897.      * Gets the private 'fos_user.listener.resetting' shared service.
  10898.      *
  10899.      * @return \FOS\UserBundle\EventListener\ResettingListener
  10900.      */
  10901.     protected function getFosUser_Listener_ResettingService()
  10902.     {
  10903.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  10904.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  10905.     }
  10906.     /**
  10907.      * Gets the private 'fos_user.object_manager' shared service.
  10908.      *
  10909.      * @return \Doctrine\Common\Persistence\ObjectManager
  10910.      */
  10911.     protected function getFosUser_ObjectManagerService()
  10912.     {
  10913.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  10914.     }
  10915.     /**
  10916.      * Gets the private 'fos_user.profile.form.type' shared service.
  10917.      *
  10918.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  10919.      */
  10920.     protected function getFosUser_Profile_Form_TypeService()
  10921.     {
  10922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10924.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  10925.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10926.     }
  10927.     /**
  10928.      * Gets the private 'fos_user.registration.form.type' shared service.
  10929.      *
  10930.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  10931.      */
  10932.     protected function getFosUser_Registration_Form_TypeService()
  10933.     {
  10934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10936.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  10937.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10938.     }
  10939.     /**
  10940.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  10941.      *
  10942.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  10943.      */
  10944.     protected function getFosUser_Resetting_Form_FactoryService()
  10945.     {
  10946.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  10947.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  10948.         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']);
  10949.     }
  10950.     /**
  10951.      * Gets the private 'fos_user.resetting.form.type' shared service.
  10952.      *
  10953.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  10954.      */
  10955.     protected function getFosUser_Resetting_Form_TypeService()
  10956.     {
  10957.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10958.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10959.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  10960.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('App\\Application\\Sonata\\UserBundle\\Entity\\User');
  10961.     }
  10962.     /**
  10963.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  10964.      *
  10965.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  10966.      */
  10967.     protected function getFosUser_Security_InteractiveLoginListenerService()
  10968.     {
  10969.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  10970.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10971.     }
  10972.     /**
  10973.      * Gets the private 'fos_user.security.login_manager' shared service.
  10974.      *
  10975.      * @return \FOS\UserBundle\Security\LoginManager
  10976.      */
  10977.     protected function getFosUser_Security_LoginManagerService()
  10978.     {
  10979.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  10980.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  10981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  10982.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  10983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  10984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  10985.         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);
  10986.     }
  10987.     /**
  10988.      * Gets the private 'fos_user.user_provider.username' shared service.
  10989.      *
  10990.      * @return \FOS\UserBundle\Security\UserProvider
  10991.      */
  10992.     protected function getFosUser_UserProvider_UsernameService()
  10993.     {
  10994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  10995.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  10996.         return $this->privates['fos_user.user_provider.username'] = new \FOS\UserBundle\Security\UserProvider(($this->services['fos_user.user_manager'] ?? $this->getFosUser_UserManagerService()));
  10997.     }
  10998.     /**
  10999.      * Gets the private 'fos_user.username_form_type' shared service.
  11000.      *
  11001.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  11002.      */
  11003.     protected function getFosUser_UsernameFormTypeService()
  11004.     {
  11005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  11006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  11007.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  11008.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  11009.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  11010.         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())));
  11011.     }
  11012.     /**
  11013.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  11014.      *
  11015.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  11016.      */
  11017.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  11018.     {
  11019.         $a = new \FOS\UserBundle\Util\Canonicalizer();
  11020.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  11021.     }
  11022.     /**
  11023.      * Gets the private 'fos_user.util.password_updater' shared service.
  11024.      *
  11025.      * @return \FOS\UserBundle\Util\PasswordUpdater
  11026.      */
  11027.     protected function getFosUser_Util_PasswordUpdaterService()
  11028.     {
  11029.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\PasswordUpdater(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  11030.     }
  11031.     /**
  11032.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  11033.      *
  11034.      * @return \FOS\UserBundle\Util\UserManipulator
  11035.      */
  11036.     protected function getFosUser_Util_UserManipulatorService()
  11037.     {
  11038.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  11039.         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())));
  11040.     }
  11041.     /**
  11042.      * Gets the private 'fragment.renderer.inline' shared service.
  11043.      *
  11044.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  11045.      */
  11046.     protected function getFragment_Renderer_InlineService()
  11047.     {
  11048.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  11049.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  11050.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  11051.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11052.         $instance->setFragmentPath('/_fragment');
  11053.         return $instance;
  11054.     }
  11055.     /**
  11056.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  11057.      *
  11058.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  11059.      */
  11060.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  11061.     {
  11062.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  11063.     }
  11064.     /**
  11065.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  11066.      *
  11067.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  11068.      */
  11069.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  11070.     {
  11071.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  11072.     }
  11073.     /**
  11074.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  11075.      *
  11076.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  11077.      */
  11078.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  11079.     {
  11080.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  11081.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  11082.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  11083.     }
  11084.     /**
  11085.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  11086.      *
  11087.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  11088.      */
  11089.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  11090.     {
  11091.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  11092.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  11093.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  11094.     }
  11095.     /**
  11096.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  11097.      *
  11098.      * @return \JMS\Serializer\Handler\DateHandler
  11099.      */
  11100.     protected function getJmsSerializer_DatetimeHandlerService()
  11101.     {
  11102.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  11103.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  11104.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''Europe/Amsterdam'true);
  11105.     }
  11106.     /**
  11107.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  11108.      *
  11109.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  11110.      */
  11111.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  11112.     {
  11113.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  11114.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  11115.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  11116.     }
  11117.     /**
  11118.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  11119.      *
  11120.      * @return \JMS\Serializer\Handler\IteratorHandler
  11121.      */
  11122.     protected function getJmsSerializer_IteratorHandlerService()
  11123.     {
  11124.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  11125.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  11126.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  11127.     }
  11128.     /**
  11129.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  11130.      *
  11131.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  11132.      */
  11133.     protected function getJmsSerializer_StopwatchSubscriberService()
  11134.     {
  11135.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  11136.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  11137.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11138.     }
  11139.     /**
  11140.      * Gets the private 'knp_menu.menu_provider.builder_alias' shared service.
  11141.      *
  11142.      * @return \Knp\Bundle\MenuBundle\Provider\BuilderAliasProvider
  11143.      */
  11144.     protected function getKnpMenu_MenuProvider_BuilderAliasService()
  11145.     {
  11146.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Provider/BuilderAliasProvider.php';
  11147.         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()));
  11148.     }
  11149.     /**
  11150.      * Gets the private 'knp_menu.menu_provider.chain' shared service.
  11151.      *
  11152.      * @return \Knp\Menu\Provider\ChainProvider
  11153.      */
  11154.     protected function getKnpMenu_MenuProvider_ChainService()
  11155.     {
  11156.         return $this->privates['knp_menu.menu_provider.chain'] = new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  11157.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->getKnpMenu_MenuProvider_LazyService());
  11158.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->getKnpMenu_MenuProvider_BuilderAliasService());
  11159.             yield => ($this->privates['sonata.admin.menu.group_provider'] ?? $this->getSonata_Admin_Menu_GroupProviderService());
  11160.         }, 3));
  11161.     }
  11162.     /**
  11163.      * Gets the private 'knp_menu.menu_provider.lazy' shared service.
  11164.      *
  11165.      * @return \Knp\Menu\Provider\LazyProvider
  11166.      */
  11167.     protected function getKnpMenu_MenuProvider_LazyService()
  11168.     {
  11169.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/LazyProvider.php';
  11170.         return $this->privates['knp_menu.menu_provider.lazy'] = new \Knp\Menu\Provider\LazyProvider(['sonata_admin_sidebar' => function () {
  11171.             return ($this->services['sonata.admin.sidebar_menu'] ?? $this->getSonata_Admin_SidebarMenuService());
  11172.         }]);
  11173.     }
  11174.     /**
  11175.      * Gets the private 'knp_menu.renderer.list' shared service.
  11176.      *
  11177.      * @return \Knp\Menu\Renderer\ListRenderer
  11178.      */
  11179.     protected function getKnpMenu_Renderer_ListService()
  11180.     {
  11181.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/Renderer.php';
  11182.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  11183.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/ListRenderer.php';
  11184.         return $this->privates['knp_menu.renderer.list'] = new \Knp\Menu\Renderer\ListRenderer(($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService()), [], 'UTF-8');
  11185.     }
  11186.     /**
  11187.      * Gets the private 'knp_menu.renderer.twig' shared service.
  11188.      *
  11189.      * @return \Knp\Menu\Renderer\TwigRenderer
  11190.      */
  11191.     protected function getKnpMenu_Renderer_TwigService()
  11192.     {
  11193.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererInterface.php';
  11194.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/TwigRenderer.php';
  11195.         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()), []);
  11196.     }
  11197.     /**
  11198.      * Gets the private 'knp_menu.voter.router' shared service.
  11199.      *
  11200.      * @return \Knp\Menu\Matcher\Voter\RouteVoter
  11201.      */
  11202.     protected function getKnpMenu_Voter_RouterService()
  11203.     {
  11204.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/VoterInterface.php';
  11205.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Voter/RouteVoter.php';
  11206.         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())));
  11207.     }
  11208.     /**
  11209.      * Gets the private 'locale_aware_listener' shared service.
  11210.      *
  11211.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  11212.      */
  11213.     protected function getLocaleAwareListenerService()
  11214.     {
  11215.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  11216.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  11217.         }, 1), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  11218.     }
  11219.     /**
  11220.      * Gets the private 'locale_listener' shared service.
  11221.      *
  11222.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  11223.      */
  11224.     protected function getLocaleListenerService()
  11225.     {
  11226.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'nl', ($this->services['router'] ?? $this->getRouterService()));
  11227.     }
  11228.     /**
  11229.      * Gets the private 'maker.auto_command.make_auth' shared service.
  11230.      *
  11231.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11232.      */
  11233.     protected function getMaker_AutoCommand_MakeAuthService()
  11234.     {
  11235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  11240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  11241.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11242.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  11243.         $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);
  11244.         $instance->setName('make:auth');
  11245.         return $instance;
  11246.     }
  11247.     /**
  11248.      * Gets the private 'maker.auto_command.make_command' shared service.
  11249.      *
  11250.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11251.      */
  11252.     protected function getMaker_AutoCommand_MakeCommandService()
  11253.     {
  11254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11255.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  11259.         $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()));
  11260.         $instance->setName('make:command');
  11261.         return $instance;
  11262.     }
  11263.     /**
  11264.      * Gets the private 'maker.auto_command.make_controller' shared service.
  11265.      *
  11266.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11267.      */
  11268.     protected function getMaker_AutoCommand_MakeControllerService()
  11269.     {
  11270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11271.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11272.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  11275.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11276.         $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()));
  11277.         $instance->setName('make:controller');
  11278.         return $instance;
  11279.     }
  11280.     /**
  11281.      * Gets the private 'maker.auto_command.make_crud' shared service.
  11282.      *
  11283.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11284.      */
  11285.     protected function getMaker_AutoCommand_MakeCrudService()
  11286.     {
  11287.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11288.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11289.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11290.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  11292.         $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()));
  11293.         $instance->setName('make:crud');
  11294.         return $instance;
  11295.     }
  11296.     /**
  11297.      * Gets the private 'maker.auto_command.make_entity' shared service.
  11298.      *
  11299.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11300.      */
  11301.     protected function getMaker_AutoCommand_MakeEntityService()
  11302.     {
  11303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11304.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11305.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11306.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11307.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  11308.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  11309.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11310.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  11311.         $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), $a$b);
  11312.         $instance->setName('make:entity');
  11313.         return $instance;
  11314.     }
  11315.     /**
  11316.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  11317.      *
  11318.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11319.      */
  11320.     protected function getMaker_AutoCommand_MakeFixturesService()
  11321.     {
  11322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11325.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11326.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  11327.         $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()));
  11328.         $instance->setName('make:fixtures');
  11329.         return $instance;
  11330.     }
  11331.     /**
  11332.      * Gets the private 'maker.auto_command.make_form' shared service.
  11333.      *
  11334.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11335.      */
  11336.     protected function getMaker_AutoCommand_MakeFormService()
  11337.     {
  11338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11340.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11341.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11342.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  11343.         $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()));
  11344.         $instance->setName('make:form');
  11345.         return $instance;
  11346.     }
  11347.     /**
  11348.      * Gets the private 'maker.auto_command.make_functional_test' shared service.
  11349.      *
  11350.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11351.      */
  11352.     protected function getMaker_AutoCommand_MakeFunctionalTestService()
  11353.     {
  11354.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11357.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFunctionalTest.php';
  11359.         $this->privates['maker.auto_command.make_functional_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFunctionalTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11360.         $instance->setName('make:functional-test');
  11361.         return $instance;
  11362.     }
  11363.     /**
  11364.      * Gets the private 'maker.auto_command.make_migration' shared service.
  11365.      *
  11366.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11367.      */
  11368.     protected function getMaker_AutoCommand_MakeMigrationService()
  11369.     {
  11370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  11375.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  11376.         $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()));
  11377.         $instance->setName('make:migration');
  11378.         return $instance;
  11379.     }
  11380.     /**
  11381.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  11382.      *
  11383.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11384.      */
  11385.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  11386.     {
  11387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  11392.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11393.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11394.         $instance->setName('make:registration-form');
  11395.         return $instance;
  11396.     }
  11397.     /**
  11398.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  11399.      *
  11400.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11401.      */
  11402.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  11403.     {
  11404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11405.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  11409.         $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()));
  11410.         $instance->setName('make:serializer:encoder');
  11411.         return $instance;
  11412.     }
  11413.     /**
  11414.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  11415.      *
  11416.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11417.      */
  11418.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  11419.     {
  11420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11422.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11423.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  11425.         $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()));
  11426.         $instance->setName('make:serializer:normalizer');
  11427.         return $instance;
  11428.     }
  11429.     /**
  11430.      * Gets the private 'maker.auto_command.make_sonata_admin' shared service.
  11431.      *
  11432.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11433.      */
  11434.     protected function getMaker_AutoCommand_MakeSonataAdminService()
  11435.     {
  11436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11437.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11438.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11439.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Maker/AdminMaker.php';
  11441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/ModelManagerInterface.php';
  11442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Model/LockInterface.php';
  11443.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Model/ModelManager.php';
  11444.         $this->privates['maker.auto_command.make_sonata_admin'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Sonata\AdminBundle\Maker\AdminMaker(\dirname(__DIR__4), ['sonata.admin.manager.orm' => new \Sonata\DoctrineORMAdminBundle\Model\ModelManager(($this->services['doctrine'] ?? $this->getDoctrineService()))]), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11445.         $instance->setName('make:sonata:admin');
  11446.         return $instance;
  11447.     }
  11448.     /**
  11449.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  11450.      *
  11451.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11452.      */
  11453.     protected function getMaker_AutoCommand_MakeSubscriberService()
  11454.     {
  11455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11456.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  11460.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  11461.         $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()));
  11462.         $instance->setName('make:subscriber');
  11463.         return $instance;
  11464.     }
  11465.     /**
  11466.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  11467.      *
  11468.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11469.      */
  11470.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  11471.     {
  11472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11473.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11474.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11475.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11476.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  11477.         $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()));
  11478.         $instance->setName('make:twig-extension');
  11479.         return $instance;
  11480.     }
  11481.     /**
  11482.      * Gets the private 'maker.auto_command.make_unit_test' shared service.
  11483.      *
  11484.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11485.      */
  11486.     protected function getMaker_AutoCommand_MakeUnitTestService()
  11487.     {
  11488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11492.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUnitTest.php';
  11493.         $this->privates['maker.auto_command.make_unit_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUnitTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11494.         $instance->setName('make:unit-test');
  11495.         return $instance;
  11496.     }
  11497.     /**
  11498.      * Gets the private 'maker.auto_command.make_user' shared service.
  11499.      *
  11500.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11501.      */
  11502.     protected function getMaker_AutoCommand_MakeUserService()
  11503.     {
  11504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  11509.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  11510.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  11511.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  11512.         $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()))), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11513.         $instance->setName('make:user');
  11514.         return $instance;
  11515.     }
  11516.     /**
  11517.      * Gets the private 'maker.auto_command.make_validator' shared service.
  11518.      *
  11519.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11520.      */
  11521.     protected function getMaker_AutoCommand_MakeValidatorService()
  11522.     {
  11523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  11528.         $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()));
  11529.         $instance->setName('make:validator');
  11530.         return $instance;
  11531.     }
  11532.     /**
  11533.      * Gets the private 'maker.auto_command.make_voter' shared service.
  11534.      *
  11535.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  11536.      */
  11537.     protected function getMaker_AutoCommand_MakeVoterService()
  11538.     {
  11539.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  11541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  11542.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  11543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  11544.         $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()));
  11545.         $instance->setName('make:voter');
  11546.         return $instance;
  11547.     }
  11548.     /**
  11549.      * Gets the private 'maker.doctrine_helper' shared service.
  11550.      *
  11551.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  11552.      */
  11553.     protected function getMaker_DoctrineHelperService()
  11554.     {
  11555.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  11556.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()));
  11557.     }
  11558.     /**
  11559.      * Gets the private 'maker.file_manager' shared service.
  11560.      *
  11561.      * @return \Symfony\Bundle\MakerBundle\FileManager
  11562.      */
  11563.     protected function getMaker_FileManagerService()
  11564.     {
  11565.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  11566.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  11567.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  11568.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  11569.         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')), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  11570.     }
  11571.     /**
  11572.      * Gets the private 'maker.generator' shared service.
  11573.      *
  11574.      * @return \Symfony\Bundle\MakerBundle\Generator
  11575.      */
  11576.     protected function getMaker_GeneratorService()
  11577.     {
  11578.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  11579.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App');
  11580.     }
  11581.     /**
  11582.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  11583.      *
  11584.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  11585.      */
  11586.     protected function getMaker_Renderer_FormTypeRendererService()
  11587.     {
  11588.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  11589.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  11590.     }
  11591.     /**
  11592.      * Gets the private 'mime_types' shared service.
  11593.      *
  11594.      * @return \Symfony\Component\Mime\MimeTypes
  11595.      */
  11596.     protected function getMimeTypesService()
  11597.     {
  11598.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  11599.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  11600.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  11601.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  11602.         $instance->setDefault($instance);
  11603.         return $instance;
  11604.     }
  11605.     /**
  11606.      * Gets the private 'monolog.handler.console' shared service.
  11607.      *
  11608.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  11609.      */
  11610.     protected function getMonolog_Handler_ConsoleService()
  11611.     {
  11612.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  11613.     }
  11614.     /**
  11615.      * Gets the private 'monolog.handler.main' shared service.
  11616.      *
  11617.      * @return \Monolog\Handler\StreamHandler
  11618.      */
  11619.     protected function getMonolog_Handler_MainService()
  11620.     {
  11621.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  11622.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  11623.         return $instance;
  11624.     }
  11625.     /**
  11626.      * Gets the private 'monolog.logger' shared service.
  11627.      *
  11628.      * @return \Symfony\Bridge\Monolog\Logger
  11629.      */
  11630.     protected function getMonolog_LoggerService()
  11631.     {
  11632.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  11633.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11634.         $instance->useMicrosecondTimestamps(true);
  11635.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11636.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11637.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11638.         return $instance;
  11639.     }
  11640.     /**
  11641.      * Gets the private 'monolog.logger.cache' shared service.
  11642.      *
  11643.      * @return \Symfony\Bridge\Monolog\Logger
  11644.      */
  11645.     protected function getMonolog_Logger_CacheService()
  11646.     {
  11647.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  11648.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11649.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11650.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11651.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11652.         return $instance;
  11653.     }
  11654.     /**
  11655.      * Gets the private 'monolog.logger.request' shared service.
  11656.      *
  11657.      * @return \Symfony\Bridge\Monolog\Logger
  11658.      */
  11659.     protected function getMonolog_Logger_RequestService()
  11660.     {
  11661.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  11662.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11663.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11664.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11665.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11666.         return $instance;
  11667.     }
  11668.     /**
  11669.      * Gets the private 'monolog.logger.security' shared service.
  11670.      *
  11671.      * @return \Symfony\Bridge\Monolog\Logger
  11672.      */
  11673.     protected function getMonolog_Logger_SecurityService()
  11674.     {
  11675.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  11676.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11677.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11678.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11679.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11680.         return $instance;
  11681.     }
  11682.     /**
  11683.      * Gets the private 'monolog.logger.snappy' shared service.
  11684.      *
  11685.      * @return \Symfony\Bridge\Monolog\Logger
  11686.      */
  11687.     protected function getMonolog_Logger_SnappyService()
  11688.     {
  11689.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  11690.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11691.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11692.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11693.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11694.         return $instance;
  11695.     }
  11696.     /**
  11697.      * Gets the private 'profiler_listener' shared service.
  11698.      *
  11699.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  11700.      */
  11701.     protected function getProfilerListenerService()
  11702.     {
  11703.         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);
  11704.     }
  11705.     /**
  11706.      * Gets the private 'property_accessor' shared service.
  11707.      *
  11708.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  11709.      */
  11710.     protected function getPropertyAccessorService()
  11711.     {
  11712.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  11713.     }
  11714.     /**
  11715.      * Gets the private 'property_info' shared service.
  11716.      *
  11717.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  11718.      */
  11719.     protected function getPropertyInfoService()
  11720.     {
  11721.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  11722.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  11723.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11724.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11725.         }, 3), new RewindableGenerator(function () {
  11726.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11727.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  11728.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11729.         }, 3), new RewindableGenerator(function () {
  11730.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  11731.         }, 1), new RewindableGenerator(function () {
  11732.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  11733.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11734.         }, 2), new RewindableGenerator(function () {
  11735.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  11736.         }, 1));
  11737.     }
  11738.     /**
  11739.      * Gets the private 'property_info.serializer_extractor' shared service.
  11740.      *
  11741.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  11742.      */
  11743.     protected function getPropertyInfo_SerializerExtractorService()
  11744.     {
  11745.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  11746.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  11747.     }
  11748.     /**
  11749.      * Gets the private 'router.cache_warmer' shared service.
  11750.      *
  11751.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  11752.      */
  11753.     protected function getRouter_CacheWarmerService()
  11754.     {
  11755.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11756.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  11757.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11758.             'router' => ['services''router''getRouterService'false],
  11759.         ], [
  11760.             'router' => '?',
  11761.         ]))->withContext('router.cache_warmer'$this));
  11762.     }
  11763.     /**
  11764.      * Gets the private 'router.request_context' shared service.
  11765.      *
  11766.      * @return \Symfony\Component\Routing\RequestContext
  11767.      */
  11768.     protected function getRouter_RequestContextService()
  11769.     {
  11770.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  11771.     }
  11772.     /**
  11773.      * Gets the private 'router_listener' shared service.
  11774.      *
  11775.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  11776.      */
  11777.     protected function getRouterListenerService()
  11778.     {
  11779.         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);
  11780.     }
  11781.     /**
  11782.      * Gets the private 'security.access_listener' shared service.
  11783.      *
  11784.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  11785.      */
  11786.     protected function getSecurity_AccessListenerService()
  11787.     {
  11788.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11789.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11790.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11791.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  11792.         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()));
  11793.     }
  11794.     /**
  11795.      * Gets the private 'security.access_map' shared service.
  11796.      *
  11797.      * @return \Symfony\Component\Security\Http\AccessMap
  11798.      */
  11799.     protected function getSecurity_AccessMapService()
  11800.     {
  11801.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  11802.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  11803.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  11804.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  11805.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  11806.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11807.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11808.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11809.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11810.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/stats/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11811.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/stats/logout$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11812.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/stats/login_check$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11813.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/stats/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11814.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_ADMIN'=> 'ROLE_SONATA_ADMIN'=> 'ROLE_TICKETING_ADMIN'=> 'ROLE_SITE_ADMIN'], NULL);
  11815.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/stats/'), [=> 'ROLE_ADMIN'=> 'ROLE_SONATA_ADMIN'=> 'ROLE_TICKETING_ADMIN'=> 'ROLE_SITE_ADMIN'=> 'ROLE_STATS'], NULL);
  11816.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/.*'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  11817.         return $instance;
  11818.     }
  11819.     /**
  11820.      * Gets the private 'security.acl.dbal.schema_listener' shared service.
  11821.      *
  11822.      * @return \Symfony\Bundle\AclBundle\EventListener\AclSchemaListener
  11823.      */
  11824.     protected function getSecurity_Acl_Dbal_SchemaListenerService()
  11825.     {
  11826.         include_once \dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/EventListener/AclSchemaListener.php';
  11827.         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()));
  11828.     }
  11829.     /**
  11830.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  11831.      *
  11832.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11833.      */
  11834.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  11835.     {
  11836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11838.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11839.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11840.         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()));
  11841.     }
  11842.     /**
  11843.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  11844.      *
  11845.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11846.      */
  11847.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  11848.     {
  11849.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11850.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11851.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11852.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11853.         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()));
  11854.     }
  11855.     /**
  11856.      * Gets the private 'security.authentication.listener.anonymous.stats' shared service.
  11857.      *
  11858.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  11859.      */
  11860.     protected function getSecurity_Authentication_Listener_Anonymous_StatsService()
  11861.     {
  11862.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11864.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11865.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php';
  11866.         return $this->privates['security.authentication.listener.anonymous.stats'] = 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()));
  11867.     }
  11868.     /**
  11869.      * Gets the private 'security.authentication.listener.form.admin' shared service.
  11870.      *
  11871.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11872.      */
  11873.     protected function getSecurity_Authentication_Listener_Form_AdminService()
  11874.     {
  11875.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11876.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11878.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11879.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11880.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11881.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11882.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  11883.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11884.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  11885.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11886.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11887.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  11888.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  11889.         $b->setOptions(['login_path' => '/admin/login''default_target_path' => '/admin/dashboard''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  11890.         $b->setProviderKey('admin');
  11891.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  11892.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  11893.         $d->setOptions(['login_path' => '/admin/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  11894.         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);
  11895.     }
  11896.     /**
  11897.      * Gets the private 'security.authentication.listener.form.main' shared service.
  11898.      *
  11899.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11900.      */
  11901.     protected function getSecurity_Authentication_Listener_Form_MainService()
  11902.     {
  11903.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11904.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11905.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11906.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11908.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11909.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11910.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  11911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  11913.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11915.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  11916.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  11917.         $b->setOptions(['login_path' => '/login''default_target_path' => '/''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false]);
  11918.         $b->setProviderKey('main');
  11919.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  11920.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  11921.         $d->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  11922.         return $this->privates['security.authentication.listener.form.main'] = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), $a'main'$b$d, ['use_forward' => false'check_path' => '/login_check''require_previous_session' => false'username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true], $c, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  11923.     }
  11924.     /**
  11925.      * Gets the private 'security.authentication.listener.form.stats' shared service.
  11926.      *
  11927.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  11928.      */
  11929.     protected function getSecurity_Authentication_Listener_Form_StatsService()
  11930.     {
  11931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  11932.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  11933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  11934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  11935.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordFormAuthenticationListener.php';
  11936.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  11937.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  11938.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  11939.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  11940.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  11941.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  11942.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  11943.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  11944.         $b = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler($a, []);
  11945.         $b->setOptions(['login_path' => 'stats_login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  11946.         $b->setProviderKey('stats');
  11947.         $c = ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService());
  11948.         $d = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $a, [], $c);
  11949.         $d->setOptions(['login_path' => 'stats_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  11950.         return $this->privates['security.authentication.listener.form.stats'] = 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'stats'$b$d, ['check_path' => 'stats_login''use_forward' => false'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);
  11951.     }
  11952.     /**
  11953.      * Gets the private 'security.authentication.manager' shared service.
  11954.      *
  11955.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  11956.      */
  11957.     protected function getSecurity_Authentication_ManagerService()
  11958.     {
  11959.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  11960.             yield => ($this->privates['security.authentication.provider.dao.admin'] ?? $this->getSecurity_Authentication_Provider_Dao_AdminService());
  11961.             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'))));
  11962.             yield => ($this->privates['security.authentication.provider.dao.stats'] ?? $this->getSecurity_Authentication_Provider_Dao_StatsService());
  11963.             yield => ($this->privates['security.authentication.provider.anonymous.stats'] ?? ($this->privates['security.authentication.provider.anonymous.stats'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  11964.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  11965.             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'))));
  11966.         }, 6), true);
  11967.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11968.         return $instance;
  11969.     }
  11970.     /**
  11971.      * Gets the private 'security.authentication.provider.dao.admin' shared service.
  11972.      *
  11973.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  11974.      */
  11975.     protected function getSecurity_Authentication_Provider_Dao_AdminService()
  11976.     {
  11977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  11979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  11980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11982.         return $this->privates['security.authentication.provider.dao.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'admin', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  11983.     }
  11984.     /**
  11985.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  11986.      *
  11987.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  11988.      */
  11989.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  11990.     {
  11991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  11992.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  11993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  11994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  11995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  11996.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'main', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  11997.     }
  11998.     /**
  11999.      * Gets the private 'security.authentication.provider.dao.stats' shared service.
  12000.      *
  12001.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  12002.      */
  12003.     protected function getSecurity_Authentication_Provider_Dao_StatsService()
  12004.     {
  12005.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  12006.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/UserAuthenticationProvider.php';
  12007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/DaoAuthenticationProvider.php';
  12008.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  12009.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserChecker.php';
  12010.         return $this->privates['security.authentication.provider.dao.stats'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['security.user.provider.concrete.statsusers'] ?? $this->getSecurity_User_Provider_Concrete_StatsusersService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\UserChecker())), 'stats', ($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), true);
  12011.     }
  12012.     /**
  12013.      * Gets the private 'security.channel_listener' shared service.
  12014.      *
  12015.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  12016.      */
  12017.     protected function getSecurity_ChannelListenerService()
  12018.     {
  12019.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12020.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12021.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12022.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  12023.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12024.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/RetryAuthenticationEntryPoint.php';
  12025.         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()));
  12026.     }
  12027.     /**
  12028.      * Gets the private 'security.command.user_password_encoder' shared service.
  12029.      *
  12030.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  12031.      */
  12032.     protected function getSecurity_Command_UserPasswordEncoderService()
  12033.     {
  12034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12035.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/UserPasswordEncoderCommand.php';
  12036.         $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\\StatsUsers']);
  12037.         $instance->setName('security:encode-password');
  12038.         return $instance;
  12039.     }
  12040.     /**
  12041.      * Gets the private 'security.context_listener.0' shared service.
  12042.      *
  12043.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12044.      */
  12045.     protected function getSecurity_ContextListener_0Service()
  12046.     {
  12047.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12051.         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 () {
  12052.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? ($this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  12053.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  12054.             yield => ($this->privates['security.user.provider.concrete.statsusers'] ?? $this->getSecurity_User_Provider_Concrete_StatsusersService());
  12055.         }, 3), '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']);
  12056.     }
  12057.     /**
  12058.      * Gets the private 'security.context_listener.1' shared service.
  12059.      *
  12060.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  12061.      */
  12062.     protected function getSecurity_ContextListener_1Service()
  12063.     {
  12064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12066.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12067.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  12068.         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 () {
  12069.             yield => ($this->privates['security.user.provider.concrete.in_memory'] ?? ($this->privates['security.user.provider.concrete.in_memory'] = new \Symfony\Component\Security\Core\User\InMemoryUserProvider([])));
  12070.             yield => ($this->privates['fos_user.user_provider.username'] ?? $this->getFosUser_UserProvider_UsernameService());
  12071.             yield => ($this->privates['security.user.provider.concrete.statsusers'] ?? $this->getSecurity_User_Provider_Concrete_StatsusersService());
  12072.         }, 3), 'stats', ($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']);
  12073.     }
  12074.     /**
  12075.      * Gets the private 'security.csrf.token_storage' shared service.
  12076.      *
  12077.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  12078.      */
  12079.     protected function getSecurity_Csrf_TokenStorageService()
  12080.     {
  12081.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  12082.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  12083.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  12084.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['session'] ?? $this->getSessionService()));
  12085.     }
  12086.     /**
  12087.      * Gets the private 'security.encoder_factory.generic' shared service.
  12088.      *
  12089.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  12090.      */
  12091.     protected function getSecurity_EncoderFactory_GenericService()
  12092.     {
  12093.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['FOS\\UserBundle\\Model\\UserInterface' => ['algorithm' => 'sha512''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL], 'App\\Entity\\StatsUsers' => ['algorithm' => 'sha512''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL'threads' => NULL]]);
  12094.     }
  12095.     /**
  12096.      * Gets the private 'security.firewall.map' shared service.
  12097.      *
  12098.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  12099.      */
  12100.     protected function getSecurity_Firewall_MapService()
  12101.     {
  12102.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12103.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  12104.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  12105.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  12106.             'security.firewall.map.context.stats' => ['privates''security.firewall.map.context.stats''getSecurity_Firewall_Map_Context_StatsService'false],
  12107.         ], [
  12108.             'security.firewall.map.context.admin' => '?',
  12109.             'security.firewall.map.context.dev' => '?',
  12110.             'security.firewall.map.context.main' => '?',
  12111.             'security.firewall.map.context.stats' => '?',
  12112.         ]), new RewindableGenerator(function () {
  12113.             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)/')));
  12114.             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(.*)')));
  12115.             yield 'security.firewall.map.context.stats' => ($this->privates['.security.request_matcher.GNmJ0Ld'] ?? ($this->privates['.security.request_matcher.GNmJ0Ld'] = new \Symfony\Component\HttpFoundation\RequestMatcher('/stats(.*)')));
  12116.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.OKzIMc6'] ?? ($this->privates['.security.request_matcher.OKzIMc6'] = new \Symfony\Component\HttpFoundation\RequestMatcher('.*')));
  12117.         }, 4));
  12118.     }
  12119.     /**
  12120.      * Gets the private 'security.firewall.map.context.admin' shared service.
  12121.      *
  12122.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12123.      */
  12124.     protected function getSecurity_Firewall_Map_Context_AdminService()
  12125.     {
  12126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12129.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12130.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12131.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12132.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12133.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12134.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  12135.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  12136.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  12137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12139.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  12140.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  12141.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12142.         $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']);
  12143.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  12144.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  12145.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12146.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12147.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  12148.             yield => ($this->privates['security.authentication.listener.form.admin'] ?? $this->getSecurity_Authentication_Listener_Form_AdminService());
  12149.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  12150.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12151.         }, 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));
  12152.     }
  12153.     /**
  12154.      * Gets the private 'security.firewall.map.context.dev' shared service.
  12155.      *
  12156.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12157.      */
  12158.     protected function getSecurity_Firewall_Map_Context_DevService()
  12159.     {
  12160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12162.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12163.             return new \EmptyIterator();
  12164.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalse'''''''''', [], NULL));
  12165.     }
  12166.     /**
  12167.      * Gets the private 'security.firewall.map.context.main' shared service.
  12168.      *
  12169.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12170.      */
  12171.     protected function getSecurity_Firewall_Map_Context_MainService()
  12172.     {
  12173.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12174.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12175.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12176.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12177.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12178.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12179.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12180.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  12182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  12183.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  12184.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12185.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12186.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  12187.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  12188.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12189.         $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']);
  12190.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  12191.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  12192.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12193.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12194.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  12195.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  12196.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  12197.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12198.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'main', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'/login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker''.security.request_matcher.OKzIMc6'truefalseNULL'user''security.authentication.form_entry_point.main'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  12199.     }
  12200.     /**
  12201.      * Gets the private 'security.firewall.map.context.stats' shared service.
  12202.      *
  12203.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  12204.      */
  12205.     protected function getSecurity_Firewall_Map_Context_StatsService()
  12206.     {
  12207.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  12208.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  12209.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  12210.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  12211.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  12212.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  12213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ListenerInterface.php';
  12214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LegacyListenerTrait.php';
  12215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  12216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  12217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/DefaultLogoutSuccessHandler.php';
  12218.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  12219.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12220.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/SessionLogoutHandler.php';
  12221.         $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  12222.         $b = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  12223.         $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'stats_login'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/stats/logout']);
  12224.         $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->getSecurity_Logout_Handler_CsrfTokenClearingService()));
  12225.         $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  12226.         return $this->privates['security.firewall.map.context.stats'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  12227.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  12228.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  12229.             yield => ($this->privates['security.authentication.listener.form.stats'] ?? $this->getSecurity_Authentication_Listener_Form_StatsService());
  12230.             yield => ($this->privates['security.authentication.listener.anonymous.stats'] ?? $this->getSecurity_Authentication_Listener_Anonymous_StatsService());
  12231.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  12232.         }, 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'stats', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'stats_login'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('stats''security.user_checker''.security.request_matcher.GNmJ0Ld'truefalse'security.user.provider.concrete.statsusers''stats''security.authentication.form_entry_point.stats'NULLNULL, [=> 'form_login'=> 'anonymous'], NULL));
  12233.     }
  12234.     /**
  12235.      * Gets the private 'security.http_utils' shared service.
  12236.      *
  12237.      * @return \Symfony\Component\Security\Http\HttpUtils
  12238.      */
  12239.     protected function getSecurity_HttpUtilsService()
  12240.     {
  12241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  12242.         $a = ($this->services['router'] ?? $this->getRouterService());
  12243.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  12244.     }
  12245.     /**
  12246.      * Gets the private 'security.logout.handler.csrf_token_clearing' shared service.
  12247.      *
  12248.      * @return \Symfony\Component\Security\Http\Logout\CsrfTokenClearingLogoutHandler
  12249.      */
  12250.     protected function getSecurity_Logout_Handler_CsrfTokenClearingService()
  12251.     {
  12252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  12253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/CsrfTokenClearingLogoutHandler.php';
  12254.         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()));
  12255.     }
  12256.     /**
  12257.      * Gets the private 'security.logout_url_generator' shared service.
  12258.      *
  12259.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  12260.      */
  12261.     protected function getSecurity_LogoutUrlGeneratorService()
  12262.     {
  12263.         $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()));
  12264.         $instance->registerListener('admin''/admin/logout''logout''_csrf_token'NULL'user');
  12265.         $instance->registerListener('stats''/stats/logout''logout''_csrf_token'NULLNULL);
  12266.         $instance->registerListener('main''/logout''logout''_csrf_token'NULL'user');
  12267.         return $instance;
  12268.     }
  12269.     /**
  12270.      * Gets the private 'security.role_hierarchy' shared service.
  12271.      *
  12272.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  12273.      */
  12274.     protected function getSecurity_RoleHierarchyService()
  12275.     {
  12276.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  12277.     }
  12278.     /**
  12279.      * Gets the private 'security.user.provider.concrete.statsusers' shared service.
  12280.      *
  12281.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  12282.      */
  12283.     protected function getSecurity_User_Provider_Concrete_StatsusersService()
  12284.     {
  12285.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  12286.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  12287.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  12288.         return $this->privates['security.user.provider.concrete.statsusers'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'App\\Entity\\StatsUsers''username'NULL);
  12289.     }
  12290.     /**
  12291.      * Gets the private 'security.validator.user_password' shared service.
  12292.      *
  12293.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  12294.      */
  12295.     protected function getSecurity_Validator_UserPasswordService()
  12296.     {
  12297.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12298.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12299.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  12300.         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()));
  12301.     }
  12302.     /**
  12303.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  12304.      *
  12305.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  12306.      */
  12307.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  12308.     {
  12309.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  12310.     }
  12311.     /**
  12312.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  12313.      *
  12314.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  12315.      */
  12316.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  12317.     {
  12318.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  12319.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  12320.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  12321.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  12322.     }
  12323.     /**
  12324.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  12325.      *
  12326.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  12327.      */
  12328.     protected function getSensioFrameworkExtra_Security_ListenerService()
  12329.     {
  12330.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12331.     }
  12332.     /**
  12333.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  12334.      *
  12335.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  12336.      */
  12337.     protected function getSensioFrameworkExtra_View_ListenerService()
  12338.     {
  12339.         return $this->privates['sensio_framework_extra.view.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))), ($this->services['twig'] ?? $this->getTwigService()));
  12340.     }
  12341.     /**
  12342.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  12343.      *
  12344.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  12345.      */
  12346.     protected function getSerializer_Mapping_CacheWarmerService()
  12347.     {
  12348.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12349.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  12350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  12351.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  12352.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  12353.         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'));
  12354.     }
  12355.     /**
  12356.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  12357.      *
  12358.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  12359.      */
  12360.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  12361.     {
  12362.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  12363.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  12364.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  12365.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  12366.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  12367.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  12368.         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()))]));
  12369.     }
  12370.     /**
  12371.      * Gets the private 'session.storage.native' shared service.
  12372.      *
  12373.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  12374.      */
  12375.     protected function getSession_Storage_NativeService()
  12376.     {
  12377.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php';
  12378.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php';
  12379.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  12380.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  12381.         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));
  12382.     }
  12383.     /**
  12384.      * Gets the private 'session_listener' shared service.
  12385.      *
  12386.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  12387.      */
  12388.     protected function getSessionListenerService()
  12389.     {
  12390.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12391.             'initialized_session' => ['services''session'NULLfalse],
  12392.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  12393.             'session' => ['services''session''getSessionService'false],
  12394.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  12395.         ], [
  12396.             'initialized_session' => '?',
  12397.             'request_stack' => '?',
  12398.             'session' => '?',
  12399.             'session_storage' => '?',
  12400.         ]));
  12401.     }
  12402.     /**
  12403.      * Gets the private 'sonata.admin.builder.orm_datagrid' shared service.
  12404.      *
  12405.      * @return \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder
  12406.      */
  12407.     protected function getSonata_Admin_Builder_OrmDatagridService()
  12408.     {
  12409.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12410.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/DatagridBuilderInterface.php';
  12411.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/DatagridBuilder.php';
  12412.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  12413.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  12414.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  12415.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/FilterTypeGuesser.php';
  12416.         return $this->privates['sonata.admin.builder.orm_datagrid'] = new \Sonata\DoctrineORMAdminBundle\Builder\DatagridBuilder(($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['sonata.admin.builder.filter.factory'] ?? $this->getSonata_Admin_Builder_Filter_FactoryService()), new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\FilterTypeGuesser()]), true);
  12417.     }
  12418.     /**
  12419.      * Gets the private 'sonata.admin.builder.orm_form' shared service.
  12420.      *
  12421.      * @return \Sonata\DoctrineORMAdminBundle\Builder\FormContractor
  12422.      */
  12423.     protected function getSonata_Admin_Builder_OrmFormService()
  12424.     {
  12425.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12426.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/FormContractorInterface.php';
  12427.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/FormContractor.php';
  12428.         return $this->privates['sonata.admin.builder.orm_form'] = new \Sonata\DoctrineORMAdminBundle\Builder\FormContractor(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
  12429.     }
  12430.     /**
  12431.      * Gets the private 'sonata.admin.builder.orm_list' shared service.
  12432.      *
  12433.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder
  12434.      */
  12435.     protected function getSonata_Admin_Builder_OrmListService()
  12436.     {
  12437.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12438.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ListBuilderInterface.php';
  12439.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ListBuilder.php';
  12440.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  12441.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  12442.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  12443.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  12444.         return $this->privates['sonata.admin.builder.orm_list'] = new \Sonata\DoctrineORMAdminBundle\Builder\ListBuilder(new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/list_array.html.twig''boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig''date' => '@SonataIntl/CRUD/list_date.html.twig''time' => '@SonataAdmin/CRUD/list_time.html.twig''datetime' => '@SonataIntl/CRUD/list_datetime.html.twig''text' => '@SonataAdmin/CRUD/list_string.html.twig''textarea' => '@SonataAdmin/CRUD/list_string.html.twig''email' => '@SonataAdmin/CRUD/list_email.html.twig''trans' => '@SonataAdmin/CRUD/list_trans.html.twig''string' => '@SonataAdmin/CRUD/list_string.html.twig''smallint' => '@SonataIntl/CRUD/list_decimal.html.twig''bigint' => '@SonataIntl/CRUD/list_decimal.html.twig''integer' => '@SonataIntl/CRUD/list_decimal.html.twig''decimal' => '@SonataIntl/CRUD/list_decimal.html.twig''identifier' => '@SonataAdmin/CRUD/list_string.html.twig''currency' => '@SonataIntl/CRUD/list_currency.html.twig''percent' => '@SonataIntl/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']);
  12445.     }
  12446.     /**
  12447.      * Gets the private 'sonata.admin.builder.orm_show' shared service.
  12448.      *
  12449.      * @return \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder
  12450.      */
  12451.     protected function getSonata_Admin_Builder_OrmShowService()
  12452.     {
  12453.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/BuilderInterface.php';
  12454.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Builder/ShowBuilderInterface.php';
  12455.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Builder/ShowBuilder.php';
  12456.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserInterface.php';
  12457.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Guesser/TypeGuesserChain.php';
  12458.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/AbstractTypeGuesser.php';
  12459.         include_once \dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Guesser/TypeGuesser.php';
  12460.         return $this->privates['sonata.admin.builder.orm_show'] = new \Sonata\DoctrineORMAdminBundle\Builder\ShowBuilder(new \Sonata\AdminBundle\Guesser\TypeGuesserChain([=> new \Sonata\DoctrineORMAdminBundle\Guesser\TypeGuesser()]), ['array' => '@SonataAdmin/CRUD/show_array.html.twig''boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig''date' => '@SonataIntl/CRUD/show_date.html.twig''time' => '@SonataAdmin/CRUD/show_time.html.twig''datetime' => '@SonataIntl/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' => '@SonataIntl/CRUD/show_decimal.html.twig''bigint' => '@SonataIntl/CRUD/show_decimal.html.twig''integer' => '@SonataIntl/CRUD/show_decimal.html.twig''decimal' => '@SonataIntl/CRUD/show_decimal.html.twig''currency' => '@SonataIntl/CRUD/show_currency.html.twig''percent' => '@SonataIntl/CRUD/show_percent.html.twig''choice' => '@SonataAdmin/CRUD/show_choice.html.twig''url' => '@SonataAdmin/CRUD/show_url.html.twig''html' => '@SonataAdmin/CRUD/show_html.html.twig']);
  12461.     }
  12462.     /**
  12463.      * Gets the private 'sonata.admin.menu.group_provider' shared service.
  12464.      *
  12465.      * @return \Sonata\AdminBundle\Menu\Provider\GroupMenuProvider
  12466.      */
  12467.     protected function getSonata_Admin_Menu_GroupProviderService()
  12468.     {
  12469.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Menu/Provider/GroupMenuProvider.php';
  12470.         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()));
  12471.     }
  12472.     /**
  12473.      * Gets the private 'sonata.admin.security.handler.role' shared service.
  12474.      *
  12475.      * @return \Sonata\AdminBundle\Security\Handler\RoleSecurityHandler
  12476.      */
  12477.     protected function getSonata_Admin_Security_Handler_RoleService()
  12478.     {
  12479.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/SecurityHandlerInterface.php';
  12480.         include_once \dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Security/Handler/RoleSecurityHandler.php';
  12481.         return $this->privates['sonata.admin.security.handler.role'] = new \Sonata\AdminBundle\Security\Handler\RoleSecurityHandler(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), [=> 'ROLE_SUPER_ADMIN']);
  12482.     }
  12483.     /**
  12484.      * Gets the private 'sonata.block.form.type.block' shared service.
  12485.      *
  12486.      * @return \Sonata\BlockBundle\Form\Type\ServiceListType
  12487.      */
  12488.     protected function getSonata_Block_Form_Type_BlockService()
  12489.     {
  12490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12492.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ServiceListType.php';
  12493.         return $this->privates['sonata.block.form.type.block'] = new \Sonata\BlockBundle\Form\Type\ServiceListType(($this->services['sonata.block.manager'] ?? $this->getSonata_Block_ManagerService()));
  12494.     }
  12495.     /**
  12496.      * Gets the private 'sonata.block.form.type.container_template' shared service.
  12497.      *
  12498.      * @return \Sonata\BlockBundle\Form\Type\ContainerTemplateType
  12499.      */
  12500.     protected function getSonata_Block_Form_Type_ContainerTemplateService()
  12501.     {
  12502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12504.         include_once \dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Form/Type/ContainerTemplateType.php';
  12505.         return $this->privates['sonata.block.form.type.container_template'] = new \Sonata\BlockBundle\Form\Type\ContainerTemplateType(['@SonataBlock/Block/block_container.html.twig' => 'SonataBlockBundle default template']);
  12506.     }
  12507.     /**
  12508.      * Gets the private 'sonata.block.templating.helper' shared service.
  12509.      *
  12510.      * @return \Sonata\BlockBundle\Templating\Helper\BlockHelper
  12511.      */
  12512.     protected function getSonata_Block_Templating_HelperService()
  12513.     {
  12514.         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))));
  12515.     }
  12516.     /**
  12517.      * Gets the private 'sonata.core.flashmessage.twig.runtime' shared service.
  12518.      *
  12519.      * @return \Sonata\Twig\Extension\FlashMessageRuntime
  12520.      */
  12521.     protected function getSonata_Core_Flashmessage_Twig_RuntimeService()
  12522.     {
  12523.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/FlashMessageRuntime.php';
  12524.         return $this->privates['sonata.core.flashmessage.twig.runtime'] = new \Sonata\Twig\Extension\FlashMessageRuntime(($this->services['sonata.core.flashmessage.manager'] ?? $this->getSonata_Core_Flashmessage_ManagerService()));
  12525.     }
  12526.     /**
  12527.      * Gets the private 'sonata.core.model.adapter.doctrine_orm' shared service.
  12528.      *
  12529.      * @return \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter
  12530.      *
  12531.      * @deprecated The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.
  12532.      */
  12533.     protected function getSonata_Core_Model_Adapter_DoctrineOrmService()
  12534.     {
  12535.         @trigger_error('The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.'E_USER_DEPRECATED);
  12536.         return new \Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter(($this->services['doctrine'] ?? $this->getDoctrineService()));
  12537.     }
  12538.     /**
  12539.      * Gets the private 'sonata.core.twig.status_runtime' shared service.
  12540.      *
  12541.      * @return \Sonata\Twig\Extension\StatusRuntime
  12542.      */
  12543.     protected function getSonata_Core_Twig_StatusRuntimeService()
  12544.     {
  12545.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Twig/Extension/StatusRuntime.php';
  12546.         $this->privates['sonata.core.twig.status_runtime'] = $instance = new \Sonata\Twig\Extension\StatusRuntime();
  12547.         $instance->addStatusService(($this->services['sonata.core.flashmessage.manager'] ?? $this->getSonata_Core_Flashmessage_ManagerService()));
  12548.         return $instance;
  12549.     }
  12550.     /**
  12551.      * Gets the private 'sonata.core.validator.inline' shared service.
  12552.      *
  12553.      * @return \Sonata\Form\Validator\InlineValidator
  12554.      */
  12555.     protected function getSonata_Core_Validator_InlineService()
  12556.     {
  12557.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12558.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12559.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Form/Validator/InlineValidator.php';
  12560.         return $this->privates['sonata.core.validator.inline'] = new \Sonata\Form\Validator\InlineValidator($this, ($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  12561.     }
  12562.     /**
  12563.      * Gets the private 'sonata.formatter.form.type.selector' shared service.
  12564.      *
  12565.      * @return \Sonata\FormatterBundle\Form\Type\FormatterType
  12566.      */
  12567.     protected function getSonata_Formatter_Form_Type_SelectorService()
  12568.     {
  12569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12570.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12571.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Form/Type/FormatterType.php';
  12572.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/TemplateManagerInterface.php';
  12573.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/TemplateManager.php';
  12574.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/ToolbarManagerInterface.php';
  12575.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/ToolbarManager.php';
  12576.         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.config_manager'] ?? $this->getFosCkEditor_ConfigManagerService()), ($this->privates['fos_ck_editor.plugin_manager'] ?? $this->getFosCkEditor_PluginManagerService()), ($this->privates['fos_ck_editor.template_manager'] ?? ($this->privates['fos_ck_editor.template_manager'] = new \FOS\CKEditorBundle\Model\TemplateManager())), ($this->privates['fos_ck_editor.toolbar_manager'] ?? ($this->privates['fos_ck_editor.toolbar_manager'] = new \FOS\CKEditorBundle\Model\ToolbarManager())));
  12577.     }
  12578.     /**
  12579.      * Gets the private 'sonata.formatter.form.type.simple' shared service.
  12580.      *
  12581.      * @return \Sonata\FormatterBundle\Form\Type\SimpleFormatterType
  12582.      */
  12583.     protected function getSonata_Formatter_Form_Type_SimpleService()
  12584.     {
  12585.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12587.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Form/Type/SimpleFormatterType.php';
  12588.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/TemplateManagerInterface.php';
  12589.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/TemplateManager.php';
  12590.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/StylesSetManagerInterface.php';
  12591.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/StylesSetManager.php';
  12592.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/ToolbarManagerInterface.php';
  12593.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Model/ToolbarManager.php';
  12594.         return $this->privates['sonata.formatter.form.type.simple'] = new \Sonata\FormatterBundle\Form\Type\SimpleFormatterType(($this->privates['fos_ck_editor.config_manager'] ?? $this->getFosCkEditor_ConfigManagerService()), ($this->privates['fos_ck_editor.plugin_manager'] ?? $this->getFosCkEditor_PluginManagerService()), ($this->privates['fos_ck_editor.template_manager'] ?? ($this->privates['fos_ck_editor.template_manager'] = new \FOS\CKEditorBundle\Model\TemplateManager())), ($this->privates['fos_ck_editor.styles_set_manager'] ?? ($this->privates['fos_ck_editor.styles_set_manager'] = new \FOS\CKEditorBundle\Model\StylesSetManager())), ($this->privates['fos_ck_editor.toolbar_manager'] ?? ($this->privates['fos_ck_editor.toolbar_manager'] = new \FOS\CKEditorBundle\Model\ToolbarManager())));
  12595.     }
  12596.     /**
  12597.      * Gets the private 'sonata.formatter.pool' shared service.
  12598.      *
  12599.      * @return \Sonata\FormatterBundle\Formatter\Pool
  12600.      */
  12601.     protected function getSonata_Formatter_PoolService()
  12602.     {
  12603.         $this->privates['sonata.formatter.pool'] = $instance = new \Sonata\FormatterBundle\Formatter\Pool('text');
  12604.         $a = new \Sonata\FormatterBundle\Formatter\RawFormatter();
  12605.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12606.         $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()));
  12607.         $instance->add('text', new \Sonata\FormatterBundle\Formatter\TextFormatter(), ($this->privates['sonata.formatter.twig.env.text'] ?? $this->getSonata_Formatter_Twig_Env_TextService()));
  12608.         $instance->add('rawhtml'$a, ($this->privates['sonata.formatter.twig.env.rawhtml'] ?? $this->getSonata_Formatter_Twig_Env_RawhtmlService()));
  12609.         $instance->add('richhtml'$a, ($this->privates['sonata.formatter.twig.env.richhtml'] ?? $this->getSonata_Formatter_Twig_Env_RichhtmlService()));
  12610.         $instance->add('twig', new \Sonata\FormatterBundle\Formatter\TwigFormatter(($this->services['twig'] ?? $this->getTwigService())), NULL);
  12611.         return $instance;
  12612.     }
  12613.     /**
  12614.      * Gets the private 'sonata.formatter.twig.env.markdown' shared service.
  12615.      *
  12616.      * @return \Twig_Environment
  12617.      */
  12618.     protected function getSonata_Formatter_Twig_Env_MarkdownService()
  12619.     {
  12620.         $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']);
  12621.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [=> 'sonata.formatter.twig.control_flow'=> 'sonata.formatter.twig.gist']), true));
  12622.         $instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
  12623.         $instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
  12624.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  12625.         return $instance;
  12626.     }
  12627.     /**
  12628.      * Gets the private 'sonata.formatter.twig.env.rawhtml' shared service.
  12629.      *
  12630.      * @return \Twig_Environment
  12631.      */
  12632.     protected function getSonata_Formatter_Twig_Env_RawhtmlService()
  12633.     {
  12634.         $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']);
  12635.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [=> 'sonata.formatter.twig.control_flow'=> 'sonata.formatter.twig.gist']), true));
  12636.         $instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
  12637.         $instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
  12638.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  12639.         return $instance;
  12640.     }
  12641.     /**
  12642.      * Gets the private 'sonata.formatter.twig.env.richhtml' shared service.
  12643.      *
  12644.      * @return \Twig_Environment
  12645.      */
  12646.     protected function getSonata_Formatter_Twig_Env_RichhtmlService()
  12647.     {
  12648.         $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']);
  12649.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [=> 'sonata.formatter.twig.control_flow'=> 'sonata.formatter.twig.gist']), true));
  12650.         $instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
  12651.         $instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
  12652.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  12653.         return $instance;
  12654.     }
  12655.     /**
  12656.      * Gets the private 'sonata.formatter.twig.env.text' shared service.
  12657.      *
  12658.      * @return \Twig_Environment
  12659.      */
  12660.     protected function getSonata_Formatter_Twig_Env_TextService()
  12661.     {
  12662.         $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']);
  12663.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Sonata\FormatterBundle\Twig\SecurityPolicyContainerAware($this, [=> 'sonata.formatter.twig.control_flow'=> 'sonata.formatter.twig.gist']), true));
  12664.         $instance->addExtension(($this->services['sonata.formatter.twig.control_flow'] ?? ($this->services['sonata.formatter.twig.control_flow'] = new \Sonata\FormatterBundle\Extension\ControlFlowExtension())));
  12665.         $instance->addExtension(($this->services['sonata.formatter.twig.gist'] ?? ($this->services['sonata.formatter.twig.gist'] = new \Sonata\FormatterBundle\Extension\GistExtension())));
  12666.         $instance->setLexer(new \Twig\Lexer($instance, ['tag_comment' => [=> '<#'=> '#>'], 'tag_block' => [=> '<%'=> '%>'], 'tag_variable' => [=> '<%='=> '%>']]));
  12667.         return $instance;
  12668.     }
  12669.     /**
  12670.      * Gets the private 'sonata.formatter.validator.formatter' shared service.
  12671.      *
  12672.      * @return \Sonata\FormatterBundle\Validator\Constraints\FormatterValidator
  12673.      */
  12674.     protected function getSonata_Formatter_Validator_FormatterService()
  12675.     {
  12676.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12677.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12678.         include_once \dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Validator/Constraints/FormatterValidator.php';
  12679.         return $this->privates['sonata.formatter.validator.formatter'] = new \Sonata\FormatterBundle\Validator\Constraints\FormatterValidator(($this->privates['sonata.formatter.pool'] ?? $this->getSonata_Formatter_PoolService()));
  12680.     }
  12681.     /**
  12682.      * Gets the private 'sonata.media.buzz.browser' shared service.
  12683.      *
  12684.      * @return \Buzz\Browser
  12685.      */
  12686.     protected function getSonata_Media_Buzz_BrowserService()
  12687.     {
  12688.         $a = new \Buzz\Client\Curl();
  12689.         $a->setIgnoreErrors(true);
  12690.         $a->setMaxRedirects(5);
  12691.         $a->setTimeout(5);
  12692.         $a->setVerifyPeer(true);
  12693.         $a->setProxy(NULL);
  12694.         return $this->privates['sonata.media.buzz.browser'] = new \Buzz\Browser($a);
  12695.     }
  12696.     /**
  12697.      * Gets the private 'sonata.media.filesystem.local' shared service.
  12698.      *
  12699.      * @return \Gaufrette\Filesystem
  12700.      */
  12701.     protected function getSonata_Media_Filesystem_LocalService()
  12702.     {
  12703.         return $this->privates['sonata.media.filesystem.local'] = new \Gaufrette\Filesystem(new \Sonata\MediaBundle\Filesystem\Local((\dirname(__DIR__4).'/public/upload/media'), false));
  12704.     }
  12705.     /**
  12706.      * Gets the private 'sonata.media.form.type.media' shared service.
  12707.      *
  12708.      * @return \Sonata\MediaBundle\Form\Type\MediaType
  12709.      */
  12710.     protected function getSonata_Media_Form_Type_MediaService()
  12711.     {
  12712.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  12713.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  12714.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Form/Type/MediaType.php';
  12715.         $this->privates['sonata.media.form.type.media'] = $instance = new \Sonata\MediaBundle\Form\Type\MediaType(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media');
  12716.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12717.         return $instance;
  12718.     }
  12719.     /**
  12720.      * Gets the private 'sonata.media.resizer.simple' shared service.
  12721.      *
  12722.      * @return \Sonata\MediaBundle\Resizer\SimpleResizer
  12723.      */
  12724.     protected function getSonata_Media_Resizer_SimpleService()
  12725.     {
  12726.         return $this->privates['sonata.media.resizer.simple'] = new \Sonata\MediaBundle\Resizer\SimpleResizer(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), 'inset', ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this))));
  12727.     }
  12728.     /**
  12729.      * Gets the private 'sonata.media.serializer.handler.gallery' shared service.
  12730.      *
  12731.      * @return \Sonata\MediaBundle\Serializer\GallerySerializerHandler
  12732.      */
  12733.     protected function getSonata_Media_Serializer_Handler_GalleryService()
  12734.     {
  12735.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12736.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Serializer/SerializerHandlerInterface.php';
  12737.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Serializer/BaseSerializerHandler.php';
  12738.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Serializer/GallerySerializerHandler.php';
  12739.         return $this->privates['sonata.media.serializer.handler.gallery'] = new \Sonata\MediaBundle\Serializer\GallerySerializerHandler(($this->services['sonata.media.manager.gallery'] ?? $this->getSonata_Media_Manager_GalleryService()));
  12740.     }
  12741.     /**
  12742.      * Gets the private 'sonata.media.serializer.handler.media' shared service.
  12743.      *
  12744.      * @return \Sonata\MediaBundle\Serializer\MediaSerializerHandler
  12745.      */
  12746.     protected function getSonata_Media_Serializer_Handler_MediaService()
  12747.     {
  12748.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  12749.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Serializer/SerializerHandlerInterface.php';
  12750.         include_once \dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/Serializer/BaseSerializerHandler.php';
  12751.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Serializer/MediaSerializerHandler.php';
  12752.         return $this->privates['sonata.media.serializer.handler.media'] = new \Sonata\MediaBundle\Serializer\MediaSerializerHandler(($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  12753.     }
  12754.     /**
  12755.      * Gets the private 'sonata.media.thumbnail.format' shared service.
  12756.      *
  12757.      * @return \Sonata\MediaBundle\Thumbnail\FormatThumbnail
  12758.      */
  12759.     protected function getSonata_Media_Thumbnail_FormatService()
  12760.     {
  12761.         $this->privates['sonata.media.thumbnail.format'] = $instance = new \Sonata\MediaBundle\Thumbnail\FormatThumbnail('jpg');
  12762.         $instance->addResizer('sonata.media.resizer.simple', ($this->privates['sonata.media.resizer.simple'] ?? $this->getSonata_Media_Resizer_SimpleService()));
  12763.         $instance->addResizer('sonata.media.resizer.square', new \Sonata\MediaBundle\Resizer\SquareResizer(($this->privates['sonata.media.adapter.image.gd'] ?? ($this->privates['sonata.media.adapter.image.gd'] = new \Imagine\Gd\Imagine())), 'inset', ($this->services['sonata.media.metadata.proxy'] ?? ($this->services['sonata.media.metadata.proxy'] = new \Sonata\MediaBundle\Metadata\ProxyMetadataBuilder($this)))));
  12764.         return $instance;
  12765.     }
  12766.     /**
  12767.      * Gets the private 'sonata.media.twig.extension' shared service.
  12768.      *
  12769.      * @return \Sonata\MediaBundle\Twig\Extension\MediaExtension
  12770.      */
  12771.     protected function getSonata_Media_Twig_ExtensionService()
  12772.     {
  12773.         return $this->privates['sonata.media.twig.extension'] = new \Sonata\MediaBundle\Twig\Extension\MediaExtension(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()), ($this->services['sonata.media.manager.media'] ?? $this->getSonata_Media_Manager_MediaService()));
  12774.     }
  12775.     /**
  12776.      * Gets the private 'sonata.media.validator.format' shared service.
  12777.      *
  12778.      * @return \Sonata\MediaBundle\Validator\FormatValidator
  12779.      */
  12780.     protected function getSonata_Media_Validator_FormatService()
  12781.     {
  12782.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12783.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12784.         include_once \dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Validator/FormatValidator.php';
  12785.         return $this->privates['sonata.media.validator.format'] = new \Sonata\MediaBundle\Validator\FormatValidator(($this->services['sonata.media.pool'] ?? $this->getSonata_Media_PoolService()));
  12786.     }
  12787.     /**
  12788.      * Gets the private 'sonata.templating' shared service.
  12789.      *
  12790.      * @return \Sonata\BlockBundle\Templating\TwigEngine
  12791.      *
  12792.      * @deprecated The "sonata.templating" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  12793.      */
  12794.     protected function getSonata_TemplatingService()
  12795.     {
  12796.         @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);
  12797.         return $this->privates['sonata.templating'] = new \Sonata\BlockBundle\Templating\TwigEngine(($this->services['twig'] ?? $this->getTwigService()), $this->getSonata_Templating_NameParserService(), $this->getSonata_Templating_LocatorService());
  12798.     }
  12799.     /**
  12800.      * Gets the private 'sonata.templating.locator' shared service.
  12801.      *
  12802.      * @return \Sonata\BlockBundle\Templating\TemplateLocator
  12803.      *
  12804.      * @deprecated The "sonata.templating.locator" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  12805.      */
  12806.     protected function getSonata_Templating_LocatorService()
  12807.     {
  12808.         @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);
  12809.         return new \Sonata\BlockBundle\Templating\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  12810.     }
  12811.     /**
  12812.      * Gets the private 'sonata.templating.name_parser' shared service.
  12813.      *
  12814.      * @return \Sonata\BlockBundle\Templating\TemplateNameParser
  12815.      *
  12816.      * @deprecated The "sonata.templating.name_parser" service is deprecated since sonata-project/block-bundle 3.17 and will be removed in version 4.0.
  12817.      */
  12818.     protected function getSonata_Templating_NameParserService()
  12819.     {
  12820.         @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);
  12821.         return new \Sonata\BlockBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  12822.     }
  12823.     /**
  12824.      * Gets the private 'sonata.user.form.gender_list' shared service.
  12825.      *
  12826.      * @return \Sonata\UserBundle\Form\Type\UserGenderListType
  12827.      *
  12828.      * @deprecated The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.
  12829.      */
  12830.     protected function getSonata_User_Form_GenderListService()
  12831.     {
  12832.         @trigger_error('The "sonata.user.form.gender_list" service is deprecated since 4.1 and will be removed in 5.0.'E_USER_DEPRECATED);
  12833.         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');
  12834.     }
  12835.     /**
  12836.      * Gets the private 'sonata.user.matrix_roles_builder' shared service.
  12837.      *
  12838.      * @return \Sonata\UserBundle\Security\RolesBuilder\MatrixRolesBuilder
  12839.      */
  12840.     protected function getSonata_User_MatrixRolesBuilderService()
  12841.     {
  12842.         $a = ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService());
  12843.         $b = ($this->services['sonata.admin.pool'] ?? $this->getSonata_Admin_PoolService());
  12844.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  12845.         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']));
  12846.     }
  12847.     /**
  12848.      * Gets the private 'swiftmailer.command.debug' shared service.
  12849.      *
  12850.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  12851.      */
  12852.     protected function getSwiftmailer_Command_DebugService()
  12853.     {
  12854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12855.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  12856.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  12857.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  12858.         $instance->setName('debug:swiftmailer');
  12859.         return $instance;
  12860.     }
  12861.     /**
  12862.      * Gets the private 'swiftmailer.command.new_email' shared service.
  12863.      *
  12864.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  12865.      */
  12866.     protected function getSwiftmailer_Command_NewEmailService()
  12867.     {
  12868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12869.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  12870.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  12871.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  12872.         $instance->setName('swiftmailer:email:send');
  12873.         return $instance;
  12874.     }
  12875.     /**
  12876.      * Gets the private 'swiftmailer.command.send_email' shared service.
  12877.      *
  12878.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  12879.      */
  12880.     protected function getSwiftmailer_Command_SendEmailService()
  12881.     {
  12882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12883.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  12884.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  12885.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  12886.         $instance->setName('swiftmailer:spool:send');
  12887.         return $instance;
  12888.     }
  12889.     /**
  12890.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  12891.      *
  12892.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  12893.      */
  12894.     protected function getSwiftmailer_EmailSender_ListenerService()
  12895.     {
  12896.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  12897.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  12898.     }
  12899.     /**
  12900.      * Gets the private 'templating.cache_warmer.template_paths' shared service.
  12901.      *
  12902.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
  12903.      *
  12904.      * @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  12905.      */
  12906.     protected function getTemplating_CacheWarmer_TemplatePathsService()
  12907.     {
  12908.         @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);
  12909.         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()));
  12910.     }
  12911.     /**
  12912.      * Gets the private 'templating.finder' shared service.
  12913.      *
  12914.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
  12915.      *
  12916.      * @deprecated The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  12917.      */
  12918.     protected function getTemplating_FinderService()
  12919.     {
  12920.         @trigger_error('The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  12921.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
  12922.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
  12923.         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'));
  12924.     }
  12925.     /**
  12926.      * Gets the private 'templating.locator' shared service.
  12927.      *
  12928.      * @return \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator
  12929.      *
  12930.      * @deprecated The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  12931.      */
  12932.     protected function getTemplating_LocatorService()
  12933.     {
  12934.         @trigger_error('The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  12935.         return $this->privates['templating.locator'] = new \Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator(($this->privates['file_locator'] ?? $this->getFileLocatorService()), $this->targetDir.'');
  12936.     }
  12937.     /**
  12938.      * Gets the private 'templating.name_parser' shared service.
  12939.      *
  12940.      * @return \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser
  12941.      *
  12942.      * @deprecated The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
  12943.      */
  12944.     protected function getTemplating_NameParserService()
  12945.     {
  12946.         @trigger_error('The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.'E_USER_DEPRECATED);
  12947.         return $this->privates['templating.name_parser'] = new \Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser(($this->services['kernel'] ?? $this->get('kernel'1)));
  12948.     }
  12949.     /**
  12950.      * Gets the private 'translation.extractor' shared service.
  12951.      *
  12952.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  12953.      */
  12954.     protected function getTranslation_ExtractorService()
  12955.     {
  12956.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  12957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  12958.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  12959.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  12960.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  12961.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  12962.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  12963.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['twig'] ?? $this->getTwigService())));
  12964.         return $instance;
  12965.     }
  12966.     /**
  12967.      * Gets the private 'translation.loader.csv' shared service.
  12968.      *
  12969.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  12970.      */
  12971.     protected function getTranslation_Loader_CsvService()
  12972.     {
  12973.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12974.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  12975.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  12976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  12977.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  12978.     }
  12979.     /**
  12980.      * Gets the private 'translation.loader.dat' shared service.
  12981.      *
  12982.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  12983.      */
  12984.     protected function getTranslation_Loader_DatService()
  12985.     {
  12986.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  12988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  12989.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  12990.     }
  12991.     /**
  12992.      * Gets the private 'translation.loader.ini' shared service.
  12993.      *
  12994.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  12995.      */
  12996.     protected function getTranslation_Loader_IniService()
  12997.     {
  12998.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  12999.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13000.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13001.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  13002.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  13003.     }
  13004.     /**
  13005.      * Gets the private 'translation.loader.json' shared service.
  13006.      *
  13007.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  13008.      */
  13009.     protected function getTranslation_Loader_JsonService()
  13010.     {
  13011.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13012.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13013.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13014.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  13015.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  13016.     }
  13017.     /**
  13018.      * Gets the private 'translation.loader.mo' shared service.
  13019.      *
  13020.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  13021.      */
  13022.     protected function getTranslation_Loader_MoService()
  13023.     {
  13024.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13025.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  13028.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  13029.     }
  13030.     /**
  13031.      * Gets the private 'translation.loader.php' shared service.
  13032.      *
  13033.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  13034.      */
  13035.     protected function getTranslation_Loader_PhpService()
  13036.     {
  13037.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13038.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  13041.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  13042.     }
  13043.     /**
  13044.      * Gets the private 'translation.loader.po' shared service.
  13045.      *
  13046.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  13047.      */
  13048.     protected function getTranslation_Loader_PoService()
  13049.     {
  13050.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13051.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13052.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  13054.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  13055.     }
  13056.     /**
  13057.      * Gets the private 'translation.loader.qt' shared service.
  13058.      *
  13059.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  13060.      */
  13061.     protected function getTranslation_Loader_QtService()
  13062.     {
  13063.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13064.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  13065.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  13066.     }
  13067.     /**
  13068.      * Gets the private 'translation.loader.res' shared service.
  13069.      *
  13070.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  13071.      */
  13072.     protected function getTranslation_Loader_ResService()
  13073.     {
  13074.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13075.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  13076.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  13077.     }
  13078.     /**
  13079.      * Gets the private 'translation.loader.xliff' shared service.
  13080.      *
  13081.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  13082.      */
  13083.     protected function getTranslation_Loader_XliffService()
  13084.     {
  13085.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  13087.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  13088.     }
  13089.     /**
  13090.      * Gets the private 'translation.loader.yml' shared service.
  13091.      *
  13092.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  13093.      */
  13094.     protected function getTranslation_Loader_YmlService()
  13095.     {
  13096.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13097.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13098.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  13100.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  13101.     }
  13102.     /**
  13103.      * Gets the private 'translation.reader' shared service.
  13104.      *
  13105.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  13106.      */
  13107.     protected function getTranslation_ReaderService()
  13108.     {
  13109.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  13110.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  13111.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  13112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  13113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  13114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  13115.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  13116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  13117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  13118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  13119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  13120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  13121.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  13122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  13123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  13124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  13125.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  13126.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  13127.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  13128.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  13129.         $instance->addLoader('yaml'$a);
  13130.         $instance->addLoader('yml'$a);
  13131.         $instance->addLoader('xlf'$b);
  13132.         $instance->addLoader('xliff'$b);
  13133.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  13134.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  13135.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  13136.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  13137.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  13138.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  13139.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  13140.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  13141.         return $instance;
  13142.     }
  13143.     /**
  13144.      * Gets the private 'translation.warmer' shared service.
  13145.      *
  13146.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  13147.      */
  13148.     protected function getTranslation_WarmerService()
  13149.     {
  13150.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13151.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  13152.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13153.             'translator' => ['services''translator''getTranslatorService'false],
  13154.         ], [
  13155.             'translator' => '?',
  13156.         ]))->withContext('translation.warmer'$this));
  13157.     }
  13158.     /**
  13159.      * Gets the private 'translator.default' shared service.
  13160.      *
  13161.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  13162.      */
  13163.     protected function getTranslator_DefaultService()
  13164.     {
  13165.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13166.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  13167.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  13168.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  13169.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  13170.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  13171.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  13172.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  13173.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  13174.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  13175.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  13176.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  13177.         ], [
  13178.             'translation.loader.csv' => '?',
  13179.             'translation.loader.dat' => '?',
  13180.             'translation.loader.ini' => '?',
  13181.             'translation.loader.json' => '?',
  13182.             'translation.loader.mo' => '?',
  13183.             'translation.loader.php' => '?',
  13184.             'translation.loader.po' => '?',
  13185.             'translation.loader.qt' => '?',
  13186.             'translation.loader.res' => '?',
  13187.             'translation.loader.xliff' => '?',
  13188.             'translation.loader.yml' => '?',
  13189.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'nl', ['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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ar.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.bg.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.bg.xliff')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ca.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.de.xliff'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), 11 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.de.xlf'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.de.xliff'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.en.xliff'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), 11 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataAdminBundle.en.xlf'), 13 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.en.xliff'), 14 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.eu.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fi.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/validators.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), 10 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.fr.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hr.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.hu.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.it.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ja.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lb.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.lt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.lv.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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')], '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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt.xliff')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.ro.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations/SonataBlockBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/FOSUserBundle.ru.xliff'), 11 => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.ru.xliff'), 12 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sk.xliff'), => (\dirname(__DIR__4).'/vendor/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')], '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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sl.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.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'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/translations/SonataFormatterBundle.sl.xliff')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/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/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations/SonataMediaBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.uk.xliff')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations/SonataDatagridBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations/SonataCoreBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_CN.xliff'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations/SonataUserBundle.zh_TW.xliff')], 'pt_PT' => [=> (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_PT.xlf')], 'sv_SE' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.sv_SE.xliff')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations/SonataAdminBundle.zh_HK.xliff')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/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/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/src/Resources/TwigBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/translations'), 17 => (\dirname(__DIR__4).'/src/Resources/FOSCKEditorBundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle/translations'), 19 => (\dirname(__DIR__4).'/src/Resources/FOSRestBundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/translations'), 21 => (\dirname(__DIR__4).'/src/Resources/KnpSnappyBundle/translations'), 22 => (\dirname(__DIR__4).'/src/Resources/SonataDatagridBundle/translations'), 23 => (\dirname(__DIR__4).'/src/Resources/SonataCoreBundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 25 => (\dirname(__DIR__4).'/src/Resources/SecurityBundle/translations'), 26 => (\dirname(__DIR__4).'/src/Resources/SonataBlockBundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/src/Resources/KnpMenuBundle/translations'), 29 => (\dirname(__DIR__4).'/src/Resources/SonataAdminBundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Resources/DoctrineBundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/src/Resources/SonataDoctrineORMAdminBundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/translations'), 35 => (\dirname(__DIR__4).'/src/Resources/SonataIntlBundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/src/Resources/SonataEasyExtendsBundle/translations'), 38 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 39 => (\dirname(__DIR__4).'/src/Resources/JMSSerializerBundle/translations'), 40 => (\dirname(__DIR__4).'/src/Resources/SonataMediaBundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/translations'), 42 => (\dirname(__DIR__4).'/src/Resources/StofDoctrineExtensionsBundle/translations'), 43 => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src/translations'), 44 => (\dirname(__DIR__4).'/src/Resources/AclBundle/translations'), 45 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 46 => (\dirname(__DIR__4).'/src/Resources/SwiftmailerBundle/translations'), 47 => (\dirname(__DIR__4).'/src/Resources/FOSUserBundle/translations'), 48 => (\dirname(__DIR__4).'/src/Resources/SonataUserBundle/translations'), 49 => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/translations'), 50 => (\dirname(__DIR__4).'/src/Resources/EndroidQrCodeBundle/translations'), 51 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 52 => (\dirname(__DIR__4).'/src/Resources/SensioFrameworkExtraBundle/translations'), 53 => (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle/translations'), 54 => (\dirname(__DIR__4).'/src/Resources/ApplicationSonataUserBundle/translations'), 55 => (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle/translations'), 56 => (\dirname(__DIR__4).'/src/Resources/ApplicationSonataMediaBundle/translations'), 57 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 58 => (\dirname(__DIR__4).'/src/Resources/MakerBundle/translations'), 59 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 60 => (\dirname(__DIR__4).'/src/Resources/WebProfilerBundle/translations'), 61 => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle/translations'), 62 => (\dirname(__DIR__4).'/src/Resources/KnpMarkdownBundle/translations'), 63 => (\dirname(__DIR__4).'/src/Resources/SonataFormatterBundle/translations'), 64 => (\dirname(__DIR__4).'/vendor/ob/highcharts-bundle/translations'), 65 => (\dirname(__DIR__4).'/src/Resources/ObHighchartsBundle/translations'), 66 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 67 => (\dirname(__DIR__4).'/src/Resources/MonologBundle/translations'), 68 => (\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/datagrid-bundle/src/Resources/translations'=> 'vendor/sonata-project/core-bundle/src/CoreBundle/Resources/translations'=> 'vendor/sonata-project/block-bundle/src/Resources/translations'=> 'vendor/sonata-project/admin-bundle/src/Resources/translations'=> 'vendor/sonata-project/media-bundle/src/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/sonata-project/user-bundle/src/Resources/translations'10 => 'vendor/sonata-project/formatter-bundle/src/Resources/translations'11 => 'translations'12 => 'vendor/symfony/framework-bundle/translations'13 => 'src/Resources/FrameworkBundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'src/Resources/TwigBundle/translations'16 => 'vendor/friendsofsymfony/ckeditor-bundle/src/translations'17 => 'src/Resources/FOSCKEditorBundle/translations'18 => 'vendor/friendsofsymfony/rest-bundle/translations'19 => 'src/Resources/FOSRestBundle/translations'20 => 'vendor/knplabs/knp-snappy-bundle/translations'21 => 'src/Resources/KnpSnappyBundle/translations'22 => 'src/Resources/SonataDatagridBundle/translations'23 => 'src/Resources/SonataCoreBundle/translations'24 => 'vendor/symfony/security-bundle/translations'25 => 'src/Resources/SecurityBundle/translations'26 => 'src/Resources/SonataBlockBundle/translations'27 => 'vendor/knplabs/knp-menu-bundle/src/translations'28 => 'src/Resources/KnpMenuBundle/translations'29 => 'src/Resources/SonataAdminBundle/translations'30 => 'vendor/doctrine/doctrine-bundle/translations'31 => 'src/Resources/DoctrineBundle/translations'32 => 'vendor/sonata-project/doctrine-orm-admin-bundle/src/translations'33 => 'src/Resources/SonataDoctrineORMAdminBundle/translations'34 => 'vendor/sonata-project/intl-bundle/src/translations'35 => 'src/Resources/SonataIntlBundle/translations'36 => 'vendor/sonata-project/easy-extends-bundle/src/translations'37 => 'src/Resources/SonataEasyExtendsBundle/translations'38 => 'vendor/jms/serializer-bundle/translations'39 => 'src/Resources/JMSSerializerBundle/translations'40 => 'src/Resources/SonataMediaBundle/translations'41 => 'vendor/stof/doctrine-extensions-bundle/translations'42 => 'src/Resources/StofDoctrineExtensionsBundle/translations'43 => 'vendor/symfony/acl-bundle/src/translations'44 => 'src/Resources/AclBundle/translations'45 => 'vendor/symfony/swiftmailer-bundle/translations'46 => 'src/Resources/SwiftmailerBundle/translations'47 => 'src/Resources/FOSUserBundle/translations'48 => 'src/Resources/SonataUserBundle/translations'49 => 'vendor/endroid/qr-code-bundle/src/translations'50 => 'src/Resources/EndroidQrCodeBundle/translations'51 => 'vendor/sensio/framework-extra-bundle/src/translations'52 => 'src/Resources/SensioFrameworkExtraBundle/translations'53 => 'src/Application/Sonata/UserBundle/translations'54 => 'src/Resources/ApplicationSonataUserBundle/translations'55 => 'src/Application/Sonata/MediaBundle/translations'56 => 'src/Resources/ApplicationSonataMediaBundle/translations'57 => 'vendor/symfony/maker-bundle/src/translations'58 => 'src/Resources/MakerBundle/translations'59 => 'vendor/symfony/web-profiler-bundle/translations'60 => 'src/Resources/WebProfilerBundle/translations'61 => 'vendor/knplabs/knp-markdown-bundle/translations'62 => 'src/Resources/KnpMarkdownBundle/translations'63 => 'src/Resources/SonataFormatterBundle/translations'64 => 'vendor/ob/highcharts-bundle/translations'65 => 'src/Resources/ObHighchartsBundle/translations'66 => 'vendor/symfony/monolog-bundle/translations'67 => 'src/Resources/MonologBundle/translations'68 => 'src/Resources/translations']]]);
  13190.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  13191.         $instance->setFallbackLocales([=> 'nl'=> 'nl']);
  13192.         return $instance;
  13193.     }
  13194.     /**
  13195.      * Gets the private 'twig.cache_warmer' shared service.
  13196.      *
  13197.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
  13198.      *
  13199.      * @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
  13200.      */
  13201.     protected function getTwig_CacheWarmerService()
  13202.     {
  13203.         @trigger_error('The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.'E_USER_DEPRECATED);
  13204.         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).'/templates') => NULL, (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
  13205.     }
  13206.     /**
  13207.      * Gets the private 'twig.command.debug' shared service.
  13208.      *
  13209.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  13210.      */
  13211.     protected function getTwig_Command_DebugService()
  13212.     {
  13213.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13214.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  13215.         $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'));
  13216.         $instance->setName('debug:twig');
  13217.         return $instance;
  13218.     }
  13219.     /**
  13220.      * Gets the private 'twig.command.lint' shared service.
  13221.      *
  13222.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  13223.      */
  13224.     protected function getTwig_Command_LintService()
  13225.     {
  13226.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13227.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  13228.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  13229.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['twig'] ?? $this->getTwigService()));
  13230.         $instance->setName('lint:twig');
  13231.         return $instance;
  13232.     }
  13233.     /**
  13234.      * Gets the private 'twig.exception_listener' shared service.
  13235.      *
  13236.      * @return \Symfony\Component\HttpKernel\EventListener\ExceptionListener
  13237.      *
  13238.      * @deprecated The "twig.exception_listener" service is deprecated since Symfony 4.4.
  13239.      */
  13240.     protected function getTwig_ExceptionListenerService()
  13241.     {
  13242.         @trigger_error('The "twig.exception_listener" service is deprecated since Symfony 4.4.'E_USER_DEPRECATED);
  13243.         return $this->privates['twig.exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ExceptionListener('twig.controller.exception::showAction', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true);
  13244.     }
  13245.     /**
  13246.      * Gets the private 'twig.form.renderer' shared service.
  13247.      *
  13248.      * @return \Symfony\Component\Form\FormRenderer
  13249.      */
  13250.     protected function getTwig_Form_RendererService()
  13251.     {
  13252.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  13253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  13254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  13255.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  13256.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  13257.         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()));
  13258.     }
  13259.     /**
  13260.      * Gets the private 'twig.loader.filesystem' shared service.
  13261.      *
  13262.      * @return \Symfony\Bundle\TwigBundle\Loader\FilesystemLoader
  13263.      */
  13264.     protected function getTwig_Loader_FilesystemService()
  13265.     {
  13266.         $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));
  13267.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  13268.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  13269.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  13270.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  13271.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  13272.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  13273.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), 'FOSCKEditor');
  13274.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Resources/views'), '!FOSCKEditor');
  13275.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), 'SonataDatagrid');
  13276.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src/Resources/views'), '!SonataDatagrid');
  13277.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), 'SonataCore');
  13278.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle/Resources/views'), '!SonataCore');
  13279.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  13280.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  13281.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), 'SonataBlock');
  13282.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src/Resources/views'), '!SonataBlock');
  13283.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  13284.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  13285.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), 'SonataAdmin');
  13286.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src/Resources/views'), '!SonataAdmin');
  13287.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  13288.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  13289.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), 'SonataDoctrineORMAdmin');
  13290.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src/Resources/views'), '!SonataDoctrineORMAdmin');
  13291.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Resources/views'), 'SonataIntl');
  13292.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src/Resources/views'), '!SonataIntl');
  13293.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/views'), 'SonataMedia');
  13294.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/views'), '!SonataMedia');
  13295.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  13296.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  13297.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  13298.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  13299.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), 'SonataUser');
  13300.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src/Resources/views'), '!SonataUser');
  13301.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  13302.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  13303.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/views'), 'SonataFormatter');
  13304.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src/Resources/views'), '!SonataFormatter');
  13305.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  13306.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  13307.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  13308.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  13309.         return $instance;
  13310.     }
  13311.     /**
  13312.      * Gets the private 'twig.runtime.httpkernel' shared service.
  13313.      *
  13314.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  13315.      */
  13316.     protected function getTwig_Runtime_HttpkernelService()
  13317.     {
  13318.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  13319.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  13320.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  13321.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13322.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  13323.         ], [
  13324.             'inline' => '?',
  13325.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  13326.     }
  13327.     /**
  13328.      * Gets the private 'twig.runtime.security_csrf' shared service.
  13329.      *
  13330.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  13331.      */
  13332.     protected function getTwig_Runtime_SecurityCsrfService()
  13333.     {
  13334.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  13335.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['security.csrf.token_manager'] ?? $this->getSecurity_Csrf_TokenManagerService()));
  13336.     }
  13337.     /**
  13338.      * Gets the private 'twig.template_cache_warmer' shared service.
  13339.      *
  13340.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  13341.      */
  13342.     protected function getTwig_TemplateCacheWarmerService()
  13343.     {
  13344.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13345.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  13346.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  13347.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  13348.         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).'/templates') => 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')));
  13349.     }
  13350.     /**
  13351.      * Gets the private 'validator.builder' shared service.
  13352.      *
  13353.      * @return \Symfony\Component\Validator\ValidatorBuilder
  13354.      */
  13355.     protected function getValidator_BuilderService()
  13356.     {
  13357.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  13358.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  13359.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  13360.         $instance->setTranslator(new \Symfony\Component\Validator\Util\LegacyTranslatorProxy(($this->services['translator'] ?? $this->getTranslatorService())));
  13361.         $instance->setTranslationDomain('validators');
  13362.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  13363.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  13364.         $instance->addMethodMapping('loadValidatorMetadata');
  13365.         $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()))]);
  13366.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  13367.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  13368.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  13369.         return $instance;
  13370.     }
  13371.     /**
  13372.      * Gets the private 'validator.email' shared service.
  13373.      *
  13374.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  13375.      */
  13376.     protected function getValidator_EmailService()
  13377.     {
  13378.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13379.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13380.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  13381.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  13382.     }
  13383.     /**
  13384.      * Gets the private 'validator.expression' shared service.
  13385.      *
  13386.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  13387.      */
  13388.     protected function getValidator_ExpressionService()
  13389.     {
  13390.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13391.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13392.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  13393.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator();
  13394.     }
  13395.     /**
  13396.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  13397.      *
  13398.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  13399.      */
  13400.     protected function getValidator_Mapping_CacheWarmerService()
  13401.     {
  13402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  13403.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  13404.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  13405.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  13406.     }
  13407.     /**
  13408.      * Gets the private 'validator.not_compromised_password' shared service.
  13409.      *
  13410.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  13411.      */
  13412.     protected function getValidator_NotCompromisedPasswordService()
  13413.     {
  13414.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  13415.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  13416.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  13417.         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);
  13418.     }
  13419.     /**
  13420.      * Gets the private 'validator.validator_factory' shared service.
  13421.      *
  13422.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  13423.      */
  13424.     protected function getValidator_ValidatorFactoryService()
  13425.     {
  13426.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13427.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  13428.             'Sonata\\Form\\Validator\\InlineValidator' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService'false],
  13429.             'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => ['privates''sonata.formatter.validator.formatter''getSonata_Formatter_Validator_FormatterService'false],
  13430.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService'false],
  13431.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  13432.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  13433.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  13434.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  13435.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  13436.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  13437.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  13438.             'sonata.admin.validator.inline' => ['services''sonata.admin.validator.inline''getSonata_Admin_Validator_InlineService'false],
  13439.             'sonata.core.validator.inline' => ['privates''sonata.core.validator.inline''getSonata_Core_Validator_InlineService'false],
  13440.             'sonata.formatter.validator.formatter' => ['privates''sonata.formatter.validator.formatter''getSonata_Formatter_Validator_FormatterService'false],
  13441.             'sonata.media.validator.format' => ['privates''sonata.media.validator.format''getSonata_Media_Validator_FormatService'false],
  13442.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  13443.         ], [
  13444.             'Sonata\\CoreBundle\\Validator\\InlineValidator' => '?',
  13445.             'Sonata\\Form\\Validator\\InlineValidator' => '?',
  13446.             'Sonata\\FormatterBundle\\Validator\\Constraints\\FormatterValidator' => '?',
  13447.             'Sonata\\MediaBundle\\Validator\\FormatValidator' => '?',
  13448.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  13449.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  13450.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  13451.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  13452.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  13453.             'doctrine.orm.validator.unique' => '?',
  13454.             'security.validator.user_password' => '?',
  13455.             'sonata.admin.validator.inline' => '?',
  13456.             'sonata.core.validator.inline' => '?',
  13457.             'sonata.formatter.validator.formatter' => '?',
  13458.             'sonata.media.validator.format' => '?',
  13459.             'validator.expression' => '?',
  13460.         ]));
  13461.     }
  13462.     /**
  13463.      * Gets the private 'web_profiler.csp.handler' shared service.
  13464.      *
  13465.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  13466.      */
  13467.     protected function getWebProfiler_Csp_HandlerService()
  13468.     {
  13469.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  13470.     }
  13471.     /**
  13472.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  13473.      *
  13474.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  13475.      */
  13476.     protected function getWebProfiler_DebugToolbarService()
  13477.     {
  13478.         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()));
  13479.     }
  13480.     /**
  13481.      * @return array|bool|float|int|string|null
  13482.      */
  13483.     public function getParameter($name)
  13484.     {
  13485.         $name = (string) $name;
  13486.         if (isset($this->buildParameters[$name])) {
  13487.             return $this->buildParameters[$name];
  13488.         }
  13489.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  13490.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  13491.         }
  13492.         if (isset($this->loadedDynamicParameters[$name])) {
  13493.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  13494.         }
  13495.         return $this->parameters[$name];
  13496.     }
  13497.     public function hasParameter($name): bool
  13498.     {
  13499.         $name = (string) $name;
  13500.         if (isset($this->buildParameters[$name])) {
  13501.             return true;
  13502.         }
  13503.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  13504.     }
  13505.     public function setParameter($name$value): void
  13506.     {
  13507.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  13508.     }
  13509.     public function getParameterBag(): ParameterBagInterface
  13510.     {
  13511.         if (null === $this->parameterBag) {
  13512.             $parameters $this->parameters;
  13513.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  13514.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  13515.             }
  13516.             foreach ($this->buildParameters as $name => $value) {
  13517.                 $parameters[$name] = $value;
  13518.             }
  13519.             $this->parameterBag = new FrozenParameterBag($parameters);
  13520.         }
  13521.         return $this->parameterBag;
  13522.     }
  13523.     private $loadedDynamicParameters = [
  13524.         'kernel.cache_dir' => false,
  13525.         'kernel.secret' => false,
  13526.         'session.save_path' => false,
  13527.         'validator.mapping.cache.file' => false,
  13528.         'profiler.storage.dsn' => false,
  13529.         'debug.container.dump' => false,
  13530.         'serializer.mapping.cache.file' => false,
  13531.         'knp_snappy.pdf.binary' => false,
  13532.         'knp_snappy.image.binary' => false,
  13533.         'doctrine.orm.proxy_dir' => false,
  13534.     ];
  13535.     private $dynamicParameters = [];
  13536.     private function getDynamicParameter(string $name)
  13537.     {
  13538.         switch ($name) {
  13539.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  13540.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  13541.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  13542.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  13543.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  13544.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  13545.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  13546.             case 'knp_snappy.pdf.binary'$value $this->getEnv('WKHTMLTOPDF_PATH'); break;
  13547.             case 'knp_snappy.image.binary'$value $this->getEnv('WKHTMLTOIMAGE_PATH'); break;
  13548.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  13549.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  13550.         }
  13551.         $this->loadedDynamicParameters[$name] = true;
  13552.         return $this->dynamicParameters[$name] = $value;
  13553.     }
  13554.     protected function getDefaultParameters(): array
  13555.     {
  13556.         return [
  13557.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  13558.             'kernel.project_dir' => \dirname(__DIR__4),
  13559.             'kernel.environment' => 'dev',
  13560.             'kernel.debug' => true,
  13561.             'kernel.name' => 'src',
  13562.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  13563.             'kernel.bundles' => [
  13564.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  13565.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  13566.                 'FOSCKEditorBundle' => 'FOS\\CKEditorBundle\\FOSCKEditorBundle',
  13567.                 'FOSRestBundle' => 'FOS\\RestBundle\\FOSRestBundle',
  13568.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  13569.                 'SonataDatagridBundle' => 'Sonata\\DatagridBundle\\SonataDatagridBundle',
  13570.                 'SonataCoreBundle' => 'Sonata\\CoreBundle\\SonataCoreBundle',
  13571.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  13572.                 'SonataBlockBundle' => 'Sonata\\BlockBundle\\SonataBlockBundle',
  13573.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  13574.                 'SonataAdminBundle' => 'Sonata\\AdminBundle\\SonataAdminBundle',
  13575.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  13576.                 'SonataDoctrineORMAdminBundle' => 'Sonata\\DoctrineORMAdminBundle\\SonataDoctrineORMAdminBundle',
  13577.                 'SonataIntlBundle' => 'Sonata\\IntlBundle\\SonataIntlBundle',
  13578.                 'SonataEasyExtendsBundle' => 'Sonata\\EasyExtendsBundle\\SonataEasyExtendsBundle',
  13579.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  13580.                 'SonataMediaBundle' => 'Sonata\\MediaBundle\\SonataMediaBundle',
  13581.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  13582.                 'AclBundle' => 'Symfony\\Bundle\\AclBundle\\AclBundle',
  13583.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  13584.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  13585.                 'SonataUserBundle' => 'Sonata\\UserBundle\\SonataUserBundle',
  13586.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  13587.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  13588.                 'ApplicationSonataUserBundle' => 'App\\Application\\Sonata\\UserBundle\\ApplicationSonataUserBundle',
  13589.                 'ApplicationSonataMediaBundle' => 'App\\Application\\Sonata\\MediaBundle\\ApplicationSonataMediaBundle',
  13590.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  13591.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  13592.                 'KnpMarkdownBundle' => 'Knp\\Bundle\\MarkdownBundle\\KnpMarkdownBundle',
  13593.                 'SonataFormatterBundle' => 'Sonata\\FormatterBundle\\SonataFormatterBundle',
  13594.                 'ObHighchartsBundle' => 'Ob\\HighchartsBundle\\ObHighchartsBundle',
  13595.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  13596.             ],
  13597.             'kernel.bundles_metadata' => [
  13598.                 'FrameworkBundle' => [
  13599.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  13600.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  13601.                 ],
  13602.                 'TwigBundle' => [
  13603.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  13604.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  13605.                 ],
  13606.                 'FOSCKEditorBundle' => [
  13607.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/ckeditor-bundle/src'),
  13608.                     'namespace' => 'FOS\\CKEditorBundle',
  13609.                 ],
  13610.                 'FOSRestBundle' => [
  13611.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/rest-bundle'),
  13612.                     'namespace' => 'FOS\\RestBundle',
  13613.                 ],
  13614.                 'KnpSnappyBundle' => [
  13615.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle'),
  13616.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  13617.                 ],
  13618.                 'SonataDatagridBundle' => [
  13619.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/datagrid-bundle/src'),
  13620.                     'namespace' => 'Sonata\\DatagridBundle',
  13621.                 ],
  13622.                 'SonataCoreBundle' => [
  13623.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/core-bundle/src/CoreBundle'),
  13624.                     'namespace' => 'Sonata\\CoreBundle',
  13625.                 ],
  13626.                 'SecurityBundle' => [
  13627.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  13628.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  13629.                 ],
  13630.                 'SonataBlockBundle' => [
  13631.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/block-bundle/src'),
  13632.                     'namespace' => 'Sonata\\BlockBundle',
  13633.                 ],
  13634.                 'KnpMenuBundle' => [
  13635.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  13636.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  13637.                 ],
  13638.                 'SonataAdminBundle' => [
  13639.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/admin-bundle/src'),
  13640.                     'namespace' => 'Sonata\\AdminBundle',
  13641.                 ],
  13642.                 'DoctrineBundle' => [
  13643.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  13644.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  13645.                 ],
  13646.                 'SonataDoctrineORMAdminBundle' => [
  13647.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/doctrine-orm-admin-bundle/src'),
  13648.                     'namespace' => 'Sonata\\DoctrineORMAdminBundle',
  13649.                 ],
  13650.                 'SonataIntlBundle' => [
  13651.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/intl-bundle/src'),
  13652.                     'namespace' => 'Sonata\\IntlBundle',
  13653.                 ],
  13654.                 'SonataEasyExtendsBundle' => [
  13655.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/easy-extends-bundle/src'),
  13656.                     'namespace' => 'Sonata\\EasyExtendsBundle',
  13657.                 ],
  13658.                 'JMSSerializerBundle' => [
  13659.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  13660.                     'namespace' => 'JMS\\SerializerBundle',
  13661.                 ],
  13662.                 'SonataMediaBundle' => [
  13663.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/media-bundle/src'),
  13664.                     'namespace' => 'Sonata\\MediaBundle',
  13665.                 ],
  13666.                 'StofDoctrineExtensionsBundle' => [
  13667.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  13668.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  13669.                 ],
  13670.                 'AclBundle' => [
  13671.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/acl-bundle/src'),
  13672.                     'namespace' => 'Symfony\\Bundle\\AclBundle',
  13673.                 ],
  13674.                 'SwiftmailerBundle' => [
  13675.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  13676.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  13677.                 ],
  13678.                 'FOSUserBundle' => [
  13679.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  13680.                     'namespace' => 'FOS\\UserBundle',
  13681.                 ],
  13682.                 'SonataUserBundle' => [
  13683.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/user-bundle/src'),
  13684.                     'namespace' => 'Sonata\\UserBundle',
  13685.                 ],
  13686.                 'EndroidQrCodeBundle' => [
  13687.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  13688.                     'namespace' => 'Endroid\\QrCodeBundle',
  13689.                 ],
  13690.                 'SensioFrameworkExtraBundle' => [
  13691.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  13692.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  13693.                 ],
  13694.                 'ApplicationSonataUserBundle' => [
  13695.                     'path' => (\dirname(__DIR__4).'/src/Application/Sonata/UserBundle'),
  13696.                     'namespace' => 'App\\Application\\Sonata\\UserBundle',
  13697.                 ],
  13698.                 'ApplicationSonataMediaBundle' => [
  13699.                     'path' => (\dirname(__DIR__4).'/src/Application/Sonata/MediaBundle'),
  13700.                     'namespace' => 'App\\Application\\Sonata\\MediaBundle',
  13701.                 ],
  13702.                 'MakerBundle' => [
  13703.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  13704.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  13705.                 ],
  13706.                 'WebProfilerBundle' => [
  13707.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  13708.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  13709.                 ],
  13710.                 'KnpMarkdownBundle' => [
  13711.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-markdown-bundle'),
  13712.                     'namespace' => 'Knp\\Bundle\\MarkdownBundle',
  13713.                 ],
  13714.                 'SonataFormatterBundle' => [
  13715.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/formatter-bundle/src'),
  13716.                     'namespace' => 'Sonata\\FormatterBundle',
  13717.                 ],
  13718.                 'ObHighchartsBundle' => [
  13719.                     'path' => (\dirname(__DIR__4).'/vendor/ob/highcharts-bundle'),
  13720.                     'namespace' => 'Ob\\HighchartsBundle',
  13721.                 ],
  13722.                 'MonologBundle' => [
  13723.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  13724.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  13725.                 ],
  13726.             ],
  13727.             'kernel.charset' => 'UTF-8',
  13728.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  13729.             'container.dumper.inline_class_loader' => true,
  13730.             'container.dumper.inline_factories' => true,
  13731.             'env(DATABASE_URL)' => '',
  13732.             'locale' => 'nl',
  13733.             'container.autowiring.strict_mode' => true,
  13734.             'mailer_user' => 'info@ticketing.nu',
  13735.             'event_dispatcher.event_aliases' => [
  13736.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  13737.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  13738.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  13739.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  13740.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  13741.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  13742.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  13743.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  13744.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  13745.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  13746.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  13747.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  13748.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  13749.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  13750.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  13751.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  13752.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  13753.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  13754.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  13755.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  13756.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  13757.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  13758.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  13759.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  13760.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  13761.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  13762.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  13763.             ],
  13764.             'fragment.renderer.hinclude.global_template' => NULL,
  13765.             'fragment.path' => '/_fragment',
  13766.             'kernel.http_method_override' => true,
  13767.             'kernel.trusted_hosts' => [
  13768.             ],
  13769.             'kernel.default_locale' => 'nl',
  13770.             'kernel.error_controller' => 'error_controller',
  13771.             'templating.helper.code.file_link_format' => NULL,
  13772.             'debug.file_link_format' => NULL,
  13773.             'session.metadata.storage_key' => '_sf2_meta',
  13774.             'session.storage.options' => [
  13775.                 'cache_limiter' => '0',
  13776.                 'cookie_secure' => 'auto',
  13777.                 'cookie_httponly' => true,
  13778.                 'cookie_samesite' => 'lax',
  13779.                 'gc_probability' => 1,
  13780.             ],
  13781.             'session.metadata.update_threshold' => 0,
  13782.             'form.type_extension.csrf.enabled' => true,
  13783.             'form.type_extension.csrf.field_name' => '_token',
  13784.             'asset.request_context.base_path' => '',
  13785.             'asset.request_context.secure' => false,
  13786.             'templating.loader.cache.path' => NULL,
  13787.             'templating.engines' => [
  13788.                 => 'twig',
  13789.             ],
  13790.             'validator.translation_domain' => 'validators',
  13791.             'translator.logging' => false,
  13792.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  13793.             'profiler_listener.only_exceptions' => false,
  13794.             'profiler_listener.only_master_requests' => false,
  13795.             'debug.error_handler.throw_at' => -1,
  13796.             'router.request_context.host' => 'localhost',
  13797.             'router.request_context.scheme' => 'http',
  13798.             'router.request_context.base_url' => '',
  13799.             'router.resource' => 'kernel::loadRoutes',
  13800.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  13801.             'request_listener.http_port' => 80,
  13802.             'request_listener.https_port' => 443,
  13803.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  13804.             'twig.form.resources' => [
  13805.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  13806.                 => 'form_div_layout.html.twig',
  13807.                 => '@SonataUser/Form/form_admin_fields.html.twig',
  13808.                 => '@FOSCKEditor/Form/ckeditor_widget.html.twig',
  13809.                 => '@SonataFormatter/Form/formatter.html.twig',
  13810.             ],
  13811.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  13812.             'knp_snappy.pdf.options' => [
  13813.                 'margin-top' => '0',
  13814.                 'margin-bottom' => '0',
  13815.                 'margin-left' => '0',
  13816.                 'margin-right' => '0',
  13817.                 'disable-smart-shrinking' => true,
  13818.                 'zoom' => '0.3195',
  13819.                 'dpi' => '150',
  13820.                 'page-size' => 'A4',
  13821.             ],
  13822.             'knp_snappy.pdf.env' => [
  13823.             ],
  13824.             'knp_snappy.image.options' => [
  13825.             ],
  13826.             'knp_snappy.image.env' => [
  13827.             ],
  13828.             'sonata.core.flashmessage.manager.class' => 'Sonata\\Twig\\FlashMessage\\FlashManager',
  13829.             'sonata.core.twig.extension.flashmessage.class' => 'Sonata\\Twig\\Extension\\FlashMessageExtension',
  13830.             'sonata.core.form_type' => 'standard',
  13831.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  13832.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  13833.             'security.role_hierarchy.roles' => [
  13834.                 'ROLE_ADMIN' => [
  13835.                     => 'ROLE_USER',
  13836.                     => 'ROLE_SONATA_ADMIN',
  13837.                 ],
  13838.                 'ROLE_SUPER_ADMIN' => [
  13839.                     => 'ROLE_ADMIN',
  13840.                     => 'ROLE_ALLOWED_TO_SWITCH',
  13841.                 ],
  13842.                 'SONATA' => [
  13843.                     => 'ROLE_SONATA_PAGE_ADMIN_PAGE_EDIT',
  13844.                     => 'ROLE_SONATA_PAGE_ADMIN_BLOCK_EDIT',
  13845.                 ],
  13846.             ],
  13847.             'security.access.denied_url' => NULL,
  13848.             'security.authentication.manager.erase_credentials' => true,
  13849.             'security.authentication.session_strategy.strategy' => 'migrate',
  13850.             'security.access.always_authenticate_before_granting' => false,
  13851.             'security.authentication.hide_user_not_found' => true,
  13852.             'sonata.block.service.container.class' => 'Sonata\\BlockBundle\\Block\\Service\\ContainerBlockService',
  13853.             'sonata.block.service.empty.class' => 'Sonata\\BlockBundle\\Block\\Service\\EmptyBlockService',
  13854.             'sonata.block.service.text.class' => 'Sonata\\BlockBundle\\Block\\Service\\TextBlockService',
  13855.             'sonata.block.service.rss.class' => 'Sonata\\BlockBundle\\Block\\Service\\RssBlockService',
  13856.             'sonata.block.service.menu.class' => 'Sonata\\BlockBundle\\Block\\Service\\MenuBlockService',
  13857.             'sonata.block.service.template.class' => 'Sonata\\BlockBundle\\Block\\Service\\TemplateBlockService',
  13858.             'sonata.block.exception.strategy.manager.class' => 'Sonata\\BlockBundle\\Exception\\Strategy\\StrategyManager',
  13859.             'sonata.block.container.types' => [
  13860.                 => 'sonata.block.service.container',
  13861.                 => 'sonata.page.block.container',
  13862.                 => 'sonata.dashboard.block.container',
  13863.                 => 'cmf.block.container',
  13864.                 => 'cmf.block.slideshow',
  13865.             ],
  13866.             'sonata_block.blocks' => [
  13867.                 'sonata.admin.block.admin_list' => [
  13868.                     'contexts' => [
  13869.                         => 'admin',
  13870.                     ],
  13871.                     'templates' => [
  13872.                     ],
  13873.                     'cache' => 'sonata.cache.noop',
  13874.                     'settings' => [
  13875.                     ],
  13876.                 ],
  13877.                 'sonata.block.service.container' => [
  13878.                     'contexts' => [
  13879.                     ],
  13880.                     'templates' => [
  13881.                     ],
  13882.                     'cache' => 'sonata.cache.noop',
  13883.                     'settings' => [
  13884.                     ],
  13885.                 ],
  13886.                 'sonata.block.service.empty' => [
  13887.                     'contexts' => [
  13888.                     ],
  13889.                     'templates' => [
  13890.                     ],
  13891.                     'cache' => 'sonata.cache.noop',
  13892.                     'settings' => [
  13893.                     ],
  13894.                 ],
  13895.                 'sonata.block.service.text' => [
  13896.                     'contexts' => [
  13897.                     ],
  13898.                     'templates' => [
  13899.                     ],
  13900.                     'cache' => 'sonata.cache.noop',
  13901.                     'settings' => [
  13902.                     ],
  13903.                 ],
  13904.                 'sonata.block.service.rss' => [
  13905.                     'contexts' => [
  13906.                     ],
  13907.                     'templates' => [
  13908.                     ],
  13909.                     'cache' => 'sonata.cache.noop',
  13910.                     'settings' => [
  13911.                     ],
  13912.                 ],
  13913.                 'sonata.block.service.menu' => [
  13914.                     'contexts' => [
  13915.                     ],
  13916.                     'templates' => [
  13917.                     ],
  13918.                     'cache' => 'sonata.cache.noop',
  13919.                     'settings' => [
  13920.                     ],
  13921.                 ],
  13922.                 'sonata.block.service.template' => [
  13923.                     'contexts' => [
  13924.                     ],
  13925.                     'templates' => [
  13926.                     ],
  13927.                     'cache' => 'sonata.cache.noop',
  13928.                     'settings' => [
  13929.                     ],
  13930.                 ],
  13931.                 'sonata.admin.block.search_result' => [
  13932.                     'contexts' => [
  13933.                     ],
  13934.                     'templates' => [
  13935.                     ],
  13936.                     'cache' => 'sonata.cache.noop',
  13937.                     'settings' => [
  13938.                     ],
  13939.                 ],
  13940.                 'sonata.admin.block.stats' => [
  13941.                     'contexts' => [
  13942.                     ],
  13943.                     'templates' => [
  13944.                     ],
  13945.                     'cache' => 'sonata.cache.noop',
  13946.                     'settings' => [
  13947.                     ],
  13948.                 ],
  13949.                 'sonata.media.block.media' => [
  13950.                     'contexts' => [
  13951.                     ],
  13952.                     'templates' => [
  13953.                     ],
  13954.                     'cache' => 'sonata.cache.noop',
  13955.                     'settings' => [
  13956.                     ],
  13957.                 ],
  13958.                 'sonata.media.block.feature_media' => [
  13959.                     'contexts' => [
  13960.                     ],
  13961.                     'templates' => [
  13962.                     ],
  13963.                     'cache' => 'sonata.cache.noop',
  13964.                     'settings' => [
  13965.                     ],
  13966.                 ],
  13967.                 'sonata.media.block.gallery' => [
  13968.                     'contexts' => [
  13969.                     ],
  13970.                     'templates' => [
  13971.                     ],
  13972.                     'cache' => 'sonata.cache.noop',
  13973.                     'settings' => [
  13974.                     ],
  13975.                 ],
  13976.                 'sonata.media.block.gallery_list' => [
  13977.                     'contexts' => [
  13978.                     ],
  13979.                     'templates' => [
  13980.                     ],
  13981.                     'cache' => 'sonata.cache.noop',
  13982.                     'settings' => [
  13983.                     ],
  13984.                 ],
  13985.                 'sonata.formatter.block.formatter' => [
  13986.                     'contexts' => [
  13987.                     ],
  13988.                     'templates' => [
  13989.                     ],
  13990.                     'cache' => 'sonata.cache.noop',
  13991.                     'settings' => [
  13992.                     ],
  13993.                 ],
  13994.             ],
  13995.             'sonata_block.blocks_by_class' => [
  13996.             ],
  13997.             'sonata_blocks.block_types' => [
  13998.                 => 'sonata.admin.block.admin_list',
  13999.                 => 'sonata.block.service.container',
  14000.                 => 'sonata.block.service.empty',
  14001.                 => 'sonata.block.service.text',
  14002.                 => 'sonata.block.service.rss',
  14003.                 => 'sonata.block.service.menu',
  14004.                 => 'sonata.block.service.template',
  14005.                 => 'sonata.admin.block.search_result',
  14006.                 => 'sonata.admin.block.stats',
  14007.                 => 'sonata.media.block.media',
  14008.                 10 => 'sonata.media.block.feature_media',
  14009.                 11 => 'sonata.media.block.gallery',
  14010.                 12 => 'sonata.media.block.gallery_list',
  14011.                 13 => 'sonata.formatter.block.formatter',
  14012.             ],
  14013.             'sonata_block.cache_blocks' => [
  14014.                 'by_type' => [
  14015.                     'sonata.admin.block.admin_list' => 'sonata.cache.noop',
  14016.                     'sonata.block.service.container' => 'sonata.cache.noop',
  14017.                     'sonata.block.service.empty' => 'sonata.cache.noop',
  14018.                     'sonata.block.service.text' => 'sonata.cache.noop',
  14019.                     'sonata.block.service.rss' => 'sonata.cache.noop',
  14020.                     'sonata.block.service.menu' => 'sonata.cache.noop',
  14021.                     'sonata.block.service.template' => 'sonata.cache.noop',
  14022.                     'sonata.admin.block.search_result' => 'sonata.cache.noop',
  14023.                     'sonata.admin.block.stats' => 'sonata.cache.noop',
  14024.                     'sonata.media.block.media' => 'sonata.cache.noop',
  14025.                     'sonata.media.block.feature_media' => 'sonata.cache.noop',
  14026.                     'sonata.media.block.gallery' => 'sonata.cache.noop',
  14027.                     'sonata.media.block.gallery_list' => 'sonata.cache.noop',
  14028.                     'sonata.formatter.block.formatter' => 'sonata.cache.noop',
  14029.                 ],
  14030.             ],
  14031.             'sonata_blocks.default_contexts' => [
  14032.             ],
  14033.             'knp_menu.factory.class' => 'Knp\\Menu\\MenuFactory',
  14034.             'knp_menu.factory_extension.routing.class' => 'Knp\\Menu\\Integration\\Symfony\\RoutingExtension',
  14035.             'knp_menu.helper.class' => 'Knp\\Menu\\Twig\\Helper',
  14036.             'knp_menu.matcher.class' => 'Knp\\Menu\\Matcher\\Matcher',
  14037.             'knp_menu.menu_provider.chain.class' => 'Knp\\Menu\\Provider\\ChainProvider',
  14038.             'knp_menu.menu_provider.container_aware.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\ContainerAwareProvider',
  14039.             'knp_menu.menu_provider.builder_alias.class' => 'Knp\\Bundle\\MenuBundle\\Provider\\BuilderAliasProvider',
  14040.             'knp_menu.renderer_provider.class' => 'Knp\\Bundle\\MenuBundle\\Renderer\\ContainerAwareProvider',
  14041.             'knp_menu.renderer.list.class' => 'Knp\\Menu\\Renderer\\ListRenderer',
  14042.             'knp_menu.renderer.list.options' => [
  14043.             ],
  14044.             'knp_menu.listener.voters.class' => 'Knp\\Bundle\\MenuBundle\\EventListener\\VoterInitializerListener',
  14045.             'knp_menu.voter.router.class' => 'Knp\\Menu\\Matcher\\Voter\\RouteVoter',
  14046.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  14047.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  14048.             'knp_menu.renderer.twig.options' => [
  14049.             ],
  14050.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  14051.             'knp_menu.default_renderer' => 'twig',
  14052.             'sonata.admin.twig.extension.x_editable_type_mapping' => [
  14053.                 'choice' => 'select',
  14054.                 'boolean' => 'select',
  14055.                 'text' => 'text',
  14056.                 'textarea' => 'textarea',
  14057.                 'html' => 'textarea',
  14058.                 'email' => 'email',
  14059.                 'string' => 'text',
  14060.                 'smallint' => 'text',
  14061.                 'bigint' => 'text',
  14062.                 'integer' => 'number',
  14063.                 'decimal' => 'number',
  14064.                 'currency' => 'number',
  14065.                 'percent' => 'number',
  14066.                 'url' => 'url',
  14067.                 'date' => 'date',
  14068.             ],
  14069.             'sonata.admin.configuration.global_search.empty_boxes' => 'show',
  14070.             'sonata.admin.configuration.global_search.case_sensitive' => true,
  14071.             'sonata.admin.configuration.templates' => [
  14072.                 'history_revision_timestamp' => '@SonataIntl/CRUD/history_revision_timestamp.html.twig',
  14073.                 'user_block' => '@SonataUser/Admin/Core/user_block.html.twig',
  14074.                 'edit' => '@SonataAdmin/CRUD/edit.html.twig',
  14075.                 'tab_menu_template' => '@SonataAdmin/Core/tab_menu_template.html.twig',
  14076.                 'list' => 'Admin/list.html.twig',
  14077.                 'add_block' => '@SonataAdmin/Core/add_block.html.twig',
  14078.                 'layout' => '@SonataAdmin/standard_layout.html.twig',
  14079.                 'ajax' => '@SonataAdmin/ajax_layout.html.twig',
  14080.                 'dashboard' => '@SonataAdmin/Core/dashboard.html.twig',
  14081.                 'search' => '@SonataAdmin/Core/search.html.twig',
  14082.                 'filter' => '@SonataAdmin/Form/filter_admin_fields.html.twig',
  14083.                 'show' => '@SonataAdmin/CRUD/show.html.twig',
  14084.                 'show_compare' => '@SonataAdmin/CRUD/show_compare.html.twig',
  14085.                 'preview' => '@SonataAdmin/CRUD/preview.html.twig',
  14086.                 'history' => '@SonataAdmin/CRUD/history.html.twig',
  14087.                 'acl' => '@SonataAdmin/CRUD/acl.html.twig',
  14088.                 'action' => '@SonataAdmin/CRUD/action.html.twig',
  14089.                 'select' => '@SonataAdmin/CRUD/list__select.html.twig',
  14090.                 'list_block' => '@SonataAdmin/Block/block_admin_list.html.twig',
  14091.                 'search_result_block' => '@SonataAdmin/Block/block_search_result.html.twig',
  14092.                 'short_object_description' => '@SonataAdmin/Helper/short-object-description.html.twig',
  14093.                 'delete' => '@SonataAdmin/CRUD/delete.html.twig',
  14094.                 'batch' => '@SonataAdmin/CRUD/list__batch.html.twig',
  14095.                 'batch_confirmation' => '@SonataAdmin/CRUD/batch_confirmation.html.twig',
  14096.                 'inner_list_row' => '@SonataAdmin/CRUD/list_inner_row.html.twig',
  14097.                 'outer_list_rows_mosaic' => '@SonataAdmin/CRUD/list_outer_rows_mosaic.html.twig',
  14098.                 'outer_list_rows_list' => '@SonataAdmin/CRUD/list_outer_rows_list.html.twig',
  14099.                 'outer_list_rows_tree' => '@SonataAdmin/CRUD/list_outer_rows_tree.html.twig',
  14100.                 'base_list_field' => '@SonataAdmin/CRUD/base_list_field.html.twig',
  14101.                 'pager_links' => '@SonataAdmin/Pager/links.html.twig',
  14102.                 'pager_results' => '@SonataAdmin/Pager/results.html.twig',
  14103.                 'knp_menu_template' => '@SonataAdmin/Menu/sonata_menu.html.twig',
  14104.                 'action_create' => '@SonataAdmin/CRUD/dashboard__action_create.html.twig',
  14105.                 'button_acl' => '@SonataAdmin/Button/acl_button.html.twig',
  14106.                 'button_create' => '@SonataAdmin/Button/create_button.html.twig',
  14107.                 'button_edit' => '@SonataAdmin/Button/edit_button.html.twig',
  14108.                 'button_history' => '@SonataAdmin/Button/history_button.html.twig',
  14109.                 'button_list' => '@SonataAdmin/Button/list_button.html.twig',
  14110.                 'button_show' => '@SonataAdmin/Button/show_button.html.twig',
  14111.             ],
  14112.             'sonata.admin.configuration.admin_services' => [
  14113.             ],
  14114.             'sonata.admin.configuration.dashboard_groups' => [
  14115.             ],
  14116.             'sonata.admin.configuration.dashboard_blocks' => [
  14117.                 => [
  14118.                     'type' => 'sonata.admin.block.admin_list',
  14119.                     'position' => 'left',
  14120.                     'roles' => [
  14121.                     ],
  14122.                     'settings' => [
  14123.                     ],
  14124.                     'class' => 'col-md-4',
  14125.                 ],
  14126.             ],
  14127.             'sonata.admin.configuration.sort_admins' => false,
  14128.             'sonata.admin.configuration.mosaic_background' => 'data:image/png;base64,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',
  14129.             'sonata.admin.configuration.default_group' => 'default',
  14130.             'sonata.admin.configuration.default_label_catalogue' => 'SonataAdminBundle',
  14131.             'sonata.admin.configuration.default_icon' => '<i class="fa fa-folder"></i>',
  14132.             'sonata.admin.configuration.breadcrumbs' => [
  14133.                 'child_admin_route' => 'edit',
  14134.             ],
  14135.             'sonata.admin.security.acl_user_manager' => 'fos_user.user_manager',
  14136.             'sonata.admin.configuration.security.role_admin' => 'ROLE_ADMIN',
  14137.             'sonata.admin.configuration.security.role_super_admin' => 'ROLE_SUPER_ADMIN',
  14138.             'sonata.admin.configuration.security.information' => [
  14139.                 'EDIT' => [
  14140.                     => 'EDIT',
  14141.                 ],
  14142.                 'LIST' => [
  14143.                     => 'LIST',
  14144.                 ],
  14145.                 'CREATE' => [
  14146.                     => 'CREATE',
  14147.                 ],
  14148.                 'VIEW' => [
  14149.                     => 'VIEW',
  14150.                 ],
  14151.                 'DELETE' => [
  14152.                     => 'DELETE',
  14153.                 ],
  14154.                 'EXPORT' => [
  14155.                     => 'EXPORT',
  14156.                 ],
  14157.                 'ALL' => [
  14158.                     => 'ALL',
  14159.                 ],
  14160.             ],
  14161.             'sonata.admin.configuration.security.admin_permissions' => [
  14162.                 => 'CREATE',
  14163.                 => 'LIST',
  14164.                 => 'DELETE',
  14165.                 => 'UNDELETE',
  14166.                 => 'EXPORT',
  14167.                 => 'OPERATOR',
  14168.                 => 'MASTER',
  14169.             ],
  14170.             'sonata.admin.configuration.security.object_permissions' => [
  14171.                 => 'VIEW',
  14172.                 => 'EDIT',
  14173.                 => 'DELETE',
  14174.                 => 'UNDELETE',
  14175.                 => 'OPERATOR',
  14176.                 => 'MASTER',
  14177.                 => 'OWNER',
  14178.             ],
  14179.             'sonata.admin.security.handler.noop.class' => 'Sonata\\AdminBundle\\Security\\Handler\\NoopSecurityHandler',
  14180.             'sonata.admin.security.handler.role.class' => 'Sonata\\AdminBundle\\Security\\Handler\\RoleSecurityHandler',
  14181.             'sonata.admin.security.handler.acl.class' => 'Sonata\\AdminBundle\\Security\\Handler\\AclSecurityHandler',
  14182.             'sonata.admin.security.mask.builder.class' => 'Sonata\\AdminBundle\\Security\\Acl\\Permission\\MaskBuilder',
  14183.             'sonata.admin.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminAclManipulator',
  14184.             'sonata.admin.object.manipulator.acl.admin.class' => 'Sonata\\AdminBundle\\Util\\AdminObjectAclManipulator',
  14185.             'sonata.admin.extension.map' => [
  14186.                 'admins' => [
  14187.                 ],
  14188.                 'excludes' => [
  14189.                 ],
  14190.                 'implements' => [
  14191.                 ],
  14192.                 'extends' => [
  14193.                 ],
  14194.                 'instanceof' => [
  14195.                 ],
  14196.                 'uses' => [
  14197.                 ],
  14198.             ],
  14199.             'sonata.admin.configuration.filters.persist' => false,
  14200.             'sonata.admin.configuration.filters.persister' => 'sonata.admin.filter_persister.session',
  14201.             'sonata.admin.configuration.show.mosaic.button' => true,
  14202.             'sonata.admin.configuration.translate_group_label' => false,
  14203.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  14204.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  14205.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  14206.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  14207.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  14208.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  14209.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  14210.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  14211.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  14212.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  14213.             'doctrine.entity_managers' => [
  14214.                 'default' => 'doctrine.orm.default_entity_manager',
  14215.             ],
  14216.             'doctrine.default_entity_manager' => 'default',
  14217.             'doctrine.dbal.connection_factory.types' => [
  14218.                 'json' => [
  14219.                     'class' => 'Sonata\\Doctrine\\Types\\JsonType',
  14220.                 ],
  14221.             ],
  14222.             'doctrine.connections' => [
  14223.                 'default' => 'doctrine.dbal.default_connection',
  14224.             ],
  14225.             'doctrine.default_connection' => 'default',
  14226.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  14227.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  14228.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  14229.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  14230.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  14231.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  14232.             'doctrine.orm.cache.memcache_host' => 'localhost',
  14233.             'doctrine.orm.cache.memcache_port' => 11211,
  14234.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  14235.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  14236.             'doctrine.orm.cache.memcached_host' => 'localhost',
  14237.             'doctrine.orm.cache.memcached_port' => 11211,
  14238.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  14239.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  14240.             'doctrine.orm.cache.redis_host' => 'localhost',
  14241.             'doctrine.orm.cache.redis_port' => 6379,
  14242.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  14243.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  14244.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  14245.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  14246.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  14247.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  14248.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  14249.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  14250.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  14251.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  14252.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  14253.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  14254.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  14255.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  14256.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  14257.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  14258.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  14259.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  14260.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  14261.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  14262.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  14263.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  14264.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  14265.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  14266.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  14267.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  14268.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  14269.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  14270.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  14271.             'doctrine.orm.auto_generate_proxy_classes' => true,
  14272.             'doctrine.orm.proxy_namespace' => 'Proxies',
  14273.             'sonata.admin.manipulator.acl.object.orm.class' => 'Sonata\\DoctrineORMAdminBundle\\Util\\ObjectAclManipulator',
  14274.             'sonata_doctrine_orm_admin.entity_manager' => NULL,
  14275.             'sonata_doctrine_orm_admin.templates' => [
  14276.                 'types' => [
  14277.                     'list' => [
  14278.                         'array' => '@SonataAdmin/CRUD/list_array.html.twig',
  14279.                         'boolean' => '@SonataAdmin/CRUD/list_boolean.html.twig',
  14280.                         'date' => '@SonataIntl/CRUD/list_date.html.twig',
  14281.                         'time' => '@SonataAdmin/CRUD/list_time.html.twig',
  14282.                         'datetime' => '@SonataIntl/CRUD/list_datetime.html.twig',
  14283.                         'text' => '@SonataAdmin/CRUD/list_string.html.twig',
  14284.                         'textarea' => '@SonataAdmin/CRUD/list_string.html.twig',
  14285.                         'email' => '@SonataAdmin/CRUD/list_email.html.twig',
  14286.                         'trans' => '@SonataAdmin/CRUD/list_trans.html.twig',
  14287.                         'string' => '@SonataAdmin/CRUD/list_string.html.twig',
  14288.                         'smallint' => '@SonataIntl/CRUD/list_decimal.html.twig',
  14289.                         'bigint' => '@SonataIntl/CRUD/list_decimal.html.twig',
  14290.                         'integer' => '@SonataIntl/CRUD/list_decimal.html.twig',
  14291.                         'decimal' => '@SonataIntl/CRUD/list_decimal.html.twig',
  14292.                         'identifier' => '@SonataAdmin/CRUD/list_string.html.twig',
  14293.                         'currency' => '@SonataIntl/CRUD/list_currency.html.twig',
  14294.                         'percent' => '@SonataIntl/CRUD/list_percent.html.twig',
  14295.                         'choice' => '@SonataAdmin/CRUD/list_choice.html.twig',
  14296.                         'url' => '@SonataAdmin/CRUD/list_url.html.twig',
  14297.                         'html' => '@SonataAdmin/CRUD/list_html.html.twig',
  14298.                     ],
  14299.                     'show' => [
  14300.                         'array' => '@SonataAdmin/CRUD/show_array.html.twig',
  14301.                         'boolean' => '@SonataAdmin/CRUD/show_boolean.html.twig',
  14302.                         'date' => '@SonataIntl/CRUD/show_date.html.twig',
  14303.                         'time' => '@SonataAdmin/CRUD/show_time.html.twig',
  14304.                         'datetime' => '@SonataIntl/CRUD/show_datetime.html.twig',
  14305.                         'text' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14306.                         'email' => '@SonataAdmin/CRUD/show_email.html.twig',
  14307.                         'trans' => '@SonataAdmin/CRUD/show_trans.html.twig',
  14308.                         'string' => '@SonataAdmin/CRUD/base_show_field.html.twig',
  14309.                         'smallint' => '@SonataIntl/CRUD/show_decimal.html.twig',
  14310.                         'bigint' => '@SonataIntl/CRUD/show_decimal.html.twig',
  14311.                         'integer' => '@SonataIntl/CRUD/show_decimal.html.twig',
  14312.                         'decimal' => '@SonataIntl/CRUD/show_decimal.html.twig',
  14313.                         'currency' => '@SonataIntl/CRUD/show_currency.html.twig',
  14314.                         'percent' => '@SonataIntl/CRUD/show_percent.html.twig',
  14315.                         'choice' => '@SonataAdmin/CRUD/show_choice.html.twig',
  14316.                         'url' => '@SonataAdmin/CRUD/show_url.html.twig',
  14317.                         'html' => '@SonataAdmin/CRUD/show_html.html.twig',
  14318.                     ],
  14319.                 ],
  14320.                 'form' => [
  14321.                     => '@SonataDoctrineORMAdmin/Form/form_admin_fields.html.twig',
  14322.                 ],
  14323.                 'filter' => [
  14324.                     => '@SonataDoctrineORMAdmin/Form/filter_admin_fields.html.twig',
  14325.                 ],
  14326.             ],
  14327.             'sonata.intl.locale_detector.request.class' => 'Sonata\\IntlBundle\\Locale\\RequestDetector',
  14328.             'sonata.intl.locale_detector.session.class' => 'Sonata\\IntlBundle\\Locale\\SessionDetector',
  14329.             'sonata.intl.templating.helper.locale.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\LocaleHelper',
  14330.             'sonata.intl.templating.helper.number.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\NumberHelper',
  14331.             'sonata.intl.templating.helper.datetime.class' => 'Sonata\\IntlBundle\\Templating\\Helper\\DateTimeHelper',
  14332.             'sonata.intl.timezone_detector.chain.class' => 'Sonata\\IntlBundle\\Timezone\\ChainTimezoneDetector',
  14333.             'sonata.intl.timezone_detector.user.class' => 'Sonata\\IntlBundle\\Timezone\\UserBasedTimezoneDetector',
  14334.             'sonata.intl.timezone_detector.locale.class' => 'Sonata\\IntlBundle\\Timezone\\LocaleBasedTimezoneDetector',
  14335.             'sonata.intl.twig.helper.locale.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\LocaleExtension',
  14336.             'sonata.intl.twig.helper.number.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\NumberExtension',
  14337.             'sonata.intl.twig.helper.datetime.class' => 'Sonata\\IntlBundle\\Twig\\Extension\\DateTimeExtension',
  14338.             'sonata_intl.timezone.detectors' => [
  14339.                 => 'sonata.intl.timezone_detector.user',
  14340.                 => 'sonata.intl.timezone_detector.locale',
  14341.             ],
  14342.             'sonata.media.provider.image.class' => 'Sonata\\MediaBundle\\Provider\\ImageProvider',
  14343.             'sonata.media.provider.file.class' => 'Sonata\\MediaBundle\\Provider\\FileProvider',
  14344.             'sonata.media.provider.youtube.class' => 'Sonata\\MediaBundle\\Provider\\YouTubeProvider',
  14345.             'sonata.media.provider.dailymotion.class' => 'Sonata\\MediaBundle\\Provider\\DailyMotionProvider',
  14346.             'sonata.media.provider.vimeo.class' => 'Sonata\\MediaBundle\\Provider\\VimeoProvider',
  14347.             'sonata.media.thumbnail.format' => 'Sonata\\MediaBundle\\Thumbnail\\FormatThumbnail',
  14348.             'sonata.media.thumbnail.format.default' => 'jpg',
  14349.             'sonata.media.thumbnail.liip_imagine' => 'Sonata\\MediaBundle\\Thumbnail\\LiipImagineThumbnail',
  14350.             'sonata.media.pool.class' => 'Sonata\\MediaBundle\\Provider\\Pool',
  14351.             'sonata.media.resizer.simple.class' => 'Sonata\\MediaBundle\\Resizer\\SimpleResizer',
  14352.             'sonata.media.resizer.square.class' => 'Sonata\\MediaBundle\\Resizer\\SquareResizer',
  14353.             'sonata.media.adapter.image.gd.class' => 'Imagine\\Gd\\Imagine',
  14354.             'sonata.media.adapter.image.imagick.class' => 'Imagine\\Imagick\\Imagine',
  14355.             'sonata.media.adapter.image.gmagick.class' => 'Imagine\\Gmagick\\Imagine',
  14356.             'sonata.media.metadata.proxy.class' => 'Sonata\\MediaBundle\\Metadata\\ProxyMetadataBuilder',
  14357.             'sonata.media.metadata.amazon.class' => 'Sonata\\MediaBundle\\Metadata\\AmazonMetadataBuilder',
  14358.             'sonata.media.metadata.noop.class' => 'Sonata\\MediaBundle\\Metadata\\NoopMetadataBuilder',
  14359.             'sonata.media.adapater.filesystem.opencloud.class' => '',
  14360.             'sonata.media.block.media.class' => 'Sonata\\MediaBundle\\Block\\MediaBlockService',
  14361.             'sonata.media.block.feature_media.class' => 'Sonata\\MediaBundle\\Block\\FeatureMediaBlockService',
  14362.             'sonata.media.block.gallery.class' => 'Sonata\\MediaBundle\\Block\\GalleryBlockService',
  14363.             'sonata.media.block.gallery_list.class' => 'Sonata\\MediaBundle\\Block\\GalleryListBlockService',
  14364.             'sonata.media.manager.media.class' => 'Sonata\\MediaBundle\\Entity\\MediaManager',
  14365.             'sonata.media.manager.gallery.class' => 'Sonata\\MediaBundle\\Entity\\GalleryManager',
  14366.             'sonata.media.admin.groupname' => 'sonata_media',
  14367.             'sonata.media.admin.groupicon' => '<i class=\'fa fa-image\'></i>',
  14368.             'sonata.media.admin.media.class' => 'Sonata\\MediaBundle\\Admin\\ORM\\MediaAdmin',
  14369.             'sonata.media.admin.media.controller' => 'Sonata\\MediaBundle\\Controller\\MediaAdminController',
  14370.             'sonata.media.admin.media.translation_domain' => 'SonataMediaBundle',
  14371.             'sonata.media.admin.gallery.class' => 'Sonata\\MediaBundle\\Admin\\GalleryAdmin',
  14372.             'sonata.media.admin.gallery.controller' => 'Sonata\\MediaBundle\\Controller\\GalleryAdminController',
  14373.             'sonata.media.admin.gallery.translation_domain' => 'SonataMediaBundle',
  14374.             'sonata.media.admin.gallery_has_media.class' => 'Sonata\\MediaBundle\\Admin\\GalleryHasMediaAdmin',
  14375.             'sonata.media.admin.gallery_has_media.controller' => 'Sonata\\AdminBundle\\Controller\\CRUDController',
  14376.             'sonata.media.admin.gallery_has_media.translation_domain' => 'SonataMediaBundle',
  14377.             'sonata.media.admin_format' => [
  14378.                 'width' => 200,
  14379.                 'height' => NULL,
  14380.                 'quality' => 90,
  14381.                 'format' => 'jpg',
  14382.                 'constraint' => true,
  14383.             ],
  14384.             'sonata.media.resizer.simple.adapter.mode' => 'inset',
  14385.             'sonata.media.resizer.square.adapter.mode' => 'inset',
  14386.             'sonata.media.admin.media.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media',
  14387.             'sonata.media.admin.gallery.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery',
  14388.             'sonata.media.admin.gallery_has_media.entity' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\GalleryHasMedia',
  14389.             'sonata.media.media.class' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Media',
  14390.             'sonata.media.gallery.class' => 'App\\Application\\Sonata\\MediaBundle\\Entity\\Gallery',
  14391.             'stof_doctrine_extensions.default_locale' => 'en_US',
  14392.             'stof_doctrine_extensions.translation_fallback' => false,
  14393.             'stof_doctrine_extensions.persist_default_translation' => false,
  14394.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  14395.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  14396.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  14397.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  14398.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  14399.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  14400.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  14401.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  14402.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  14403.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  14404.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  14405.             'security.acl.dbal.class_table_name' => 'acl_classes',
  14406.             'security.acl.dbal.entry_table_name' => 'acl_entries',
  14407.             'security.acl.dbal.oid_table_name' => 'acl_object_identities',
  14408.             'security.acl.dbal.oid_ancestors_table_name' => 'acl_object_identity_ancestors',
  14409.             'security.acl.dbal.sid_table_name' => 'acl_security_identities',
  14410.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  14411.             'swiftmailer.spool.default.file.path' => (\dirname(__DIR__4).'/src/spool/default'),
  14412.             'swiftmailer.mailer.default.spool.enabled' => true,
  14413.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  14414.             'swiftmailer.mailer.default.single_address' => NULL,
  14415.             'swiftmailer.mailer.default.delivery.enabled' => true,
  14416.             'swiftmailer.spool.enabled' => true,
  14417.             'swiftmailer.delivery.enabled' => true,
  14418.             'swiftmailer.single_address' => NULL,
  14419.             'swiftmailer.mailers' => [
  14420.                 'default' => 'swiftmailer.mailer.default',
  14421.             ],
  14422.             'swiftmailer.default_mailer' => 'default',
  14423.             'fos_user.backend_type_orm' => true,
  14424.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  14425.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  14426.             'fos_user.resetting.email.template' => '@FOSUser/Resetting/email.txt.twig',
  14427.             'fos_user.registration.confirmation.template' => '@FOSUser/Registration/email.txt.twig',
  14428.             'fos_user.storage' => 'orm',
  14429.             'fos_user.firewall_name' => 'main',
  14430.             'fos_user.model_manager_name' => NULL,
  14431.             'fos_user.model.user.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  14432.             'fos_user.profile.form.type' => 'fos_user_profile',
  14433.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  14434.             'fos_user.profile.form.validation_groups' => [
  14435.                 => 'Authentication',
  14436.             ],
  14437.             'fos_user.registration.confirmation.from_email' => [
  14438.                 'info@ticketing.nu' => 'info@ticketing.nu',
  14439.             ],
  14440.             'fos_user.registration.confirmation.enabled' => false,
  14441.             'fos_user.registration.form.type' => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType',
  14442.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  14443.             'fos_user.registration.form.validation_groups' => [
  14444.                 => 'Registration',
  14445.                 => 'Default',
  14446.             ],
  14447.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  14448.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  14449.             'fos_user.change_password.form.validation_groups' => [
  14450.                 => 'ChangePassword',
  14451.                 => 'Default',
  14452.             ],
  14453.             'fos_user.resetting.email.from_email' => [
  14454.                 'info@ticketing.nu' => 'info@ticketing.nu',
  14455.             ],
  14456.             'fos_user.resetting.retry_ttl' => 7200,
  14457.             'fos_user.resetting.token_ttl' => 86400,
  14458.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  14459.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  14460.             'fos_user.resetting.form.validation_groups' => [
  14461.                 => 'ResetPassword',
  14462.                 => 'Default',
  14463.             ],
  14464.             'fos_user.group_manager.class' => 'FOS\\UserBundle\\Doctrine\\GroupManager',
  14465.             'fos_user.model.group.class' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  14466.             'fos_user.group.form.type' => 'FOS\\UserBundle\\Form\\Type\\GroupFormType',
  14467.             'fos_user.group.form.name' => 'fos_user_group_form',
  14468.             'fos_user.group.form.validation_groups' => [
  14469.                 => 'Registration',
  14470.                 => 'Default',
  14471.             ],
  14472.             'sonata.user.admin.groupname' => 'sonata_user',
  14473.             'sonata.user.admin.label_catalogue' => 'SonataUserBundle',
  14474.             'sonata.user.admin.groupicon' => '<i class=\'fa fa-users\'></i>',
  14475.             'sonata.user.admin.user.class' => 'Sonata\\UserBundle\\Admin\\Entity\\UserAdmin',
  14476.             'sonata.user.admin.group.class' => 'Sonata\\UserBundle\\Admin\\Entity\\GroupAdmin',
  14477.             'sonata.user.admin.user.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\User',
  14478.             'sonata.user.admin.group.entity' => 'App\\Application\\Sonata\\UserBundle\\Entity\\Group',
  14479.             'sonata.user.admin.user.translation_domain' => 'SonataUserBundle',
  14480.             'sonata.user.admin.group.translation_domain' => 'SonataUserBundle',
  14481.             'sonata.user.admin.user.controller' => 'SonataAdminBundle:CRUD',
  14482.             'sonata.user.admin.group.controller' => 'SonataAdminBundle:CRUD',
  14483.             'sonata.user.default_avatar' => 'bundles/sonatauser/default_avatar.png',
  14484.             'sonata.user.impersonating' => [
  14485.                 'route' => 'page_slug',
  14486.                 'parameters' => [
  14487.                     'path' => '/',
  14488.                 ],
  14489.             ],
  14490.             'sonata.user.google.authenticator.enabled' => false,
  14491.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  14492.             'web_profiler.debug_toolbar.mode' => 2,
  14493.             'templating.helper.markdown.class' => 'Knp\\Bundle\\MarkdownBundle\\Helper\\MarkdownHelper',
  14494.             'sonata.formatter.text.markdown.class' => 'Sonata\\FormatterBundle\\Formatter\\MarkdownFormatter',
  14495.             'sonata.formatter.text.text.class' => 'Sonata\\FormatterBundle\\Formatter\\TextFormatter',
  14496.             'sonata.formatter.text.raw.class' => 'Sonata\\FormatterBundle\\Formatter\\RawFormatter',
  14497.             'sonata.formatter.text.twigengine.class' => 'Sonata\\FormatterBundle\\Formatter\\TwigFormatter',
  14498.             'sonata.formatter.block.formatter.class' => 'Sonata\\FormatterBundle\\Block\\FormatterBlockService',
  14499.             'sonata.formatter.ckeditor.extension.class' => 'Sonata\\FormatterBundle\\Admin\\CkeditorAdminExtension',
  14500.             'sonata.formatter.ckeditor.configuration.templates' => [
  14501.                 'browser' => 'SonataFormatterBundle:Ckeditor:browser.html.twig',
  14502.                 'upload' => 'SonataFormatterBundle:Ckeditor:upload.html.twig',
  14503.             ],
  14504.             'ob_highcharts.twig_extension.class' => 'Ob\\HighchartsBundle\\Twig\\HighchartsExtension',
  14505.             'monolog.use_microseconds' => true,
  14506.             'monolog.swift_mailer.handlers' => [
  14507.             ],
  14508.             'monolog.handlers_to_channels' => [
  14509.                 'monolog.handler.console' => [
  14510.                     'type' => 'exclusive',
  14511.                     'elements' => [
  14512.                         => 'event',
  14513.                         => 'doctrine',
  14514.                         => 'console',
  14515.                     ],
  14516.                 ],
  14517.                 'monolog.handler.main' => [
  14518.                     'type' => 'exclusive',
  14519.                     'elements' => [
  14520.                         => 'event',
  14521.                     ],
  14522.                 ],
  14523.             ],
  14524.             'data_collector.templates' => [
  14525.                 'data_collector.request' => [
  14526.                     => 'request',
  14527.                     => '@WebProfiler/Collector/request.html.twig',
  14528.                 ],
  14529.                 'data_collector.time' => [
  14530.                     => 'time',
  14531.                     => '@WebProfiler/Collector/time.html.twig',
  14532.                 ],
  14533.                 'data_collector.memory' => [
  14534.                     => 'memory',
  14535.                     => '@WebProfiler/Collector/memory.html.twig',
  14536.                 ],
  14537.                 'data_collector.validator' => [
  14538.                     => 'validator',
  14539.                     => '@WebProfiler/Collector/validator.html.twig',
  14540.                 ],
  14541.                 'data_collector.ajax' => [
  14542.                     => 'ajax',
  14543.                     => '@WebProfiler/Collector/ajax.html.twig',
  14544.                 ],
  14545.                 'data_collector.form' => [
  14546.                     => 'form',
  14547.                     => '@WebProfiler/Collector/form.html.twig',
  14548.                 ],
  14549.                 'data_collector.exception' => [
  14550.                     => 'exception',
  14551.                     => '@WebProfiler/Collector/exception.html.twig',
  14552.                 ],
  14553.                 'data_collector.logger' => [
  14554.                     => 'logger',
  14555.                     => '@WebProfiler/Collector/logger.html.twig',
  14556.                 ],
  14557.                 'data_collector.events' => [
  14558.                     => 'events',
  14559.                     => '@WebProfiler/Collector/events.html.twig',
  14560.                 ],
  14561.                 'data_collector.router' => [
  14562.                     => 'router',
  14563.                     => '@WebProfiler/Collector/router.html.twig',
  14564.                 ],
  14565.                 'data_collector.cache' => [
  14566.                     => 'cache',
  14567.                     => '@WebProfiler/Collector/cache.html.twig',
  14568.                 ],
  14569.                 'data_collector.translation' => [
  14570.                     => 'translation',
  14571.                     => '@WebProfiler/Collector/translation.html.twig',
  14572.                 ],
  14573.                 'data_collector.security' => [
  14574.                     => 'security',
  14575.                     => '@Security/Collector/security.html.twig',
  14576.                 ],
  14577.                 'data_collector.twig' => [
  14578.                     => 'twig',
  14579.                     => '@WebProfiler/Collector/twig.html.twig',
  14580.                 ],
  14581.                 'data_collector.http_client' => [
  14582.                     => 'http_client',
  14583.                     => '@WebProfiler/Collector/http_client.html.twig',
  14584.                 ],
  14585.                 'data_collector.doctrine' => [
  14586.                     => 'db',
  14587.                     => '@Doctrine/Collector/db.html.twig',
  14588.                 ],
  14589.                 'swiftmailer.data_collector' => [
  14590.                     => 'swiftmailer',
  14591.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  14592.                 ],
  14593.                 'sonata.block.data_collector' => [
  14594.                     => 'block',
  14595.                     => '@SonataBlock/Profiler/block.html.twig',
  14596.                 ],
  14597.                 'data_collector.config' => [
  14598.                     => 'config',
  14599.                     => '@WebProfiler/Collector/config.html.twig',
  14600.                 ],
  14601.             ],
  14602.             'sonata.core.form.types' => [
  14603.                 => 'App\\Form\\Type\\ArrayTextType',
  14604.                 => 'App\\Form\\Type\\EventExtraType',
  14605.                 => 'App\\Form\\Type\\EventTicketsLanguageType',
  14606.                 => 'form.type.form',
  14607.                 => 'form.type.choice',
  14608.                 => 'form.type.file',
  14609.                 => 'fos_ck_editor.form.type',
  14610.                 => 'sonata.core.form.type.array_legacy',
  14611.                 => 'sonata.core.form.type.boolean_legacy',
  14612.                 => 'sonata.core.form.type.collection_legacy',
  14613.                 10 => 'sonata.core.form.type.translatable_choice',
  14614.                 11 => 'sonata.core.form.type.date_range_legacy',
  14615.                 12 => 'sonata.core.form.type.datetime_range_legacy',
  14616.                 13 => 'sonata.core.form.type.date_picker_legacy',
  14617.                 14 => 'sonata.core.form.type.datetime_picker_legacy',
  14618.                 15 => 'sonata.core.form.type.date_range_picker_legacy',
  14619.                 16 => 'sonata.core.form.type.datetime_range_picker_legacy',
  14620.                 17 => 'sonata.core.form.type.equal_legacy',
  14621.                 18 => 'sonata.core.form.type.color_selector',
  14622.                 19 => 'sonata.core.form.type.color_legacy',
  14623.                 20 => 'sonata.core.form.type.array',
  14624.                 21 => 'sonata.core.form.type.boolean',
  14625.                 22 => 'sonata.core.form.type.collection',
  14626.                 23 => 'sonata.core.form.type.date_range',
  14627.                 24 => 'sonata.core.form.type.datetime_range',
  14628.                 25 => 'sonata.core.form.type.date_picker',
  14629.                 26 => 'sonata.core.form.type.datetime_picker',
  14630.                 27 => 'sonata.core.form.type.date_range_picker',
  14631.                 28 => 'sonata.core.form.type.datetime_range_picker',
  14632.                 29 => 'sonata.core.form.type.equal',
  14633.                 30 => 'sonata.block.form.type.block',
  14634.                 31 => 'sonata.block.form.type.container_template',
  14635.                 32 => 'sonata.admin.form.type.admin',
  14636.                 33 => 'sonata.admin.form.type.model_choice',
  14637.                 34 => 'sonata.admin.form.type.model_list',
  14638.                 35 => 'sonata.admin.form.type.model_reference',
  14639.                 36 => 'sonata.admin.form.type.model_hidden',
  14640.                 37 => 'sonata.admin.form.type.model_autocomplete',
  14641.                 38 => 'sonata.admin.form.type.collection',
  14642.                 39 => 'sonata.admin.doctrine_orm.form.type.choice_field_mask',
  14643.                 40 => 'sonata.admin.form.filter.type.number',
  14644.                 41 => 'sonata.admin.form.filter.type.choice',
  14645.                 42 => 'sonata.admin.form.filter.type.default',
  14646.                 43 => 'sonata.admin.form.filter.type.date',
  14647.                 44 => 'sonata.admin.form.filter.type.daterange',
  14648.                 45 => 'sonata.admin.form.filter.type.datetime',
  14649.                 46 => 'sonata.admin.form.filter.type.datetime_range',
  14650.                 47 => 'form.type.entity',
  14651.                 48 => 'sonata.media.form.type.media',
  14652.                 49 => 'fos_user.username_form_type',
  14653.                 50 => 'fos_user.profile.form.type',
  14654.                 51 => 'fos_user.registration.form.type',
  14655.                 52 => 'fos_user.change_password.form.type',
  14656.                 53 => 'fos_user.resetting.form.type',
  14657.                 54 => 'fos_user.group.form.type',
  14658.                 55 => 'sonata.user.form.type.security_roles',
  14659.                 56 => 'sonata.user.form.roles_matrix_type',
  14660.                 57 => 'sonata.user.form.gender_list',
  14661.                 58 => 'sonata.formatter.form.type.selector',
  14662.                 59 => 'sonata.formatter.form.type.simple',
  14663.             ],
  14664.             'sonata.core.form.type_extensions' => [
  14665.                 => 'form.type_extension.form.transformation_failure_handling',
  14666.                 => 'form.type_extension.form.http_foundation',
  14667.                 => 'form.type_extension.form.validator',
  14668.                 => 'form.type_extension.repeated.validator',
  14669.                 => 'form.type_extension.submit.validator',
  14670.                 => 'form.type_extension.upload.validator',
  14671.                 => 'form.type_extension.csrf',
  14672.                 => 'form.type_extension.form.data_collector',
  14673.                 => 'sonata.admin.form.extension.field',
  14674.                 => 'sonata.admin.form.extension.field.mopa',
  14675.                 10 => 'sonata.admin.form.extension.choice',
  14676.             ],
  14677.             'console.command.ids' => [
  14678.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataDumpDoctrineMetaCommand',
  14679.                 => 'console.command.public_alias.Sonata\\CoreBundle\\Command\\SonataListFormMappingCommand',
  14680.                 => 'Sonata\\EasyExtendsBundle\\Command\\DumpMappingCommand',
  14681.                 => 'Sonata\\EasyExtendsBundle\\Command\\GenerateCommand',
  14682.                 => 'Sonata\\MediaBundle\\Command\\AddMassMediaCommand',
  14683.                 => 'Sonata\\MediaBundle\\Command\\AddMediaCommand',
  14684.                 => 'Sonata\\MediaBundle\\Command\\CleanMediaCommand',
  14685.                 => 'Sonata\\MediaBundle\\Command\\FixMediaContextCommand',
  14686.                 => 'Sonata\\MediaBundle\\Command\\MigrateToJsonTypeCommand',
  14687.                 => 'Sonata\\MediaBundle\\Command\\RefreshMetadataCommand',
  14688.                 10 => 'Sonata\\MediaBundle\\Command\\RemoveThumbsCommand',
  14689.                 11 => 'Sonata\\MediaBundle\\Command\\SyncThumbsCommand',
  14690.                 12 => 'Sonata\\MediaBundle\\Command\\UpdateCdnStatusCommand',
  14691.                 13 => 'Sonata\\UserBundle\\Command\\TwoStepVerificationCommand',
  14692.             ],
  14693.         ];
  14694.     }
  14695.     protected function throw($message)
  14696.     {
  14697.         throw new RuntimeException($message);
  14698.     }
  14699. }